@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body {
	width: auto;
	margin: 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.06em;
}

h2 {
	margin: 0;
}

a {
  text-decoration: none;
	color: #000;
	&:hover{
		opacity: 0.8;
	}
}
ol{
	list-style: none;
}

ul {
	padding: 0;
}

ul li {
	list-style: none;
}

p {
	margin: 0;
	font-weight: 400;
}

#body_wrapper {
	position: relative;
}

#fix_archive_link {
	position: fixed;
	right: 0;
	bottom: 160px;
}

#fix_archive_link a {
	display: flex;
  flex-flow: column;
  width: 40px;
  background-color: #c1272d;
  padding: 20px 20px;
  border-radius: 25px 0 0 25px;
  &:hover{
	opacity: 0.9;
  }
}

#fix_archive_link a p {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: #fff;
	margin-top: 10px;
	margin-right: -2px;
	font-weight: 500;
}

header {
	width: 85%;
	height: 90px;
	background-color: #fff;
	position: fixed;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	filter: drop-shadow(0 0px 2px rgba( 0, 0, 0, 0.3));
}

#header_logo {
	display: flex;
	align-items: center;
	margin-left: 30px;
}
#header_logo a img{
	max-height: 22px;
}

#header_right_block {
	display: flex;
	align-items: center;
}

header ul {
	margin: 0;
	display: flex;
	align-items: center;
}

header ul li {
	display: inline-block;
	text-align: center;
	border-right: 1px solid #000;
	padding: 0 45px;
}

header ul li:first-child,
header ul li:nth-last-child(1) {
	border-right: none;
}
.language-btn{
	padding: 9px;
    background: black;
    color: white;
    margin: 10px;
    font-size: 14px;
    margin: 19px;

}

.drawer_hidden {
  display: none;
}



#top_first_image {
	width: auto;
	height: 800px;
	background-image: url("../images/top_first_image.jpg");
	background-position: center;
	background-size: cover;
}

#top_first_catch {
	position: absolute;
	z-index: 5;
	left: 50%;
	transform: translateX(-50%);
	top: 240px;
	width: 38px;
	height: auto;
}


#top_news_wrapper {
	background-color: #E6E6E6;
	min-height: 55px;
	height: auto;
	width: 100%;
}

#top_news_wrapper .news-container {
	max-width: 100%;
	display: flex;
  gap: 0 65px;
	margin: 0 auto;
	padding: 15px 80px 15px 100px;
}

#top_news_wrapper ul {
	display: flex	;
	gap: 15px;
	flex-wrap: wrap;
	margin: auto 0;
}

#top_news_wrapper ul li {
	display: flex;
}

#top_news_wrapper ul li .news-time {
	width: 84px;
	margin-right: 40px;
}

#top_news_wrapper ul li .news-tag {
	min-width: 64px;
	height: 22px;
	margin-right: 25px;
	color: #fff;
	padding: 0 4px;
	background: #006390;
}

#top_news_wrapper ul li .news-text {

}


#top_about_iwaki {
	max-width: 1100px;
	margin: 90px auto;
	line-height: 2em;
	font-weight: 400;
	padding: 0 90px;
}

#top_about_iwaki h2 {
	margin-bottom: 40px;
}

.top_contents_link {
	font-size: 17px;
	color: #006390;
	font-weight: 500;
	margin-top: 50px;
	text-align: end;
}

.top_contents_link a {
	color: #006390;
	
}

.top_contents_link p {
	display: inline;
	font-weight: 500;
}

.top_contents_link p::after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 14px;
	background-image: url("../images/top_contents_link_icon.png");
	background-repeat: no-repeat;
  margin-left: 5px;
  color: #006390;
  padding: 0px 3px;
	background-size: contain;
  vertical-align: middle;
}


#top_image_bar {
	display: flex;
}

#top_image_bar img {
	width: 25%;
}


#top_kigyou_archive {
	max-width: 1100px;
	margin: 90px auto;
	padding: 0 90px;
}

#top_kigyou_archive .top_kigyou_archive-tittle {
	display: flex;
	justify-content: space-between;
}

#top_kigyou_archive .top_kigyou_archive-tittle h2 {
	display: flex;
	align-items: flex-end;
}

