
/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/

.event_set {
	display: flex;
	padding-top: 50px;
	justify-content: space-between;
	flex-wrap: wrap;
}




.event_set li {
	width: 32%;
	padding-top : 20px;
	padding-bottom : 0px;

}



.cinta {
position: relative;
text-align: center;
display: inline-block; *display: inline; zoom: 1;
margin: 20px auto 10px;
}
.uno:before,
.dos:before, .dos:after,
.tres:before, .tres:after,
.cuatro:before, .cuatro:after {
content: "";
display: block;
width: 100px;
height: 30px;
position: relative;
top: 20px;
margin: auto;
background: rgba(255,255,200,0.6);
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}
/* Esto es s坦lo algo de estilo adicional para la imagen */
.cinta img {
display: inline-block; *display: inline; zoom: 1;
border: 1px solid #ddd;
margin: 0 20px;
padding: 8px;
background: #fff;
text-align:center;
vertical-align:top;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}
.dos:before, .dos:after {
position: absolute;
top: 10px;
}
.dos:before {
left: 0;
-webkit-transform: rotate(-35deg);
-moz-transform: rotate(-35deg);
transform: rotate(-35deg);

}
.dos:after {
right: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.tres:before, .tres:after {
position: absolute;
top: 10px;
}
.tres:before {
left: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tres:after {
top: inherit;
bottom: 10px;
right: 0;
-webkit-transform: rotate(-35deg);
-moz-transform: rotate(-35deg);
transform: rotate(-35deg);
}
.cuatro:before, .cuatro:after {
width: 30px;
height: 100px;
position: absolute;
top: 50%;
margin-top: -50px;
}
.cuatro:before {
left: 10px;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
transform: rotate(3deg);
}
.cuatro:after {
margin-top: -60px;
right: 10px;
}
/* Esto es s坦lo algo de estilo adicional para la imagen */
.cinta img {
display: inline-block; *display: inline; zoom: 1;
border: 1px solid #ddd;
margin: 0 20px;
padding: 8px;
background: #fff;
  text-align:center;
  vertical-align:top;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  max-width:100%;
  height: auto;
}



.photo-frame {
  width: 100%;
  position: relative;
  font-weight: bold;
}


.photo-frame .photo {
	display: block;
	width: 100%;
	background: #fff;
	padding: 30px 15px 15px 15px; 
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	transform: rotate(0deg);
	text-align: left;
}

.photo-frame .pin {
	position: absolute;
	top: -20px;
	left: 15px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(255, 255, 245, 0.8);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	transform: rotate(-5deg);
	z-index: 1000;
}






.comment_box {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	font-size: 80%;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
}









.photo-frame2 {
  width: 100%;
  position: relative;
  font-weight: bold;
}


.photo-frame2 .photo {
	display: block;
	width: 100%;
	background: #fff;
	padding: 30px 15px 15px 15px; 
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	transform: rotate(-0deg);
	text-align: left;
}

.photo-frame2 .pin {
	position: absolute;
	top: -20px;
	right: 15px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(255, 255, 245, 0.8);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	transform: rotate(5deg);
	z-index: 1000;
}





/******************************************************************************
/* インターンシップトップ設定（レイヤー整理済み）
******************************************************************************/

/* ▼ 一番下（背景画像） */
.intern_menu_image {
    position: relative;
    width: 100%;
    height: 550px;
    margin: 0 auto;
    z-index: 1; /* いちばん下 */
}

/* ▼ 奥のレイヤー（白背景＋入場アニメーション） */
.intern_title01_area_in_image {
    position: absolute;
    z-index: 2; /* 背景より前 */
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    opacity: 0;
    background-color: #ffffff;
    object-fit: cover;
    animation: intern_anime3 1s ease-in-out forwards;
}

/* ▼ 中間レイヤー（ふわふわアイコン） */
.intern_point {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 3; /* 白背景より前 */
}

.intern_point img {
    width: 120px;
    height: auto;
    animation: fuwafuwa 4s ease-in-out infinite alternate;
    transform: translateZ(0); /* stacking context が外に干渉しないように固定 */
}

/* ▼ 最前面レイヤー（タイトルエリア） */
.intern_area_title {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 60%;
    height: auto;
    margin: 0 auto;
    z-index: 9999; /* 最前面 */
    pointer-events: auto; /* クリック可能を確実に */
    transform: translateZ(0); /* 独自スタッキングコンテキスト作成 */
}


/******************************************************************************
/* アニメーション
******************************************************************************/

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

/* タイトル画像のフェードイン */
#cut_in_copys3 {
    opacity: 0;
    animation: cut_in_copys 1s ease-in-out 0.5s forwards;
    z-index: 10000; /* 最前面の中でも優先 */
    overflow: hidden;
    position: relative; /* 念のため */
}

@keyframes cut_in_copys {
 0% {
   opacity: 0;
   transform: translateY(50px);
 }
 100% {
   opacity: 1;
   transform: translateY(0);
 }
}

/******************************************************************************
/* アニメーション用
******************************************************************************/


#cut_in_copys3 {
	opacity: 0;
	animation-name: cut_in_copys;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
	overflow: hidden;

}
 @keyframes cut_in_copys {
 0% {
 opacity: 0;
	transform: translateY(50px);

}

 100% {
 opacity: 1;
	transform: translateY(0);
}
} 


