@charset "UTF-8";

@import url(https://use.fontawesome.com/releases/v5.15.1/css/all.css);

.w100 {width: 100%;}

a.bg-fourth {
	background: #ff896a;
}

a.bg-fourth:hover {
	background: #f67553;
}

h3.fourth {
	color: #ff896a;
  border-bottom: dotted 1px #ff896a;
}

/* SP非表示 */
.sp-hide{
  display: none;
}
@media screen and (min-width: 47.5em){
  /* PC表示 */
  .sp-hide{
    display: block;
  }
  .kotei {
	position: initial;
	}
}

/* SP表示 */
.pc-hide{
  display: block;
}
@media screen and (min-width: 47.5em){
  /* PC非表示 */
  .pc-hide{
    display: none;
  }
  .kotei {
	position: sticky;
	}
}

/* デッドリンク */
.nolink {
	cursor: text;
	}
.deadlink {
	pointer-events: none;
	}

/*----- top -----*/

.top_section {
	position: relative;
	z-index: 10 !important;
}

/* sp */
.container {
  background: transparent;
  padding: 0 1rem;
  margin: 0 auto;
  width: 100%;
}
/* zaiseki */
@media screen and (min-width: 48em){
.container {
    padding: 0 2rem;
    width: auto;
    max-width: 76.8rem;
    }
  }
/* pc */
@media screen and (min-width: 64em){
.container {
    padding: 0 2rem;
    width: auto;
    max-width: 120rem;
  }
}

/* メインイメージ */
.full-bg::before {
  background: none;
}

.top_mainimg_mbwrap {
	position: relative;
	width: 100vw;
	height: 24em;
	left: 50%;
	transform: translateX(-50%);
	/*z-index: -5;*/
}

.top_mainimg_pcwrap {
	display: none;
}

@media screen and (min-width: 380px) {
.top_mainimg_mbwrap {
  display: block;
  position: relative;
	height: 30em;
}

.top_mainimg_pcwrap {
	display: none;
}
	.top_mainimg_mbwrap img {
		width: 100%;
	}
.top_mainimg_mb {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	/*z-index: -5;*/
}

/*.top_mainimg_mb img {
	width: 100%;
}*/
.top_mainimg_mb_bn {
  position: absolute;
  top: 38vw;
  left: 56vw;
  width: 38vw;
  /*z-index: 3;*/
}
}

@media screen and (max-width: 379px) {
.top_mainimg_mbwrap {
  display: block;
  position: relative;
	height: 30em;
}

.top_mainimg_pcwrap {
	display: none;
}
	.top_mainimg_mbwrap img {
		width: 100%;
	}
.top_mainimg_mb {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	/*z-index: -5;*/
}

/*.top_mainimg_mb img {
	width: 100%;
}*/
.top_mainimg_mb_bn {
  position: absolute;
  top: 38vw;
  left: 56vw;
  width: 38vw;
  /*z-index: 3;*/
}
}

@media screen and (min-width: 38em) {
.top_mainimg_mbwrap {
	height: 40em;
}
}

/* Tab */
@media screen and (min-width: 48em) {
	.top_mainimg_mbwrap {
		display: none;
	}
	
	.top_mainimg_pcwrap {
		display: block;
		position: relative;
		width: 100vw;
		height: 28em;
		left: 50%;
		transform: translateX(-50%);
}
	
	.top_mainimg_pcwrap img {
		width: 100%;
	}
	
	.top_mainimg_pc {
		position: absolute;
		top: -100px;
		left: 0;
		width: 100%;
	}
  .top_mainimg_pc_bn {
		position: absolute;
		top: 1vw;
		left: 59vw;
		width: 30vw;
	}
	
	.top_newlylink_pc { /*新卒サイトへのリンク*/
		position: absolute;
		bottom: 2.4em;
		right: 4em;
		z-index: 3;
	}
	.top_newlylink_pc a {
		border-radius: 5px;
		display: block;
		padding: 0.8em 1.4em;
		background: #fdfbfc;
		text-align: center;
	}
	
	.top_newlylink_pc a:hover {
		background: #f7edec;
	}
}

/* PC */
@media screen and (min-width: 64em) {
		.top_mainimg_pcwrap {
		height: 34em;
	}
	.top_newlylink_pc { /*新卒サイトへのリンク*/
		bottom: 3em;
	}
}

@media screen and (min-width: 72em) {
		.top_mainimg_pcwrap {
		height: 46em;
	}
}

@media screen and (min-width: 92em) {
  .top_mainimg_pcwrap {
  height: 50em;
}
}

@media screen and (min-width: 104em) {
  .top_mainimg_pcwrap {
  height: 58em;
}
}

@media screen and (min-width: 116em) {
  .top_mainimg_pcwrap {
  height: 62em;
}
}

/*----- flow -----*/
/* 一日の流れ */
.oneday-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 75rem;
}
.oneday-wrapper::before {
  content: "";
  background: #3d62ad;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 3.5em;
  top: 0;
  width: 2px;
  height: 100%;
}

.oneday-content {
  background: #fff;
  border-radius: 0.85714rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 2rem;
}
.oneday-content + .oneday-content {
  margin-top: 1rem;
}

.oneday-time {
  margin-right: 2rem;
  z-index: 1;
}