#top_kigyou_archive .top_kigyou_archive-tittle #top_search_button {
	display: inline-block;
}

#top_kigyou_archive .top_kigyou_archive-tittle #top_search_button a {
	width: 412px;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #c1272d;
	padding: 10px 0;
	border-radius: 10px;
	position: relative;
}

#top_kigyou_archive .top_kigyou_archive-tittle #top_search_button a::after {
	content: "";
	position: absolute;
	top: 55%;
	right: 16px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);	right: 15px;
	background-image: url(../images/link-arrow_w.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
}

#top_kigyou_archive ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, 252px);
	gap: 25px 30px;
	justify-content: start;
	margin-top: 30px;
	padding: 0 0 0 0;
}

#top_kigyou_archive ul li {
	display: inline-block;
}

#top_kigyou_archive ul li:nth-child(4n) {
	padding-right: 0;
}

#top_kigyou_archive ul li p {
	margin: 0;
	font-weight: 500;
}

#top_kigyou_archive .top_contents_link {
	margin-top: 20px;
}


.kigyou_contents_img {
	position: relative;
}

.kigyou_contents_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	background-color: #E6E6E6;
	border-radius: 14px;
	aspect-ratio: 1 / 1;
}

.kigyou_contents_img div {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}
.kigyou_contents_img div span{
	margin-left: 5px;
    color: #fff;
    background: #006390;
    border-radius: 4px;
    padding: 0 4px 0 4px;
    font-size: 14px;
	white-space: nowrap;
}
.kigyou_contents_name {
	font-size: 12px;
}


#bannerlink {
	max-width: 990px;
	margin: 40px auto;
	padding: 0 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 10px;
	box-sizing: content-box;
}

#bannerlink li {
	display: inline-block;
}

#bannerlink li:nth-child(5) {
	padding-right: 0;
}

#bannerlink li img{
	width: 240px;
}

footer {
	width: 100%;
	background-color: #006390;
	color: #fff;
}

.footer_site_map {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 20px;
	display: flex;
  gap: 40px;
	justify-content: space-between;
}

.footer_site_map a {
	color: #fff;
	font-weight: 600;
}

.footer_site_map li {
	display: inline-block;
}

.footer_address {
	box-sizing: content-box;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 0 80px 40px 80px;
	display: flex;
	justify-content: space-between;
	gap: 25px 30px;
}

.footer_address > li {
	display: flex	;
	align-items: center;
}

.footer_address li:has(.footer_item) {
	border-left: 1px solid #fff;
}

.footer_address img {
	width: 240px;
}

.footer_address .footer_item {
	padding-left: 15px;
}

.footer_address .footer_item li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.footer_address .footer_item li br {
	display: none;
}

.footer_address .footer_item li:first-of-type {
	font-size: 17px;
	font-weight: 600;
}

.footer_address .footer_item li:last-of-type {
	margin-bottom: 0;
}
/* 電話番号にスマホで自動挿入されるaタグ用*/
.footer_item a{
	color: #fff;
}


adrress p {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

#archive_first_image {
	width: auto;
	height: 330px;
	background-image: url("../images/archive_first_image.jpg");
	background-position: center;
	background-size: cover;
}

#archive_container h2{
	text-align: center;
	margin: 90px auto 45px;
}

#archive_search_box {
	background-color: #E6E6E6;
}

#archive_search_box_container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 90px 40px;
}

#archive_search_box_container div {
	display: flex;
  flex-wrap: wrap;
  gap: 10px;
	margin-bottom: 30px;
}

#archive_search_box_container div h3 {
	width: 100%;
	color: #006390;
	margin: 0;
}

#archive_search_box_container label {
	cursor: pointer;
	color: #006390;
	font-weight: 500;
}

#archive_search_box_container label input[type="checkbox"] {
	cursor: pointer;
}

#archive_search_box_container #archive_freeword {
	max-width: 610px;
	margin: 40px auto 0;
}
#archive_result_box_container {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 16px;
	padding: 20px
}
#archive_freeword input {
	width: 100%;
	height: 40px;
	padding: 0 20px;
}
input[type="submit"] ,input[type="reset"] {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	width: 100%;
	height: 100%;
	display: block;

	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	&:hover{
		cursor: pointer;
	}
}