#cut_in_copys4 {
	opacity: 0;
	animation-name: cut_in_copys;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1.0s;
	animation-fill-mode: forwards;
	overflow: hidden;

}




.left_point3 {
	position: absolute;
	margin: 0 auto 0 auto;
	top: 360px;
	left: 0px;
	z-index: 10000;
}


.left_point3 img {
	width: 250px;
	height: auto;
}

.right_point3 {
	position: absolute;
	margin: 0 auto 0 auto;
	top: 360px;
	right: 0px;
	width: 250px;
	height: auto;
	z-index: 10000;
}


.right_point3 img {
	width: 250px;
	height: auto;
}


.intern_sub_page_logo {
	position: absolute;
	margin: 0 auto 0 auto;
	top: 0px;
	left: 0px;
	width: 274px;
	height: 110px;
	background-color: #2B3447;
	z-index: 1000;
}

.intern_sub_page_logo img {
	margin-top:21px;
	margin-left:27.5px;
	width: 220px;
	height: auto;

}



@keyframes intern_anime3 {
  0% {
	opacity: 0;

  }

  100% {

	opacity: 1;

  }
}


/******************************************************************************
/* ヘッダー用
******************************************************************************/


#intern_image_area_cover {
	position: absolute;
	bottom: -1px;
	right:0px;
	width: 100%;
	height: auto;
	z-index: 1000;
	margin: 0px auto 0px auto;
	text-align: center;

}


#intern_main_image_copy {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 60%;
	height: auto;
	z-index: 1000;
	margin: 0px auto 0px auto;
	z-index: 100;
}


/******************************************************************************
/* 各ページタイトル用
******************************************************************************/

.intern_area {
	position: relative;
	width:100%;
	margin: 0px auto 0px auto;
	padding-bottom: 0px;
}

.intern_area2 {
	position: relative;
	width:100%;
	margin: -80px auto 0px auto;
	padding-bottom: 0px;
}


.intern_area3 {
	position: relative;
	width:100%;
	margin: 0px auto 0px auto;
	padding-bottom: 0px;
}


.intern_area4 {
	position: relative;
	width:100%;
	margin: 0px auto 0px auto;
	padding-bottom: 0px;
}

.intern_area5 {
	position: relative;
	width:100%;
	margin: 0px auto 0px auto;
	padding-bottom: 0px;
}


/******************************************************************************
/*コンテンツエリア用
******************************************************************************/

.intern_area01 {
	position: relative;
	margin: 0px auto 0px auto;
	width:100%;
	background-color :#ffffff;
	padding-bottom: 30px;

}


