@charset "UTF-8";
/* 共有 */
.contents {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 80px;
}
.main{
  font-size:14px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*scroll_up ｜下から上へ出現*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*scroll_up ｜下から上へ出現 */

/*TOP(職業人紹介)*/
.TOP_img{
  display: block;
  margin: 0 auto;
  border:2px solid #000 ;
  width: 460px;
  height: 680px;
  object-fit: cover;
  box-shadow: -20px 20px 0 #F97700;
}
.flex_1{
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.bnr-area-top{
  width: 50%;
}
.text_1{
  width: 50%;
  margin-left:50px ;
}
.category_name{
  margin: 0;
  color: #F97700;
  font-family:"Zen Maru Gothic", serif ;
  font-size: 160%;
  font-weight: bold;
}
.job_name{
  line-height: 1.2em;
  margin: 10px 0;
  color: #F97700;
  font-family: "Zen Maru Gothic", serif;
  font-size: 300%;
  font-weight: bold;
}
.company_name{
  font-size: 120%;
}
.person_name{
  margin-top: 0;
  font-size: 210%;
}
.p_icon{
  width: 10%;
  height: auto;
  margin-left: 5px;
}
.profile{
  display: flex;
  align-items: center;
  margin: 6px 0 0 0;
  padding: 0 0 10px 0;
  color: #F97700;
  font-family: "Barlow";
  font-size: 160%;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}
.profile_all{
  background-color: #FFF6E0;
  padding: 20px;
}
.year,.place,.major{
  border-bottom:2px dotted #000;
  padding: 0 0 10px 0;
}
.year span,.place span,.major span{
  font-weight: bold;
  letter-spacing: 0.1em;
}
/*TOP(目指したきっかけ)*/
.textbox_1{
  background-color: #F2F6FF;
  padding: 20px;
  margin: 60px 0 80px 0;
  border-radius: 10px;
  text-align: center;
}
.textbox_1_ttl{
  display: inline-block;
  padding-bottom: 8px;
  margin: 0 auto 20px;
  width: 280px;
  color: #F97700;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 130%;
  border-bottom: 4px dotted #F97700;
}
.textbox_1_txt{
  text-align:justify;
  width: 70%;
  margin: 0 auto;
}
/*TOP(目指したきっかけ)*/

/*TOP(職業人紹介)*/


/*メニューバー*/
.index_flex{
  display: flex;
}
.index ul{
  list-style: none;
}
.index_1,.index_2,.index_3 {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 140%;
  margin: 5px auto;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.1em;
  border: 2px solid #000;
  width: 45%;
  text-align: center;
  padding: 20px 10px;
  border-radius: 50px;
  text-decoration: none;
}

.index_1 a,.index_2 a,.index_3 a{
  text-decoration: none;
  color: #000;
}
.index_1:hover {
  transition: 0.5s;
  background-color: #F97700;
}
.index_1 a:hover{
  transition: 0.5s;
  color: #fff;
}
.index_2:hover {
  transition: 0.5s;
  background-color: #F97700;
}
.index_2 a:hover{
  transition: 0.5s;
  color: #fff;
}
/*メニューバー*/


/*タイトル*/
.q_icon{
  width: 10%;
  height: auto;
  margin-right: 20px;
}
.q_ttl {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 65px 0 50px 0;
  letter-spacing: 0.2em;
  font-family:"Zen Maru Gothic", serif ;
  font-size: 200%;
  background-color: #F97700;
  position: relative;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  border: solid 3px #000;
  box-sizing: border-box;
  border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  z-index: 5;
}
.q_ttl:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #F97700;
  z-index: 2;
}
.q_ttl:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}
.q_ttl span{
  font-size: 150%;
}

.q_ttl p {
  margin: 0;
  padding: 0;
}
/*タイトル*/


/*Q共通*/
.Q_img{
border:2px solid #F97700 ;
width: 500px;
height: 340px;
object-fit: cover;
border-radius: 15px;
}
/*Q共通*/


/*Q.仕事内容を教えてください。*/
.q1{
  align-items: flex-start;
  padding: 20px 0 50px 0;
  display: flex;
  border-bottom: 4px dotted #F97700;
}
.q1_left{
  width: 50%;
}
.q1_right{
  width: 50%;
}
.note{
  display: flex;
  padding: 20px 0;
  border-bottom: 4px dotted #F97700;
}
.q_h_r{
  font-weight: bold;
  margin: 0 0 0 30px;
  font-size: 140%;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8em;
}
.q_t_r{
  text-align:justify;
  margin: 15px 0 0 30px;
  line-height: 1.8em;
}
.q_h_l{
  font-weight: bold;
  margin: 0 30px 0 0;
  font-size: 140%;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8em;
}
.q_t_l{
  text-align:justify;
  margin: 15px 30px 0 0 ;
  line-height: 1.8em;
}

