@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ------------------------------------
  LOWER PAGE COMMOM STYLES
  ------------------------------------  */
/*パンくずリスト*/
.breadcrumb {margin-bottom:5px;font-size:85%;}
.breadcrumb li {display:inline-block;margin-left:10px;}
.breadcrumb li:first-child {margin-left:0;padding-left:0;}
.breadcrumb li:before {content:">";margin-right:10px;}
.breadcrumb li:first-child:before {content:"";margin-right:0;}
.breadcrumb li a {color:#;}
.pagetitle {padding:0 30px;height:60px;line-height:60px;margin-bottom:20px;}
.pagetitle span {color:#fff;font-size:160%;font-weight:bold;}
@media screen and (max-width: 959px) {
	.breadcrumb {margin:0 15px 5px 30px;}
}
@media screen and (max-width: 640px) {
	.breadcrumb {display:none;}
	.pagetitle {padding:0;text-align:center;margin-bottom:0;}
	.pagetitle span {font-size:124%;}
}

/*
.pankuzu {
	margin: -30px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }
  
  @media only screen and (max-width: 640px) {
	.pankuzu {
	  width: 100%;
	  margin-bottom: 30px;
	  margin-bottom: 4.6875vw;
	  padding-left: 20px;
	  padding-left: 3.125vw;
	  padding-right: 20px;
	  padding-right: 3.125vw;
	  font-size: 16px;
	  font-size: 2.5vw;
	}
  }


.pankuzu {
	display: flex;
	font-size: .9em;
}

.pankuzu li:after{
	content: "";
	display: inline-block;
	margin: 0 .75em 0 .35em;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	transform: rotate(45deg);
	vertical-align: middle;
}

.pankuzu li:last-child:after {
	display: none;
}
*/

.content {
	margin: 30px auto;
	
	font-family: 'Noto Sans JP', sans-serif;
}

.content * {
	box-sizing: border-box;
}

.pageTitle {
	position: relative;
	margin: 0 0 1.5em;
	padding-bottom: .25em;
	/* font-size: 2.6em; */
	font-size: 2.25em;
	line-height: 1.3;
	letter-spacing: .03em;
	/* border-bottom: 1px solid #f79092; */
	border-bottom: 3px solid rgba(247, 144, 146, .3);
}

.pageTitle:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 3px;
	width: 3em;
	background: #f79092;
}

.pageTitle .sub {
    display: block;
    margin: 0 0 .5em;
    font-size: .45em;
    font-weight: normal;
    color: #f79092;
}

.pageTitle .hd {
    font-size: .65em;
    display: inline-block;
    margin: 0 .5em 0 0;
}

.program .pageTitle .sub {
    color: #f79092;
}

.experience .pageTitle {
    border-bottom-color: rgba(252, 141, 0, .3);
}

.experience .pageTitle .sub {
    color: #fc8d00;
}

.experience .pageTitle:before {
	background: #fc8d00;
}

.area .pageTitle {
    border-bottom-color: rgba(252, 179, 0, .3);
}

.area .pageTitle .sub {
    color: #fcb300;
}

.area .pageTitle:before {
	background: #fcb300;
}


.information .pageTitle {
    /* border-bottom-color: rgba(108, 195, 42, .3); */
    border-bottom-color: rgba(252, 179, 0, .3);
}

.information .pageTitle .sub {
	/* color: #6cc32a; */
	color: #fcb300;
}

.information .pageTitle:before {
	/* background: #6cc32a; */
	background: #fcb300;
}


.section + .section {
	margin-top: 45px;
}

.article + .article {
    margin-top: 45px;
}

.ttl {
    border: blueviolet0;
    /* color: #e76000; */
    margin: 2em 0 1.5em;
    padding: .7em 1em;
    padding: 1em;
    padding: .75em 1em .8em;
    font-size: 1.25em;
    letter-spacing: .08em;
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: bold;
    /* border-radius: 5px; */
    /* background: rgb(252 179 0 / 10%); */
    /* background: linear-gradient(180deg, white 50%, #f7f7f7 51%, #f7f7f7 100%); */
    /* background: rgb(253 213 116 / 30%); */
    border-bottom: 1px solid #ddd;
    /* box-shadow: 0 1px 4px rgba(0,0,0,.05); */
    border-top: 2px solid #fcb300;
    /* border-top: 2px solid #f79092; */
    /* text-align: center; */
    /* border: 0; */
    /* padding-left: 0; */
}

.ttl i {
    color: #fcb300;
    /* color: #f79092; */
    margin: 0 .7em 0 0;
}

.ttl:first-child,
.ttl_m:first-child,
.ttl_s:first-child {
    margin-top: 0;
}

.ttl_m {
    margin: 2em 0 1.5em;
    padding: 0.3em 0.7em 0.35em;
    font-size: 1.25em;
    font-weight:bold;
    line-height: 1.3;
    border-left: 4px solid #f79092;
}

.ttl_m .em {
	display: inline-block;
    font-weight: bold;
    font-size: 1.15em;
    padding-left: .15em;
    color: #ef6b78;
}

.ttl_s, strong {
	position: relative;
    font-weight: bold;
    display: block;
    margin: 1em 0;
    font-size: 1.2em;
    letter-spacing: .065em;
}

.content .btn {
   display: block;
   position: relative;
   padding: .4em 2em .4em 1em;
   width: 100%;
   max-width: 18em;
   border: 1px solid #bbb;
   border-radius: .25em;
   font-size: 1.1em;
   font-weight: bold;
   line-height: 1.3;
   color: #222;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e5e5');
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e5e5')";
   background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
   background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
   background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
   background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f2f2f2));
   background-image: -webkit-linear-gradient (top, #ffffff, #f2f2f2);
   background: linear-gradient (top, #ffffff, #f2f2f2);
   text-decoration: none;
   text-align: center;
}

.content .btn.arrw:after {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    transform: translateY(-50%) rotate(45deg);
}

.content .btn i {
    display: inline-block;
    position: absolute;
    left: 10px;
    margin: 0 .5em 0 0;
    font-size: 1.3em;
    color:#ef7e80;
}

.tblWrap {
	overflow: auto;
}

.commonTbl {
	border-collapse: collapse;
	width: 100%;
}

.commonTbl th,
.commonTbl td {
	padding: 10px;
	border: 1px solid #d0d0d0;
}

.list_arrow li {
	position: relative;
	padding-left: 15px;
}


.list_arrow li:before {
	content: "";
	display: block;
	position: absolute;
	top: .65em;
	left: 0;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border-top: 3px solid #ffc107;;
	border-right: 3px solid #ffc107;;
	transform: rotate(45deg);
}

/* ************************************************
  ★ PROGRAM PAGE STYLES
  ************************************************ */
/* ------------------------------
  program / top (internship list) page styles
  -------------------------------- */
.pg_internship.pg_list .lineupSection .box {
	margin: 0 auto 25px;
	padding: 20px;
	/*border: 1px solid #f79092;*/
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e0e0e0; 
	box-shadow: 0 3px 5px rgba(0,0,0,.05);
}

.pg_internship.pg_list .lineupSection .purpose {
	margin: 25px auto 0;
    border: 1px solid #f79092;
    border-radius: 5px;
}

.pg_internship.pg_list .lineupSection .purpose .ttl_m {
	background: #f79092;
	margin: 0;
	padding: .2em 1em;
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: .04em;
	text-align: center;
}

.pg_internship.pg_list .lineupSection .purpose .menuBox {
    padding: 4px 15px;
}

.pg_internship.pg_list .lineupSection .purpose .menuBox + .menuBox {
    border-top: 1px dotted #f79092;
}

.pg_internship.pg_list .lineupSection .purpose .menuBox .head {
    position: relative;
    margin: .75em 0 .25em;
    padding-left: 1.85em;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3;
}

.pg_internship.pg_list .lineupSection .purpose .menuBox .head:before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: -0.15em;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	color: #f79092;
/*
    border-top: 3px solid #f79092;
    border-right: 3px solid #f79092;
    transform: rotate(45deg); */
}


.pg_internship.pg_list .lineupSection .purpose .menuBox.career .head:before {
	content: "\f201";
}
.pg_internship.pg_list .lineupSection .purpose .menuBox.specialty .head:before {
	content: "\f19d";
}