.intern_area02 {
	position: relative;
	margin: 0px auto 0px auto;
	width:100%;
	background-color :#F8F8F0;
	padding-bottom: 80px;

}


.intern_area01_in {
	margin: -20px auto 0px auto;
	font-size: 100%;
	width: 80%;
	line-height: 2.0;
	letter-spacing: 1.5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.intern_area03 {
	position: relative;
	margin: 0px auto 0px auto;
	width:100%;
	background-color :#E8F7F9;
	padding-bottom: 0px;

}

.intern_area04 {
	position: relative;
	margin: 0px auto 0px auto;
	width:100%;
	background-color :#FCF1F3;
	padding-bottom: 0px;

}

.intern_area05 {
	position: relative;
	margin: 0px auto 0px auto;
	width:100%;
	background-color :#F8F8F0;
	padding-bottom: 0px;

}

/******************************************************************************
/*吹き出し用
******************************************************************************/

.balloon_l,
.balloon_r{
	margin: 0px auto 0 auto;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  width: 250px; /*任意のサイズ*/
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  width:100%; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #99dddd;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}
.says p{
	font-weight: 700;
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #99dddd;
}
.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #99dddd;
}

 


/******************************************************************************
/*見出しタイトル用
******************************************************************************/


.intern_area_box {
	position: relative;
	width: 100%;
	margin: 0px auto 30px auto;
}




.intern_box .ttl {
	display: inline-block;
	line-height: 1;
	padding: 1rem 2rem;
	font-size: 120%;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	border-radius: 1rem 1rem 0 0;
	background-color: #8bd3dd;
}
.intern_box .txt {
	font-size: 100%;
	font-weight: 700;
	padding: 2rem;
	margin: 0;
	border: 5px solid #8bd3dd;
	border-radius: 0 1rem 1rem;
	background-color: #fef6e4;
	line-height: 2.0;

}



/********************************************************************************************************
/* ステップボックス1
*********************************************************************************************************/


.recruit_step {
	display: block;
	margin: 0px auto 0 auto;
	width: 100%; 
	padding-top: 0px;
	padding-bottom: 0px;

}

.step_left {
	float: left;
	width: 100%;
	text-align: left;
	margin-right: 0%;

}

.step_right {
	float: right;
	width: 62%;
	text-align: left;
	padding-top: 65px;
	font-size: 90%;


}

.step_right2 {
	float: right;
	width: 62%;
	text-align: left;
	padding-top: 0px;
	font-size: 90%;

}



/********************************************************************************************************
/* ボックスデザイン1
*********************************************************************************************************/

.mybox{
	background-color: #fff;	/* 背景色 */
	border: 1px solid #5579B2;	/* 線の太さ・種類・色 */
	margin: 40px 5px 5px 20px;	/* 外側の余白 上・右・左・下 */
	padding: 30px 20px 25px 20px;	/* 内側の余白 上・右・左・下 */
	position: relative;
	text-align: left;
	border-radius: 5px;
}
.mybox:before{
	background-color: #5579B2;	/* 吹き出し背景色 */
	color: #fff;	/* 吹き出し文字色 */
	content: 'STEP 01';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
	border-radius: 5px;

}
.mybox:after{
	border-top: 10px solid #5579B2;		/* 吹き出し三角部分の色 */
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: '';
	position: absolute;
	top: 17px;
	left: 20px;
}
.mybox p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}


/********************************************************************************************************
/* ボックスデザイン2
*********************************************************************************************************/

.mybox2{
	background-color: #fff;
	border: 1px solid #5579B2;
	margin: 0px 5px 5px 20px;
	padding: 30px 20px 25px 20px;
	position: relative;
	text-align: left;
	border-radius: 5px;
}
.mybox2:before{
	background-color: #5579B2;
	color: #fff;
	content: 'STEP 02';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
	border-radius: 5px;

}
.mybox2:after{
	border-top: 10px solid #5579B2;		/* 吹き出し三角部分の色 */
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: '';
	position: absolute;
	top: 17px;
	left: 20px;
}
.mybox2 p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}