#archive_pulldown {
	max-width: 610px;
	margin: 10px auto 0;
	position: relative;
}

#archive_pulldown select {
	width: 100%;
	height: 40px;
	border: none;
	padding: 0 20px;
	-webkit-appearance: none;
	appearance: none;
}

#archive_pulldown::after{
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transition: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../images/link-arrow_n.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
}

#archive_search_button {
	padding: 0;
	margin: 20px auto 0 auto;
	max-width: 600px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

#archive_search_button li {
	display: inline-block;
	height: 38px;
}

#archive_search_button li:nth-child(1) {
	max-width: 380px;
	width: 100%;
	background-color: #E61D5E;
	color: #fff;
	text-align: center;
	border-radius: 20px;
}

#archive_search_button li:nth-child(2) {
	max-width: 200px;
	width: 100%;
	background-color: #006390;
	color: #fff;
	text-align: center;
	border-radius: 20px;
}

#archive_kigyou {
	max-width: 1100px;
	margin: 90px auto;
	padding: 0 90px;
}

#archive_kigyou ul {
	display: grid;
  grid-template-columns: repeat(auto-fit, 252px);
  gap: 25px 30px;
  justify-content: center;
  margin-top: 30px;
  padding: 0 0 0 0;
}

#archive_kigyou .m-pagenation__body {
	display: flex;
	margin: 30px auto 0;
	gap: 10px;
}

#archive_kigyou .m-pagenation__body li {
	font-weight: 600;
}

#archive_kigyou .m-pagenation__body li a {
	border: 1px solid #006390;
	border-radius: 8px;
	padding: 6px 7px;
	color: #fff;
	background-color: #006390;
}

#archive_kigyou .m-pagenation__body li.active a {
	color: #006390;
	background-color: #fff;
}

#archive_kigyou ul li {
	display: inline-block;
}

#archive_kigyou ul li p {
	margin: 4px 0;
	font-weight: 500;
}



#about_first_image {
	width: auto;
	height: 330px;
	background-image: url("../images/about_first_image.jpg");
	background-position: center;
	background-size: cover;
}

#about_title {
	text-align: center;
	margin: 90px auto 45px;
}

#about_container {
	max-width: 100%;
	background-color: #E6E6E6;
	padding: 40px 90px;
}

.about_contents_box {
	max-width: 1100px;
	margin: 0 auto;
}

.about_contents_box h3 {
	color: #fff;
	background-color: #006390;
	text-align: center;
	padding: 20px 0;
	font-size: 22px;
	margin: 0;
}

.about_contents_box div {
	background-color: #fff;
}

.about_contents_box .about_box-item01 {
	display: flex;
	justify-content: space-between;
	padding: 60px 40px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.about_contents_box .about_box-item01 .about_box-item-text {
	width: calc(45% - 10px);
	text-align: start;
	padding-right: 10px;
}

.about_contents_box .about_box-item01 .about_box-item-text img {
	display: none;
}

.about_contents_box .about_box-item01 .about_box-item-text div {
	margin-bottom: 80px;
}

.about_contents_box .about_box-item01 .about_box-item-text div:last-of-type {
	margin-bottom: 0;
}

.about_contents_box .about_box-item01 .about_box-item-text h4 {
	font-size: 20px;
  font-weight: 600;
  color: #006390;
	display: inline-block;
	margin: 0;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}

.about_contents_box .about_box-item01 .about_box-item-text h4::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background-color: #006390;
	bottom: 0;
	left: 0;
}

.about_contents_box .about_box-item01 .about_box-item-text p {
	line-height: 1.8;
}

.about_contents_box .about_box-item01 .about_box-item-text p .indent-1 {
	padding-left: 2em;
	text-indent: -1em;
	display: inline-block;
}

.about_contents_box .about_box-item01 .about_box-item-text p .indent-2-1 {
	padding-left: 3em;
	text-indent: -1em;
	display: inline-block;
}

.about_contents_box .about_box-item01 .about_box-item-text p .indent-2-2 {
	padding-left: 2em;
	display: inline-block;
}

.about_contents_box .about_box-item01 .about_box-item-text p .indent-3 {
	padding-left: 3em;
	display: inline-block;
}

