@charset "utf-8";
/* CSS Document */

/*==================================

ほいコレインターン

==================================*/
/*全体設定*/
html{
    overflow: auto;}

body{
  overflow: hidden;
  position: relative;
  min-width: 1120px;
	}

.font-tsuku{
	font-family: fot-tsukuardgothic-std, sans-serif;
	}  

#concierge-wrapper{
	width:1120px;
	color: #585A61;
  	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	}

/*パンくずリスト*/
.breadcrumb{
  	width:1080px;
	height: 50px;
  	margin:23px auto 0 auto;
  	font-size:14px;
  	}
	
.breadcrumb li{
  	display:inline-block;
  	position: relative;
  	vertical-align:bottom;
  	}
	
.breadcrumb li:after{
  	content:'>';
  	position: relative;
  	margin-left:10px;
  	margin-right:10px;
  	}
	
.breadcrumb li:last-child:after{
  	content:'';
  	}

/*メインビジュアル*/
#main-visual-wrap{
	width: 100%;
  	height: 410px;
  	margin:0 -200%;
  	padding:0 200%;
  	text-align: center;
	}

#main-visual-wrap .main-visual-in{
  	width: 1120px;
  	position: relative;
	}

/*ほいコレ インターンとは*/
#about-wrap{
	width:100%;
  	margin:0 -200%;
  	padding:0 200%;
  	text-align: center;
	}

#about-in{
	width: 1080px;
	margin:0 auto;
	padding:50px 0;
	line-height:25px;
	text-align:center;
	display: flex;
	}

#about-wrap h2 {
  width: 360px;
  background-image: url("../internship/hoicolle-intern/about-title-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 18%;
  border-right: 1px solid #707070;
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin: 0 20px 0 0;
  padding-left: 110px;
  }
  
#about-wrap h2 span{
  	display: block;
  	text-align: left;
	line-height: 41px;
	padding-top: 8px;
  }

#about-wrap h2 em:nth-of-type(1),
#about-wrap h2 em:nth-of-type(3)
{
	color: #0487E7;
}

#about-wrap h2 em:nth-of-type(2){
	color: #F2879B;
}

#about-wrap .about-txt {
  width: 640px;
  font-size: 16px;
  text-align: left;
  text-justify: inter-ideograph;
  line-height: 24px;
  padding-top: 10px;
  }

/*こんな学生さんにおすすめ*/
 #recommend-wrap{
  	width: 100%;
  	background-color: #D2EFF9;
  	margin: 0 -200%;
  	padding: 50px 200%;
  }

.recommend-wrap-back{
	width: 95%;
	background-image: linear-gradient(to top, #45b0ff 0%, #F2879B 100%);
	margin: 0 auto;
	padding: 20px 0;
}

 #recommend-wrap .recommend-in{
 	width: 96%;
	background-color: #fff;
	margin: 0 auto;
	padding: 30px 0 20px 0;
 }

.recommend-in h3{
	width: 600px;
	background-image: url("../internship/hoicolle-intern/recommend-deco.png");
  	background-position: center 0;
  	background-repeat: no-repeat;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 30px auto;
}

.recommend-in h3 em{
	color: #0487E7;
}

.recommend-in dl{
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
    justify-content: space-between;
}

.recommend-in dl dt{
	width: 130px;
	margin-right: 13px;
}

.recommend-in dl dd{
	width: 160px;
	font-size: 18px;
	line-height: 29px;
	font-weight: bold;
    margin-bottom: 40px;
}

.recommend-in dl dd span{
	display: block;
	margin-top: 74px;
}

.recommend-in dl::after{
    width: 160px;
    height: 0px;
     content: "";
    display: block;
}

/*活動内容*/
#content-wrap {
  	width: 100%;
  	background-color: #D2EFF9;
  	margin: 0 -200%;
  	padding: 0 200% 50px 200%;
  }

#content-back{
	width: 95%;
	background-image: linear-gradient(to top, #45b0ff 0%, #F2879B 100%);
	margin: 0 auto;
	padding: 20px 0;
}

#content-back #content-in{
	width: 96%;
	background-color: #fff;
	margin: 0 auto;
	padding: 20px 0;
}