/*Voice!*/
.voice_ttl{
  font-size: 130%;
  font-weight: 500;
  font-family: barlow;
  letter-spacing: 0.1em;
  width: 100px;
  border: 2px solid #000;
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  left: 40px;
  top: -10px;
}
.voice_all{
  position: relative;
}
.voice{
  align-items: center;
  display: flex;
  background-color: #FFF6E0;
  margin: 30px 0 0 0;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
}
.voice_pic{
  width: 160px;
  height: auto;
  margin: 20px 0;
}
.voice_txt{
  width: 60%;
  text-align:justify;
  font-weight: bold;
  margin-left: 10px;
  font-family: "Zen Maru Gothic", serif;
}
/*Voice!*/

/*note*/
.no3{
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 140%;
  color: #fff;
  font-family: barlow;
  text-align: center;
  background-color: #F97700;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.no4{
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 140%;
  color: #fff;
  font-family: barlow;
  text-align: center;
  background-color: #F97700;
  font-weight: bold;
  margin: 0 0 15px 30px;
}
.Q_img2{
  margin: 0 auto 10px auto;
  display: block;
  border: 2px solid #F97700;
  width: 80%;
  height: 260px;
  object-fit: cover;
  border-radius: 15px;
}
/*note*/

/*業務の流れ*/
.no1{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 140%;
  color: #fff;
  font-family: barlow;
  text-align: center;
  background-color: #F97700;
  font-weight: bold;
}
.no1 p{
  margin: 0;
  width: 40px;
}
.gyomu_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0 0;
}
.gyo_cat{
  display: flex;
  flex-direction:column;
}
.gyomu{
  justify-content: center;
  display: flex;
  align-items: baseline;
  margin:30px 0 50px  0;
}
.gyomu_what{
  width: 40%;
  text-align: center;
  font-size: 140%;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8em;
  color: #F97700;
  font-weight: bold;
  border: 2px solid #F97700;
  border-radius: 50px;
  margin: 0 20px 0 0;
  padding: 10px 0;
}
.gyomu_dtl{
  width: 60%;
  font-size: 140%;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8em;
  color: #F97700;
  font-weight: bold;
}
.y_icon_all{
  position: relative;
}
.y_icon{
  bottom: 50%;
  top: 50%;
  right: 0px;
  position: absolute;
  width: 30px;
  height: 30px;
}
.y_icon2{
  bottom: 50%;
  top: 50%;
  right: -10px;
  position: absolute;
  width: 30px;
  height: 30px;
}
.q_h_r2{
  text-align: justify;
  font-weight: bold;
  margin: 5px 0 0 0;
  font-size: 140%;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.6em;
}
.q_t_r2{
  text-align:justify;
  margin: 0;
  line-height: 1.6em;
}
.q_h_l2{
  text-align: justify;
  font-weight: bold;
  margin:10px 0;
  font-size: 140%;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.8em;
}
.q_t_l2{
  text-align:justify;
  margin: 0 ;
  line-height: 1.6em;
}
.gyo_cat{
  align-items: center;
  width: 40%;
  display: flex;
}
.box-parent{
  width:100%;height:auto;
  display:flex;
  justify-content:space-between;
  padding:20px;
  box-sizing:border-box;
}
.box-child{
  width:40%;
  height:auto;
  display:flex;/*子要素に追加*/
  flex-direction:column;/*子要素に追加*/
}
.child_flx{
  display: flex;
}
.box-child-text{
  text-align: justify;
  flex-grow:1;/*空きスペースの伸びる倍率を指定*/
}
.box-parent2{
  width:100%;height:auto;
  display:flex;
  justify-content:space-between;
  padding:20px;
  box-sizing:border-box;
}
.box-child2{
  width:30%;
  height:auto;
  display:flex;/*子要素に追加*/
  flex-direction:column;/*子要素に追加*/
}
.box-child-text2{
  flex-grow:1;/*空きスペースの伸びる倍率を指定*/
}
.ske_ttl0{
  margin: 0 0 0 10px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 110%;
  background-color: #FFF6E0;
  display: inline-block;
}
/*業務の流れ*/