.about_contents_box .about_box-item01 .about_box-item-img {
	width: 55%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.about_contents_box .about_box-item01 img {
	width: 100%;
/* 	height: fit-content;
	object-fit: contain;
 */}

.about_contents_box .about_box-item01 img:first-of-type {
	max-width: 520px;
}

.about_contents_box .about_box-item01 img:nth-of-type(2) {
	max-width: 338px;
	border: 3px solid #006390;
}

.about_contents_box .about_box-item01 .box-item01 {
	width: 100%;
	display: flex;
	gap: 40px;
	margin: 0 auto 60px;
}

.about_contents_box .about_box-item01 .box-item01 li {
	width: 50%;
}

.about_contents_box .about_box-item01 .box-item01 li h4 {
	font-size: 20px;
  font-weight: 700;
  color: #006390;
  display: inline-block;
  margin: 0;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.about_contents_box .about_box-item01 .box-item01 li h4::after {
	content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #006390;
  bottom: 0;
  left: 0;
}

.about_contents_box .about_box-item01 .box-item01 li p {
	line-height: 1.8;
}

.about_contents_box .about_box-item01 .box-item02 {
	width: 100%;
	display: flex;
	gap: 60px;
  flex-flow: column;
  align-items: center;
	margin: 0;
}

.about_contents_box .about_box-item01 .box-item02 li p {
	font-weight: 600;
	color: #006390;
	margin-bottom: 0.5em;
}

.about_contents_box .about_box-item01 .box-item02 img {
	max-width: 695px;
}

.about_contents_box .about_box-item02 {
	padding: 40px 60px;
	margin-bottom: 40px;
}

.about_contents_box .about_box-item02 .item_hospital-list {
	display: grid	;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	width: 100%;
	margin: 0 0 40px;
	justify-content: center;
}

.about_contents_box .about_box-item02 .item_hospital-list li {
	border: 1px solid #006390;
}

.about_contents_box .about_box-item02 .item_hospital-list li:nth-of-type(n+1) {
	border-right: none;
}

.about_contents_box .about_box-item02 .item_hospital-list li:last-of-type {
	border-right: 1px solid #006390;
}

.about_contents_box .about_box-item02 .item_hospital-list li p {
	text-align: center;
	padding: 10px;
	font-weight: 500;
}

.about_contents_box .about_box-item02 .item_hospital-list li p:first-of-type {
	background-color: #cccccc;
}

.about_contents_box div a {
    max-width: 412px;
    width: 100%;
    display: block;
    margin:0 auto 1em;
}
.about_contents_box div a:last-child{
    margin:0 auto 0;
}

.about_contents_box div a button {
	color: #fff;
	font-size: 15px;
  font-weight: 600;
	background-color: #006390;
	padding: 10px 60px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
  letter-spacing: 1px;
}

.about_contents_box div button {
	color: #fff;
	font-size: 15px;
  font-weight: 600;
	background-color: #006390;
	width: 100%;
	padding: 8px 60px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
  letter-spacing: 1px;
}

#about_contents03 {
	margin-top: 20px;
}

#about_city_community_guide {
	text-align: center;
}

#about_city_community_guide div p {
	color: #fff;
	background-color: #006390;
	display: inline-block;
	margin: 20px 0;
	padding: 8px 60px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 10px;
	letter-spacing: 1px;
}








#single_first_image {
	width: auto;
	height: 115px;
	background-color: #006390;
}

#single_main_images {
	display: flex;
	max-width: 910px;
	width: calc(100% - 180px);
	margin: 90px auto 0;
	text-align: center;
	justify-content: center;
	gap: 10px;
}

#single_main_images .slider-area {
	max-width: 760px;
	width: 84%;
	margin: auto;
}

#single_main_images .slider-area img {
	max-width: 760px;
	max-height: 512px;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 757 / 510;
}

#single_main_images .slider-area p {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
}

#single_main_images .slide-thumb {
	max-width: 140px;
	width: 16%;
	max-height: 548px;
	overflow-y: auto;
}

#single_main_images .slide-thumb .slick-track {
	display: flex;
	flex-flow: column;
	max-width: 140px;
	width: 100%!important;
	justify-content: space-between;
	gap: 10px;
	margin-top: -10px;
}

