html{
  scroll-behavior: smooth;
}

/* 問い合わせボタン */
a#contact_button1 {background:#2d64d1; border-radius:50px; position:relative; display:flex; justify-content:space-around; align-items:center; margin:0 auto; max-width:260px; padding:10px 50px 10px 25px; font-family:'Noto Sans JP', sans-serif; font-size:0.8em; color:#f1f1f1;  transition:0.3s ease-in-out; font-weight:500; text-decoration:none;}
a#contact_button1:after {content:''; width:7px; height:7px; border-top:3px solid #2d64d1; border-right:3px solid #2d64d1; transform:rotate(45deg) translateY(-50%); position:absolute; top:50%; right:32px; border-radius:1px; transition:0.3s ease-in-out;}

a#contact_button1:before {
  content: "";
  position: absolute;
  margin: auto;
  right: 23px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
}

a#contact_button1:hover {
  background: #1100ff;
  color: #FFF;
}

a#contact_button1:hover:after {
  border-color: #1100ff;
}

header {
  background: rgb(255, 255, 255);
  padding: 20px 20px;
  /* position:fixed用の左右中央揃え */
  margin: auto auto;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  display: flex;
  width: 1170px;
  /* 上に隙間を空ける */
  top: 10px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 18%);
  border-radius: 8px;
}

.nav-unshown{
  display:none;
}

#nav-open{
  display: block;
  width: 3em;
  height: 1.5em;
  position: relative;
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  content: '';
  display: block;
  height: 0.2em;
  width: 2em;
  border-radius: 3px;
  background-color: #000000;
  position: absolute;
}
#nav-open span:before {
    top: 0.7em;
}
#nav-open span:after {
    top: 1.4em;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5em);
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

#drawer-content {
  overflow: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 70%;
  max-width: 400px;
  height: calc(100% - 5em);
  background: #0062ad;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

#nav-drawer{
  margin: 1em;
}

.drawer_section_item{
  
}

#tasuki_info{
  padding: 0px 15px;
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#header_catchcopy {
  /* 折り返し禁止 */
  white-space: nowrap;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.5em;
}

#header_logo{
  height: 2em;
}

#header_content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*右寄せ*/
  margin-left: auto;
}

#header_sections {
  font-family: 'Noto Sans JP', sans-serif;
}

#header_sections > li > a{color:#000000;}
#header_sections > li > a:hover {color:#2d64d1;}

.nav_section_item {
  list-style: none;
  display: inline-block;
  font-size: 0.9em;
  margin: 0 10px;
}

.nav_section_item a{
  text-decoration: none;
}

.drawer_section_item a{
  text-decoration: none;
  font-weight:600;
  color: #fff;
  display: block;
  padding: 15px 20px;
}

.drawer_section_item:hover{
  background-color: #e3e3e3;
}

.drawer_section_item + .drawer_section_item{
  border-top: 1px solid #cbcbcb;
}

.drawer_section_item:last-child {
  border-bottom: 1px solid #cbcbcb;
}

.CAT_button_container {
  display: inline-block;
  margin: 0px 20px;
}
.sp {display:none;}

/* 改行 */
.heading_line{
  display: block;
}

.section_title{
  font-weight: 700;
  color: rgb(45 100 209);
  margin: 10px 0 30px !important;
}
.sp {display:block;}

/* キャッチコピー */
#CatchCopy img{
  width: 100%;
}

.sp{
  display: none;
}
.fukidashi-header {width:300px; margin:0 auto;}

/* 4つの特徴セクション */
#features {
  text-align: center;
  padding: 60px 0;
  background-image: url("../images/feature_background.png");
}

#raising_questions{
  color: #000;
  font-size: 1.1em;
  font-weight: 700;
}

#features_title{

}

#features{
  padding:60px 0;
}

#feature_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0% auto;
  max-width: 100%;
  width: 850px;
  padding: 0% 0%;
}

.feature_name{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #0062ad;
  margin-bottom:20px;
}

.point_wrap{
  text-align: left;
  margin-bottom: 20px;
}

.point_text{
  display: inline-block;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  color: #55b9cb;
  vertical-align: bottom;
}

.feature_point_number{
  font-size: 2em;
}

.feature_img{
  display: inline-block;
  width: 140px;
}

