@charset "utf-8";
/* CSS Document */

.pt{}
.pc{}
.ps{}
.tb{display: none;}
.ts{display: none;}
.sp{display: none;}

html,body {
margin: 0;
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
font-feature-settings: "palt";
font-size: 18px;
line-height: 180%;
letter-spacing: 2px;
color: #333333;
background: #FFFFFF;	
}

#wrapper {
overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

a {
transition: 0.4s;
color: #333333;
}

a:hover {
opacity: 0.7;
}

img {
margin: 0;
padding: 0;
vertical-align: bottom;
width: auto;
height: auto;
max-width: 100%;
}

ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p {
margin:0;
padding: 0;
list-style: none;
}


/*--------------------　ヘッダー　--------------------*/

header {
background: #DAEFDE;
width: 100%;
position: sticky;
top: 0;
/*background-color: transparent;*/
transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
will-change: background-color, box-shadow;
z-index: 2;
}

header.scrolled {
background-color: #ffffff;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

header .inner {
height: 100px;
padding: 0 2%;
box-sizing: border-box;
}

header h1 {
float: left;
padding-top: 15px;
}

header ul.nav {
float: right;
padding-top: 35px;
}

header ul.nav li {
padding-left: 20px;
font-size: 90%;
float: left;
}

header ul.nav li a {
text-decoration: none;
}

header .contact_btn {
margin-left: 20px;
margin-top: 30px;
float: right;
color: #FFFFFF;
font-weight: bold;
background: #086454;
border-radius: 5px;
font-size: 90%;
}

header .contact_btn a {
text-decoration: none;
width: 100%;
padding: 7px 15px;
display: block;
color: #FFFFFF;
box-sizing: border-box;
}

#sp_nav {
display: none;
}

/*--------------------　フッター　--------------------*/

footer {
margin-top: 120px;
}

footer .inbox {
padding: 60px 0;
background: #E4F3EC;
}

footer .inbox .inner {
width: 90%;
max-width: 850px;
margin: 0 auto;
}

footer .inbox .f_logo {
margin-bottom: 30px;
}

footer .inbox p {
float: left;
}

footer .inbox .btn_green {
float: right;
}

footer .inbox2 {
padding: 30px 0;
background: #086454;
}

footer .inbox2 .inner {
width: 90%;
max-width: 1000px;
margin: 0 auto;
}

footer .inbox2 ul {
float: left;
color: #FFFFFF;
}

footer .inbox2 ul li {
float: left;
line-height: 160%;
padding: 0 15px;
border-left: solid 1px #5E9A90;
font-size: 90%;
}

footer .inbox2 ul li:first-child {
padding: 0 15px 0 0;
border-left: none;
}

footer .inbox2 ul li a {
color: #FFFFFF;
text-decoration: none;
}

footer .inbox2 p {
float: right;
color: #FFFFFF;
font-size: 80%;
line-height: 160%;
letter-spacing: 0;
}


@media screen and (max-width:1300px)
{
header .inner {
height: 140px;
}

header .inbox {
height: 90px;
}

header ul.nav {
padding-top: 0;
}

}


/*------------------------------　TOP　--------------------*/
#mv {
margin-bottom: 80px;
}

#mv img {
width: 100%;
}

/*--------------------　お知らせ　--------------------*/

#news {
width: 90%;
max-width: 1200px;
margin: 0 auto 80px;
}

#news h2 {
font-size: 220%;
line-height: 140%;
text-align: center;
float: left;
color: #086454;
letter-spacing: 6px;
position: relative;
}

#news h2:before {
content: '';
position: absolute;
bottom: 0;
display: inline-block;
width: 20px;
height: 3px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #086454;
}

#news h2 p {
margin-top: -10px;
font-size: 40%;
letter-spacing: 2px;
}

#news dl {
width: calc(100% - 300px);
float: right;
font-size: 90%;
}

#news dt {
width: 160px;
float: left;
padding: 10px 0 0 0;
font-weight: bold;
}

#news dd {
margin-left: 160px;
padding: 10px 0;
}

#news dt:first-of-type,
#news dd:first-of-type {
padding-top: 0;
}

#news dd:after {
content: '';
display: block;
clear: both;
}

/*--------------------　保健福祉部技術職員のお仕事　--------------------*/

