@charset "utf-8";
/* CSS Document */
#worcationtop h1 {
  text-align: center;
  padding: 3.13% 0 5.08%;
}
#worcationtop {
  background: url(/corp/images/engagement/workation/offsitemeeting_top.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
}
#worcationtop h1 span.en {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  text-shadow: 2px 2px 5px #242052;	
  color: #FFFFFF;
  line-height: 1;
  font-feature-settings: 'palt';
  display: block;
  margin-bottom: 10px;
}
#worcationtop h1 p {
  font-weight: 600;
  font-size: 1.5rem;
  text-shadow: 2px 2px 5px #242052;	
  color: #FFFFFF;
  line-height: 1;
  font-feature-settings: 'palt';
  margin-bottom: 10px;
}
h2 {
  font-size: 1.8rem !important;
}
.bk_blue {
  background: #dcf4f4;
  padding: 2em 0;
}
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width:768px) {
#worcationtop h1 {
  padding: 3.13% 0 10%;
}	
#worcationtop h1 span.en {
    font-size: 2rem;
	}
}
/*------------------------------------
ワーケーションTOP
/*====================================
	ワーケーションとは？
=====================================*/
.w_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #004098;
}
.w_txt {
  font-size: 1rem;
  padding-top: 1%;
  padding-bottom: 3%;
}
.w_txt span a {
  font-size: 0.9rem;
}
a.link {
  color: dodgerblue;
  border-bottom: dodgerblue;
}
a.link:hover {
  color: darkorange;
}
/*====================================
	HISのワーケーションラインナップ
=====================================*/
.lineup-box {
  background-color: #e9ecf2;
  border-radius: 10px;
  padding: 2em;
  margin-bottom: 3%;
}
.lineup-box ul {
  display: flex;
  align-items: center;
}
.lineup-box ul li {
  width: calc(100%/2);
}
h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 2%;
  text-align: center;
}
h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2%;
  border-left: solid #ff6600 5px;
  padding-left: 10px;
}
.lineup-box h3 p {
  font-size: 1.2rem;
  color: #004098;
}
.type-box {
  margin: 3% 0 5%;
}
.lineup-btn {
  font-size: 0.9rem;
  display: inline-block;
  background-color: #004098;
  color: #FFF;
  border-radius: 30px;
  padding: 3px 1rem;
  margin: 2% 0 0;
}
.lineup-btn2{
  font-size: 0.9rem;
  display: inline-block;
  background-color: #328FE5;
  color: #FFF;
  border-radius: 30px;
  padding: 3px 1rem;
  margin: 2% 0 0;
}
@media screen and (max-width:768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .lineup-box h3 p {
    padding-bottom: 1rem;
  }
  .lineup-box ul {
    display: block;
  }
  .lineup-box ul li {
    width: 100%;
  }
  .lineup-box ul li:last-child {
    margin: 10% 0;
  }
  .type-box {
    margin-bottom: 10%;
  }
.lineup-btn2{
	margin-top: 5%;
	padding: 0.5rem 1rem;
	border-radius: 0;
	}
}
/*====================================
	期待できる効果
=====================================*/
.effect {
  width: 100%;
  display: flex;
  margin-bottom: 3%;
}
.effect li {
  background: #FFF;
  margin: 0 1%;
  padding: 2em;
  display: flex;
  flex-direction: column;
}
.effect li h3 {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.effect li img {
  width: 100%;
}
.txt {
  text-align: left;
  flex-grow: 1;
}
.effect li dl {
  padding: 3%;
  background: #fbfdc6;
  margin-top: 3%;
  text-align: left;
}
.effect li dl dt {
  font-size: 18px;
  font-weight: bold;
  flex-grow: 1;
}
.effect li dl dt::before {
  content: url(https://www.his-j.com/corp/contents/rentalhis/images/icon_blue.png);
  vertical-align: middle;
  margin-right: 15px;
}
.effect:last-child li {
  width: calc(100%/3)
}
@media screen and (max-width:768px) {
  h3 {
    height: auto;
  }
  .effect {
    display: block;
  }
  .effect li, .effect:last-child li {
	width: 100%;   
    padding: 3% 5%;
	margin: 0 0 5%;  
  }	
}
/*====================================
	ボタン
=====================================*/
.w_btn {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.center_w_btn {
  margin: 0 30% !important;
}
.w_btn a {
  width: 40% !important;
  margin: 2% 5% 1%;
  text-align: center;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
  padding: 2% 1%;
  position: relative;
  border-radius: 10px;
}
.w_btn a.fullsize {
  width: 90% !important;
  margin: 2% 5% 1%;
  text-align: center;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
  padding: 2% 1%;
  position: relative;
  border-radius: 10px;
}
.w_btn p.infotxt {
  font-size: 120%;
}
.w_btn a:hover {
  background: #004098;
  color: #FFF;
}
.arrow {
  position: absolute;
  bottom: 5%;
  right: -5%;
  z-index: 99;
}
.w_btn a li p, .a_none p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
.w_btn a li span, .a_none span {
  font-size: 18px;
  line-height: 1;
}
/*====================================
モニターツアー・イベント・モデルコースなど
=====================================*/
.webierevent, .column {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 5% auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.webierevent li {
  width: 29%;
  margin: 0 2% 5%;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
  position: relative;
}
.column li {
  width: 100%;
  margin: 0 2% 5%;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
  position: relative;
}
.webierevent_date, .column_date {
  background: #f39700;
  padding: 5px 2%;
  color: #FFFFFF;
  margin-bottom: 2%;
  text-align: center;
}
.webierevent_date_blue, .column_date_blue {
  background: #003f8e;
  padding: 5px 2%;
  color: #FFFFFF;
  margin-bottom: 2%;
  text-align: center;
}
.webierevent_date span {
  padding-right: 8px;
}
.webierevent_ttl {
  font-size: 20px;
  font-weight: 700;
  color: #004098;
  padding: 0 3% 5%;
  line-height: 1.4;
  text-align: left;
}
.column_ttl {
  font-size: 17px;
  padding: 0 3% 1%;
  line-height: 1.4;
  text-align: left;
}
.webierevent_more {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background: #004098;
  display: block;
  width: 230px;
  margin: 0 auto 10px;
  padding: 2.42% 0;
}
.column_more {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background: #004098;
  display: block;
  width: 690px;
  margin: 0 auto 10px;
  padding: 1% 0;
}
.webierevent_movie {
  font-size: 16px;
  width: 230px;
  text-align: center;
  background: #27A031;
  color: #FFF;
  display: block;
  margin: 0 auto 10px;
  padding: 2.42% 0;
}
.webierevent_more:hover, .webierevent_movie:hover, .column_movie:hover {
  opacity: 0.8;
}
.special_feature {
  display: flex;
  flex-wrap: wrap;
}
.special_feature li {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 5% 1%;
}
.special_feature li a {
  display: block;
}
.special_feature_ttl {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 700;
  color: #004098;
  padding: 2% 3% 5%;
  line-height: 1.4;
  text-align: center;
}
.special_feature_txt {
  flex-grow: 1;
  padding: 0 10% 8%
}
/*====================================
	地域情報・お知らせ
=====================================*/
.topics_ttl {
  font-size: 25px;
  padding-bottom: 2%;
}
.topics {
  overflow-y: scroll;
  margin: 10px auto 13%;
  width: 70%;
  height: 160px;
}
.topics ul li {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #EFEFEF;
  margin: 0 2%;
}
.topics ul li a p, .topics ul li p {
  display: inline-block;
}
.topics ul li a p::after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  padding-left: 10px;
}
.topics ul li a p {
  color: #f39700;
}
.topics ul li a p:hover {
  text-decoration: underline;
}
.date {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
/* scroll bar */
.topics::-webkit-scrollbar {
  width: 10px;
}
.topics::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
.topics::-webkit-scrollbar-thumb {
  background: #F54E2B;
  border-radius: 10px;
  box-shadow: none;
}
@media screen and (min-width:769px) {
  .sp_br, .sp_coming {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .topics_ttl {
    font-size: 18px;
  }
  .topics {
    overflow-y: scroll;
    margin: 10px 1.5% 13%;
    width: 97%;
    height: 120px;
  }
  .topics ul {
    padding: 0 2%;
  }
  .topics ul li {
    text-align: left;
    padding: 1em 0;
    border-bottom: 1px solid #EFEFEF;
    margin: 0 2%;
  }
  .date {
    display: block;
    width: 150px;
  }
  .lead {
    padding: 1% 3%;
    font-size: 20px;
  }
  .w_ttl {
    font-size: 16px;
    color: #004098;
  }
  .sp_coming {
    font-size: 18px !important;
    color: #F4AC0F
  }
  .coming {
    width: 90%;
    top: 10%;
  }
  .w_btn a li span, .a_none span {
    font-size: 16px;
  }
  .w_btn a li p, .a_none p {
    font-size: 22px;
  }
  .webierevent_more, .webierevent_movie, .column_more {
    width: 90%;
    margin: 0 auto 10px;
  }
  .column_more {
    padding: 2.42% 0;
  }
  .special_feature_txt {
    padding-bottom: 15%;
  }
  .item {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
}
@media screen and (max-width:480px) {
  .pc_br {
    display: none;
  }
  .lead {
    font-size: 16px;
    text-align: left;
    padding: 5%;
  }
  .w_ttl {
    margin-top: 5%;
  }
  .w_btn {
    display: block;
    width: 100%;
  }
  .w_btn a li span, .a_none span {
    font-size: 13px;
  }
  .w_btn a li p, .a_none p {
    font-size: 18px;
  }
  .a_none {
    width: 100% !important;
    margin: 0 auto;
    border-radius: 0;
    margin: 0 0 3%;
  }
  .w_btn a li, .a_none {
    background: #004098;
    padding: 2% 3%;
    color: #FFF;
  }
  .coming {
    width: 70%;
    height: auto;
    margin: 0 10%;
  }
  .w_btn a li::after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
  }
  .w_btn a li :hover {
    background: none;
  }
  .arrow {
    display: none;
  }
  .subline {
    font-size: 22px;
  }
  .txtBox02 h2 {
    font-size: 150%;
    line-height: 1.3
  }
  .ttlLine span {
    font-size: 100%
  }
  .webierevent {
    display: block;
  }
  .webierevent li {
    width: 100%;
    margin: 0 0 5%;
    padding-bottom: 5%;
  }
  .special_feature li {
    width: 100%;
  }
  .special_feature {
    display: block;
  }
}
/*=======================================
 	関連リンク
========================================*/
.wlink_area ul {
  display: flex;
}
.wlink_area ul li {
  width: calc(100%/2);
}
.wlink_area ul li dl {
  display: flex;
}
.wlink_area ul li dl dt img {
  max-width: 280px;
}
.wlink_area ul li dl dd {
  width: 70%;
  margin-left: 1rem;
}
.link {
  display: block;
  padding-top: 2rem;
}
@media screen and (max-width:768px) {
  .wlink_area ul, .wlink_area ul li dl {
    display: block;
  }
  .wlink_area ul li, .wlink_area ul li dl dt, .wlink_area ul li dl dd {
    width: 100%;
    margin: 0 0 5%;
  }
}



/*====================================
	商品ラインナップ
=====================================*/
.product_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_area ul li {
  width: 30%;
  border: 1px solid #999;
  padding: 0;
  margin: 0 1% 2%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product_area h3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 2%;
}
.caption {
  font-size: 11px;
  text-align: right;
  padding-right: 1rem;
}
.area {
  font-size: 1rem;
  background: #ff5252;
  display: inline-block;
  padding: 0 2%;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.txtbox {
  padding: 2em;
  flex-grow: 1;
}
.product_btn {
  display: block;
  text-align: center;
  color: #fff;
  background: #004098;
  width: 70%;
  line-height: 1;
  padding: 10px 0;
  margin: 5% 15% 0;
  font-size: 1rem;
  font-weight: 400;
  transition: background 0.25s ease-in-out;
}
.product_btn:hover {
  background: #f39700;
}
@media screen and (max-width:768px) {
  .product_area ul {
    display: block;
  }
  .product_area ul li {
    width: 100%;
	margin: 0 0 8%;  
  }
}


/*------------------------------------
社内研修型ワーケーション
/*====================================
	実施までの流れ
=====================================*/
.stepflow {
  display: flex;
  margin: 0 0 1em;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.stepflow > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  flex: 1;
}
.stepflow > li .title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ff4500;
}
.stepflow > li .text {
  display: block;
  padding-right: 2.5em;
  font-size: 90%;
}
.stepflow > li .bubble {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0.5em;
  border-radius: 1000px;
  background-color: #b0bec5;
}
.stepflow > li .bubble::after, .stepflow > li .bubble::before {
  position: absolute;
  top: 9px;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #b0bec5;
}
.stepflow > li.completed, .stepflow > li.completed .bubble {
  color: #333;
}
.stepflow > li.completed .bubble, .stepflow > li.completed .bubble::after, .stepflow > li.completed .bubble::before {
  background-color: #004098;
}
.stepflow > li:last-child .bubble::after, .stepflow > li:last-child .bubble::before {
  width: 0%;
  margin-right: 50%;
}
.window_sp {
  display: none;
}
.stepflow > li .title {
  font-weight: bold;
  color: #ff4500;
}
.stepflow > li .text {
  display: block;
  padding-right: 2.5em;
}
@media screen and (max-width: 768px) {
  .stepflow {
    display: list-item;
    list-style-type: none;
    padding-top: 1em;
  }
  .window_pc {
    display: none;
  }
  .window_sp {
    display: block;
  }
}
.offsitetop_breadcrumb, .offsitetop_breadcrumb a {
  color: #FFF !important;
}
.workation_bg {
  background: url(/corp/images/engagement/workation/offsitemeeting_gnbg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.workation_bg p {
  padding: 1% 2%;
  color: #FFF !important;
}
.workation_top .ttl01 {
  padding-top: 0 !important;
  margin-top: 5%;
}
.warkation_top_box, .warkation_top_box0, .warkation_top_box1, .inhousetraining_box {
  position: relative;
  width: 90%;
  margin: 0 auto 5%;
  border: solid #004098 1px;
  font-size: 16px;
  padding: 2% 5%;
}
.warkation_top_box h2 img, .warkation_top_box0 h2 img, .warkation_top_box1 h2 img, .inhousetraining_box h2 img {
  position: absolute;
  top: -40px;
  left: -40px;
}
.warkation_top_box0 ul, .inhousetraining_box ul {
  display: flex;
  width: 100%;
  margin: 3% 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
.warkation_top_box0 ul li:first-child, .inhousetraining_box ul li:first-child {
  width: 41%;
  padding-left: 5%;
}
.warkation_top_box0 ul li:last-child, .inhousetraining_box ul li:last-child {
  width: 44%;
  padding-left: 5%;
}
.warkation_top_box0 ul li:nth-child(2) img {
  width: 100%;
}
.box0_ttl {
  text-align: center;
  font-size: 20px;
  border: dotted 2px #004098;
  font-weight: bold;
}
.box0_ttl::before {
  font-size: 35px;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  font-weight: 900;
  padding-right: 15px;
  color: #F7F03B;
  vertical-align: middle;
}
.warkation_top_box1 ul li img {
  margin-right: 10px;
}
.shohin_area {
  width: 80%;
  margin: 0 10% 5%;
}
.shohin_area txtbox {
  width: 80%;
  margin: 0 10%;
  line-height: 1.5
}
.shohin_area h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7%;
  padding-top: 5%;
}
.shohin_area ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.shohin_area ul li {
  display: flex;
  flex-direction: column;
  width: 30%;
  border: 1px solid #999;
  padding: 2% 0 0;
  margin: 0 1.6% 2%;
}
.shohin_btn {
  display: block;
  bottom: 30px;
  left: 0;
  text-align: center;
  color: #fff;
  background: #004098;
  width: 70%;
  line-height: 1;
  padding: 10px 0;
  margin: auto 15% 0;
  font-size: 18px;
  font-weight: 400;
  transition: background 0.25s ease-in-out;
}
.shohin_btn:hover {
  background: #f39700;
}
.p_ttl {
  padding: 0.5em 1em;
  font-size: 130%;
  font-weight: bold;
  margin-top: 1%;
  margin-bottom: 3%;
  background-color: #004098;
  color: #fff;
}
.padding_right_05em {
  padding-right: 0.5em;
}
.coronainfo_area {
  width: 90%;
  margin: 5%;
}
.coronainfo {
  width: 50%;
  margin: 0 25%;
  display: block;
  color: #FFF;
  background: #004098;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  font-size: 16px;
}
.coronainfo_area p {
  width: 70%;
  margin: 1% 15%;
}
.coronainfo::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-left: 15px;
}
.coronainfo:hover {
  background: #f39700;
}
@media screen and (max-width:768px) {
  #offsitetop h1 {
    padding: 7% 0 5.08%;
  }
  #offsitetop h1 span.en {
    font-size: 210%;
  }
  .workation_bg p {
    font-size: 1.1em !important;
  }
  .warkation_top_box, .warkation_top_box0, .warkation_top_box1 .inhousetraining_box0, .inhousetraining_box {
    margin: 0 auto 10%;
  }
  .warkation_top_box0 ul li:last-child {
    padding-left: 0;
  }
  .warkation_top_box0 ul li:nth-child(2) img {
    padding-left: 15px;
  }
  .warkation_top_box h2 img, .warkation_top_box0 h2 img, .warkation_top_box1 h2 img, .inhousetraining_box h2 img {
    width: 11.5%;
  }
  .box0_ttl {
    font-size: 16px;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  .shohin_area {
    width: 90%;
    margin: 0 5% 5%;
  }
  .shohin_area ul {
    display: block;
  }
  .shohin_area ul li {
    width: 45%;
    margin: 10% 2.5%;
  }
  .coronainfo {
    width: 60%;
    margin: 0 20%;
    font-size: 14px;
  }
}
@media screen and (min-width:481px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .workation_bg {
    background: none;
  }
  .workation_bg p {
    color: #000 !important;
    text-align: center !important;
  }
  #offsitetop h1 span.en {
    font-size: 180%;
  }
  .workation_top .ttl01 p {
    font-size: 15px !important;
    text-align: left;
  }
  .box0_ttl {
    font-size: 16px;
    line-height: 1;
    text-align: left;
    border: none;
    border-bottom: solid 1px #004098;
    padding-bottom: 10px;
  }
  .box0_ttl::before {
    font-size: 20px !important;
    padding-right: 5px;
  }
  .warkation_top_box, .warkation_top_box0, .warkation_top_box1, .inhousetraining_box0, .inhousetraining_box {
    font-size: 14px;
    padding: 10% 3% 2% 10%;
    width: 90%;
  }
  .warkation_top_box0 ul li:nth-child(2) {
    display: none;
  }
  .warkation_top_box0 ul, .inhousetraining_box ul {
    display: block;
  }
  .warkation_top_box0 ul li, .inhousetraining_box ul li {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .warkation_top_box0 ul, .warkation_top_box1 ul {
    padding-left: 1em;
    text-indent: -1em;
  }
  .warkation_top_box1 ul li, .inhousetraining_box ul li {
    padding-bottom: 10px;
  }
  .warkation_top_box h2 img, .warkation_top_box0 h2 img, .warkation_top_box1 h2 img, .inhousetraining_box h2 img {
    width: 18%;
    height: auto;
    top: -10px;
    left: -25px;
  }
  .shohin_area ul li {
    width: 90%;
    margin: 10% 5%;
  }
  .coronainfo, .coronainfo_area p {
    width: 100%;
    margin: 0 auto;
  }
  .coronainfo_area p {
    padding-top: 10px;
  }
}