.pg_internship.pg_list .lineupSection .purpose .menuBox ul {
    padding: 0 0 0 1.85em;
}

.pg_internship.pg_list .lineupSection .purpose .menuBox li {
    border-bottom: 1px dotted #bbb;
}

.pg_internship.pg_list .lineupSection .purpose .menuBox li:last-child {
    border-bottom: 0;
}

.pg_internship.pg_list .lineupSection .purpose .menuBox a  {
	display: block;
	position: relative;
	padding: 5px;
    text-decoration: none;
    color: inherit;
}

.pg_internship.pg_list .lineupSection .purpose .menuBox a:after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    right: 10px;
    top: 50%;
    width: .5em;
    height: .5em;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: translateY(-50%) rotate(45deg);
}

.pg_internship.pg_list .lineupSection .purpose .menuBox a:hover {
    background: rgb(249 167 169 / 20%);
    opacity: 1;
}

.pg_internship.pg_list .lineupSection .purpose .menuBox a:hover:after {
	border-color: #ffc107;
}

.pg_internship.pg_list .lineupSection .overview {
	display: flex;
	flex-direction: column;
}

.pg_internship.pg_list .lineupSection .title {
	margin: -20px -20px 5px;
	padding: 1.3em 1em .5em;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3;
}

.pg_internship.pg_list .lineupSection .title a {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

.pg_internship.pg_list .lineupSection .title .em {
	display: inline-block;
	margin: 0 .2em 0 0;
    color: #ed686b;
    font-weight: bold;
    font-size: 1.4em;
}

.pg_internship.pg_list .lineupSection .lineup .box:nth-of-type(1) .title .em {
    color: #6a7bb2;
}

.pg_internship.pg_list .lineupSection .lineup .box:nth-of-type(2) .title .em {
    color: #8bc34a;
}

.pg_internship.pg_list .lineupSection .lineup .box:nth-of-type(3) .title .em {
    color: #FF9800;
}

.pg_internship.pg_list .lineupSection .lineup .box:nth-of-type(5) .title .em {
    color: #97648e;
}

.pg_internship.pg_list .lineupSection .lineup .box:nth-of-type(4) .title .em {
    color: #63bee7;
}

.pg_internship.pg_list .lineupSection .imgFrame img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    /* height: 98px;
    object-fit: cover;
    font-family: "object-fit: cover;"; */
}

.pg_internship.pg_list .lineupSection .txtFrame {
	margin: 20px 0 0;
	flex-grow: 1;
}

.pg_internship.pg_list .lineupSection .lead {
	margin: 0 0 1em;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 1.4;
}

.pg_internship.pg_list .lineupSection .linkFrame {
	margin: 15px 0 0;
	overflow: hidden;
}

.pg_internship.pg_list .lineupSection .btn_more {
	display: block;
	float: right;
	position: relative;
	width: 100%;
	max-width: 10em;
	background: #ffc107;
	text-decoration: none;
	text-align: center;
	color: #000;
	padding: .3em;
	font-weight: bold;
	border-radius: 9999px;
}

.pg_internship.pg_list .lineupSection .btn_more:before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: 2px solid #f35500;
	border-right: 2px solid #f35500;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 641px) {
	.pg_internship.pg_list .lineupSection .box_top {
		margin: 0 0 20px;
	}
	
	.pg_internship.pg_list .lineupSection .box_top .overview {
		padding: 0 8px;
	}
	
	.pg_internship.pg_list .lineupSection .purpose {
		margin: 0;
	}

	.pg_internship.pg_list .lineupSection .box_top .box-inner {
		width: calc(50% - 15px);
	}

	.pg_internship.pg_list .lineupSection > .colWrap .box {
		margin: 0 0 20px;
		width: calc(50% - 10px);
	}
}



/* ------------------------------
  program / hotel internship page styles
  -------------------------------- */
.pg_senmon_hotel .introSection .mv .img img {
	display: block;
	width: 100%;
	height: auto;
}

.pg_senmon_hotel .introSection .mv .txt {
	margin: 25px 0 0;
}

.pg_senmon_hotel .introSection .mv .txt .lead {
    margin: 0 0 .5em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3;
}

.pg_senmon_hotel .programSection .detail  .box {
	margin: 0 auto 30px;
}

.pg_senmon_hotel .programSection .detail .box strong {
	position: relative;
    margin: 0 0 1em;
    padding-bottom: .4em;
}


.pg_senmon_hotel .programSection .detail .box strong:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3em;
    height: 2px;
    background: #b0d381;
}

.pg_senmon_hotel .programSection .detail .box:last-child strong:before {
    background: #94c5e7;
}


.pg_senmon_hotel .programSection .detail .box .inner {
    display: flex;
}

.pg_senmon_hotel .programSection .detail .txt {
    padding: 0 0 0 15px;
    width: calc(100% - 75px);
}

.pg_senmon_hotel .programSection .detail .img {
    width: 75px;
}

.pg_senmon_hotel .programSection .detail .img img {
    display: block;
    object-fit: cover;
    font-family: "object-fit: cover;";
   	margin: 0 auto;
    width: 75px;
    height: 75px;
    border-radius: 6px;
}

.pg_senmon_hotel .programSection .detail .btn_more {
    display: block;
    position: relative;
    margin: 30px auto;
    background: rgba(252, 179, 0, .85);
    color: inherit;
    padding: .65em;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.3;
    width: 100%;
    max-width: 14em;
    text-decoration: none;
    text-align: center;
    border-radius: 9999px;
}

.pg_senmon_hotel .programSection .detail .btn_more:before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.pg_senmon_hotel .programSection .requirements .tr {
	display: flex;
	padding: .75em .5em;
	border-bottom: 1px dotted #bbb;
}

.pg_senmon_hotel .programSection .requirements .tr:last-child {
	border-bottom: 0;
}

.pg_senmon_hotel .programSection .requirements .th {
	font-weight: bold;
	width: 8em;
}

.pg_senmon_hotel .programSection .requirements .th:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 .75em 0 0;
	width: .5em;
	height: .5em;
	background: rgba(252, 179, 0, .75);
}

.pg_senmon_hotel .programSection .requirements .td {
	width: calc(100% - 8em);
}

.pg_senmon_hotel .programSection .schedule .colWrap {
	padding: 0 0 20px;
}

.pg_senmon_hotel .programSection .schedule .box {
    position: relative;
    margin: 0 auto 30px;
    background: rgba(223, 237, 235, 0.2);
    border:1px solid #dbe7e7;
    padding: 12px;
    border-radius: 4px;
}

.pg_senmon_hotel .programSection .schedule .box:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 10px solid transparent;
    border-top-color: #c3e348;
    transform: translate(-50%, 50%);
}

.pg_senmon_hotel .programSection .schedule .box:last-child:after {
    display: none;
}

.pg_senmon_hotel .programSection .schedule .box .head {
    font-weight: bold;
    margin: 0 0 .8em;padding: 0 0 .5em;
    border-bottom: 1px dotted #c8d9d9;
}

.pg_senmon_hotel .programSection .schedule .box .head .time {
    font-weight: bold;
    color: #19889f;
    color: #1ea396;
    font-size: 1.5em;
    margin: 0 .5em 0 0;
	line-height: 1;
    display: inline-block;
    position: relative;
    top: 2px;
}

.pg_senmon_hotel .programSection .schedule .box .txt {
    line-height: 1.6;
}

.pg_senmon_hotel .programSection .experienceFrame {
    background: rgba(243, 169, 176, .1);
    padding: 10px;
    margin: 15px auto;
    border-radius: 10px;
}

.pg_senmon_hotel .programSection .experienceFrame .box {
    background: #fff;
    padding: 15px 10px 20px;
    border-radius: 8px;
    margin: 0 0 30px;
    border: 1px solid #f3f3f3;
}

.pg_senmon_hotel .programSection .experienceFrame .box:last-child {
	margin-bottom: 0;
}