#works {
padding: 120px 0;
background: #E4F3EC;
text-align: center;
}
/*
#works .inner {
width: 90%;
max-width: 1720px;
margin: 0 auto;
}
*/
#works h2 {
margin-bottom: 70px;
font-size: 220%;
line-height: 140%;
text-align: center;
color: #086454;
letter-spacing: 6px;
position: relative;
}

#works h2:before {
content: '';
position: absolute;
bottom: 0;
display: inline-block;
width: 20px;
height: 3px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #086454;
}

#works h2 p {
margin-top: -10px;
font-size: 40%;
letter-spacing: 2px;
}

/*
#works ul li {
width: 22.75%;
margin-right: 3%;
float: left;
}

#works ul li:last-child {
margin-right: 0;
}
*/
#works ul li dt {
position: relative;
margin-bottom: 15px;
}

#works ul li dt .inbox {
position: absolute;
bottom: 0;
width: 100%;
}

#works ul li dt:after {
content: "";
position: absolute;
bottom: 6px;
right: 6px;
border-left: 15px solid transparent;
border-bottom: 15px solid #FFFFFF;
}

#works ul li dt .inbox .bg {
background: rgba(6,72,61, 0.7);
padding: 15px 20px;
}

#works ul li dt .inbox p {
line-height: 140%;
font-size: 90%;
color: #FFCC00;
text-align: left;
}

#works ul li dt .inbox h3 {
font-size: 110%;
color: #FFFFFF;
text-align: left;
}

#works ul li dt img {
width: 100%;
}

#works ul li dd {
text-align: left;
}

#works .slider .slick-slide {
margin: 0 10px;
}

#works .slider .slick-dots {
bottom: -80px;
}

#works .slider .slick-dots li button:before {
color: #7DC6A2;
font-size: 40px;
}

#works .slider .slick-dots li.slick-active button:before {
color: #086454;
font-size: 40px;
}

#works .pause_btn {
margin-top: 35px;
margin-right: 20px;
  width: 30px;  /* 幅を指定 */
  height: 30px;  /* 高さを指定 */
  background-color: #fff;  /* 背景色を指定 */
  border-radius: 50%; /* 角を丸くする */
  position: relative;  /* 基準位置とする */
  cursor: pointer;     /* マウスカーソルを指の形にする */
  border: solid 2px #086454;     /* 枠線を指定 */
}
 
/* 一時停止 */
#works .pause_btn::after {
  content: ''; /* 疑似要素に必須 */
  width: 5px;  /* 幅を指定 */
  height: 13px; /* 高さを指定 */
  border-width: 0 3px 0 3px; /*線を左右に指定*/
  border-color: transparent #086454 transparent #086454;  /* 左右に線の色を指定 */
  border-style: solid;  /* 線の種類を指定 */
  position: absolute; /* 相対位置に指定 */
  top: 50%;  /* 上から50%の位置に配置 */
  left: 50%; /* 左から50%の位置に配置 */
  transform: translate(-50%,-50%); /* 要素の半分ぶんだけ左上方向に移動。 */
}
 
/* 再生 */
#works .pause_btn.playback::after {
  width: 0;    /* 幅を0に指定 */
  height: 0;   /* 高さを0に指定 */
  border-width: 5px 0 5px 10px;  /* 線の幅を指定して三角を作る */
  border-color: transparent transparent transparent #086454; 
     /* 左のみ線の色を指定 */
left: 14px;
}

#works .arrow_box {
display: flex;
align-items: center;
justify-content: center;
margin: 65px 0 0;
position: relative;
}

#works .prev-arrow {
margin-right: 140px;
position: relative;
display: inline-block;
width: 80px;
height: 2px;
margin-top: 9.2px;
border-radius: 9999px;
background-color: #086454;
}

#works .next-arrow {
margin-left: 140px;
position: relative;
display: inline-block;
width: 80px;
height: 2px;
margin-top: 9.2px;
border-radius: 9999px;
background-color: #086454;
}

#works .prev-arrow::before {
content: "";
position: absolute;
top: calc(50% - 1px);
left: 0;
width: 15px;
height: 2px;
border-radius: 9999px;
background-color: #086454;
transform: rotate(-45deg);
transform-origin: 1px 50%;
}

#works .next-arrow::before {
content: "";
position: absolute;
top: calc(50% - 1px);
right: 0;
width: 15px;
height: 2px;
border-radius: 9999px;
background-color: #086454;
transform: rotate(45deg);
transform-origin: calc(100% - 1px) 50%;
}