.feature_content {
  width: 22em;
  margin: 10px;
  padding: 2em;
  vertical-align: top;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 18%);
  background-color: #ffffff;
}

.feature_text{
  text-align: left;
  font-size: 1.0em;
  font-weight:600;
}

.underline_yellow {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(239 255 0);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

/* 中間コンバージョン */
.micro_conversion{
  text-align: center;
  background-image: url(../images/micro_conversion_back.jpg);
  background-size: cover;
  background-position: center;
}

.micro_conversion_intro{
  padding: 60px 0px 10px 0px;
  color: #FFF;
  font-weight:600;
}

.free_consultation_text{
  padding-top: 10px;
  font-size: 2em;
  font-weight: 600;
}

.micro_conversion_buttons{
  padding: 10px 0px 50px 0px;
}

a.contact_button2{
  background-color: #ff9a0e;
  box-shadow: 0 5px 0 #8e6a07;
}

.CAT_button {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  min-width:300px;
  margin:10px 10px;
}

/*hoverをした後のボタンの形状*/
a.contact_button2:hover{
  box-shadow: none;
  transform: translateY(5px);
  color:#fff;
}

a.go_tasuki_top_button {
  background-color: #0c41a3; /* 背景色 */
  box-shadow: 0 5px 0 #143a80; /* 影の太さ・色 */
}

a.go_tasuki_top_button:hover {
  box-shadow: none;
  transform: translateY(5px);
  color:#fff;
}


/* 料金プランセクション */
#price_plan{
  text-align: center;
  padding: 60px 0;
}

#price_plan_intro{
  font-size: 1.1em;
  font-weight: 700;
}

#comparison_companies_intro{
  font-size: 1.1em;
  font-weight: 700;
}

/*
#price_plan_table_title{
  margin: 1%;
}
*/

.table_title{
  margin: 1%;
}

/*
#price_plan_table{
  overflow-x: scroll;
}
*/

.table{
  overflow-x: auto;
  margin:20px 10px 10px;
}

#price_plan_table_image{
  width: 40%;
  min-width: 750px;
  margin: auto;
}

#comparison_companies_table_image{
  width: 60%;
  min-width: 750px;
  margin: auto;
}

/*
.table_image{

}
*/

/*
#price_plan_table_annotations{
  text-align: left;
  width: 80%;
  max-width: 750px;
  margin: auto;
}
*/

.table_annotations{
  text-align: left;
  width: 80%;
  margin: 10px auto 40px;
  max-width: 750px;
  font-weight: 500;
  font-size: 0.9em;
}

.table_annotation{
  display: block;
  line-height: normal;
}



/* お客様の声セクション */
#customers_voice {
  text-align: center;
  padding: 60px 0;
  background: #f1fcff;
}

#customers_voice_intro{
  font-size: 1.1em;
  font-weight: 700;
}

#customer_voice_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.customer_voice {
  display: inline-block;
  width: 22em;
  background-color: #FFFFFF;
  vertical-align: top;
  padding: 1em;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 18%);
}

.customer_company_name{
  color: #0062ad;
  font-size: 1.5em;
  font-weight: 700;
}

.customer_company_honorific{
  color: #000000;
  font-size: 0.7em;
}

.customer_voice img {
  display: inline;
  border-radius: 50%;
  padding: 10px 20px 20px;
}

.customer_director_name{
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(239 255 0);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
  font-weight: 700;
}

.customer_comment{
  text-align: left;
  font-size: 14px;
  font-weight:600;
}


/* 求人作成の流れセクション */
#job_creation_flow{
  text-align: center;
  padding: 60px 0;
  background-color: #91c8fb;;
}

#job_creation_flow_intro{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

#job_creation_flow_title{
  color: #FFFFFF;
}

#job_creation_flow_steps{
  margin: 4em 10% 0 10%;
}

.job_creation_flow_step{
  max-width: 900px;
  margin: 4em auto;
  position: relative;
  padding: 0 0 3em 0;
  background: #fcfcfc;
  border-radius: 0.5em;
  box-shadow: 0 2px 10px rgb(0 0 0 / 18%);
}