.pg_senmon_hotel .programSection .experienceFrame .box .ttl_m {
    position: relative;
    border-left: 0;
    padding: 1.55em 0 .35em 1.7em;
    margin: -20px -20px .25em;
    font-size: 1.45em;
    font-weight: normal;
}
.pg_senmon_hotel .programSection .experienceFrame .box .ttl_m .sub {
    position: relative;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -5px;
    left: 10px;
    font-size: .75em;
    padding: .35em 0.5em;
    margin: 0 1.25em 0 0;
    font-size: .55em;
    background: #f28993;
    color:#fff;
    transform: rotate(-6deg);
}

.pg_senmon_hotel .programSection .experienceFrame .box .ttl_m .sub:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 6px solid transparent;
    border-right: 10px solid #f28993;
    transform: translate(-50%, -50%);
}

.pg_senmon_hotel .programSection .experienceFrame .box .inner {
    padding: 18px 10px 0;
    border-top: 1px dotted #cccccc;
}

.pg_senmon_hotel .programSection .experienceFrame .box .txt p + p {
	margin-top: 1em;
}

.pg_senmon_hotel .programSection .experienceFrame .linkFrame {
	margin: 15px 0 0;
	overflow: hidden;
}


.pg_senmon_hotel .programSection .experienceFrame .btn_more  {
	display: block;
	float: right;
	position: relative;
	width: 100%;
	max-width: 12em;
	background: #ffc107;
	background: #f5f5f5;
	text-decoration: none;
	text-align: center;
	color: #000;
	padding: .3em;
	/* font-weight: bold; */
	border-radius: 9999px;
}

.pg_senmon_hotel .programSection .experienceFrame  .btn_more:before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: 2px solid #f35500;
	border-right: 2px solid #f35500;
	transform: translateY(-50%) rotate(45deg);
}

.pg_senmon_hotel .programSection .experienceFrame .box .img img {
    display: block;
    width: 100%;
    height: auto;
}

.pg_senmon_hotel .programSection .experienceFrame .box .txt {
    margin: 20px 0 0;
}

.pg_senmon_hotel .feeSection .feeTbl td,
.pg_senmon_hotel .feeSection .feeTbl th {
    vertical-align: middle;
}

.pg_senmon_hotel .feeSection .feeTbl th {
	font-weight: bold;
	text-align: center;
    background: #648ea3;
    color: #fff;
    border-color: rgba(255,255,255,.3);
}

.pg_senmon_hotel .feeSection .feeTbl b {
	font-weight: bold;
	font-size: 1.2em;

}

.pg_senmon_hotel .feeSection .feeTbl td:first-child,
.pg_senmon_hotel .feeSection .feeTbl td:nth-child(2) {
	text-align: center;
	vertical-align: middle;
}

.pg_senmon_hotel .feeSection .feeTbl td:first-child {
	background: #f5f8fb;
}

.pg_senmon_hotel .feeSection .feeTbl td:nth-child(2) {
	line-height: 1.6;
}


.pg_senmon_hotel .feeSection .feeList {
	display: flex;
	flex-direction: column;
	border: 1px solid #d0d0d0;
	border-top: 0;
}

.pg_senmon_hotel .feeSection .feeList .th {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
    font-weight: bold;
    text-align: center;
    background: #648ea3;
    color: #fff;
    border-color: rgba(255,255,255,.3);
}


.pg_senmon_hotel .feeSection .feeTbl th,
.pg_senmon_hotel .feeSection .feeList .th {
	height: 46px ;
}

.pg_senmon_hotel .feeSection .feeList ul {
	flex-grow: 1;
	margin: .5em;
	padding: 10px;
}

.pg_senmon_hotel .feeSection .feeList li + li {
	margin-top: .5em;
}


@media screen and (min-width: 641px) {
	.pg_senmon_hotel .introSection .mv .img {
		width: 45%;
	}

	.pg_senmon_hotel .introSection .mv .img img {
		height: 100%;
		object-fit: over;
		font-family: "object-fit: over;";
	}
	
	.pg_senmon_hotel .introSection .mv .txt {
		margin: 0;
		padding-left: 25px;
		width: 55%;
		flex-grow: 1;
	}
	
	.pg_senmon_hotel .programSection .detail > .colWrap {
		padding: 0 15px;
	}

	.pg_senmon_hotel .programSection .detail  .box {
		margin: 0;
	    width: calc(50% - 15px);
	}
	
	.pg_senmon_hotel .programSection .requirementList {
		padding: 0 1em;
	}


	.pg_senmon_hotel .programSection .schedule .box {
		margin: 0;
	    width: calc(25% - 20px);
	}

	.pg_senmon_hotel .programSection .schedule .box:after {
		left: auto;
	    right: -9px;
	    top: 50%;
	    border: 10px solid transparent;
	    border-left-color: #c3e348;
	    transform: translate(100%, -50%);
	}

	.pg_senmon_hotel .programSection .experienceFrame {
	    padding: 20px;
	    margin: 35px auto;
	}
	
	.pg_senmon_hotel .programSection .experienceFrame .box {
	    padding: 20px;
	}
	
	.pg_senmon_hotel .programSection .experienceFrame .box .img {
	    width: 180px;
	}
	
	.pg_senmon_hotel .programSection .experienceFrame .box .img img {
	    display: block;
	    margin-top: 5px;
	}

	.pg_senmon_hotel .programSection .experienceFrame .box .txt {
		margin: 0;
	    width: calc(100% - 200px);
	    line-height: 1.6;
	}
	
	.pg_senmon_hotel .feeSection .feeTbl {
		width: 48%;
	}
	
	.pg_senmon_hotel .feeSection .feeList {
		width: 52%;
		border-left: 0;
		border-top: 1px solid;
	}
}

/* ************************************************
  ★ EXPERIENCE PAGE STYLES
  ************************************************ */
/* ------------------------------
  experience / internship-list page styles
  -------------------------------- */
.experience.pg_list .introSection {
    background: #f3b7b8;
    color: #000;
}
.experience.pg_list .introSection .ttlFrame {
    background: rgb(249 109 112 / 0.8);
    background: #f3888a;
    width: calc(100% - 20em);
    padding: 1.5em;
}

.experience.pg_list .introSection .ttlFrame .title {
   margin: 0 0 1em;
   font-weight: bold;
   color: #fff;
   font-size: 1.5em;
   line-height: 1.3;
}

.experience.pg_list .introSection .ttlFrame .in-block {
	display: inline-block;
	font-weight: inherit;
}

.experience.pg_list .introSection .btnFrame {
    display: flex;
    /*flex-direction: column;
    justify-content: flex-end; */
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 20em;
    padding: 1.5em;
}

.experience.pg_list .introSection .btnFrame .btn {
   padding: 10px 15px 10px 2.25em;
}

.experience.pg_list .introSection .btnFrame .btn + .btn {
    margin-top: 15px;
}

.experience.pg_list .introSection .btnFrame .btn_report i {
    color: #fcaa00
}

.experience.pg_list .storySection .ttl i,
.experience.pg_list .reportSection .ttl i {
    font-size: 1.2em;
}

.experience.pg_list .storySection .ttl {
    border-top-color:#ef7e80;
}

.experience.pg_list .storySection .ttl i {
    color:#ef7e80;
}

.experience.pg_list .reportSection .ttl_m {
    border-left-color: #fcaa00;
}


.experience.pg_list .listFrame .box {
	display: flex;
	position: relative;
	width: calc(50% - 10px);
	margin: 0 0 20px;
	border: 1px solid #e1e1e1;
	padding: 1.25em 1.1em;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .07);
	border-radius: 5px;
}

/*.experience.pg_list .listFrame .box .imgFrame {
	display: flex;
	align-items: center;
	align-content: center;
} */

.experience.pg_list .listFrame .box .boxHeader {
	margin: 0 0 .7em;
}

.experience.pg_list .listFrame .box .title {
    font-weight: bold;
    font-size: 1.15em;
    line-height: 1.3;
}

.experience.pg_list .listFrame .box .namae {
	margin: .25em 0 0 ;
	font-size: .92em;
	text-align: right;
}

.experience.pg_list .listFrame .box .txtFrame {
    padding-left: 1em;
    flex-grow: 1;
}

.experience.pg_list .listFrame .box .txtFrame .list_arrow li {
	padding-left: 10px;
}

