@charset "utf-8";
:root {
  font-size: 16px
}
.logo-container {
  height: 71px;
}
.logo {
  margin: 8px;
}
.icatch {
  width: 100%;
  height: 170px;
  position: relative;
}
.icatch img {
  object-fit: cover;
  height: 170px;
  width: 100%;
}
h1 {
  width: 100%;
  color: #123d51;
  font-size: 8.5vw;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 8px #f6f6f6, 0px 0px 8px #f6f6f6, 0px 0px 8px #f6f6f6, 0px 0px 8px #f6f6f6, 0px 0px 8px #f6f6f6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
article {
  padding: 40px 16px;
}
h2, h3, h4, h5, p {
  color: #123d51;
  text-align: justify;
}
article h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  background-color: #fcfcfc;
  background-image: radial-gradient(#ddd 10%, transparent 20%), radial-gradient(#ddd 10%, transparent 20%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  padding: .5rem 1rem;
  margin: 1.5rem 0;
}
article h2:first-child {
  margin-top: 0;
}
article h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  padding: .5rem 0 0 1.5rem;
  margin: 1.5rem 0;
  position: relative;
}
article h3:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(-45deg, #ddd, #fafafa 2px, #fff 2px, #fff 4px);
}
article h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  margin: 1.5rem 0;
}
article h5 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  margin: 1.5rem 0;
}
article p {
  line-height: 2rem;
  margin-bottom: 1rem;
}
article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem;
}
.in-link {
  background-color: #ecf3f6;
  border: 1px solid #eee;
}
.in-link a {
  text-decoration: none;
  width: 100%;
  padding: .5rem;
  display: flex;
  justify-content: space-between;
}
.in-link a:after {
  content: "\f054";
  font-family: FontAwesome;

}




video {
  max-width: 100%;
  margin-bottom: 1rem;
}




@media screen and (min-width: 768px){
.logo-container {
  max-width: 1088px;
  margin: 0 auto;
}
.icatch {
  height: 420px;
}
.icatch img {
  height: 100%;
}
h1 {
  font-size: 48px;
}
.breadcrumb-container {
  max-width: 1088px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.breadcrumb-container li {
  color: #123d51;
  font-size: 12px;
  display: inline-block;
  padding: 24px 0;
}
.breadcrumb-container li:last-of-type {
  font-weight: bold;
}
.breadcrumb-container li:not(:last-of-type):after {
  content: "\003e";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb-container li a {
  text-decoration: none;
}
.icatch-container {
  position: relative;
}
.nav-container {
  bottom: 0;
}
article {
  max-width: 1088px;
  width: calc(100% - 32px);
  padding: 40px 0;
  margin: 0 auto;
}
article h2, article h3 {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
article h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  padding: 16px;
  margin: 2rem 0;
}
article h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 2rem 0;
}
article h4, article h5 {
  margin: 2rem 0;
}
article p {
  margin-bottom: 1.5rem;
}
article img {
  width: auto;
  margin: 0 auto 1.5rem;
}
.in-link {
  width: 80%;
  margin: 0 auto 1.5rem;
}
.in-link a {
  padding: .5rem 2rem;
}

video {
  margin-bottom: 1.5rem;
}
}




















@media all and (-ms-high-contrast: none) {
  .icatch {
    overflow: hidden;
    width: 2000px;
  }
  .icatch img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50vw;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
  h1 {
    left: 50vw;
  }
}