.job_creation_flow_step:not(:last-child):after{
  background-color: #efe814;
  bottom: 0;
  content: "";
  height: 1.5em;
  margin: auto;
  position: absolute;
  /* right: -80px; */
  /* top: 1%; */
  bottom: -1em;
  width: 3em;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  -webkit-transform: translateY(0) translateX(-50%);
}

#job_creation_flow_steps .job_creation_flow_step:first-child {
  margin: 0 auto;
}

#job_creation_flow_steps .job_creation_flow_step:last-child {
  margin: 0 auto;
}

.job_creation_flow_step_top {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 4em;
  height: 4em;
  -webkit-transform: translateY(0) translateX(-50%);
  /* padding-top: 100%; */
  padding: auto;
  /* margin: auto; */
  left: 50%;
  top: -2.0em;
}

.job_creation_flow_step_number{
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 2.3em;
  color: #0a009d;
  top: 10%;
}

.job_creation_flow_step_text{
  position: relative;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  color: #0a009d;
  top: 10%;
}

.job_creation_flow_action_group{
  text-align: right;
  width: 40%;
  margin-left: auto;
}

.job_creation_flow_action_group div{
  display: inline-block;
  margin: 0.5em;
  padding: 5px 30px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight:600;
  white-space: nowrap;
}

.job_creation_flow_action_customer{
  background-color: #1212c4; 
}

.job_creation_flow_action_tasuki{
  background-color: #e8bd11;
}

.job_creation_flow_name{
  font-family: 'Noto Sans JP';
  font-size: 1.2em;
  color: #35abff;
  margin: 0.5em auto;
}

.job_creation_flow_description{
  font-family: 'Noto Sans JP';
  font-size: 1.0em;
  text-align: left;
  margin: 0 5%;
}

/* よくある質問 */
#FAQ {
  text-align: center;
  background: #e4fcff;
  padding: 60px 0;
  background-image: url("../images/feature_background.png");
}

#FAQ_intro{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

#questions{
  text-align: center;
}

.question{
  max-width: 900px;
  margin: 10px auto;
  background: #ffffff;
  text-align: left;
  border-radius: 0.5em;
  box-shadow: 0 2px 10px rgb(0 0 0 / 18%);
}

.FAQ_toggle {
	display: none;
}

.question_label {
  display: block;
  color: #000000;
  padding: 1em;
}

.question_label::before, .question_label::after{		/*タイトル横の矢印*/
  content: "";
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
  width: 2px;
  height: 0.75em;
  background-color: #2d64d1;
  transition: all 0.3s;
}

.question_label::after {
  transform: rotate(90deg);
}

.question_label,
.answer_container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.question_container{
  width: 90%;
}

.Q_mark{
  display: inline-block;
  font-family: 'Oswald';
  font-weight: 700;
  color: #2f1479;
  margin: 0em 1em 0em 0;
}

.answer_container {
  width: 90%;
	height: 0;
	overflow: hidden;
  font-family: 'Noto Sans JP';
  padding: 0 1em;
}

.FAQ_toggle:checked + .question_label + .answer_container {	/*開閉時*/
	height: auto;
  padding: 1em 1em; /* アニメーションに必要 */
	transition: all .3s;
}

.FAQ_toggle:checked + .question_label::before {
	transform: rotate(-90deg) !important;
}

.A_mark{
  display: inline-block;
  font-family: 'Oswald';
  font-weight: 700;
  color: #fe4d13;
  margin: 0em 1em 0em 0.5em;
}

.question_container p{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 2.5em);
}

.answer_container p{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 3em);
}

@media screen and (min-width: 769px) {
  #nav-drawer{
    display: none;
  }

}
/* タブレット、スマホ対応ヘッダー */
@media screen and (max-width:768px) {
  header{
    width: 100%;
    height: 5em;
    padding: 0;
    top:0;
	border-radius:0;
  }

  #header_sections,
  #header_CAT_button{
    display: none;
  }

  #tasuki_info{
    padding: 0 1em;
    margin: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  #header_logo{
    height: 30px;
    padding: 0;
  }

  #nav-input:checked ~ #drawer-content {
    display: block;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  #CatchCopy{
    margin-top: 5em;
  }

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
 .job_creation_flow_action_group{
    display: grid;
    margin: auto;
    width: auto;
    justify-content: end;
  }
  .question {margin:10px 20px;}
}