.experience.pg_list .listFrame .box.new .title {
	position: relative;
	padding-right: 3em;
}

.experience.pg_list .listFrame .box.new .title:before {
    content: "NEW";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 4px;
    font-size: .7em;
    line-height: 1.1;
    background: #dd0000;
    color: #fff;
}


@media screen and (max-width: 640px) {
	.experience.pg_list .introSection .ttlFrame {
		text-align: center;
	}
	
  	.experience.pg_list .introSection .ttlFrame > * {
		display: inline-block;
		margin: 0 auto;
		width: auto;
	}
	
  	.experience.pg_list .introSection .ttlFrame p {
		text-align: left;
	}
 	.experience.pg_list .introSection .ttlFrame,
 	.experience.pg_list .introSection .btnFrame {
		width: auto;
	}

	.experience.pg_list .listFrame .box {
		width: auto;
	}
}

/* ------------------------------
  experience / report page styles
  -------------------------------- */
.experience.pg_report .pageTitle {
	margin-bottom: .5em;
}

.experience.pg_report .pageTitle .lead {
	display: block;
	font-size: .5em;
	position: absolute;
	top: 0;
	left: 7em;
}

.experience.pg_report .pageTitle .namae {
    display: inline-block;
}

.experience.pg_report .pageTitle .namae:first-letter {
    color: #fc8d00;
}

.experience.pg_report .pageTitle .namae .font_s {
	font-size: .65em;
}

.experience.pg_report .section .btnFrame {
	margin-top: 1.5em;
	overflow: hidden;
}

.experience.pg_report .section .btn {
   margin: 0 auto;
   padding: 10px 15px 10px 2.25em;
}

.experience.pg_report .section .btn i {
    display: inline-block;
    position: absolute;
    left: 10px;
    margin: 0 .5em 0 0;
    font-size: 1.3em;
    color:#ef7e80;
}

.experience.pg_report .introSection .lead {
	display: inline-block;
	font-siz:e .9em;
    padding: 0.2em 1em;
    line-height: 1.2;
    letter-spacing: .04em;
    margin: 0 0 0.75em;
    border-radius: 2px;
    background: rgba(255, 234, 156, .7);
}

.experience.pg_report .introSection .title {
    margin: 0 0 .5em;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: .04em;
	/* color: #f37100;
	color: #ea4454; */
}



.experience.pg_report .txtFrame {
    padding: 0 20px 0 0;
    width: 75%;
}

.experience.pg_report .imgFrame {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 25%;
}

.experience.pg_report .imgFrame .namae {
    margin: 1em 0 0;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.experience.pg_report .imgFrame img {
    display: block;
    margin: 0 auto;
    padding: 6px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 1px 3px rgba(0,0,0,.05);
}

.experience.pg_report .imgFrame .namae .sub {
    display: block;
    margin: .175em 0 0;
    font-size: .8em;
}

.experience.pg_report .introSection .infoList {
    margin: 1.5em auto 0;
}

.experience.pg_report .introSection .infoList li {
    display: flex;
    padding: 7px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

.experience.pg_report .introSection .infoList li {
    width: calc(50% - 15px);
}

.experience.pg_report .introSection .infoList li:nth-last-child(2):nth-child(odd),
.experience.pg_report .introSection .infoList li:last-child {
    border: 0;
}

.experience.pg_report .introSection .infoList .th {
	position: relative;
    color: #65777e;
    width: 8em;
    padding-left: 12px;
}

.experience.pg_report .introSection .infoList .th:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6.5px;
    border: 4px solid transparent;
    border-left: 5px solid #ef7e80;
}

.experience.pg_report .introSection .infoList .td {
    width: calc(100% - 8em);
}


.experience.pg_report .qaSection .qaFrame {
	counter-increment: idx;
	/* padding: 1.5em;
	border-bottom: 1px dotted #aaa; */
}

.experience.pg_report .qaSection .ttl {
	margin: 0 0 .5em;
/*	border-top-color: #b4ce1e;*/
}

.experience.pg_report .qaSection .ttl.hide {
	display: none;
}

.experience.pg_report .qaSection .ttl i {
	font-size: 1.5em;
	/* color: #7cc569;
	color: #b4db91; */
} 

/*.experience.pg_report .qaSection .qaFrame + .qaFrame {
	margin-top: 0;
}*/

.experience.pg_report .qaSection .qaFrame:last-child {
	border-bottom: 0;
}

.experience.pg_report .qaSection .txt_q {
	position: relative;
	/* margin: 0 0 .5em;
	padding-left: 2.5em; */
	margin: 0 0 1.25em;
	/* padding: .5em .5em .5em 3.25em; */
	padding: .5em .5em .5em 2.75em;
	font-size: 1.2em;
	font-weight: bold;
	
    /* background: rgba(235, 245, 243, .7);
    border-radius: 5px; */
	border-bottom: 2px dotted #f3cc55;

}

.experience.pg_report .qaSection .txt_q:before {
	content: "Q";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1.4em;
	height: 1.4em;
	line-height: 1em;
	font-size: 1.4em;
	
	top: 0.4em;
	/* left: 0.5em; */
	/* color: #fcb300;
	color: #97d533;
	color: #26a3a9; */
	color: #ffc81d;
}
.experience.pg_report .qaSection .txt_q:after {
	content: counter(idx);
	display: block;
	position: absolute;
	left: 1.05em;
	top: .05em;
	width: 1em;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1.2em;
	
	top: 0.4em;
	/* left: 1.55em; */
	/* color: #ff8800;
	color: #4caf50;
	color: #007396; */
	color: #fc8d00;
}

.experience.pg_report .qaSection .txt_a {
	padding-left: 1.5em;
}

.experience.pg_report .qaSection .qaFrame img {
    min-width: 110px;
    height: auto;
}

.experience.pg_report .qaSection .qaFrame .img-right {  /* 2024-8-26追加 */
    display: block;
    float: right;
    margin-left: 15px; /* 左側に15pxの隙間を設定 */
    margin-bottom: 15px; /* 下側に15pxの隙間を設定 */
}

.experience.pg_report .qaSection .qaFrame .img-left {  /* 2024-8-26追加 */
    display: block;
    float: left;
    margin-right: 15px; /* 右側に15pxの隙間を設定 */
    margin-bottom: 15px; /* 下側に15pxの隙間を設定 */
}

.experience.pg_report .mailSection {
	background: #fdefef;
	padding: 2em;
	border-radius: 8px;
}

.experience.pg_report .mailSection .ttl {
	position: relative;
	padding-top: 0;
	padding-left: 2.25em;
	border-top: 0;
	border-bottom-color: rgba(241, 131, 132, .5);
}

.experience.pg_report .mailSection .ttl i {
	position: absolute;
	left: 0;
	top: 50%;
	margin: -.3em 0 0;
	font-size: 1.5em;
	color: #f18385;
	transform: translateY(-50%);
}

.experience.pg_report .mailSection .mailFrame {
    background: #fff;
    padding: 1.75em;
    border-radius: 6px;
}

.experience.pg_report .mailSection .mailFrame + .mailFrame {
	margin-top: 2em;
}

.experience.pg_report .mailSection .mailFrame .ttl_m {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    position: relative;
    padding-left: 2.25em;
    border: 0;
}

.experience.pg_report .mailSection .mailFrame .ttl_m .txt {
	font-weight: bold;
}

.experience.pg_report .mailSection .mailFrame .ttl_m .date {
	color: #f18385;
    color: #ea4454;
    font-size: .9em;
    font-weight: bold;
}

.experience.pg_report .mailSection .mailFrame .ttl_m:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #f79092;
    position: absolute;
    left: 0;
    font-size: 1.5em;
    line-height: .8em;
    opacity: .7;
}

.experience.pg_report .mailSection .btnFrame {
	margin-top: 2em;
}