/*--------------------　先輩職員の声　--------------------*/

#voice {
padding: 120px 0;
/*width: 90%;
max-width: 1720px;
margin: 0 auto;*/
text-align: center;
}

#voice h2 {
margin-bottom: 70px;
font-size: 220%;
line-height: 140%;
text-align: center;
color: #086454;
letter-spacing: 6px;
position: relative;
}

#voice h2:before {
content: '';
position: absolute;
bottom: 0;
display: inline-block;
width: 20px;
height: 3px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #086454;
}

#voice h2 p {
margin-top: -10px;
font-size: 40%;
letter-spacing: 2px;
}

#voice ul li {
/*width: 30%;
margin-right: 5%;
float: left;*/
text-align: left;
position: relative;
}
/*
#voice ul li:last-child {
margin-right: 0;
}
*/
#voice ul li:after {
content: '';
position: absolute;
left: 6px;
top: 140px;
width: 2px;
height: calc(100% - 140px);
background-color: #086454;
}

#voice ul li h4 {
width: 40px;
float: left;
writing-mode: vertical-rl;
font-feature-settings: initial;
color: #086454;
font-size: 115%;
line-height: 300%;
}

#voice ul li dl {
width: calc(100% - 40px);
float: right;
}

#voice ul li dt {
margin-bottom: 15px;
}

#voice ul li dt img {
width: 100%;
}

#voice ul li dd {
font-size: 90%;
}

#voice ul li dd h3 {
font-size: 115%;
color: #086454;
margin-bottom: 15px;
}

#voice ul li dd p {
margin-top: 15px;
}

#voice ul li dd .btn {
width: 240px;
text-align: center;
margin: 20px auto 0;
background: #086454;
border-radius: 4px;
font-size: 90%;
}

#voice ul li dd .btn a {
padding: 5px 0 7px;
color: #FFFFFF;
text-decoration: none;
display: block;
}

#voice .btn_green {
margin: 40px auto 0;
}

#voice .pause_btn2 {
margin-top: 80px;
margin-right: 20px;
  width: 30px;  /* 幅を指定 */
  height: 30px;  /* 高さを指定 */
  background-color: #fff;  /* 背景色を指定 */
  border-radius: 50%; /* 角を丸くする */
  position: relative;  /* 基準位置とする */
  cursor: pointer;     /* マウスカーソルを指の形にする */
  border: solid 2px #086454;     /* 枠線を指定 */
}
 
/* 一時停止 */
#voice .pause_btn2::after {
  content: ''; /* 疑似要素に必須 */
  width: 5px;  /* 幅を指定 */
  height: 13px; /* 高さを指定 */
  border-width: 0 3px 0 3px; /*線を左右に指定*/
  border-color: transparent #086454 transparent #086454;  /* 左右に線の色を指定 */
  border-style: solid;  /* 線の種類を指定 */
  position: absolute; /* 相対位置に指定 */
  top: 50%;  /* 上から50%の位置に配置 */
  left: 50%; /* 左から50%の位置に配置 */
  transform: translate(-50%,-50%); /* 要素の半分ぶんだけ左上方向に移動。 */
}
 
/* 再生 */
#voice .pause_btn2.playback::after {
  width: 0;    /* 幅を0に指定 */
  height: 0;   /* 高さを0に指定 */
  border-width: 5px 0 5px 10px;  /* 線の幅を指定して三角を作る */
  border-color: transparent transparent transparent #086454; 
     /* 左のみ線の色を指定 */
left: 14px;
}

 
#voice .slider2 .slick-slide {
margin: 0 30px;
}

#voice .slider2 .slick-dots {
bottom: -80px;
}

#voice .slider2 .slick-dots li button:before {
color: #7DC6A2;
font-size: 40px;
}

#voice .slider2 .slick-dots li.slick-active button:before {
color: #086454;
font-size: 40px;
}

#voice .slick-arrow {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
width: 88px;
height: 88px;
opacity:0.7;
z-index:1;
}

#voice .prev-arrow {
left: 5%;
}

#voice .next-arrow {
right: 5%;
}

/*--------------------　よくあるご質問　--------------------*/

#faq {
padding: 120px 0;
background: #086454;
text-align: center;
}

#faq .inner {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

#faq h2 {
margin-bottom: 70px;
font-size: 220%;
line-height: 140%;
text-align: center;
color: #FFFFFF;
letter-spacing: 6px;
position: relative;
}