/********************************************************************************************************
/* ボックスデザイン3
*********************************************************************************************************/

.mybox3{
	background-color: #fff;
	border: 1px solid #5579B2;
	margin: 0px 5px 5px 20px;
	padding: 30px 20px 25px 20px;
	position: relative;
	text-align: left;
	border-radius: 5px;
}
.mybox3:before{
	background-color: #5579B2;
	color: #fff;
	content: 'STEP 03';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
	border-radius: 5px;

}
.mybox3:after{
	border-top: 10px solid #5579B2;		/* 吹き出し三角部分の色 */
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: '';
	position: absolute;
	top: 17px;
	left: 20px;
}
.mybox3 p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}



/********************************************************************************************************
/* ボックスデザイン4
*********************************************************************************************************/

.mybox4{
	background-color: #fff;
	border: 1px solid #5579B2;
	margin: 0px 5px 5px 20px;
	padding: 25px 20px 25px 20px;
	position: relative;
	text-align: left;
}
.mybox4:before{
	background-color: #5579B2;
	color: #fff;
	content: 'STEP 04';
	padding: 9px 15px 10px 20px;
	position: absolute;
	left: -18px;
	top: -27px;
	font-weight: 700;
	font-size: 80%;
}
.mybox4:after{
	border-top: 10px solid #5579B2;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
}
.mybox4 p {
	font-size: 90%;
	font-weight: 700;
	color: #555555;
}






/********************************************************************************************************
/* 矢印1
*********************************************************************************************************/

.recruit_step_arrow3{
	width: 26px;
	margin: 10px auto 0 auto;
}
.recruit_step_arrow3::before{
	content: "";
	display: block;
	margin: 0 auto;
	width: 10px;
	height: 10px;
	background: #8EA5CB;
}
.recruit_step_arrow3::after{
	content: "";
	display:block;
	border-top: 30px solid #8EA5CB;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	transform-origin: left top;
	transform: scaleY(.5);
}


/******************************************************************************
/* 各ページタイトル用
******************************************************************************/

.contents_intern_area {
	position: relative;
	margin : 0 auto 20px auto;
	display: block;
	text-align: center;

}



/****************************************************************************************
/* 1日のスケジュール設定
****************************************************************************************/



.schedule {
	position: relative;
	z-index: 30;
	background-image: url("../images/blue_bg.png");
	background-repeat: repeat;
	padding-bottom: 0px;

}




.schedule .inr {
	position: relative;
	width: 100%;
	z-index: 10;
	margin: 0 auto 0 auto;
	padding-top: 50px;
	box-sizing: border-box;
	color: #A46305;
	font-weight: 700;
	font-size: 130%;
}