#content-wrap h4 {
	width: 34%;
	height: 105px;
	background-image: url("../internship/hoicolle-intern/content-title-icon01.png"),
	url("../internship/hoicolle-intern/content-title-icon02.png");
	background-position: 24px 0px,259px 0px;
	background-repeat: no-repeat;
	background-size: 16%;
	display: block;
	font-size: 34px;
	font-weight: bold;
	line-height: 105px;
	margin: 0 auto 50px auto;
	text-align: center;
  	}

#content-back #content-in div{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px auto;
}

#content-in div .pay-wrap{
    width: 232px;
    border: 3px solid #0486E6;
    border-radius: 10px;
    padding: 20px 0 0 0;
}

.pay-wrap strong{
    color: #0487E7;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.pay-wrap p{
    width: 80%;
    margin: 12px auto 0 auto;
    padding-bottom: 14px;
    position: relative;
}

.pay-wrap p:first-of-type::after,
.pay-wrap p:nth-of-type(2)::after
{
    width: 100%;
    height: 1px;
    content: '';
    border-bottom: 1px dashed #707070;
    position: absolute;
    left: 0;
    bottom: 0;
}

#content-wrap .content-txt {
	width: 622px;
	font-size: 16px;
    line-height: 30px;
	text-align: left;
  	}

#content-wrap img{
	width: 90%;
	display: block;
	margin: 0 auto;
	text-align: center;
	object-fit: cover;
}

/*募集要項*/
#agenda-wrap {
  	width: 100%;
  	margin: 0 -500%;
  	padding: 50px 500% 50px 500%;
  	background-color: #FFDEE0;
  	position: relative;
  }
  
#agenda-wrap h5 {
  	width: 34%;
  	height: 105px;
  	background-image: url("../internship/hoicolle-intern/point-title-icon01.png"),
  	url("../internship/hoicolle-intern/point-title-icon02.png");
  	background-position: 44px 10px,269px 10px;
  	background-repeat: no-repeat;
	background-size: 16%;
  	display: block;
  	font-size: 34px;
  	font-weight: bold;
  	line-height: 105px;
  	margin: 0 auto 30px auto;
  	text-align: center;
  }
  
#agenda-wrap .swiper-slide dl{
    width: 1060px;
    background-color: #fff;
    border: 2px solid #3e3a39;
    border-radius: 10px;
    font-size: 20px;
    margin: 0 auto;
    padding: 30px 0;
	display: flex;
  }
  
.swiper-slide dl dt{
 	width: 390px;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 0 0 30px;
    position: relative;
  }

.swiper-slide dl dt span{
	width: 120px;
    height: 32px;
	background-color: #0487E7;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-right: 4%;
	padding: 10px 0 0 0;
}

.swiper-slide dl dt p{
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
}

.swiper-slide dl dt figure{
	width: 400px;
	margin: 30px auto;
}

.swiper-slide dl dt figure img{
	width: 100%;
}

.swiper-slide dd{
	width: 600px;
}

.swiper-slide dd table{
    width: 580px;
	border: 1px solid #d6e3e5;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 0 30px;
  }
 
.swiper-slide dd table th{
 	width: 25%;
	background-color: #F3F7F7;
	border-bottom: 1px solid #d6e3e5;
	text-align: left;
	padding: 10px;
 }
 
.swiper-slide dd table td{
 	width: 75%;
	border-bottom: 1px solid #d6e3e5;
	text-align: left;
	line-height: 30px;
	padding: 10px;
 }
 
 .swiper-slide dd table td p{
     margin-bottom: 20px;
 }
 
.swiper-slide dd strong{
    display: block;
    background-color: #f9c3d2;
    border-radius: 50px;
    font-size: 24px;
    margin: 30px 0 20px 0;
    padding: 10px 0 10px 0;
    text-align: center;
  }
  
.fin{
    filter: grayscale(100%) opacity(30%);
  }

/* 応募方法 */
#guide-wrap {
  width: 100%;
  background-color: #D2EFF9;
  margin: 0 -500%;
  padding: 50px 500% 50px 500%;
  }
  
 #guide-wrap h5 {
  width: 34%;
  height: 105px;
  background-image: url("../internship/hoicolle-intern/method-title-icon01.png"),
  url("../internship/hoicolle-intern/method-title-icon02.png");
  background-position: 34px 30px,279px 15px;
  background-repeat: no-repeat;
  background-size: 16%;
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 105px;
  margin: 0 auto 30px auto;
  text-align: center;
  }
  