/*check*/
.c_icon{
  width: 8%;
  height: auto;
}
.q_h{
  text-align: justify;
  font-weight: bold;
  font-size: 140%;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.6em;
}
.q_t{
  text-align:justify;
  line-height: 1.6em;
}
.q_c_dtl{
  width: 33%;
  margin: 0 0 0 30px;
}
.q_c_dtl:first-child{
  margin-left: 0;
}
.cpic{
  margin-bottom: 10px;
}
.no_cat{
  width: 50%;
}
/*check*/

/*Q.仕事内容を教えてください。*/


/*Q.1日のスケジュールは？*/
.day_start{
  text-align: center;
  display: inline-block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #F97700;
  font-size: 120%;
  left: 80px;
  position: absolute;
}
.day_ttl_all{
  text-align: center;
}
.day_ttl{
  padding: 0 0 10px 0;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 160%;
  border-bottom: 4px dotted #000;
  display: inline-block;
}
.ske_all{
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.ske_text1{
  width: 80%;
  margin-left: 50px;
}
.ske_flex1{
  display: flex;
  margin: 20px 10px 30px 20px;
}
.ske_flex1:first-child{
margin-top: 0;
}
.ske_flex1:last-child{
  margin-bottom: 0;
  }
.ske_pic{
  width: 15%;
}
.time{
  font-size: 200%;
  font-family: barlow;
  margin: 0;
  font-weight: 500;
}
.ske_ttl{
  margin: 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 160%;
  background-color: #FFF6E0;
  display: inline-block;
}
.ske_txt{
  text-align: justify;
}
.ske{
  width: 80%;
  border-left: 4px dotted #000;
  margin: 0 0 30px 86px;
  z-index: -1;
}
.dot_all{
  position: relative;
}
.dot{
  width: 2%;
  position: absolute;
  left: 136px;
  z-index: 1;
}

/*もっと見るボタン*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
  z-index: 0;
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 4;
	bottom: 0;
	width: 100%;
	height: 180px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: "Zen Maru Gothic", serif;
  content: 'もっと見る▼';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 50px;
  background-color: #F97700;
  padding: 10px 0;
  border: 2px solid #000;
}
.cp_box label:hover{
  opacity: 0.5;
  transition: 0.5s;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 450px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label:after {
  font-family: "Zen Maru Gothic", serif;
	content: '閉じる▲';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
/*もっと見るボタン*/

/*Q.1日のスケジュールは？*/


/*Q.お仕事に必要なスキルは？*/
.q2{
  display: flex;
  align-items: flex-start;
}
.q2_left{
  width: 50%;
  background-color: #fff;
  z-index: 5;
}
.q2_right{
  width: 50%;
}
.skill{
  position: relative;
  background-color: #fff;
}
.kyo{
  background: linear-gradient(transparent 50%, #FFF100 50%);
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 130%;
}
/*Q.お仕事に必要なスキルは？*/


/*高校生へメッセージ*/
.textbox_2_img{
  margin-right: 30px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 150px;
  border: 2px solid #F97700;
}
.textbox_2_all{
  background-color: #FFF6E0;
  padding: 20px 0;
  margin: 50px 0 20px 0;
  border-radius: 10px;
  text-align: center;
}
.textbox_2{
  padding: 0 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.textbox_2_ttl{
  padding-bottom: 8px;
  margin: 0 auto 20px;
  text-align: center;
  color: #F97700;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 130%;
  border-bottom: 4px dotted #F97700;
  display: inline-block;
}
.textbox_2_txt{
  width: 50%;
  text-align:justify;
  margin: 0 0 0 25px;
}
.textbox_2_txt:first-child{
  padding-right: 25px;
  border-right:1px solid #000 ;
  text-align-last:justify;
  margin: 0;
}
.textbox2_flex{
  display: flex;
}
.textbox_2_sub_all{
  text-align: left;
}
.textbox_2_sub{
  background: linear-gradient(transparent 50%, #FFF100 50%);
  margin: 0 0 10px 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 130%;
  display: inline;
}
/*高校生へメッセージ*/

.jiten_txt {
  text-align: right;
  font-size: 90%;
}

/*学校を探すボタン*/
.box {
  width: 160px;
  height: 50px;
  position: fixed;
  bottom: 220px;
  right: 110px; 
  z-index: 9999;
}
.box:hover{
  opacity: 0.5;
  transition: 0.5s;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 1920px) {
  /* 1920px以上に適用されるCSS（モニター用） */
  .box {
  width: 160px;
  height: 50px;
  position: fixed;
  bottom: 200px;
  right: 200px; 
  z-index: 9999;
}
}