.schedule01_area {
	position: relative;
	padding-left: 0px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.schedule01_area .left {
	width: 48%;
}

.schedule01_area .right {
	margin-top: 80px;
	width: 48%;
}


.schedule01_area .yajirushi01 {
	position: absolute;
	top: 45%;
	left: 45%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding-left: 100px;

}

.schedule01_area .yajirushi01 img {
	width: 100px;
	height: auto;

}



.schedule01_area .yajirushi02 {
	position: absolute;
	bottom: -18%;
	left: 45%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding-left: 100px;
}

.schedule01_area .yajirushi02 img {
	width: 100px;
	height: auto;
}



.schedule01_area .yajirushi03 {
	position: absolute;
	bottom: -35%;
	left: 45%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding-left: 100px;
}

.schedule01_area .yajirushi03 img {
	width: 100px;
	height: auto;
}




.schedule01 {
	width: 100%;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 20px 20px 20px 20px;
	z-index: 1;
	box-shadow: 4px 4px 0px 0px rgba(250, 212, 170, 0.8);

}

.schedule01_in {
	position: relative;
	z-index: 1;
}



.schedule01 img{
	width: 100%;
	height: 200px;
	border-radius: 20px 20px 0px 0px;
	object-fit: cover;
}


.time_view {
	position: absolute;
	bottom: -33px;
	left: 20px;
	display: table;
	width: 60px;/*幅*/
	height: 60px;/*高さ*/
	border-radius: 50%;/*角丸*/
	background-color: #ffffff;
	padding: 5px;
	z-index: 1;
}

.time_view_in {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;/*幅*/
	height: 100%;/*高さ*/
	border-radius: 50%;/*角丸*/
	background-color: #89E1E3;
	color: #ffffff;
	font-size: 65%;

}



.time_view2 {
	position: absolute;
	bottom: -23px;
	left: 90px;
	display: table;
	width: auto;/*幅*/
	height: 40px;/*高さ*/
	border-radius: 10px;/*角丸*/
	background-color: #ffffff;
	padding: 4px;
	z-index: 20;
}

.time_view2_in {
	display: table-cell;
	vertical-align: middle;
	width: 100%;/*幅*/
	height: 100%;/*高さ*/
	border-radius: 5px;/*角丸*/
	background-color: #B5DB99;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
	padding: 2px 20px 3px 20px;

}

.time_box {
	position: relative;
	margin: 40px auto 10px auto;
	width: 98%;
	font-size: 80%;
	z-index: 20;

}

/****************************************************************************************
/* スケジュールタイトル設定
****************************************************************************************/

ul.schedule_comment_list {
	position: absolute;
	writing-mode: vertical-rl;
}



ul.schedule_comment_list li {
	display: block;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
}


.schedule_comment {
	display: inline-block;
	margin: 0px auto 0px auto;
	color: #A36204;
	font-weight: 700;
	font-size: 140%;
	background: #FFFBF3;
	border-radius: 1.0rem;
	padding: 30px 10px 30px 10px;
	box-shadow: 4px 4px 0px 0px rgba(170, 129, 71, 0.8);
	white-space: nowrap;
}



/****************************************************************************************
/* お問い合わせボタン設定
****************************************************************************************/


.btn,
a.btn,
button.btn {
  font-size: 110%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  margin-bottom: 12px;
  padding: 0;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0;
}

a.btn-border span {
  position: relative;
  display: block;
  padding-left:30px;
  padding-right:30px;
  padding-top:10px;
  padding-bottom:10px;
  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 99.4%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-border:hover:before {
  bottom: -5px;
}

a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-border:active:before {
  bottom: -1px;
}




.infor_button1 {
	width: 100%;
	display: block;
	margin-top: 80px;
	padding-bottom: 50px;
	text-align: center;
}



/******************************************************************************
/* ボタン2
*******************************************************************************/

.btn2,
a.btn2,
button.btn2 {
	font-size: 100%;
	font-weight: 700;
	line-height: 1.5;
	position: absolute;
	top: 50px;
	right: 50px;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}



/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:600px) {


.pcOnly {
	display: none;
}


.spOnly {
	display: block;
}


/******************************************************************************
/* ヘッダー用
******************************************************************************/


#intern_main_image_area_cover {
	position: absolute;
	bottom: 25px;
	right:0px;
	width: auto;
	height: 10px;
	z-index: 1000;
	margin: 0px auto 0px auto;
	text-align: center;
}

#intern_main_image_area_cover img{
	width: auto;
	height: 40px;
}