@media screen and (max-width: 640px) {
	.experience.pg_report .section .btnFrame {
		margin-top: 30px;
	}

	.experience.pg_report .introSection .lead {
		display: block;
		padding: 0.5em 0.75em;
	    font-size: 12px;
	}
	.experience.pg_report .introSection .sp-colWrap {
		flex-direction: column-reverse;
	}
	
	.experience.pg_report .introSection .txtFrame {
	    padding: 0;
	    width: auto;
	}

	.experience.pg_report .introSection .imgFrame {
	    display: block;
	    width: auto;
	    margin: 15px auto 20px;
	}

	.experience.pg_report .introSection .title {
		font-size: 1.35em;
	}

	.experience.pg_report .introSection .infoList li {
		width: auto;
	}
	
	.experience.pg_report .qaSection .txt_a {
		padding-left: 0;
	}

	.experience.pg_report .mailSection {
		padding: 15px 15px 30px;
	}
	
	.experience.pg_report .mailSection .mailFrame .ttl_m {
		display: block;
		margin: 0 0 .5em;
	}
	
	.experience.pg_report .mailSection .mailFrame .ttl_m .date {
		display: block;
		margin: 7px 0 0;
		text-align: right;
	}
}

@media screen and (max-width: 480px) {
	.experience.pg_report .pageTitle .lead {
		top: 4px;
		letter-spacing: 0;
		left: 10em;
	}
}


/* ************************************************
  ★ INFORMATION PAGE STYLES
  ************************************************ */
/* ------------------------------
  information / city_list page styles
  -------------------------------- */

.information.pg_cityList .listSection  .ttl_top {
    border: 0;
    margin: 0 0 .5em;
    padding: 0;
}

.information.pg_cityList .listSection .ttl_top  img {
    margin-right: 12px;
}


.information.pg_cityList .cityListFrame .box {
    padding: 1.85em 0.35em 2.2em;
    /* width: calc(50% - 15px); */
    justify-content: space-between;
    border-bottom: 1px dotted #aaa;
}

.information.pg_cityList .cityListFrame .box:last-child {
	border-bottom: 0;
}

.information.pg_cityList .cityListFrame .box .colWrap {
    align-items: center;
    align-content: center;
    padding: 0 .65em;
}

.information.pg_cityList .cityListFrame .title {
	position: relative;
    margin: 0 0 1em;
    padding-left: .9em;
    line-height: 1.3;
    letter-spacing: .07em;
    font-size: 1.35em;
    font-weight: bold;
}

.information.pg_cityList .cityListFrame .title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: .05em;
	bottom: .05em;
	width: 0.35em;
	background: #f79092;
	border-radius: 99999px;
}

.information.pg_cityList .cityListFrame .box .imgFrame {
	width: 130px;
}

.information.pg_cityList .cityListFrame .box .imgFrame img {
    display: block;
    margin: 0 auto;
}

.information.pg_cityList .cityListFrame .box .txtFrame {
	overflow: hidden;
	padding-left: 20px;
    width: calc(100% - 130px);
}

.information.pg_cityList .cityListFrame .box .txtFrame .txt {
    padding: 0 20px 0 0;
    flex: 1 1 auto;
    width: calc(100% - 17em);
}

.information.pg_cityList .section .btn {

}

.information.pg_cityList .cityListFrame .btn_detail {
    width: 16em;
    padding: .4em 1.5em .4em .8em;
    font-size: 12px;
    border: 1px solid #ddd;
    letter-spacing: 0.04em;
    color: #444;
}

.information.pg_cityList .cityListFrame .btn_detail .sub {
    display: block;
    font-size: .8em;
    letter-spacing: 0;
}

.information.pg_cityList .btn_detail .city {
    display: inline-block;
    margin: 0 .1em 0 0;
    font-weight: bold;
    color: #f79092;
    font-size: 1.3em;
}


.information.pg_cityList .cityListFrame .box:nth-of-type(5n) .title:before {
	background: #77afcb;
}

.information.pg_cityList .box:nth-of-type(5n) .btn_detail .city {
	    color: rgba(119, 175, 203, 1);
}

.information.pg_cityList .cityListFrame .box:nth-of-type(5n + 2) .title:before {
	background: #fcb300;
}

.information.pg_cityList .box:nth-of-type(5n + 2) .btn_detail .city {
	color: #fcb300;
}

.information.pg_cityList .cityListFrame .box:nth-of-type(5n + 3) .title:before {
	background: #6cc32a;
}

.information.pg_cityList .box:nth-of-type(5n + 3) .btn_detail .city {
    color: rgba(108, 195, 42, 1);
}

.information.pg_cityList .cityListFrame .box:nth-of-type(5n + 4) .title:before {
	background: #bf90a6;
}

.information.pg_cityList .box:nth-of-type(5n + 4) .btn_detail .city {
	color: rgba(191, 144, 166, 1);
}





@media screen and (max-width: 640px) {
	.information.pg_cityList .cityListFrame .box .txtFrame .txt {
		width: auto;
		padding: 0;
	}
	
	.information.pg_cityList .cityListFrame .box .txtFrame .txt {
		width: auto;
		padding-left: 0;
	}
}

@media screen and (min-width: 425px) and (max-width: 640px) {
	.information.pg_cityList .cityListFrame .box > .colWrap {
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: space-between;
	}
	
	.information.pg_cityList .cityListFrame .box .imgFrame {
		margin-top: .5em;
	}
	
	.information.pg_cityList .cityListFrame .box .txtFrame .btn_detail {
		margin: 10px 0 0;
		float: right;
		line-height: 1.2;
	}
}

@media screen and (max-width: 424px) {
	.information.pg_cityList .cityListFrame .box .imgFrame,
	.information.pg_cityList .cityListFrame .box .txtFrame {
		width: auto;
		padding: 0;
	}
	
	.information.pg_cityList .cityListFrame .box .txtFrame {
		margin: 20px auto 0;
	}
	
	.information.pg_cityList .cityListFrame .box .txtFrame .btn_detail {
		width: auto;
		font-size: 13px;
		margin: 15px auto 0;
		padding: 0.6em 1.5em 0.6em 0.8em;
	}
}

/* LINKBTN SECTION */
.information .linkSection .linkBtnFrame {
	display: flex;
	justify-content: center;
}
	
.information .linkSection .linkBtnFrame .btn {
	padding: .7em;
	max-width: 12em;
}

.information .linkSection .linkBtnFrame .btn i {
    display: inline-block;
    position: absolute;
    left: .7em;
    margin: 0 .5em 0 0;
    font-size: 1.3em;
    color:#ef7e80;
}

.information .linkSection .linkBtnFrame .btn_request i {
    color: #fc8d00;
}

.information .linkSection .linkBtnFrame .btn + .btn {
	margin-left: 2em;
}

@media screen and (max-width: 374px) {
	.information .linkSection .linkBtnFrame .btn + .btn {
		margin-left: 1.5em;
	}
}


/* ************************************************
  ★ SUPPORT PAGE STYLES
  ************************************************ */
/* ------------------------------
  support / nagare page styles
  -------------------------------- */
.support.pg_nagare .nagareFrame {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto 12em;
    padding-top: 4em;
    line-height: 1.5;
    z-index: 2;
}

.support.pg_nagare .nagareFrame .box {
    position: relative;
    border: 3px solid #e15264;
    /* box-shadow: inset 0 0 0 3px #e15264; */
    width: calc(50% - 4.5em);
    background: #fff;
    border-radius: 6px;
    /* font-size: 12px; */
    line-height: 1.7;
}

.support.pg_nagare .nagareFrame .box .inner {
    position: relative;
    padding: 1.45em .8em .8em;
    background: #fff;
    border-radius: 6px;
    z-index: 1;
}

.support.pg_nagare .nagareFrame .box.rgt {
    align-self:flex-end;
}
/*
.support.pg_nagare .nagareFrame .box:before {
    content:"";
    display: block;
    position: absolute;
    right: -8em;
    top: 0;
    bottom: 0;
    width: 6em;
    background: #f79093;
    z-index: -1;
}

.support.pg_nagare .nagareFrame .box.rgt:before {
   right: auto;
   left: -8em;
}
*/
.support.pg_nagare .nagareFrame .box:after {
    content: "";
    display: block;
    position: absolute;
    right: -4.5em;
    border: 1em solid transparent;
    border-left: 4.5em solid #e15264;
    top: 56%;
    transform: translateY(-50%) rotate(30deg);
    z-index: -1;
}

