@charset "utf-8";
/* interview_d.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 導入エリア　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header_area {
	padding-top: 150px;
	padding-bottom: 50px;
	background-image: url(../images/bg_maru_02.png);
	background-position: right -50px top;
	background-repeat: no-repeat;
}
#work_area {
	display: flex;
	flex-wrap: wrap;
}

/* -- 職種、説明文 ----------------------------------------------- */
#work_data {
	width: 50%;
}

/* 職種 */
#work_data h3 {
	font-size: 60px;
	line-height: 1.2em;
	font-weight: 900;
}
#work_data h3 img {
	width: 60px;
	height: auto;
	margin-right: 10px;
}

/* 入社日 */
#nyusha {
	font-size: 20px;
	font-weight: 800;
	border-bottom: 10px solid #00B2FC;
	padding-bottom: 10px;
	padding-left: 80px;
}

/* 説明文 */
#work_info {
	padding-right: 50px;
	padding-top: 50px;
}
#work_info p {
	margin-bottom: 8px;
}

/* -- 写真 ----------------------------------------------- */
#work_pic {
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 30px;
	min-height: 500px;
}
.reha_pic {
	background-image: url(../images/interview_pic_01.jpg);	
}
.kaigo_pic {
	background-image: url(../images/interview_pic_02.jpg);	
}
.kango_pic {
	background-image: url(../images/interview_pic_03.jpg);	
}
.jimu_pic {
	background-image: url(../images/interview_pic_04.jpg);	
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スケジュール　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#schedule {
	padding-bottom: 150px;
}

/* -- タイトル ----------------------------------------------- */
#schedule h4 {
	font-family: "Cal Sans", sans-serif;
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#schedule h4 span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 700;
	display: block;
}

/* -- スケジュール ----------------------------------------------- */
#schedule_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-image: url(../images/interview_schedule_bg.jpg);
	background-repeat: repeat-x;
	-webkit-animation: time-bg 1.5s linear infinite;
	animation: time-bg 1.5s linear infinite
}
@-webkit-keyframes time-bg {
    from {
        background-position: -120px center;
    }
    to {
        background-position: 0 center;
    }
}
@keyframes time-bg {
    from {
        background-position: -120px center;
    }
    to {
        background-position: 0 center;
    }
}

/* リスト */
.sch_list {
	width: 60px;
	background-color: #00B2FC;
}

/* 時間 */
.time {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 仕事内容 */
.sch_naiyou  {
	display: flex;
	writing-mode: vertical-rl;
	align-items: center;
	color: #FFFFFF;
	font-weight: 700;
	background-color: #00B2FC;
	width: 60px;
	padding-bottom: 50px;
	padding-top: 20px;
	font-size: 18px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インタビュー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#interview_area {
	padding-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
}
#intv_wrap {
	max-width: 1400px;
	border-radius: 50px;
	background-color: #DAF3FF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 100px;
}

/* タイトル */
#intv_wrap h3 {
	font-family: "Cal Sans", sans-serif;
	text-align: center;
	font-size: 150px;
	line-height: 1em;
	color: #B2E8FF;
	margin-bottom: 80px;
}
#intv_wrap h3 span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2em;
	margin-top: -35px;
}

/* -- トークセット ----------------------------------------------- */
.talk_set {
	margin-bottom: 40px;
}