#single_main_images .slide-thumb .slick-track .thumb-item {
	width: 140px!important;
    max-width: 100%!important;
}

#single_main_images .slide-thumb .thumb-item img {
	max-width: 140px;
	width: 100%;
	aspect-ratio: 757 / 510;
}

#single_main_images .slide-thumb .slick-track .slick-current img {
	outline: 4px solid #006390;
	outline-offset: -4px;
	max-height: 94px;
}

#single_main_info {
	max-width: 900px;
	margin: 20px auto 0;
	padding: 0 90px;
}

#single_main_info h2 {
	color: #006390;
	font-size: 24px;
	margin: 0;
}

#single_main_info .sub_info {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

#single_main_info ul{
	margin: 0;
	padding: 0;
}

#single_main_info .single_type li {
	display: inline-block;
	background-color: #006390;
	color: #fff;
	font-size: 14px;
	padding: 0 4px 0 4px;
}

#single_main_info .single_area {
	font-size: 14px;
	color: #006390;
	display: flex;
	gap: 30px;
	font-weight: 500;
}

#single_main_info div .single_area span {
	border: solid 1.5px #006390;
	padding: 0 4px 0 4px;
	margin-right: 10px;
}

#single_main_info h3 {
	font-size: 26px;
	margin: 20px auto 0;
	line-height: 1;
}

#single_info_list_wrapper {
	width: 100%;
	background-color: #E6E6E6;
	margin: 30px auto 60px;
}

#single_info_list {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 90px;
}

#single_info_list div {
	margin-bottom: 15px;
}

#single_info_list div p {
	color: #006390;
	font-weight: 600;
	margin-bottom: 4px;
}

#single_info_list div ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

#single_info_list div ul li {
	display: inline-block;
	background-color: #006390;
	color: #fff;
	text-align: center;
	width: 216px;
	padding: 4px 0;
}
#single_info_list div ul li.big-list {
    width: 290px;
}

#single_container article {
	max-width: 850px;
	margin: 0 auto 60px;
	padding: 0 90px;
}

#single_container article h3 {
	max-width: 850px;
	background-color: #006390;
	color: #fff;
	margin: 0 auto 20px;
	padding: 2px 0 2px 10px;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: .3em;
}

#single_container article p {
	padding: 0 30px;
	line-height: 1.8;
}

#single_container article iframe {
	aspect-ratio: 16 / 9;
	width: calc(100% - 120px);
	height: auto;
	padding: 0 60px;
}

#single_container article #single_article_red {
	background-color: #E61D5E;
}

#single_company_info {
	width: 100%;
	background-color: #E6E6E6;
}

#single_company_info h3 {
	background-color: #006390;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	margin: 60px auto 0;
}

#single_company_info .company_info-item {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 90px;
	overflow: hidden;
}

#single_company_info .company_info-item p {
	margin: 0 auto;
	padding: 0;
}

#single_company_info .company_info-item #single_company_info_name {
	font-size: 18px;
	font-weight: 600;
}

#single_company_info .company_info-item_box {
	display: flex;
	flex-wrap: wrap;
  gap: 30px 60px;
}

#single_company_info .company_info-item .company_info-itembox {
	display: flex;
	justify-content: space-between;
	gap: 30px 40px;
	flex-wrap: wrap;
	margin: 30px 0 0;
}

#single_company_info .company_info-item .company_info-itembox ul {
	width: calc(50% - 20px);
	margin: 0;
}

#single_company_info .company_info-item .company_info-itembox ul li {
	display: flex;
}

#single_company_info .company_info-item .company_info-itembox ul li p:first-of-type {
	padding-right: 20px;
	flex-shrink: 0;
	color: #006390;
	font-weight: 500;
}

#single_company_info .company_info-item .company_info-itembox ul li p:last-of-type {
	padding-left: 20px;
	border-left: 2px solid #006390;
}

#single_company_info .company_info-itembox .company_info-itembox01 li p:first-of-type {
	width: 55px;
}

#single_company_info .company_info-itembox .company_info-itembox02 li p:first-of-type {
	width: 80px;
}

