@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
仕事内容
-------------------------------------------*/
#work .heading h4 {
    position: relative
}

#work .heading h4::after {
    content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/woman_02.png");
	background-size: contain;
	vertical-align: middle;
	width: 220px;
	height: 220px;
    right: -8%;
    bottom: -16%;
	background-repeat: no-repeat;
}

#work .heading h4::before {
    position: absolute;
    content: "";
    display: block;
    width: 80%;
    height: 8px;
    background-image: linear-gradient(-90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    bottom: -12%;
    right: 0;
}

#work .contents .item_list .item {
    position: relative
}

#work .contents .item_list .item:nth-of-type(2)::after {
    content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/animal_09.png");
	background-size: contain;
	vertical-align: middle;
	width: 180px;
	height: 180px;
    right: -12%;
    bottom: -6%;
	background-repeat: no-repeat;
}

#work .contents .item_list .item .item_flex {
    position: relative;
}

#work .contents .item_list .item .item_flex::after {
    position: absolute;
    content: "";
    display: block;
    width: 70%;
    height: 48px;
    background-image: linear-gradient(-90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    #work .heading h4::after {
        width: 120px;
        height: 120px;
        right: -4%;
        bottom: -260%;
    }
    #work .contents .item_list .item .item_flex {
        flex-direction: column;
    }
    #work .contents .item_list .item .item_flex::after {
        width: 90%;
        height: 48px;
        bottom: 0;
        right: inherit;
        left: 0;
        background-image: linear-gradient(90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    }
    #work .contents .item_list .item .item_flex .text {
        width: 100%;
    }
    #work .contents .item_list .item .item_flex .img {
        width: 60%;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    #work .heading {
        margin-bottom: 0;
    }
    #work .heading h4::after {
        width: 100px;
        height: 100px;
        right: -12%;
        bottom: 0;
    }
    
    #work .contents .item_list .item:nth-of-type(2)::after {
        width: 90px;
        height: 90px;
        right: inherit;
        left: 6%;
        bottom: 4%;
    }

}



/*-------------------------------------------
キャリアパス
-------------------------------------------*/
#career .heading {
    margin-bottom: 128px;
}
#career .heading.career_heading {
    margin-bottom: -32px;
}

#career .heading h4 {
    position: relative
}
#career .heading h4::after {
    content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/woman_07.png");
	background-size: contain;
	vertical-align: middle;
	width: 200px;
	height: 200px;
    right: -8%;
    bottom: -16%;
	background-repeat: no-repeat;
}
#career .heading h4::before {
    position: absolute;
    content: "";
    display: block;
    width: 80%;
    height: 8px;
    background-image: linear-gradient(-90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    bottom: -16%;
    right: 0;
}

#career .career_contents .heading h4::after {
    content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/animal_11.png");
	background-size: contain;
	vertical-align: middle;
	width: 160px;
	height: 160px;
    right: 0;
    bottom: -6%;
	background-repeat: no-repeat;
    transform: scale(-1, 1);
}

#career .career_contents .contents_flex {
    margin-bottom: 96px;
}

#career .career_contents .contents_flex .text p {
    font-size: 17px;
    line-height: 1.7;
}

#career .item_list .item {
    margin-bottom: 0;
}
#career .item_list .item .item_title {
    margin-bottom: 0;
}

#career .flow_list {
    margin-bottom: 64px;
}

#career .flow_list li {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    #career .heading h4 .pc {
        display: block;
    }
}
    
@media screen and (max-width: 767px) {
    #career .heading h4 .pc {
        display: none;
    }
    
    #career .heading h4::after {
        width: 120px;
        height: 120px;
        right: -12%;
        bottom: 96%;
    }
    #career .heading h4::before {
        width: 80%;
        height: 4px;
        background-image: linear-gradient(-90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
        bottom: -12%;
        right: 0;
    }
    
    #career .career_contents .heading h4::after {
        width: 90px;
        height: 90px;
        right: 0;
        bottom: -6%;
        background-repeat: no-repeat;
        transform: scale(-1, 1);
    }
    
    #career .career_contents .contents_flex {
        margin-bottom: 48px;
        flex-direction: column;
    }
    #career .career_contents .contents_flex .img {
        width: 100%;
        margin-bottom: 16px;
    }
    #career .career_contents .contents_flex .text {
        width: 100%;
    }
    #career .career_contents .contents_flex .text p {
        font-size: 16px;
    }

    #career .flow_list {
        margin-bottom: 16px;
    }


}


/*-------------------------------------------
一日の流れ
-------------------------------------------*/
#routine .heading h4 {
    position: relative
}

#routine .heading h4::after {
    content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/animal_05.png");
	background-size: contain;
	vertical-align: middle;
	width: 180px;
	height: 180px;
    right: 0;
    bottom: -6%;
	background-repeat: no-repeat;
}
#routine .heading h4::before {
    position: absolute;
    content: "";
    display: block;
    width: 80%;
    height: 8px;
    background-image: linear-gradient(-90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    bottom: -10%;
    right: 0;
}