/* 質問 */
.question_area {
	position: relative;
}
.q_box {
	width: 580px;
	margin-left: auto;
	background-color: #00B2FC;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 700;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 20px;
	border-radius: 10px;
	margin-right: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.q_fukidashi {
	width: 36px;
	position: absolute;
	top: 10px;
	right: 0px;
}
.q_fukidashi img {
	width: 100%;
	height: auto;
}

/* 答え */
.answer_area {
	position: relative;
}
.a_box {
	margin-left: 170px;
	width: 500px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 20px;
	border-radius: 20px;
	margin-top: 30px;
}
.talk_icon {
	width: 120px;
	position: absolute;
	top: -20px;
}
.talk_icon img {
	width: 100%;
	height: auto;
}
.a_fukidashi {
	width: 36px;
	position: absolute;
	top: 30px;
	left: 134px;
}
.a_fukidashi img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* リンクエリア　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#link_area {
	padding-bottom: 150px;
}
#link_area a {
	text-decoration: none;
	color: #333333;
	float: left;
	margin-right: 20px;
	width: 260px;
}
#link_area a:last-child {
	margin-right: 0px;
}
.link_list {
	border: 2px solid #00B2FC;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -- サムネイル ----------------------------------------------- */
.link_thumb {
	margin-bottom: 10px;
}
.link_thumb img {
	width: 100%;
	height: auto;
}

/* -- データ ----------------------------------------------- */
.link_data {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 職種・入社 */
.link_data ul {
	width: 130px;
	border-right: 5px solid #00B2FC;
}
.link_data li:first-child {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 900;
}
.link_data li:last-child {
	font-size: 15px;
	line-height: 1.2em;
}

/* 名前 */
.link_name {
	font-size: 48px;
	line-height: 1em;
	font-weight: 900;
}
.link_name span {
	font-size: 18px;
	line-height: 1.2em;
}












/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 導入エリア　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header_area {
	padding-top: 80px;
	padding-bottom: 30px;
	background-size: 250px auto;
}
#work_area {
	display: inherit;
}

/* -- 職種、説明文 ----------------------------------------------- */
#work_data {
	width: 100%;
	margin-bottom: 20px;
}

/* 職種 */
#work_data h3 {
	font-size: 30px;
	line-height: 1.2em;
}
#work_data h3 img {
	width: 40px;
}

/* 入社日 */
#nyusha {
	font-size: 16px;
	border-bottom: 8px solid #00B2FC;
	padding-left: 50px;
}

/* 説明文 */
#work_info {
	padding-right: 0px;
	padding-top: 30px;
}

#work_pic {
	width: 100%;
	border-radius: 10px;
	min-height: 200px;
	aspect-ratio: 1 / 1;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スケジュール　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#schedule {
	padding-bottom: 80px;
}

/* -- タイトル ----------------------------------------------- */
#schedule h4 {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
#schedule h4 span {
	font-size: 16px;
	line-height: 1.2em;
}

/* -- スケジュール ----------------------------------------------- */
#schedule_wrap {
	display: inherit;
	background-image: none;
}

/* リスト */
.sch_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

/* 時間 */
.time {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;	
}

/* 仕事内容 */
.sch_naiyou  {
	display: inherit;
	writing-mode: horizontal-tb;
	width: calc(100% - 70px);
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インタビュー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#interview_area {
	padding-bottom: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
#intv_wrap {
	max-width: 100%;
	border-radius: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

/* タイトル */
#intv_wrap h3 {
	font-size: 50px;
	margin-bottom: 50px;
}
#intv_wrap h3 span {
	font-size: 20px;
	line-height: 1.2em;
	margin-top: -25px;
}

/* -- トークセット ----------------------------------------------- */
.talk_set {
	margin-bottom: 30px;
}

/* 質問 */
.q_box {
	width: 70%;
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 10px;
	margin-right: 20px;
}
.q_fukidashi {
	width: 20px;
}

/* 答え */
.a_box {
	margin-left: 75px;
	width: calc(100% - 75px);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 20px;
	margin-top: 20px;
}
.talk_icon {
	width: 50px;
	top: 0px;
}
.a_fukidashi {
	width: 20px;
	left: 55px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* リンクエリア　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#link_area {
	padding-bottom: 80px;
}
#link_area a {
	float: none;
	margin-right: 0px;
	width: 100%;
}
.link_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

/* -- サムネイル ----------------------------------------------- */
.link_thumb {
	margin-bottom: 0px;
	width: 60px;
}

/* -- データ ----------------------------------------------- */
.link_data {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - 60px);
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 職種・入社 */
.link_data ul {
	width: 120px;
	border-right: 5px solid #00B2FC;
	padding-top: 3px;
}
.link_data li:first-child {
	font-size: 18px;
	line-height: 1.2em;
}
.link_data li:last-child {
	font-size: 14px;
	line-height: 1.2em;
}

/* 名前 */
.link_name {
	font-size: 32px;
	line-height: 1em;
	width: calc(100% - 120px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 7px;
}
.link_name span {
	font-size: 14px;
	line-height: 1.2em;
}

}