#single_company_info .company_info-itembox .company_info-itembox01 li p:last-of-type,
#single_company_info .company_info-itembox .company_info-itembox02 li p:last-of-type {
	width: 100%;
}

#single_company_info .company_info-item .company_info-itembox ul li p br {
	display: none;
}


#contact_first_image {
	width: auto;
	height: 330px;
	background-image: url("../images/contact_first_image.jpg");
	background-position: center;
	background-size: cover;
}

#contact_container h2 {
	text-align: center;
	margin: 90px auto 45px;
}

#contact_form_wrapper {
	width: 100%;
	background-color: #E6E6E6;
}

#contact_form_wrapper form {
	max-width: 720px;
	margin: 0 auto;
	padding: 60px 90px;
}

#contact_form_wrapper form ul {
	padding: 0 0 0 0;
}

#contact_form_list li {
	display: flex;
	min-height: 40px;
	height: 100%;
	margin-bottom: 15px;
}

#contact_form_list li p {
	min-width: 136px;
	width: fit-content;
	margin-right: 10px;
	font-weight: 600;
	margin-top: 10px;
}

#contact_form_list li p span {
	color: #e61d5e;
}

#contact_form_list li .wpcf7-form-control-wrap {
	max-width: calc(100% - 146px);
	width: 100%;
	min-height: 40px;
	height: 100%;
}

#contact_form_list li .wpcf7-form-control-wrap input {
	box-sizing: border-box;
	width: 100%;
	min-height: 40px;
	height: 100%;
	min-height: 40px;
	border: 0;
}


#contact_form_list li .wpcf7-form-control-wrap textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 254px;
	height: 100%;
	border: 0;
}
#contact_form_list #contact_button{
	display: block;
	text-align: center;
}
#contact_form_list #contact_button input {
	display: inline-block;
	text-align: center;
	background-color: #006390;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin: 0 auto;
	border: none;
	max-width: 322px;
	min-height: 40px;
	margin: 0 auto;
	width: 100%;
}
div.wpcf7 input[name="your-name"],
div.wpcf7 input[name="your-email"],
div.wpcf7 input[name="your-subject"] {
width: 100%;
height: 100%;
}
.wpcf7-spinner{
	display: block;
	text-align: center;
	margin:10px auto 0;
}
@media screen and (max-width:1400px) {
	#top_news_wrapper .news-container {
		padding: 15px 30px;
	}
}

@media screen and (max-width:1266px) {
	.about_contents_box .about_box-item02 .item_hospital-list li:nth-of-type(4) {
		border-right: 1px solid #006390;
	}

	.about_contents_box .about_box-item02 .item_hospital-list li:last-of-type {
		border-top: none;
	}
}

@media screen and (max-width:1180px) {
	/* ここから下がハンバーガーメニューに関するCSS */
  
	/* ハンバーガーアイコンの設置スペース */
	.drawer_open {
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 100;/* 重なり順を一番上にする */
		cursor: pointer;
	}

	/* ハンバーガーメニューのアイコン */
	.drawer_open span,
	.drawer_open span:before,
	.drawer_open span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #333;
		position: absolute;
	}

	/* 三本線の一番上の棒の位置調整 */
	.drawer_open span:before {
		bottom: 8px;
	}

	/* 三本線の一番下の棒の位置調整 */
	.drawer_open span:after {
		top: 8px;
	}

	/* アイコンがクリックされたら真ん中の線を透明にする */
	#drawer_input:checked ~ .drawer_open span {
		background: rgba(255, 255, 255, 0);
	}

	/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
	#drawer_input:checked ~ .drawer_open span::before {
		bottom: 0;
		transform: rotate(45deg);
	}

	#drawer_input:checked ~ .drawer_open span::after {
		top: 0;
		transform: rotate(-45deg);
	}
  
	/* メニューのデザイン*/
	#header_right_block {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%; /* メニューを画面の外に飛ばす */
		z-index: 99;
		background: #fff;
		}

	/* メニュー黒ポチを消す */
	.nav_list {
			list-style: none;
	}

	/* アイコンがクリックされたらメニューを表示 */
	#drawer_input:checked ~ #header_right_block {
		display: block;
	  left: 0;/* メニューを画面に入れる */
	}

	#header_right_block .nav_list {
		flex-flow: column;
		flex-wrap: wrap;
		background-color: #fff;
		padding: 80px 20px 20px 20px;
		border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
	}

	header ul li {
		width: 100%;
		padding: 20px 0;
		border-right: none;
		border-bottom: 1px solid #000;
	}

	header ul li:first-of-type {
		padding-top: 0;
	}

	header ul li:first-of-type {
		padding-bottom: 0;
		border-bottom: none;
	}

	header ul li:last-of-type {
		padding-bottom: 0;
		border-bottom: none;
	}
	.language-btn{
    background: black;
    height: 50px;
    height: 40px;
    width: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
	margin-bottom: 0;
	}


	#top_news_wrapper .news-container {
		flex-wrap: wrap;
	}

	#top_news_wrapper ul li .news-text {
	}

	.footer_address {
		flex-wrap: wrap;
		gap: 15px 0;
	}
	.footer_address li:first-of-type {
		width: 100%;
	}
}