#faq h2:before {
content: '';
position: absolute;
bottom: 0;
display: inline-block;
width: 20px;
height: 3px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #FFFFFF;
}

#faq h2 p {
margin-top: -10px;
font-size: 40%;
letter-spacing: 2px;
}

#faq dl {
margin-bottom: 10px;
}
#faq dt {
	position: relative;
	cursor: pointer;
	transition: all .5s ease;
	padding: 20px 30px 20px 70px;
	background: #03856D;
	color: #FFFFFF;
	font-size: 115%;
	text-align: left;
}

#faq dt:before {
content: 'Q';
  position: absolute;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #086454;
  color: #FFCC00;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 110%;
  font-weight: bold;
}
/*
#faq dt::before,
#faq dt::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 2px;
	background: #333;
}
#faq dt::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
}
#faq dt::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
}
#faq dt.close::before {
	transform: rotate(45deg);
}
#faq dt.close::after {
	transform: rotate(-45deg);
}
*/
#faq dd {
position: relative;
display: none;
padding: 20px 30px 20px 70px;
background: #FFFFFF;
text-align: left;
}

#faq dd:before {
content: 'A';
  position: absolute;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFCC00;
  color: #086454;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 130%;
  font-weight: bold;
}

#faq .btn_green {
margin: 60px auto 0;
background: #FFFFFF;
}

#faq .btn_green a {
color: #086454;
}

/*--------------------　トップバナー　--------------------*/

#topbnr {
padding: 120px 0;
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

/*--------------------　関連リンク　--------------------*/

#link {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

#link h2 {
margin-bottom: 70px;
font-size: 220%;
line-height: 140%;
text-align: center;
color: #086454;
letter-spacing: 6px;
position: relative;
}

#link h2:before {
content: '';
position: absolute;
bottom: 0;
display: inline-block;
width: 20px;
height: 3px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #086454;
}

#link h2 p {
margin-top: -10px;
font-size: 40%;
letter-spacing: 2px;
}

#link li {
width: 22.75%;
margin-right: 3%;
float: left;
}

#link li:last-child {
margin-right: 0;
}

.btn_green {
background: #086454;
font-weight: bold;
text-align: center;
display: inline-block;
}

.btn_green a {
display: block;
width: 100%;
padding: 20px 40px 20px 50px;
box-sizing: border-box;
text-decoration: none;
color: #FFFFFF;
}

.btn_green a div {
display: inline;
color: #FFCC00;
margin-left: 30px;
}

.btn_green a span {
display: inline;
color: #FFCC00;
margin-left: 30px;
}

@media screen and (max-width:1024px)
{
/*
#works ul li {
width: 48%;
margin-right: 4%;
margin-bottom: 40px;
}

#works ul li:nth-child(2n) {
margin-right: 0;
}

#works ul li dt img {
width: 100%;
}
*/
}

/*--------------------------------－下層-------------------------------------*/
#page_contents h2 {
height: 240px;
letter-spacing: 6px;
margin-bottom: 30px;
padding-top: 85px;
box-sizing: border-box;
background: #086454;
color: #FFFFFF;
text-align: center;
font-size: 240%;
line-height: 140%;
}

#page_contents .pan {
width: 90%;
max-width: 1100px;
margin: 0 auto 100px;
font-size: 80%;
}

#page_contents section {
width: 90%;
max-width: 1100px;
margin: 0 auto 80px;
}

/*--------------------　txtbox　--------------------*/


#page_contents p.orange {
margin-bottom: 5px;
color: #FF9900;
font-size: 90%;
letter-spacing: 1px;
}

#page_contents .pagemain {
margin-bottom: 35px;
position: relative;
}


#page_contents .name {
font-size: 90%;
margin-bottom: 10px;
}


#page_contents .r_box img {
width: 36.36%;
float: right;
}

#page_contents .r_box p {
width: 60%;
float: left;
}

#page_contents .l_box img {
width: 36.36%;
float: left;
}

#page_contents .l_box p {
width: 60%;
float: right;
}


.schedule {
position: relative;
}

.schedule:before {
position: absolute;
top: 15px;
left: 20px;
width: 8px;
height: calc(100% - 30px);
background-color: #EEEEEE;
content: "";
}

.schedule li {
position: relative;
width: 100%;
margin-bottom: 15px;
}