@media screen and (max-width: 767px) {
    #routine .heading h4::after {
        width: 90px;
        height: 90px;
        right: -12%;
        bottom: -6%;
    }
    #routine .heading h4::before {
        height: 12px;
    }
}

#routine .routine_contents .schedule-wrapper {
    position: relative;
}

#routine .routine_contents .schedule-wrapper::after {
    content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/woman_11.png");
	background-size: contain;
	vertical-align: middle;
	width: 240px;
	height: 240px;
    left: -8%;
    top: -2%;
	background-repeat: no-repeat;
    transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
    #routine.lower_page .heading {
        margin-bottom: 48px;
    }

    #routine .routine_contents .schedule-wrapper::after {
        width: 120px;
        height: 120px;
        left: -16%;
        top: 0.2%;
    }
}

.schedule-wrapper {
	background-color: #008D95;
	padding: 50px 0 15px 0;
	text-align: center;
}

.schedule-wrapper h2 {
	color: #fff;
}
@media screen and (max-width: 767px) {
    .schedule-wrapper h2 {
        margin-left: 32px;
    }
}


/*---インタビュー内スケジュールのタイムライン---*/
.timeline {
	max-width: 90%;
	width: 100%;
	margin: 50px auto;
	padding: 45px;
	text-align: left;
    background-color: #fff;
}

.timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding:0 0 50px 0;
}

.timeline h4 {
	font-size: 28px;
	margin-bottom: 16px;
	color: #F29904;
    margin-left: 40px;
}

.timeline h5 {
	font-size: 22px;
	margin:0 0 10px 20px;
	color: #008D95;
}

.timeline p {
	font-size: 19px;
	line-height: 1.6em;
	color: #646464;
	margin-left: 20px;
}

.timeline dd {
  margin:0 0 20px 3em;
}

.timeline li dl dd.dd_flex {
    display: flex;
    align-items: center;
}
/*.timeline li:nth-of-type(3) dl dd.dd_flex,
.timeline li:nth-of-type(7) dl dd.dd_flex {
    flex-direction: row-reverse;
}*/

.timeline li dl dd.dd_flex .dd_info {
    width: 64%;
    margin-right: 2%;
}
.timeline li dl dd.dd_flex .dd_img {
    width: 34%;
}

.timeline li dl dd.dd_flex.appeal {
    background-color: #008D95;
    padding-left: inherit;
    padding: 20px;
    border-radius: 16px;
    position: relative;
}
.timeline li dl dd.dd_flex.appeal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4%;
  border-style: solid;
  border-width: 0 12px 16px 12px;
  border-color: transparent transparent #008D95;
  translate: -50% -100%;
}

.timeline li dl dd.dd_flex.appeal h5,
.timeline li dl dd.dd_flex.appeal p {
    color: #fff;
    margin-left: 0;
}

.timeline li dl dd.dd_flex.appeal .dd_img img {
    border: 2px solid #fff;
    border-radius: 8px;
}

/*.timeline li:nth-of-type(3) dl dd.dd_flex .dd_info,
.timeline li:nth-of-type(7) dl dd.dd_flex .dd_info {
    margin-right: 0;
}
.timeline li:nth-of-type(3) dl dd.dd_flex .dd_img,
.timeline li:nth-of-type(7) dl dd.dd_flex .dd_img {
}*/

.timeline dd p {
    text-align: justify;
    font-size: 19px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.timeline dd strong{
  display: block;
  padding: 10px 0;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
  position: absolute;
  left: 12px;
  top: 7px;
  width: 1px;/*線の太さ*/
  height: 0;/*はじめは高さを0に*/
  background: #F29904;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after{
  content:'';
  position: absolute;
  top: 7px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #F29904;
  border-radius: 50%;
}


@media screen and (max-width: 767px) {
	.timeline{
		max-width: 95%;
		margin: 20px auto;
		padding: 15px;
	}
	
	.timeline h4 {
		font-size: 22px;
		margin-bottom: 16px;
		color: #F29904;
	}

	.timeline h5 {
		font-size: 16px;
		margin:0 0 10px 5px;
	}

	.timeline p {
		margin-left: 5px;
        margin-bottom: 10px;
	}
    .timeline dd p {
        font-size: 14px;
    }
    
    .timeline li dl dd.dd_flex.appeal {
        border-radius: 8px;
        /*padding: 20px;*/
    }
    .timeline li dl dd.dd_flex.appeal::after {
      left: 8%;
      translate: -50% -90%;
    }

    .timeline li dl dd.dd_flex {
        flex-direction: column;
    }
    .timeline li dl dd.dd_flex .dd_info {
        width: 100%;
        margin-right: 0;
    }
    .timeline li dl dd.dd_flex .dd_img {
        width: 100%;
    }
    
    .timeline li::after{
      top: 3.5px;
    }

}