@media screen and (max-width:1076px) {
	.about_contents_box .about_box-item02 .item_hospital-list li:nth-of-type(3) {
		border-right: 1px solid #006390;
	}

	.about_contents_box .about_box-item02 .item_hospital-list li:nth-of-type(4) {
		border-top: none;
		border-right: none;
	}
}

@media screen and (max-width:886px) {
	.about_contents_box .about_box-item02 .item_hospital-list li:first-of-type {
		border-right: 1px solid #006390;
	}
	.about_contents_box .about_box-item02 .item_hospital-list li:nth-of-type(2n) {
		border-right: 1px solid #006390;
		border-left: none;
	}
	.about_contents_box .about_box-item02 .item_hospital-list li:nth-of-type(3),
	.about_contents_box .about_box-item02 .item_hospital-list li:last-of-type {
		border-top: none;
	}
}

@media screen and (max-width:768px) {
	header {
		width: 100%;
	}
	#header_logo a img{
		max-width: 285px;
	}

	#top_first_image {
		height: 600px;
	}

	#top_first_catch {
		top: 180px;
		width: 30px;
	}


	#top_about_iwaki {
		margin: 45px auto;
		width: 90%;
		padding: 0;
		line-height: 1.5em;
	}
	.top_contents_link {
		margin-top: 25px;
	}

	#top_image_bar {
    flex-wrap: wrap;
	}
	#top_image_bar img {
		width: 50%;
	}


	#top_kigyou_archive {
		padding: 0 40px;
		margin: 45px auto;

	}

	#top_kigyou_archive .top_kigyou_archive-tittle {
		flex-wrap: wrap;
		gap: 15px 30px;
	}

	#bannerlink {
		padding: 0 40px;
	}


	.footer_address {
		width: 90%;
		padding: 0 0 40px;
	}

	.footer_site_map {
		flex-wrap: wrap;
		gap: 10px 20px;
		padding: 40px 0;
		width: 90%;
	}

	#about_container {
		padding: 40px 60px;
	}

	.about_contents_box .about_box-item01 .about_box-item-text {
		width: 100%;
		padding: 0;
	}

	.about_contents_box .about_box-item01 .about_box-item-text img {
		display: block;
		margin-top: 15px;
	}

	.about_contents_box .about_box-item01 .about_box-item-text div:first-of-type img {
		max-width: 520px;
	}

	.about_contents_box .about_box-item01 .about_box-item-text div:nth-of-type(2) img {
		max-width: 338px;
    border: 3px solid #006390;
		margin: 15px auto 0;
	}

	.about_contents_box .about_box-item01 .about_box-item-img {
		display: none;
	}

	.about_contents_box .about_box-item01 .box-item01 {
		flex-wrap: wrap;
	}

	.about_contents_box .about_box-item01 .box-item01 li {
		width: 100%;
	}

	#archive_search_button {
		flex-wrap: wrap;
		justify-content: center;
	}

	#archive_search_button li:nth-child(2) {
		max-width: 380px;
	}


	#contact_form_list li {
		flex-wrap: wrap;
	}

	#contact_form_list li p {
		max-width: 100%;
		width: 100%;
		margin: 0 0 5px;
	}

	#contact_form_list li .wpcf7-form-control-wrap {
		max-width: 100%;
	}



	#contact_form_wrapper form #contact_button input {
		max-width: 80%;
	}


	#single_main_info {
		width: 90%;
		padding: 0;
	}

	#single_main_info .sub_info {
		flex-wrap: wrap;
		gap: 10px;
	}

	#single_company_info .company_info-item .company_info-item_subbox {
		width: 100%;
	}

	#single_main_images {
		width: 90%;
		padding: 0;
		flex-wrap: wrap;
		margin-top: 45px;
	}

	#single_main_images .slider-area {
		width: 90%;
	}

	#single_main_images .slider-area p {
		margin-top: 7.5px;
	}

	#single_main_images .slide-thumb {
		max-width: calc(90% + 6px);
		margin: auto;
		width: 100%;
	}

	#single_main_images .slide-thumb .slick-track {
		flex-flow: row;
		max-width: 100%;
		margin-top: 0;
		gap: 3px;
	}

	#single_main_images .slide-thumb .slick-track .slick-current img {
		outline: 3px solid #006390;
		outline-offset: -3px;
	}

	#single_main_info {
		width: 90%;
	}

	#single_info_list {
		width: 90%;
		padding: 40px 0;
	}

	#single_info_list div ul li {
		width: fit-content;
		padding: 4px 20px;
	}
	#single_info_list div ul li.big-list {
		width: fit-content;
	}

	#single_container article {
		width: 90%;
		padding: 0;
	}

	#single_container article p {
		padding: 0 5px;
	}

	#single_container article iframe {
		width: calc(100% - 30px);
		padding: 0 15px;
	}

	#single_company_info .company_info-item {
		width: 90%;
		padding: 30px 0;
	}

	#single_company_info .company_info-item_box {
		gap: 0;
	}

	#single_company_info .company_info-item .company_info-itembox ul {
		width: 100%;
		min-width: unset;
	}
	
	#single_company_info .company_info-item .company_info-itembox ul li p br {
		display: block;
	}

	#single_company_info .company_info-itembox .company_info-itembox01 li p:first-of-type,
	#single_company_info .company_info-itembox .company_info-itembox02 li p:first-of-type {
		width: 80px;
	}
}