.intern_area01_in {
	margin: -20px auto 0px auto;
	font-size: 100%;
	width: 90%;
	line-height: 2.0;
	letter-spacing: 1.5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/

.event_set {
	display: block;
	margin-left: 0px;
	justify-content: space-between;
	flex-wrap: wrap;
}




.event_set li {
	width: 100%;
	padding-top : 20px;
	padding-bottom : 20px;

}

/******************************************************************************
/* インターンシップトップ設定（レイヤー整理済み）
******************************************************************************/

/* ▼ 一番下（背景画像） */
.intern_menu_image {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0 auto;
    z-index: 1; /* いちばん下 */
}

/* ▼ 奥のレイヤー（白背景＋入場アニメーション） */
.intern_title01_area_in_image {
    position: absolute;
    z-index: 2; /* 背景より前 */
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    opacity: 0;
    background-color: #ffffff;
    object-fit: cover;
    animation: intern_anime3 1s ease-in-out forwards;
}

/* ▼ 中間レイヤー（ふわふわアイコン） */
.intern_point {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 3; /* 白背景より前 */
}

.intern_point img {
    width: 120px;
    height: auto;
    animation: fuwafuwa 4s ease-in-out infinite alternate;
    transform: translateZ(0); /* stacking context が外に干渉しないように固定 */
}

/* ▼ 最前面レイヤー（タイトルエリア） */
.intern_area_title {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 9999; /* 最前面 */
    pointer-events: auto; /* クリック可能を確実に */
    transform: translateZ(0); /* 独自スタッキングコンテキスト作成 */
}




.left_point3 {
	position: absolute;
	margin: 0 auto 0 auto;
	top: 260px;
	left: 0px;
	z-index: 10000;
}


.left_point3 img {
	width: 150px;
	height: auto;
}

.right_point3 {
	position: absolute;
	margin: 0 auto 0 auto;
	top: 260px;
	right: -100px;
	height: auto;
	z-index: 10000;
}


.right_point3 img {
	width: 150px;
	height: auto;
}




/****************************************************************************************
/* 1日のスケジュール設定
****************************************************************************************/



.schedule {
	position: relative;
	z-index: 30;
	background-image: url("../images/blue_bg.png");
	background-repeat: repeat;
	background-color: #E8F7F9;
	padding-bottom: 100px;

}



.schedule .inr {
	position: relative;
	width: 100%;
	z-index: 10;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	box-sizing: border-box;
	color: #A46305;
	font-weight: 700;
	font-size: 130%;
}




.schedule01_area {
	margin-top: 10px;
	position: relative;
	padding-left: 0px;
	display: block;
	width: 100%;
	justify-content: space-between;
}

.schedule01_area .left {
	width: 100%;
}

.schedule01_area .right {
	margin-top: 20px;
	width: 100%;
}



/****************************************************************************************
/* スケジュールタイトル設定
****************************************************************************************/

ul.schedule_comment_list {
	position: absolute;
	display: block;
	writing-mode: horizontal-tb;
	margin-top: -60px;
	margin-bottom: 0px;

}



ul.schedule_comment_list li {
	display: block;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
}


.schedule_comment {
	display: inline-block;
	margin: 0px auto 0px auto;
	color: #A36204;
	font-weight: 700;
	font-size: 100%;
	background: #FFFBF3;
	border-radius: 1.0rem;
	padding: 10px 10px 10px 10px;
	box-shadow: 4px 4px 0px 0px rgba(170, 129, 71, 0.8);
	white-space: wrap;
}


/****************************************************************************************
/* スケジュール矢印設定
****************************************************************************************/


.schedule01_area .yajirushi01 {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding-left: 100px;

}

.schedule01_area .yajirushi01 img {
	width: 120px;
	height: auto;

}



.schedule01_area .yajirushi02 {
	position: absolute;
	bottom: -10%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding-left: 100px;
}

.schedule01_area .yajirushi02 img {
	width: 120px;
	height: auto;
}



.schedule01_area .yajirushi03 {
	position: absolute;
	bottom: -10%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding-left: 100px;
}

.schedule01_area .yajirushi03 img {
	width: 120px;
	height: auto;
}

/******************************************************************************
/*吹き出し用
******************************************************************************/

.balloon_l,
.balloon_r{
	margin: 0px auto 0 auto;
	display:flex;
	justify-content: flex-start;
	align-items: start;
}


/****************************************************************************************
/* お問い合わせボタン設定
****************************************************************************************/


.btn,
a.btn,
button.btn {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


}