@charset "utf-8";
/* CSS Document */
#main {}
#main {
  max-width: 1400px;
  width: calc(90% - 20px);
  margin: 4em auto;
  min-height: calc(100vh - 250px);
}
#main h2.contsTtl {
  color: #224072;
  font-family: 'Outfit';
  font-weight: 900;
  font-size: 1em;
  position: relative;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column-reverse;
  line-height: 1;
  text-align: left;
  padding-left: 40px;
}
#main h2.contsTtl span {
  color: #224072;
  font-family: ''Noto Sans JP;
  font-weight: 900;
  font-size: 2em;
}
#main h2.contsTtl::before {
  content: '';
  background: #224072;
  display: block;
  width: 30px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
#main section.bgWH {
  background: #FFF;
  border-radius: 20px;
  padding: 1em;
	text-align: left;
}

@media (min-width:769px) {
  #main h2.contsTtl {
    font-size: 1.7em;
    padding-left: 60px;
  }
  #main h2.contsTtl::before {
    content: '';
    background: #224072;
    display: block;
    width: 30px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
  }
  #main section.bgWH {
  padding: 50px 80px;
  margin-left: 2em;
  }
}
.err_doc section {
    min-height: calc(100vh - 340px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: left;
}
.err_doc h3 {
    font-weight: 700;
}
.err_doc .btn a {
    display: block;
    padding: 0.68em 2em;
    border: 1px solid #224072;
    color: #224072;
    text-decoration: none;
}
.err_doc .btn a:hover {
    background-color: #224072;
    color: #FFF;
}
@media (min-width:769px) {
}
.news .index ul.vew {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
	margin-bottom: 50px;
}
.news .index ul.vew li {
  display: flex;
  flex-direction: column;
}
.news .index ul.vew li a {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
	gap: 3px;
}
.news .index ul.vew li a .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 0.8em;
}
.news .index ul.vew li a .date .cate {
  background: rgba(0, 12, 42, 1.00);
  color: #FFF;
  padding: 0.6em;
  line-height: 1;
  font-size: 0.8em;
	white-space: nowrap;
}
.news .index ul.vew li a .photo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 180px;
	overflow: hidden;
	background-color: rgba(0,0,0,.05);

}
.news .index ul.vew li a .photo img {
	width: 100%;
	transition: 0.5s;
}
.news .index ul.vew li a .photo img:hover {
	transform: scale(1.1);
}
@media (max-width: 768px) {
  .news .index ul.vew > li {
    flex: 2 calc(50% - 30px);
  }
  .news .index ul.vew li a .photo {
	  height: 120px;
  }
}
@media (min-width: 769px) {
  .news .index ul.vew  {
	  gap: 50px;
  }
  .news .index ul.vew > li {
    flex-basis: calc(25% - 37.5px);
  }
}
.news .detail .secTtl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  margin-bottom: 30px;
}
.news .detail .secTtl h3 {
font-family: 'Noto Sans JP';
  font-weight: 900;
  font-size: calc(100vw / 12);
  color: #224072;
}
.news .detail .date {
	display: flex;
	flex-direction: column-reverse;
}
.news .detail .comment ,
.news .detail .eyecatch ,
.news .detail .other ,
.news .detail .sec {
	margin-bottom: 50px;
}
.news .detail .other {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.news .detail .other > div {
	display: flex;
	flex-direction: column;
}
.news .detail .other > div a {
	flex-grow: 2;
	display: flex;
	align-items: center;
	gap: 0.5em;
	border-radius: 8px;
	background-color: #7ACDD2;
	color: #224072;
	padding: 0.5em;
	text-decoration: none;
}
.news .detail .other > div a i {
	font-size: 1.5em;
}
.news .detail .sec > div {
	margin-bottom: 30px;
}
.news .detail .sec .midashi {
    /* background: linear-gradient( transparent 35%, rgba(0,0,0,.05) 50%,rgba(0,0,0,.05) 55%, transparent 75%);*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.news .detail .sec h3 {
  color: #224072;
  font-family: 'Noto Sans JP';
  font-weight: 900;
  font-size: calc(100vw / 18);
	line-height: 1.4;
}
.news .detail .eyecatch ,
.news .detail .sec .img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.news .detail .sec .com {
	padding-inline: 1em;
}

@media (max-width: 768px) {
.news .detail .date {
	align-items: flex-end;
}
.news .detail .date p {
	font-size: 0.8em;
}
}
@media (min-width: 769px) {
.news .detail .date {
	flex-direction: row;
	justify-content: space-between;
}
.news .detail .secTtl h3 {
  font-size: calc(1200px / 25);
}

.news .detail .other {
	flex-direction: row;
	gap: 30px;
}
.news .detail .other > div {
	flex-basis: calc(50% - 15px);
}
.news .detail .sec h3 {
  font-size: calc(1200px / 40);
	}
.news .detail .eyecatch ,
.news .detail .other ,
.news .detail .sec .img {
	width: 80%;
	margin-inline: auto;
}
}
/************************
お問い合わせフォーム　.form
************************/
.form .lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.form .lead p ,
.form .lead ul {
	margin-top: 1em;
}
.form .index dl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form .index dl dt {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #224072;
	font-weight: bold;
	letter-spacing: 2px;
}
.form .index dl dd {
	border-bottom: 1px solid #333;
}
.form .index dl dt span.hissu {
  font-size: 70%;
	display: inline-block;
	background-color: #E63439;
	color: #fff;
	border-radius: 4px;
	padding-inline: 1em;
}
@media (max-width: 768px) {
.form .index dl dd {
	padding: 0.5em;
	margin-bottom: 1em;
}
}
@media (min-width: 769px) {
.form .index dl {
  flex-direction: row;
}
.form .index dl dt {
	flex-basis: 250px;
	border-bottom: 1px solid #333;
	padding: 1em;
}
.form .index dl dd {
	flex-basis: calc(100% - 250px);
	padding: 1em;
	margin-bottom: 0;
}
}
.form .form_ok ul {
	color: #F00;
	margin-left: 1.5em;
}
.form .form_ok ul li {
	list-style-type: disc;
	list-style-position: outside;
}
/************************************************************
　パンくず　.breadcrumb
*/
.breadcrumb ul {
	display: flex;
	justify-content: flex-end;
	font-size: 70%;
}
.breadcrumb ul li + li::before {
	content: ">";
	padding-inline: 1em;
}
@media (max-width: 768px) {
.breadcrumb {
	display: none;
}
}

/*
　/パンくず　.breadcrumb
************************************************************/
/************************************************************
　pager　.pager
*/
.pager {
	margin-bottom: 10px;
}
.pager .right ul {
	display: flex;
}
.pager .right ul li {
	display: flex;
	flex-direction: column;
}
.pager .right ul li + li {
	padding: 0 1px;
}
.pager .right ul li span {
	padding: 2px 0.5em;
	border: 1px solid #CCC;
	background-color: #EEEEF0;
	color: #999;
	align-self: stretch;
}
.pager .right ul li a {
	display: inline-block;
	padding: 2px 0.5em;
	border: 1px solid #224072;
	background-color: #224072;
	color: #FFF;
	align-self: stretch;
}
.pager .right ul li a:hover {
	opacity: 0.8;
}
@media (max-width: 750px) {
.pager {
	font-size: 1.1rem;
	text-align: center;
}
.pager .right ul {
	justify-content: center;
}
}
@media (min-width: 751px) {
.pager {
	display: flex;
	justify-content: space-between;
}
.pager .right {
	margin-left: auto;
	}
.pager .right  ul {
	align-self: flex-end;
	justify-content: flex-end;
}
}
/*
　/pager　.pager
************************************************************/