@media screen and (max-width:636px) {
	.about_contents_box .about_box-item02 .item_hospital-list li {
		border: 1px solid #006390;
	}
	.about_contents_box .about_box-item02 .item_hospital-list li:nth-of-type(2n) {
		border-left: 1px solid #006390;
	}
	.about_contents_box .about_box-item02 .item_hospital-list li:nth-of-type(n+2) {
		border-top: none;
	}
}

@media screen and (max-width:480px) {
	#fix_archive_link {
		bottom: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    width: 100%;
	}

	#fix_archive_link a {
		display: flex;
		padding: 10px;
    width: calc(100% - 20px);
    border-radius: 15px 15px 0 0;
    justify-content: center;
		flex-flow: row;
	}

	#fix_archive_link a img {
		width: 30px;
	}

	#fix_archive_link a p {
    margin: auto 0 auto 10px;
		writing-mode: unset;
    -ms-writing-mode: unset;
	}

	#fix_archive_link a p br {
    display: none;
	}


	#top_news_wrapper ul li {
		flex-wrap: wrap;
		gap: 5px 0;
	}
	#top_news_wrapper ul li .news-text {
		width: 100%;
			-webkit-line-clamp: 5; /* 行数を制限 */
	}


	#top_kigyou_archive .top_kigyou_archive-tittle #top_search_button a {
		width: fit-content;
		padding: 10px 50px;
	}

	#top_kigyou_archive ul {
		grid-template-columns: 1fr;
	}


	.footer_address .footer_item li br {
		display: block;
	}

	.footer_site_map {
		justify-content: center;
	}

	.about_contents_box .about_box-item01 {
		padding: 60px 30px;
	}

	.about_contents_box .about_box-item02 {
		padding: 40px 30px;
	}

	#about_container {
		padding: 40px 0;
	}


	#archive_search_box_container {
		padding: 20px 30px 40px;
	}


	#contact_form_wrapper form {
		padding: 40px 30px;
	}

	adrress p {
		padding-bottom: 60px;
	}

	#archive adrress p {
		padding-bottom: 10px;
	}
	
}