.schedule li:after {
position: absolute;
top: 6px;
left: 13px;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #FFCC00;
content: "";
}

.schedule li dt {
width: 65px;
margin-right: 35px;
padding-left: 50px;
color: #086454;
font-weight: bold;
font-size: 115%;
letter-spacing: 1px;
float: left;
}

.schedule li dd {
padding-left: 150px;
}

.schedule li dd p {
margin-right: 10px;
color: #086454;
display: inline-block;
font-weight: bold;
}

/*--------------------------------------------------editor-----------------*/
#page_contents .underline {text-decoration: underline;}
#page_contents .strike {text-decoration-line: overline;}
#page_contents .txt_red {color: #D30003;}
#page_contents .txt_green {color: #086454;}
#page_contents .space_lft1 {padding-left:1em; text-indent:-1em;}
#page_contents .txt_big {font-size: 120%;}
#page_contents .txt_small {font-size: 86%;}
#page_contents img.float_rgt {float: right; margin-left: 15px;}
#page_contents img.float_lft {float: left; margin-right: 15px;}
#page_contents .clear {clear: both;}
#page_contents .datatable {display: table-cell;}
#page_contents .noicon {list-style: none; margin: 0; padding: 0;}
#page_contents .Caption {text-align: center; font-size: 90%;}
#page_contents .center {display: block; margin: 0 auto;}

#page_contents h3.title {
margin-bottom: 40px;
color: #086454;
font-size: 180%;
letter-spacing: 4px;
}

#page_contents h4.title {
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: solid 2px #086454;
color: #086454;
font-size: 140%;
letter-spacing: 2px;
}

#page_contents h5.title {
margin-bottom: 40px;
padding: 10px 15px;
color: #FFFFFF;
background: #086454;
font-size: 110%;
letter-spacing: 2px;
}

#page_contents h6.title {
margin-bottom: 10px;
padding-left: 20px;
font-size: 115%;
line-height: 140%;
border-left: solid 5px #086454;
}


#page_contents table {
width: 100%;
border-bottom: solid 1px #CCC;
border-left: solid 1px #CCC;
line-height: 160%;
border-spacing: 0!important;
}

#page_contents th {
border-top: solid 1px #CCC;
border-right: solid 1px #CCC;
padding: 20px 15px;
background: #EEE;
}

#page_contents td {
border-top: solid 1px #CCC;
border-right: solid 1px #CCC;
padding: 20px 15px;
background: #FFFFFF;
}

#page_contents .indent {
padding-left: 18px;
text-indent: -18px;
}

#page_contents .indent:before {
display: inline-block;
content: "";
margin-bottom: 5px;
margin-right: 10px;
width: 8px;
height: 8px;
vertical-align: middle;
border-radius: 4px;
background-color: #F9937D;
}

#page_contents a.icon_excel:before {
display: inline-block;
content: "";
background: url(/shared/templates/hofukutech/images/icon_excel.png) no-repeat;
background-size: contain;
vertical-align: middle;
padding-right: 8px;
width: 24px;
height: 30px;
}

#page_contents a.icon_word:before {
display: inline-block;
content: "";
background: url(/shared/templates/hofukutech/images/icon_word.png) no-repeat;
background-size: contain;
vertical-align: middle;
padding-right: 8px;
width: 24px;
height: 30px;
}

#page_contents a.icon_pdf:before {
display: inline-block;
content: "";
background: url(/shared/templates/hofukutech/images/icon_pdf.png) no-repeat;
background-size: contain;
vertical-align: middle;
padding-right: 8px;
width: 24px;
height: 30px;
}



#cms8341-tab {
	padding: 0 10px!important;
}

.works_edit div {
	float: left;
	width: 48%;
	padding: 1em;
	box-sizing: border-box;
	border: #086454 1px solid;
	margin: 1%;
	border-radius: 6%;
} 
.works_edit div input,
.works_edit div textarea{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}


.voice_edit div {
	float: left;
	width: 48%;
	padding: 1em;
	box-sizing: border-box;
	border: #EEE 1px solid;
	margin: 1%;
} 
.voice_edit div input,
.voice_edit div textarea{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.faq_edit {
	text-align: left!important;
}

.faq_edit span {
	color: #fff;
}

#tmp_contents {
	margin: 20px;
}

#mv.edit img {
	width: auto!important;
	max-width: auto!important;
}
/*--------------------------------------------------editor-----------------*/