.support.pg_nagare .nagareFrame .box.rgt:after {
    right: auto;
    left: -4.5em;
    border: 1em solid transparent;
    border-right: 4.5em solid #e15264;
    transform: translateY(-50%) rotate(-20deg);
}

.support.pg_nagare .nagareFrame .box .head {
    position: absolute;
    top: -1em;
    left: .7em;
    background: #e15264;
    color: #fff;
    padding: 0 .8em;
    border-radius: 3px;
    font-size: .9em;
    font-weight: bold;
    z-index: 2;
}

.support.pg_nagare .nagareFrame .box .txt {
	padding-right: 10px;
	width: calc(100% - 100px);
}

.support.pg_nagare .nagareFrame .box .img {
	width: 100px;
}

.support.pg_nagare .nagareFrame .box .title {
	margin: 0 0 .45em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
	color: #e15264;
}

.support.pg_nagare .nagareFrame .box .img {
	display: flex;
	align-items: center;
	align-content: center;
}
.support.pg_nagare .nagareFrame .box .img img {
	display: block;
}

.support.pg_nagare .nagareFrame .box .list_arrow li {
	padding-left: 1em;
}

.support.pg_nagare .nagareFrame .box .supportFrame {
	margin: 10px 0 0;
	padding: .75em 1em;
	border-radius: 5px;
	background: #fee4d7;
}

.support.pg_nagare .nagareFrame .box .supportFrame .hd {
	margin: 0 0 .2em;
	font-weight: bold;
	font-size: 1.125em;
}

.support.pg_nagare .nagareFrame .box .list_dot li {
	position: relative;
	padding-left: .9em;
}

.support.pg_nagare .nagareFrame .box .list_dot li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: .7em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #e15264;
}

.support.pg_nagare .nagareFrame .box a {
	color: #1e7eb3;
}


/* box01 */
.support.pg_nagare .nagareFrame .box.box01:after {
	top: 35%;
    transform: translateY(-50%) rotate(20deg);
}

.support.pg_nagare .nagareFrame .box.box01 .list_arrow li:before {
	border-color: #e15264;
}

/* box02 */
.support.pg_nagare .nagareFrame .box02 {
    border-color: #f27300;
	margin: -13em 0 -6em;
}

.support.pg_nagare .nagareFrame .box02 .head,
.support.pg_nagare .nagareFrame .box02 .list_dot li:before {
    background: #f27300;
}

.support.pg_nagare .nagareFrame .box02:after {
	border-left-color: #f27300;
	top: 80%;
}

.support.pg_nagare .nagareFrame .box02 .title {
	color: #f27300;
}

.support.pg_nagare .nagareFrame .box02 .list_arrow li:before {
	border-color: #f27300;
}

.support.pg_nagare .nagareFrame .box02 .supportFrame {
	background: #fff1b6;
}

/* box03 */
.support.pg_nagare .nagareFrame .box.box03,
.support.pg_nagare .nagareFrame .box03 .list_arrow li:before {
    border-color: #9aaa01;
}

.support.pg_nagare .nagareFrame .box.box03 .list_dot li:before,
.support.pg_nagare .nagareFrame .box.box03 .head {
    background: #9aaa01;
}

.support.pg_nagare .nagareFrame .box.box03:after {
	border-right-color: #9aaa01;
	top: 60%;
}

.support.pg_nagare .nagareFrame .box.box03 .title {
	color: #9aaa01;
}

.support.pg_nagare .nagareFrame .box03 .supportFrame {
	background: #f3f1ae;
}


/* box04 */
.support.pg_nagare .nagareFrame .box.box04 {
    border-color: #60a531;
	margin: -11em 0 -2em;
}

.support.pg_nagare .nagareFrame .box.box04:after {
	border-left-color: #60a531;
	top: 45%;
	transform: translateY(-50%) rotate(-20deg);
}

.support.pg_nagare .nagareFrame .box.box04 .title {
	color: #60a531;
}

.support.pg_nagare .nagareFrame .box.box04 .head,
.support.pg_nagare .nagareFrame .box.box04 .list_dot li:before {
   background: #60a531;
}

.support.pg_nagare .nagareFrame .box.box04 .list_arrow li:before {
	border-color: #60a531;
}

.support.pg_nagare .nagareFrame .box.box04 .supportFrame {
	background: #e6efdc;
}

/* box05 */
.support.pg_nagare .nagareFrame .box.box05 {
    border-color: #2e7270;
    margin-top: -3em;
}

.support.pg_nagare .nagareFrame .box.box05:after {
   border-right-color: #2e7270;
	top: 45%;
    transform: translateY(-50%) rotate(20deg);
}

.support.pg_nagare .nagareFrame .box.box05 .head,
.support.pg_nagare .nagareFrame .box.box05 .list_dot li:before {
   background: #2e7270;
}

.support.pg_nagare .nagareFrame .box.box05 .title {
   color: #2e7270;
}

.support.pg_nagare .nagareFrame .box.box05 .list_arrow li:before {
	border-color: #2e7270;
}

.support.pg_nagare .nagareFrame .box.box05 .supportFrame {
   margin: 0 10px 0 0;
   width: calc(100% - 100px);
   background: #e3edec;
}



.support.pg_nagare .nagareFrame .time {
    position: absolute;
    left: 50%;
    top: 2.5em;
    width: 5.5em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(-50%);
    /* height: 100%; */
    bottom: 2em;
    z-index: -1;
}

.support.pg_nagare .nagareFrame .time:before {
	content: "START";
	display: block;
	align-self: center;
	width: 6em;
	padding: .2em 0;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: .04em;
	background: #af5f90;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	z-index: 10;
}


.support.pg_nagare .nagareFrame .time:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	border: 3.8em solid transparent;
	border-top-color: #638d89;
	transform: translate(-50%, calc(100% - 1px));
	z-index: 10;
}

.support.pg_nagare .nagareFrame .time li {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    height: 16.6%;
    background: #f79093;
    border-top: 1px solid #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

.support.pg_nagare .nagareFrame .time li span {
	font-weight: bold;
}

.support.pg_nagare .nagareFrame .time li .num {
    font-size: 1.4em;
}

.support.pg_nagare .nagareFrame .time li:nth-of-type(2) {
    background: #f9916c;
}

.support.pg_nagare .nagareFrame .time li:nth-of-type(3) {
    background: #ffa216
}

.support.pg_nagare .nagareFrame .time li:nth-of-type(4) {
    background: #fece00;
}

.support.pg_nagare .nagareFrame .time li:nth-of-type(5) {
    background: #d5e500;
}

.support.pg_nagare .nagareFrame .time li:nth-of-type(6) {
    background: #8cc34b;
}

.support.pg_nagare .nagareFrame .time li:nth-of-type(7) {
    background: #638d89;
}


.support.pg_nagare .nagareFrame .time li.msg {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10em;
    height: 10em;
    border-radius: 50%;
    background: #cee2e1;
    border: 2px solid #fff;
    color: #08434d;
    box-shadow: 0 0 0 2px #b6d4d2;
    transform: translate(-50%, 130%) rotate(-12deg);
    text-shadow: none;
}

.support.pg_nagare .nagareFrame .time li:last-child > span {
	position: relative;
	padding: .8em;
	font-size: 1.25em;
	display: block;
	line-height: 1.3;
}

.support.pg_nagare .nagareFrame .time li:last-child > span:before,
.support.pg_nagare .nagareFrame .time li:last-child > span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-2em, 1em) rotate(-90deg);
	width: 0;
	height: 0;
	border: .25em solid transparent;
	border-top: 1em solid #a3c0c6;
}

.support.pg_nagare .nagareFrame .time li:last-child > span:after {
	transform: translate(-1em, -.75em) rotate(-20deg);
}


.support.pg_nagare .nagareFrame .time li:last-child .em {
	display: block;
	margin: 0 0 .1em;
	font-size: 1.3em;
}