#guide-wrap .guide-in{
    width: 1080px;
	display: flex;
    margin: 0 auto;
  }
  
.guide-in .guide-list{
    width: 320px;
	height: 100px;
	background-color: #fff;
	border: 4px solid #F2879B;
    border-radius: 10px;
	color: #0487E7;
    font-size: 18px;
	font-weight: bold;
	line-height: 25px;
    margin-right: 40px;
	padding: 15px;
	position: relative;
  }

.guide-in .guide-list:last-of-type{
	margin-right: 0;
}

.guide-in .guide-list:nth-of-type(1):after,
.guide-in .guide-list:nth-of-type(2):after
 {
 	width: 40px;
	height: 6px;
 	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #707070;
    top: 50%;
	right: -43px;
    position: absolute;
 }
  
 .guide-in .guide-list p{
	text-align: center;
	margin: 50px auto 0 auto;
	display: block;
 }
 
 .guide-in .guide-list:nth-of-type(2) p{
 	margin-top: 40px;
 }
 
.guide-in .guide-list img{
	width: 20%;
    position: absolute;
    top: -29px;
    left: 130px;
  }
  
.guide-in .guide-list em{
	font-size: 16px;
}

/*過去のインターンシップ生の声*/
#interview-wrap {
  	width: 100%;
  	margin: 0 -500%;
  	padding: 50px 500% 50px 500%;
  	background-color: #FFDEE0;
  	position: relative;
  }
  
#interview-wrap h5 {
  	width: 57%;
  	height: 105px;
  	background-image: url("../internship/hoicolle-intern/point-title-icon01.png"),
  	url("../internship/hoicolle-intern/interview-girl2.png");
  	background-position: 0px 10px,100% 10px;
  	background-repeat: no-repeat;
	background-size: 8%;
  	display: block;
  	font-size: 34px;
  	font-weight: bold;
  	line-height: 105px;
  	margin: 0 auto 30px auto;
  	text-align: center;
 }
 
#interview-wrap .interview-in{
    width: 844px;
    margin: 0 auto;
}

.interview-in .interview-list{
    width: 844px;
    display: flex;
    justify-content: space-between;
}

.interview-list .balloon1-left,
.interview-list .balloon1-right{
    width: 622px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    line-height: 25px;
    margin: 1.5em 0 1.5em 15px;
    padding: 30px;
    min-width: 120px;
    font-size: 16px;
    background: #fff;
}

.interview-list .balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

.interview-list .interview-name{
    margin-top: 60px;
}

.interview-list .interview-name figure{
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.interview-name p{
    color: #0487E7;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/*過去の参加者*/
.past-wrap{
    width: 100%;
  	margin: 0 -500%;
  	padding: 50px 500% 50px 500%;
    background: #D2EFF9;
}

.past-wrap .past-in{
    width: 804px;
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    padding: 20px;
}

.past-in strong{
    color: #0487E7;
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/*参加申し込みボタン*/
#campaign-wrap{
	width:100%;
	background-color:#fff;
	margin: 0 -500%;
  	padding: 50px 500%;
	text-align:center;
	}

#campaign-wrap2{
	width:100%;
	background-color:#F2879B;
	margin: 0 -500%;
  	padding: 50px 500%;
	text-align:center;
	}

#campaign-wrap .decoration{
	width: 502px;
  	height: 60px;
  	background-image: url(../internship/img/contact-jump-btn-decoration.png);
  	background-repeat: no-repeat;
  	font-size: 22px;
  	text-align: center;
  	margin: 0 auto;
  	padding-bottom: 20px;
	}

#campaign-wrap .decoration span{
	position:relative;
	top:20px;
	}

#campaign-wrap .contact-jump-btn{
width: 600px;
  background-color: #F2879B;
  background-image: url("../internship/hoicolle-intern/chevron-white.svg");
  background-repeat: no-repeat;
  background-position: 97% 13px;
  background-size: 6%;
  box-shadow: 4px 4px #D6657A;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
	}

#campaign-wrap .contact-jump-btn:hover{
	position : relative;
	top : 3pt;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

/*エントリー*/
#contact-wrap{
	width:100%;
	margin: 0 -500%;
  	padding: 50px 500% 100px 500%;
	}