.time-item {
  background: #3d62ad;
  color: white;
  width: 7rem;
  height: 7rem;
  display: inline-block;
  text-align: center;
  line-height: 7rem;
  border-radius: 50%;
  font-size: 112.5%;
  font-weight: bold;
}

.oneday-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .oneday-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.oneday-txt {
  width: 100%;
  margin-right: 2rem;
}

.oneday-heading {
  color: #3d62ad;
  display: block;
  font-weight: 700;
}

.oneday-img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0.5rem;
}
.oneday-img img + img {
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .oneday-img {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .oneday-img {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    margin-top: 0;
  }
}

/*----- interview -----*/
/* 先輩インタビュー */
p.mb-spc {
  margin-bottom:-0.5em;
}

/* トップ画 */
img.top-shadow {
  box-shadow: 0 8px 8px rgb(0 0 0 / 30%);
  border:1px solid #fff;}

/* 質問 */
p.txt-indent {
  text-indent:-3.08em;
  padding-left:3.5em;
}

/*----- recruit -----*/
.g-box {
  box-sizing: border-box;
  background:#fff;
  margin-bottom:2rem;
  padding:3rem;
}

/* 高さ */
div.hibox {
  height: 100%;
}

/*----- ソーシャルワーカー部紹介 -----*/

/*SW部　3つの強み*/
.g-frame {
  border: #7f7f7f solid 5px;
  border-radius: 10%;
  padding: 2em;
}
.g-bg p {
  background-color: #d9d9d9;
  padding: 1em;
  border-radius: 55%;
}

.y-frame {
  border: #ff6601 solid 5px;
  border-radius: 10%;
  padding: 2em;
}
.y-bg p {
  background-color: #fff2cc;
  padding: 1em;
  border-radius: 55%;
}

/* ①SWが在籍する病院/施設/地域包括支援センター */
.sw-zaiseki{
  overflow: auto;
  width: 100%;
  height: 624px;
  white-space: nowrap;
}

/* ②AMG SW部　年間予定表 */
.sw-calendar {
  overflow: auto;
  width: 100%;
  height: 535px;
  white-space: nowrap;
  border-collapse: separate;
}

.meeting {background-color: #cbff66;}
.training {background-color: #d9e3f4;}
.adoption {background-color: #e0ffe0;}
.chief {background-color:#ffffcd;}
.hospital {background-color:#ebd9ff;}
.practice {background-color: #ffd5ff;}

.tbl-cursor {
  width: 30px;
  vertical-align: middle;
}

/* ① */
  .todofuken {
	left: 0;
	z-index: 3;
	}
  .syubetsu {
	left: 88px;
	z-index: 3;
	}
	/* Safari */
	_::-webkit-full-page-media, _:future, :root
	.syubetsu {
	left:83px;
	}
  .name {
	left: 273px;
	z-index: 3;
	}
	/* Safari */
	_::-webkit-full-page-media, _:future, :root
	.name {
	left: 257px;
	}

/* ①・②共通 */
/* koteiの設定は15行と29行 */
  .tate {
	left: 0;
	z-index: 1;
	}
  .yoko {
	top: 0;
	z-index: 2;
	}
  .yusen {
	z-index: 4;
	}

/*テーブル設定*/
.sw-zaiseki table,.sw-calendar table {
	border-collapse: separate;
}
/*th*/
.sw-zaiseki table th,.sw-calendar table th {
	border: 0.5px solid #dfe2e4;
}
/*td*/
.sw-zaiseki table td,.sw-calendar table td {
	border: 0.5px solid #dfe2e4;
}

/*ヘッダー見学申し込み追加*/
.head_kengaku { 
	position: absolute;
	top: 0;
	right: 4.8em;
	padding: 0.8em 0 0.4em 0.9em;
	border-left: 1px solid #ffffff;
	text-align: center;
	z-index: 2;
}

.head_kengaku a {
	margin-left: 0 !important;
	color: #be3646;
	display: block !important;
}

.head_kengaku a i {
	font-size: 1.6em;
	color: #ffffff;
}

.head_kengaku a p {
		font-size: 0.8em;
	}

.head_kengaku a p span {
	display: none;
}

@media screen and (min-width: 48em) {
  .head_kengaku { 
	top: 0;
	right: 4.8em;
	padding: 0.5em 0 0.2em 0.9em;
}

}

@media screen and (min-width: 64em) {	/*PC*/
.head_kengaku { 
	top: 20px;
	right: 20px;
	border: none;
}

.head_kengaku a {
	color: #be3646 !important;
	display: block;
	background: #ffffff;
	padding: 0.5em 0.5em !important;
	width: 13em;
	border: 2px solid #caa3a7;
	border-radius: 10px;
}

.head_kengaku a:hover {
	transition: 0.5s;
	background: #be3646;
	color: #ffffff !important;
}

.head_kengaku a i {
	color: #be3646;
	font-size: 1.1em;
	padding-right: 8px;
	padding-left: 4px;
}
	
	.head_kengaku a:hover i {
		color: #ffffff;
	}
	
.head_kengaku a p {
		display: inline-block;
	font-size: 0.8em;
	font-weight: bold;
	}
	
.head_kengaku a p span {
	display: inline-block;
}
	
}

@media screen and (max-width: 370px) {
  .header-logo { 
	width: 68%;
		font-size: 0.5em;
	}
}

/*実習受入申請フォーム カレンダーの曜日の色*/
.pika-table th {
  color: #ffffff;
}