@media screen and (max-width: 767px) {
	.support.pg_nagare .nagareFrame {
		font-size: 12px;
	}
	
	.support.pg_nagare .nagareFrame .box {
		width: calc(50% - 4em);
	}
	
	.support.pg_nagare .nagareFrame .box .inner {
		padding: 1.2em .5em .5em;
	}
	
	.support.pg_nagare .nagareFrame .box:after {
		border-left-width: 3.5em;
		right: -3.5em;
	}
	
	.support.pg_nagare .nagareFrame .box.rgt:after {
		border-right-width: 3.5em;
		right: auto;
		left: -3.5em;
	}
	
	.support.pg_nagare .nagareFrame .time {
		width: 5em;
	}
	
	.support.pg_nagare .nagareFrame .time:after {
		border-top-width: 3.2em;
	}
}

@media screen and (max-width: 640px) {
	.support.pg_nagare .nagareFrame {
		display: block;
	    padding: 5em 0 0 5.2em;
	}
	
	.support.pg_nagare .nagareFrame .box {
		width: auto;
		margin: 0 0 3em !important;
	}

	.support.pg_nagare .nagareFrame .box:after {
		right: auto;
		left: -3.5em;
		transform: translateY(-50%) rotate(20deg);
	}
	
	.support.pg_nagare .nagareFrame .box .supportFrame {
		padding: 5px 8px 8px;
	}
	
	.support.pg_nagare .nagareFrame .box li {
		line-height: 1.3;
	}
	
	.support.pg_nagare .nagareFrame .box li + li {
		margin-top: 5px;
	}
	
	.support.pg_nagare .nagareFrame .box .list_arrow li {
		padding-left: 9px;
	}
	
	.support.pg_nagare .nagareFrame .box .list_arrow li:before {
		top: .5em;
		border-width: 2px;
		width: 4px;
		height: 4px;
	}
	
	.support.pg_nagare .nagareFrame .box .list_dot li {
		padding-left: 7px;
	}
	
	.support.pg_nagare .nagareFrame .box .list_dot li:before {
		top: .5em;
		width: 4px;
		height: 4px;
	}
	
	.support.pg_nagare .nagareFrame .box .supportFrame .hd {
		font-size: 1em;
	}
	
	.support.pg_nagare .nagareFrame .box.box02:after {
		border: 1em solid transparent;
	    border-right: 4.5em solid #f27300;
	}
	
	.support.pg_nagare .nagareFrame .box.box04:after {
		border: 1em solid transparent;
	    border-right: 4.5em solid #60a531;
	}

	
	/*.support.pg_nagare .nagareFrame .box.box02 {
		margin-top: 5em !important;
	}*/
	
	.support.pg_nagare .nagareFrame .box.box01:after {
		top: 45%;
	}
	
	.support.pg_nagare .nagareFrame .box.box02:after {
		border-right-width: 5.5em;
		left: -4.5em;
		top: 92%;
		transform: rotate(-45deg);
	}
	
	.support.pg_nagare .nagareFrame .box.box03:after {
		top: 70%;
	}
	
	.support.pg_nagare .nagareFrame .box.box04:after {
		top: 55%;
	}
	
	.support.pg_nagare .nagareFrame .box.box05:after {
		top: 40%;
	}
	
	.support.pg_nagare .nagareFrame .time {
		left: 0;
		bottom: 0;
		width: 4.2em;
		transform: none;
		padding-top: 26px;
	}
	
	.support.pg_nagare .nagareFrame .time li {
		font-size: 10px;
	}
	
	.support.pg_nagare .nagareFrame .time:before {
	    position: absolute;
	    width: 5em;
	    padding: 0;
	    height: 26px;
	    line-height: 26px;
	    left: 50%;
	    top: 0;
	    font-size: 1em;
	    transform: translateX(-50%);
	}
	
	.support.pg_nagare .nagareFrame .time:after {
		border-width: 2.8em;
	}
	.support.pg_nagare .nagareFrame .time li.msg {
		left: 58%;
		width: 8em;
		height: 8em;
		transform: translate(-50%, 125%) rotate(-12deg);
	}
	
	.support.pg_nagare .nagareFrame .time li:last-child > span {
		font-size: 1.1em;
	}

	.support.pg_nagare .nagareFrame .time li:last-child > span:before,
	.support.pg_nagare .nagareFrame .time li:last-child > span:after {
		left: 100%;
		transform: translate(1em, 1em) rotate(90deg);
	}

	.support.pg_nagare .nagareFrame .time li:last-child > span:after {
		transform: translate(0, -0.6em) rotate(20deg);
	}
}

/* ------------------------------
  support / naiyou page styles
  -------------------------------- */
.support.pg_naiyou .scheduleSection .tblWrap {
}

.support.pg_naiyou .scheduleTbl {
	margin: 15px auto 0;
	min-width: 600px;
}

.support.pg_naiyou .scheduleTbl th,
.support.pg_naiyou .scheduleTbl td {
	padding: 6px;
	border-color: #bbb;
	vertical-align: middle;
}

.support.pg_naiyou .scheduleTbl thead th {
	background: #658697;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.support.pg_naiyou .scheduleTbl .th {
	background: #f7f7f7;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	vertical-align: middle;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
}

.support.pg_naiyou .scheduleTbl .th .num {
	font-size: 1.4em;
}

.support.pg_naiyou .scheduleTbl .th span {
	font-weight: bold;
}

/*.support.pg_naiyou .scheduleTbl .last {
    background: rgba(242, 245, 247, .5);
}*/

.support.pg_naiyou .scheduleTbl a {
	color: #0669a1;
}

.support.pg_naiyou .scheduleTbl .vertical {
	display: block;
	writing-mode: tb;
	position: relative;
	padding: 13px 0 0;
}

.support.pg_naiyou .scheduleTbl .vertical.arrw:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: .65em;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border-bottom: 3px solid #ffc107;;
	border-right: 3px solid #ffc107;;
	transform: rotate(45deg);
}

.support.pg_naiyou .scheduleTbl .schedule01 .th {
    background-color: rgb(247 144 146 / 1);
}

.support.pg_naiyou .scheduleTbl .schedule02 .th {
    background-color: rgb(250 145 109 / 1);
}

.support.pg_naiyou .scheduleTbl .schedule03 .th {
    background-color: rgb(255 163 21 / 1);
}

.support.pg_naiyou .scheduleTbl .schedule04 .th {
    background-color: rgb(139 195 74 / 1);
}

.support.pg_naiyou .scheduleTbl .schedule05 .th {
    background-color: rgb(98 141 137 / 1);
}

.schedule01 .list_arrw li:before {
    border-color: #f79092;
}

.schedule02 .list_arrow li:before {
    border-color: #fa916d;
}

.schedule03 .list_arrow li:before {
    border-color: #ffa315;
}

.schedule04 .list_arrow li:before {
    border-color: #8BC34A;
}

.schedule05 .list_arrow li:before {
    border-color: #628d89;
}


.support.pg_naiyou .detailSection .ttl {
	margin: 0 0 1em;
	padding: 0;
	font-size: 1.05em;
	border-bottom: 0;
}

.support.pg_naiyou .detailSection .ttl > span {
	display: inline-block;
	padding: .3em .75em;
	min-width: 8em;
	font-weight: bold;
	border-radius: 0 0 3px 3px;
	background-color: #ffa315;
	color: #fff;
	text-align: center;
}

.support.pg_naiyou .detailFrame .box {
   padding: 1em;
}

.support.pg_naiyou .detailFrame .box + .box {
   margin-top: 2em;
}


/*.support.pg_naiyou .detailFrame.colWrap .box {
    width: calc(50% - 20px);
}*/

.support.pg_naiyou .detailFrame .box .title {
    margin: 0 0 1em;
    font-size: 1.4em;
	font-weight: bold;
    line-height: 1.4;
    letter-spacing: .03em;
}

.support.pg_naiyou .detailFrame .box .title .sub {
	display: inline-block;
	position: relative;
	top: -.15em;
	margin: 0 .35em 0 0;
	font-size: .8em;
	font-weight: bold;
	color:#e76000;
	vertical-align: middle;
}

.support.pg_naiyou .detailFrame .box .imgFrame {
	width: 120px;
}

.support.pg_naiyou .detailFrame .box .txtFrame {
	width: calc(100% - 140px);
}


.support.pg_naiyou .detailSection:nth-of-type(2) .ttl {
	border-top-color: #f79092;
}

.support.pg_naiyou .detailSection:nth-of-type(2) .ttl > span {
	background: #f79092;
}

