/* CSS Document */

/*==================================

ほいコレ インターン
internship.php

==================================*/

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/*ページ設定*/
#concierge-wrapper {
  width: 640px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  margin-bottom: 50px;
  webkit-text-size-adjust: 100%;
  max-height: 999999px;
  }
  
  /*メインビジュアル*/
  #main-title-wrap img{
  width: 100%;
  }
  
   /*ABOUT TEXT*/
  .about-wrap {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 0;
  }
  
  .about-wrap h2 {
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
  }
  
  .about-txt {
  width: 90%;
  font-size: 24px;
  text-align: left;
  text-justify: inter-ideograph;
  line-height: 40px;
  margin: 0 auto;
  padding-bottom: 10px;
  }
  
  .about-txt strong{
    color: #2995bc;
  }

.crossing_img{
	width: 100%;
}

  /* STEP */
  .choice_step {
  width: 95%;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 21px 16px;
  border-radius: 7px;
  background-color: #6cc6d1;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
	  font-size: 1.7em;
}

.choice_step .step {
  font-weight: bold;
  display: block;
}

.choice_step .info {
  display: block;
}

.choice_step .separator {
  display: block;
  width: 20%;
  height: 2px;
  background-color: #ffffff;
  margin: 6px auto;
}

.choice_step::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 7.5px 0 7.5px;
  border-color: #6cc6d1 transparent transparent;
  translate: -50% 100%;
}

  .arrow-button1{
	background-color: #E9585D;
    border-radius: 3px;
    box-shadow: 0 4px 0 #E84E59;
    color: #fff;
    display: block;
    padding: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
	font-size: 26px;
	font-weight: bold;
    width: 80%;
	margin-left: 7%;
 	margin-top: 15px;
	margin-bottom: 20px;
  }

  .arrow-button1::after{
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}


  /* STEP1 */
  .step-wrap {
  width: 100%;
  background-color: #f4f4ef;
  margin: 0 auto;
  }

  .step-wrap_in {
  width: 90%;
  padding: 30px 0;
  margin-left: 5%;
  }
  .step-wrap_in .step-title{
	  text-align: center;
	  margin-bottom: 20px;
  }
  .step-wrap_in .step-title p{
	  font-weight: bold; /* テキストを太字に */
	  font-size: 28px; /* 適切なフォントサイズを指定 */
	  line-height: 35px;
	  margin-top: 10px;
	  margin-bottom: 20px;
  }
  .step-wrap_in .step-title img{
	  margin-top: 10px;
	  margin-bottom: 20px;
  }
  .step-wrap_in .contents{
	  width: 100%;
	  text-align: center;
	  background-color: #ECEDE8;
	  margin-bottom: 30px;
	  padding-bottom: 10px;
  }
  .step-wrap_in .contents img{
	  width: 80%;
	  padding-left: 5%;
  }
  .step-wrap_in .contents .midashi{
	  background-color: #bfbeba;
  }
  .step-wrap_in .contents .midashi p{
	  padding-top: 20px;
	  padding-bottom: 20px;
	  font-size: 1.8em;
	  color:#FFFFFF;
	  line-height: 1.5em;
	  font-weight: bold;
  }
  .step-wrap_in .contents .text{
	  padding: 20px 20px 10px 30px;
	  text-align: left;
	  font-size: 1.5em;
	  line-height: 1.5em;
  }
  .step-wrap_in .contents .text_pink{
	  padding-top: 10px;
	  padding-bottom: 30px;
	  text-align: center;
	  font-size: 2.4em;
	  color: #f0706f;
	  font-weight: bold;
  }

.step-wrap_in .contents .checkpoint {
	padding-top: 20px;
	list-style: none;
}

  .step-wrap_in .contents .checkpoint .sikaku {
    padding: 20px 0 10px 60px;
	font-size: 1.5em;
	text-align: left;
	  font-weight: bold;
}
  .step-wrap_in .contents .checkpoint .sikaku {
    position: relative;
}
  .step-wrap_in .contents .checkpoint .sikaku:before {
    content:"";
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #f0706f;
	top: 22px;
    left: 20px;
}


.kengaku_oubo_contents{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 95%;
    margin: 10px 0;
    padding-top: 10px;
}
.kengaku_oubo_text{
	width: calc(60%);
    margin-bottom: 5px;
    padding: 10px 30px 10px 10px;
	margin-left: 30px;
    text-align: left;
	background-color: #FFF;
	font-size: 1.5em;
	line-height: 1.6em;
}
.kengaku_oubo_img{
	width: calc(40%);
    margin-bottom: 5px;
    padding: 10px 0 10px 10px;
    text-align: right;
	margin-left: -90px;
}

/* アルバイトをする際のポイント */
.parttime-list {
  list-style: none;       /* ブラウザのデフォルト番号を非表示 */
  counter-reset: listnum;    /* カウンターの初期化 */
  padding-left: 0;
}
.parttime-list li {
  counter-increment: listnum;  /* 各項目でカウンターをインクリメント */
	margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;       /* 番号表示分の余白 */
  position: relative;
}
.parttime-list li::before {
  content: counter(listnum);     /* カウンターの値とドットを表示 */
  position: absolute;
  left: 30px;
  top: 0;
  font-weight: bold;               /* 太字 */
  font-size: 2.2em;     /* 見出しより約2px大きい */
  color: #E9585D;
}
/* 見出しのスタイル */
.parttime-list h3 {
  font-size: 1.5em;
  font-weight: bold;              /* 見出しを太字に */
	text-align: left;
	padding-left: 35px;
	padding-top: 5px;
}
/* 説明文のスタイル */
.parttime-list p {
  margin-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.5em;
}

.step4_box{
	display: flex;
	flex-wrap: wrap;
	padding-left: 5%;
}

.step4_box .item{
	padding: 30px;
	background-color: #fff;
    color:#238FD3;               /* 文字色 */
    margin:  5%;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
	width: 30%;
}




/* ほいコレナビ会員登録 */
  #register-wrap {
	width: 100%;
	background-color: #f4f4ef;
	margin: 0 auto;
  }

  #register-wrap_in {
	width: 90%;
	padding: 30px 0;
	margin-left: 5%;
  }

  #register-wrap_in .title{
	  text-align: center;
	  margin-bottom: 10px;
  }

  #register-wrap_in .title p{
	  font-weight: bold; /* テキストを太字に */
	  font-size: 30px; /* 適切なフォントサイズを指定 */
	  line-height: 34px;
	  margin-top: 10px;
	  letter-spacing: 3px;
  }

  #register-box{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	gap: 20px;
  }

  #register-box .card{
	width: calc((100% - 25px) / 2);
  }

  #register-box .card img{
	width: 100%;
	margin-bottom: 10px;
  }

  #register-box .card p{
	font-size: 22px;
    padding: 10px 5px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
  }



  /*シェアエリア*/
  #share-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #05C388;
  }
  #share-wrap p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
  }
  #share-wrap .share_icon_wrap {
  margin: 0 auto;
  text-align: center;
  }
  #share-wrap .share_icon_wrap .line_icon {
  margin-right: 20px;
  }
  #share-wrap .return-top {
  display: inline-block;
  width: 540px;
  height: 50px;
  margin: 60px 0 0 25px;
  padding: 0 20px;
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  transition: none;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 5px;
  }
  /*共通*/
  .clear {
  clear: both;
  }
  