@charset "utf-8";
/* CSS Document */
header {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
}
.hed_wrap {
  padding: 11px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}
.hed_logo {
  margin: 0 112px 0 0;
}
.top_nav {
  font-size: 0;
  width: 463px;
  margin: 0 66px 0 0;
}
.navToggle {
  display: none;
}
nav ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
}
nav li {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}
.top_nav a {
  margin: 0;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_nav a:hover {
  background: #68c7e5;
  border-radius: 10px;
}
.top_nav a:hover li {
  color: #fff;
}
.top_tel {
  background-color: #eba600;
  padding: 0 8px 0 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 7px 0;
}
.top_tel::before {
  content: url("../images/top_tel_ico.png");
  display: inline;
  width: 17px;
  height: 22px;
  margin: 0 9px 0 0;
}
.top_contact {
  background-color: #6ab448;
  padding: 0 8px 0 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_contact:hover {
  background-color: #2e8008;
}
.top_contact::before {
  content: url("../images/top_mail_ico.png");
  display: inline;
  width: 26px;
  height: 19px;
  margin: 0 9px 0 0;
}
.sld {
  height: 700px;
  max-width: 100%;
  overflow: hidden;
}
.top_main_img_wrap {
  position: relative;
}
.sld {
  position: absolute;
  top: 0;
  left: 0;
}
.top_main_img_ttl_wrap {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 100;
  width: 644px;
  height: 191px;
	padding: 10px 50px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 120, 193, 0.8), rgba(104, 199, 229, 0.8));
  background-image: -moz-linear-gradient(bottom, rgba(0, 120, 193, 0.8), rgba(104, 199, 229, 0.8));
  background-image: -o-linear-gradient(bottom, rgba(0, 120, 193, 0.8), rgba(104, 199, 229, 0.8));
  background-image: linear-gradient(to top, rgba(0, 120, 193, 0.8), rgba(104, 199, 229, 0.8));
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none) {
  .top_main_img_ttl img {
    /* IE10 以降にのみ適用される */
		width: 640px;
  }
}
.top_main_img_ttl {
  color: #fff;
}
.top_main_img_ttl .txt1 {
  font-size: 31px;
}
.top_main_img_ttl .txt2 {
  font-size: 36px;
}
.top_main_img_ttl .txt3 {
  font-size: 48px;
}
.top_main_img_shape {
  position: absolute;
  top: -71px;
  right: -44px;
}
.top_mitumori_wrap {
  padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto;
}
.top_mitumori_ttl {
  text-align: center;
}
.top_mitumori_ttl img {
  width: 62.66%;
}
.top_mitumori_card_wrap {
  margin: 57px auto 13px auto;
  width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_mitumori_card {
  width: 376px;
}
.top_mitumori_card_ttl {
  color: #000000;
  font-size: 19.47px;
  font-weight: 400;
  position: relative;
  border-bottom: 3px solid #68c7e5;
}
.top_mitumori_card_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 70px;
  height: inherit;
  border-bottom: 3px solid #125e89;
}
.top_mitumori_card_ttl span {
  color: #000000;
  font-size: 11.68px;
  font-weight: 400;
}
.top_mitumori_card_img {
  width: 376px;
  overflow: hidden;
  margin: 6px 0 0 0;
}
.top_mitumori_card_txt {
  margin: 20px 0 23px 0;
}
.gyomu_link {
  border: 1px solid #000;
  width: 315px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #000;
}
.gyomu_link:hover {
  background: #68c7e5;
  color: #fff;
  border: 1px solid #0475be;
}
.top_news_wrap {
  width: 1200px;
  margin: 0 auto;
}
.parallax-window {
  min-height: 468px;
  background: transparent;
  padding: 54px 0 30px;
}
.top_news_ttl {
	position: relative;
  color: #000000;
  font-size: 19.47px;
  font-weight: 400;
}
.top_news_ttl span {
  color: #000000;
  font-size: 11.68px;
  font-weight: 400;
}
.top_news_ttl span:last-child{
    margin-left: auto;
}
.top_news_btn {
	position: absolute;
	top: 4px;
	left: 180px;
	padding: 3px 10px;
	color: #272727;
	font-size: 12px;
  text-align: center;
  border: 1px solid #000;
	background-color: rgba(255,255,255,0.7);
}
.top_news_btn:hover {
	background: #68c7e5;
  color: #fff;
	border: 1px solid #0475be;
}
.top_news_card_wrap {
  width: 525px;
  background-color: rgba(255, 255, 255, 0.77);
  padding: 24px 29px 5px 29px;
}
.top_news_card {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dashed #999999;
  margin: 0 0 26px 0;
  padding: 0 0 23px 0;
}
.top_news_card:last-child {
  border-bottom: 0;
	margin: 0;
}
.top_news_card_txt_wrap {
  flex: 1;
  margin: 0 0 0 25px;
}
.top_news_card_day {
  background-color: #68c7e5;
  padding: 5px 10px;
}
.top_news_card_ttl {
  color: #0c6dd9;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 0 0;
}
.top_news_card_txt {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.top_news_card_img {
  width: 116px;
  height: 79px;
  overflow: hidden;
}
.top_news_bana_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  width: 583px;
}
.top_news_wrap02 {
  margin: 14px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top_news_bana01 {
  width: 583px;
  height: 173px;
  background: url("../images/top_news_bana01.png");
  display: flex;
  align-items: flex-end;
  position: relative;
}
.top_news_bana01 a, .top_news_bana02 a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #000;
  padding: 138px 0 0 10px;
}
.top_news_bana01:hover, .top_news_bana02:hover {
  opacity: 0.8;
}
.top_news_bana02 {
  width: 583px;
  height: 173px;
  background: url("../images/top_news_bana02.png");
  display: flex;
  align-items: flex-end;
  position: relative;
}
.top_news_bana_ttl {
  background-color: rgba(212, 210, 210, 0.73);
  padding: 20px 37px;
  color: #000000;
  font-size: 19.47px;
  font-weight: 400;
  width: 100%;
}
.top_news_bana_ttl span {
  font-size: 11.68px;
  margin: 0 0 0 28px;
}
.foot_link_bana_wrap {
  padding: 107px 0 113px 0;
  background: #fff;
}
.foot_link_bana_wrap02 {
  width: 860px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.foot_link_bana {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 104px;
  overflow: hidden;
}
.foot_link_bana img {}
.foot_link_bana_wrap02::after {
  display: block;
  content: "";
  width: 33%;
}
.link_banner {
  width: 860px;
  margin: 100px auto;
}
.link_banner li {
  width: 33.33%;
}
.foot_line {
  background: url("../images/top_fppt_line.png") repeat-x;
  height: 65px;
}
footer {
  background-image: -webkit-linear-gradient(-90deg, #68c7e5 0%, #0475be 100%);
  background-image: -moz-linear-gradient(-90deg, #68c7e5 0%, #0475be 100%);
  background-image: -o-linear-gradient(-90deg, #68c7e5 0%, #0475be 100%);
  background-image: linear-gradient(180deg, #68c7e5 0%, #0475be 100%);
  padding: 18px 0 21px;
  height: 130px;
}
.foot_nav_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.footer-nav {
	width: 613px;
}
.footer-nav li {
	width: 33.33%;
	margin-top: 5px;
}
.footer-nav li a {
	display: block;
  padding: 0 0 0 15px;
	color: #fff;
}
.footer-nav li a:hover {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  color: #000;
}
.foot_contact_wrap {
  width: 194px;
}
.foot_tel_txt, .foot_mail_txt {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.foot_tel {
  background-color: #eba600;
  padding: 0 8px 0 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 7px 0;
}
.foot_tel::before {
  content: url("../images/top_tel_ico.png");
  display: inline;
  width: 17px;
  height: 22px;
  margin: 0 9px 0 0;
}
.foot_mail {
  background-color: #6ab448;
  padding: 0 8px 0 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_mail:hover {
  background-color: #2e8008;
}
.foot_mail::before {
  content: url("../images/top_mail_ico.png");
  display: inline;
  width: 26px;
  height: 19px;
  margin: 0 9px 0 0;
}
.foot_copy {
  background-color: #125e89;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0;
  text-align: center;
}