.support.pg_naiyou .detailSection:nth-of-type(2) .box .title .sub,
.support.pg_naiyou .detailSection:nth-of-type(3) .box .title .sub {
	color: #e96e70;
}

.support.pg_naiyou .detailSection:nth-of-type(3) .ttl {
	border-top-color: #fa956d;
}
.support.pg_naiyou .detailSection:nth-of-type(3) .ttl > span {
	background: #fa916d
}


.support.pg_naiyou .detailSection:nth-of-type(4) .ttl {
	border-top-color: #ffa315;
}
.support.pg_naiyou .detailSection:nth-of-type(4) .ttl > span {
	background: #ffa315;
}

.support.pg_naiyou .detailSection:nth-of-type(5) .ttl {
	border-top-color: #ef7b34;
}

.support.pg_naiyou .detailSection:nth-of-type(5) .ttl > span{
	background: #ef7b34;
}


.support.pg_naiyou .detailSection:nth-of-type(6) .ttl {
	border-top-color: #d1ce0d;
}
.support.pg_naiyou .detailSection:nth-of-type(6) .ttl > span{
	background: #d1ce0d;
}

.support.pg_naiyou .detailSection:nth-of-type(7) .ttl {
	border-top-color: #8bc34a;
}
.support.pg_naiyou .detailSection:nth-of-type(7) .ttl > span{
	background: #8bc34a;
}

.support.pg_naiyou .detailSection:nth-of-type(6) .box .title .sub,
.support.pg_naiyou .detailSection:nth-of-type(7) .box .title .sub {
	color: #7ea729;
}



.support.pg_naiyou .detailFrame .box .txtFrame .btn_detail {
	float: right;
	margin: 1em 0 0;
	padding: .6em 1.35em .6em .5em;
	font-size: 1em;
}

.support.pg_naiyou .detailFrame .box .txtFrame .btnWrap {
	display: flex;
	justify-content: flex-end;
	margin: 1em 0 0;
}

.support.pg_naiyou .detailFrame .box .txtFrame .btnWrap .btn {
	margin: 0;
	float: none;
	max-width: 12em;
}

.support.pg_naiyou .detailFrame .box .txtFrame .btnWrap .btn + .btn {
	margin-left: 1.5em;
}

.support.pg_naiyou .linkSection .guideFrame {
	align-items: center;
	align-content: center;
	background: #f8f8f8;
	background: rgba(255, 234, 156, .3);
	padding: 1.5em;
	border-radius: 6px;
}

.support.pg_naiyou .linkSection .guideFrame .msg {
	width: calc(100% - 14em);
}


.support.pg_naiyou .linkSection .guideFrame .btn {
	padding: .7em;
	width: 11em;
}

@media screen and (max-width: 640px) {
	.support.pg_naiyou .scheduleTbl th,
	.support.pg_naiyou .scheduleTbl td {
		padding: 5px;
		font-size: .9em;
	}
	
	.support.pg_naiyou .detailFrame .box {
		padding: 1em 0;
		padding-top: calc(60px + 1em);
		margin-top: -60px;
	}
	
	.support.pg_naiyou .detailFrame .box + .box {
		margin-top: calc(2em - 60px);
	}
	
	.support.pg_naiyou .detailFrame .box .title .sub {
		display: block;
	}
	
	.support.pg_naiyou .linkSection .guideFrame .msg {
		width: auto;
	}
	
	.support.pg_naiyou .linkSection .guideFrame .btn {
		margin: 15px auto 0;
	}
}

@media screen and (max-width: 479px) {
	.support.pg_naiyou .detailFrame .box .colWrap.sp2-block {
		display: block;
	}
	
	.support.pg_naiyou .detailFrame .box .imgFrame,
	.support.pg_naiyou .detailFrame .box .txtFrame {
		width: auto;
	}
	
	.support.pg_naiyou .detailFrame .box .imgFrame img {
		display: block;
		margin: 0 auto 20px;
	}
	
	.support.pg_naiyou .detailFrame .box .txtFrame > .btn {
		margin: 20px auto 0;
		float: none;
	}
	.support.pg_naiyou .detailFrame .box .txtFrame .btnWrap {
		margin: 20px auto;
		justify-content: center;
	}
}

@media screen and (max-width: 374px) {
	.support.pg_naiyou .detailFrame .box .txtFrame .btn {
	    padding: .8em 1.2em .8em .8em;
	    width: 100%;
	    max-width: 240px;
	}
	
	.support.pg_naiyou .detailFrame .box .txtFrame .btnWrap {
		display: block;
		margin: 0 auto;
	}
	
	.support.pg_naiyou .detailFrame .box .txtFrame .btnWrap .btn,
	.support.pg_naiyou .detailFrame .box .txtFrame .btnWrap .btn + .btn {
		margin: 20px auto 0;
	    width: 100%;
	    max-width: 240px;
	}
	
	.support.pg_naiyou .detailFrame .box .txtFrame .btnWrap .btn + .btn {
		margin: 15px auto 0;
	}
	
	.support.pg_naiyou .linkSection .guideFrame .btn {
	    padding: .8em 1.2em .8em;
	    width: 100%;
	    max-width: 240px;
	}
}








/* =================================================================
  LESS THAN width 959px
  ================================================================== */

@media screen and (max-width: 959px) {
	.hensyu {
		padding: 0 20px;
	}
	
	.pageTitle {
		font-size: 2em;
	}
	
}

/* =================================================================
  MORE THAN width 641px and LESS THAN width 767px
  ================================================================== */
@media screen and (min-width: 641px) and (max-width:767px) {
	/* ************************************************
	  ★ PROGRAM PAGE STYLES
	  ************************************************ */
	/* ------------------------------
	  program / hotel internship page styles
	  -------------------------------- */
	.pg_senmon_hotel .programSection .schedule .box .head {
	    text-align: right;
	}

	.pg_senmon_hotel .programSection .schedule .box .head .time {
	    display: block;
	    text-align: left;
	}

	.pg_senmon_hotel .programSection .schedule .box {
	    width: calc(25% - 15px);
	    padding: 10px;
	}

	.pg_senmon_hotel .programSection .schedule .box:after {
	    border-width: 8px;
	}
}

/* =================================================================
  LESS THAN width 640px
  ================================================================== */
@media screen and (max-width: 640px) {
	.pageTitle {
		font-size: 1.75em;
	}
	
	.ttl {
		padding: .6em 0;
		font-size: 1.3em;
	}
	
	.ttl_m {
		font-size: 1.2em;
	}
	
	.ttl_s, strong {
		font-size: 1.05em;
	}
		
	.commonTbl th,
	.commonTbl td {
	    padding: 6px;
	}

	.commonTbl:not(.sp-table),
	.commonTbl:not(.sp-table) > thead,
	.commonTbl:not(.sp-table) > tbody,
	.commonTbl:not(.sp-table) > thead > tr,
	.commonTbl:not(.sp-table) > tbody > tr,
	.commonTbl:not(.sp-table) > thead > tr > th,
	.commonTbl:not(.sp-table) > thead > tr > td,
	.commonTbl:not(.sp-table) > tbody > tr > th,
	.commonTbl:not(.sp-table) > tbody > tr > td {
	    display: block;
	    box-sizing: border-box;
	    width: 100%;
	}

	.commonTbl:not(.sp-table) > thead > tr,
	.commonTbl:not(.sp-table) > tbody > tr {
	    display: flex;
	}
	
	
	
	/* ************************************************
	  ★ PROGRAM PAGE STYLES
	  ************************************************ */
	.pg_senmon_hotel .feeSection .feeTbl th,
	.pg_senmon_hotel .feeSection .feeTbl td:first-child {
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: center;
	}
	
	/* ************************************************
	  ★ EXPERIENCE PAGE STYLES
	  ************************************************ */

}
/* =================================================================
  LESS THAN width 480px
  ================================================================== */
@media screen and (max-width: 480px) {
	.pageTitle {
		padding: 0 0 .4em;
		font-size: 1.45em;
		border-bottom-width: 2px;
	}
	
	.pageTitle:before {
		height: 2px;
		bottom: -2px;
	}
	
	.pageTitle .sub {
		font-size: 13px;
	}

}

