@charset "UTF-8";
/* コンテンツ中央寄せ*/
/* =====================
  メインビジュアル
===================== */
.mainvis {
  position: relative;
  width: 100%;
}
.mainvis-catch {
  text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}
@media screen and (max-width: 899px) {
	.mainvis-catch h2.mainvis-title{
		font-size: 8vw;
	}
	.mainvis-text{
		font-size: 3.8vw;
	}
}
.mainvis-title {
  font-size: 10vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  color: #fff;
}
.mainvis-title span {
  color: #E23516;
  font-weight: 700;
}
.mainvis-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 5vw;
}

/* メインビジュアル背景画像*/
.mainpic{
	width: 100%;
	background: #000;
}
.mainpic .main-picture{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: stretch;
}
.mainpic .main-picture li{
	width: 33.3%;
	height: 50vh;
	opacity: 0.6;
	display: block;
	position: relative;
	overflow: hidden;
}
.mainpic .main-picture li img{
	width: 100%;
	height: 50vh;
	vertical-align: top;
	position: absolute;
	object-fit: cover;
}

@media screen and (max-width: 899px) {
	.mainpic .main-picture li{
		width: 50%;
		height: 33.3vh;
	}
}

/* =====================
  各ターゲット用エントランス
===================== */
.entrance {
  background: #F4F6F9;
  padding: 10vw 0;
}

.entrance-list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.entrance-list-item {
  width: 100%;
  height: 50vw;
  margin-bottom: 3vw;
}
@media screen and (max-width: 899px) {
	.entrance-list-item{
		height: 160px;
	}
}

.thought {
  position: relative;
  overflow: hidden;
  background: #0C0D0D;
}
.thought:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -0.8rem;
  position: relative;
  z-index: 1;
}
.thought:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/top/target-bg_01.jpg") no-repeat center center;
  transition: all .8s ease;
  background-size: cover;
  z-index: 0;
}
.thought .bg-zoom-content {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

.partner {
  position: relative;
  overflow: hidden;
  background: #0C0D0D;
}
.partner:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -0.8rem;
  position: relative;
  z-index: 1;
}
.partner:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/top/target-bg_02.jpg") no-repeat center center;
  transition: all .8s ease;
  background-size: cover;
  z-index: 0;
}
.partner .bg-zoom-content {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

.recruit {
  position: relative;
  overflow: hidden;
  background: #0C0D0D;
}
.recruit:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -0.8rem;
  position: relative;
  z-index: 1;
}
.recruit:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/top/target-bg_03.jpg") no-repeat center center;
  transition: all .8s ease;
  background-size: cover;
  z-index: 0;
}
.recruit .bg-zoom-content {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

/* =====================
  お知らせ
===================== */
#top .topic {
  padding: 10vw 3%;
  background: #E3E6E9;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#top .topic:before, #top .topic:after {
  content: "";
  background: url("../images/top/deco-topic.png") bottom right no-repeat;
  background-size: 50%;
  width: 290px;
  height: 150px;
  position: absolute;
}
#top .topic:before {
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
#top .topic:after {
  bottom: 0;
  right: 0;
}
#top .topic-content-title {
  color: #0C0D0D;
  font-size: 7.5vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3vw;
}
#top .topic-list {
  width: 100%;
  margin: 0 auto;
  padding: 5vw;
  background: #fff;
  position: relative;
  z-index: 1;
}
#top .topic-list-item {
  margin-bottom: 2rem;
}
#top .topic-list-item:last-child {
  margin-bottom: 0;
}
#top .topic-list-item a {
  display: flex;
  justify-content: space-between;
}
#top .topic-list-item time {
  margin: 0 2rem 0 0;
}
#top .topic-tag {
  width: 8em;
  height: 1.5rem;
  padding: 1rem 0;
  border: 1px solid #B5BBC1;
  color: #0C0D0D;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
}
#top .topic-title {
  color: #0C0D0D;
  font-size: 5vw;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 899px) {
	#top .topic-tag{
		font-size: 1.2rem;
	}
	#top .topic-title{
		font-size: 1.2rem;
	}
}

/* =====================
  よくある質問
===================== */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
	padding: 1.5rem 3rem;
    font-weight: bold;
    font-size: 1.5rem;
}
.qa-list dl dt::before {
    content: "Q";
    font-size: 6vw;
    font-weight: 500;
    line-height: 0.9;
    color: #E3E6E9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3vw;
    margin: auto;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.faq .qa-list{
	width: 80%;
	margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 40px;
    right: 10px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 18px;
}
.qa-list dl dt::before {
    font-size: 52px;
    top: 3px;
    left: -30px;
    content: 'Q.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 18px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}



/* =====================
  フッター上コピー
===================== */
.maincopy {
  color: #0C0D0D;
  font-size: 7vw;
  letter-spacing: 0.5em;
  text-align: center;
  padding: 15vw 0;
  margin-left: 1rem;
}