#contact-wrap strong {
  	width: 34%;
  	height: 105px;
  	background-image: url("../internship/hoicolle-intern/entry-title-icon01.png"),
  	url("../internship/hoicolle-intern/entry-title-icon02.png");
  	background-position: 0 11px,right 16px;
  	background-repeat: no-repeat;
	background-size: 16%;
	background-position: 24px 20px,279px 20px;
  	display: block;
  	font-size: 34px;
  	font-weight: bold;
  	line-height: 105px;
  	margin: 0 auto 30px auto;
  	text-align: center;
  }

#contact-wrap #contact-in{
	width:840px;
	margin:0 auto;
	text-align:center;
	}

#contact-wrap .contact-description{
	margin:20px auto;
	text-align:center;
	display:block;
	}

#contact-wrap table{
	width:100%;
	border-collapse: separate;
	table-layout: fixed;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom:30px;
	}

#contact-wrap table th {
	width:180px;
	padding:15px 10px 15px 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #D2EFF9;
	}

#contact-wrap table td {
	width:540px;
	padding:15px 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

#contact-wrap table .imperative{
	color:#fff;
	font-size:14px;
  font-weight: normal;
	width:50px;
	margin-left:10px;
	padding:3px 5px;
	background-color:#fe4958;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#contact-wrap table .form_style{
	width:400px;
	border:0;
	padding:8px;
	font-size:18px;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

#contact-wrap table .form_style2{
  width:490px;
	border:0;
	padding:8px;
	font-size:18px;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	margin:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

  #contact-wrap table .form_style3{
  	width:490px;
  	height:145px;
  	border:0;
  	padding:8px;
  	font-size:14px;
  	font-family:Arial, sans-serif;
  	color:#3e3a39;
  	border:solid 1px #ccc;
  	margin:10px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  	}

#contact-wrap table input:focus{
	outline: 0;
    border:solid 1px #fe4958;
	background-color: #fbe5e8;
}

#contact-wrap table .entry_example{
	font-size:12px;
	margin:0 10px;
	}

#contact-wrap table .entry_example{
	width:520px;
	font-size:11px;
	margin:0 10px 0 10px;
	}

.area-select select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* ラジオボタン設定 */
#main4{
  display: none;
}

.r_btn{
  display: none;
}

.r_btn_label{
	width:250px;
 	position: relative;
	display: inline-block;
	margin-bottom:10px;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}

.r_btn_label img{
	width:90px;}

.r_btn_label::before,
.r_btn_label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.r_btn_label::before {
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #f3f3f3;
	border: 1px solid #ccc;
}

.r_btn_label:hover::before {
	background: #fff;
}

.r_btn_label::after {
	opacity: 0;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fe4958;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.r_btn:checked + .r_btn_label::before {
	background: #fff;
	border: 1px solid #fe4958;
}

.r_btn:checked + .r_btn_label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* チェックボックス設定 */
input[type=checkbox] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox:hover {
  background-color: #feccd0;
}

.checkbox:hover:after {
  border-color: #fe4958;
}

.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #fe4958;
  border-bottom: 3px solid #fe4958;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/*規約*/
#contact-in .protocol-txt{
	width:800px;
	font-size:14px;
	text-align:center;
	margin:0 auto 20px auto;
	}

#contact-in .send-btn{
	display: inline-block;
  	width: 600px;
  	height: 80px;
	cursor: pointer;
  	margin: 20px 0 0 20px;
  	padding: 0 20px;
  	font-size: 30px;
  	color: #fff;
  	text-align: center;
  	line-height: 80px;
  	text-decoration: none;
  	transition: none;
  	background-color: #F2879B;
  	border-radius: 50px;
  	box-shadow: 0 3px 0 #D6657A;
  	font-weight: bold;
	}

/* 個人情報の取扱について */
.page_list{
	display: inline-block;
	}
.page_list .txt-area{
	width: 780px;
	height: 200px;
	background-color: #fdf6dd;
	overflow: hidden;
	font-size: 13px;
	padding: 20px;
	text-align:left;
}

.page_list .txt-area .bold{
	display: block;
	font-weight: 600;
	margin-top:5px;
	margin-bottom: 10px;
}

.page_list .txt-area p{
	margin-bottom: 15px;
	line-height: 15px;
}

/*共有*/
.clear{
	clear:both;}
