@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
.format-area .format-txt {
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.format-area .format-txt a {
  color: #000;
  text-decoration: underline !important;
}
.format-area .format-txt a img {
  transition: 0.3s;
}
.format-area .format-txt a:hover {
  text-decoration: none !important;
}
.format-area .format-txt a:hover img {
  opacity: 0.8;
}
.format-area .format-txt p:not(:last-child) {
  margin-bottom: 1em;
}
.format-area .format-txt strong {
  font-weight: bold;
}
.format-area .format-txt em {
  font-style: italic;
}
.format-area .format-txt ul {
  margin: 1em 0;
}
.format-area .format-txt ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.format-area .format-txt ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-txt ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.format-area .format-txt ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
}
.format-area .format-txt ol li {
  padding: 0;
}
.format-area .format-txt ol li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-img {
  font-size: 0;
  text-align: center;
}
.format-area .format-img img {
  display: block;
  width: 100%;
}
.format-area .img-caption {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .format-area .img-caption {
    line-height: 1.4;
  }
}
.format-area .format-row {
  display: flex;
  justify-content: space-between;
}
.format-area .format03,
.format-area .format04,
.format-area .format05,
.format-area .format06,
.format-area .format07,
.format-area .format08,
.format-area .format09,
.format-area .format10 {
  margin-bottom: 60px;
}
.format-area .format03:last-child,
.format-area .format04:last-child,
.format-area .format05:last-child,
.format-area .format06:last-child,
.format-area .format07:last-child,
.format-area .format08:last-child,
.format-area .format09:last-child,
.format-area .format10:last-child {
  margin-bottom: 0;
}
.format-area .format01 {
  margin-bottom: clamp(30px, 10vw, 60px);
}
.format-area .format01 .ttl-lrg {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004a95;
}
.format-area .format02 {
  margin-bottom: clamp(30px, 10vw, 60px);
}
.format-area .format02 .ttl-mid {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004a95;
}

@media screen and (min-width: 768px) {
  .format-area .format-rowPC {
    display: flex;
    justify-content: space-between;
  }
  .format-area .format-rowPC .format-img,
  .format-area .format-rowPC .format-txt {
    width: 48%;
  }
  .format-area .format05 .format-rowPC {
    flex-direction: row-reverse;
  }
  .format-area .format10 .format-rowPC .format-img {
    width: 30.5%;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format04 .format-txt,
  .format-area .format05 .format-txt {
    margin-top: 20px;
  }
  .format-area .format07 .format-row,
  .format-area .format09 .format-row,
  .format-area .format10 .format-row {
    display: block;
  }
  .format-area .format07 .format-img,
  .format-area .format09 .format-img,
  .format-area .format10 .format-img {
    width: 100%;
  }
  .format-area .format07 .format-img:nth-child(n+2),
  .format-area .format09 .format-img:nth-child(n+2),
  .format-area .format10 .format-img:nth-child(n+2) {
    margin-top: 40px;
  }
}
/* 動画 */
.format-area .video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.format-area .video iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*=======
===================================
 地震への備え
===========================================*/
.eq {
  margin-top: 40px;
  background-color: #f9f9f9;
  padding: 60px 0;
}
@media screen and (max-width: 576px) {
  .eq {
    padding: 30px 0;
  }
}

.eq__h2title {
  font-size: min(4.34vw, 50px);
  border-width: 4px;
  border-style: solid;
  border-image-source: linear-gradient(to right, #3b76af 30%, #1b3375);
  border-image-slice: 1;
  display: grid;
  grid-template-columns: min(28.17vw, 324px) 1fr;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .eq__h2title {
    font-size: 23px;
    grid-template-columns: 1fr;
    border-width: 2px;
  }
}

.eq__h2title-sub {
  display: inline-block;
  background: linear-gradient(to right, #3b76af 30%, #1b3375);
  color: #fff;
  text-align: center;
  padding-block: 10px;
}
@media screen and (max-width: 576px) {
  .eq__h2title-sub {
    padding-block: 0;
  }
}

.eq__h2title-main {
  color: #164b8b;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .eq__h2title-main {
    padding-block: 6px;
  }
}

.eq__h2title-main--mamory {
  letter-spacing: 0.25em;
}

.eq__h3title {
  font-size: min(2.95vw, 34px);
}
@media screen and (max-width: 576px) {
  .eq__h3title {
    font-size: 17px;
  }
}

.eq__h3title span {
  display: inline-block;
  border-width: 4px;
  border-bottom-style: solid;
  border-image-source: linear-gradient(to right, #3b76af 30%, #1b3375);
  border-image-slice: 1;
  padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .eq__h3title span {
    border-width: 2px;
    padding-bottom: 6px;
    display: block;
  }
}

.eq p {
  font-size: min(2.26vw, 25px);
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .eq p {
    font-size: 13px;
  }
}

/* -----------------------------------------------------------
eq-mamory
----------------------------------------------------------- */
.eq-mamory {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "title title" "logo logo" "text text" "structure catchcopy" "photo photo";
}
@media screen and (max-width: 576px) {
  .eq-mamory {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "text" "structure" "title" "catchcopy" "photo";
  }
}

.eq-mamory__title {
  grid-area: title;
}
@media screen and (max-width: 576px) {
  .eq-mamory__title {
    margin-top: 30px;
  }
}

.eq-mamory__title p {
  margin-top: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 576px) {
  .eq-mamory__title p {
    margin-top: 10px;
    padding-left: 0;
  }
}

.eq-mamory__logo {
  margin-top: 100px;
  grid-area: logo;
}
@media screen and (max-width: 576px) {
  .eq-mamory__logo {
    margin-top: 0;
  }
}

.eq-mamory__logo img {
  width: 100%;
}

.eq-mamory__text {
  margin-top: 20px;
  grid-area: text;
}
@media screen and (max-width: 576px) {
  .eq-mamory__text {
    margin-top: 0;
    text-align: center;
  }
}

.eq-mamory__text br {
  display: none;
}
@media screen and (max-width: 576px) {
  .eq-mamory__text br {
    display: block;
  }
}

.eq-mamory__structure {
  margin-top: 80px;
  grid-area: structure;
}
@media screen and (max-width: 576px) {
  .eq-mamory__structure {
    margin-top: 40px;
  }
}

.eq-mamory__catchcopy {
  margin-top: 70px;
  grid-area: catchcopy;
}
@media screen and (max-width: 576px) {
  .eq-mamory__catchcopy {
    margin-top: 40px;
  }
}

.eq-mamory__photo {
  margin-top: 30px;
  grid-area: photo;
}
@media screen and (max-width: 576px) {
  .eq-mamory__photo {
    margin-top: 30px;
  }
}

/* -----------------------------------------------------------
eq-exhyper
----------------------------------------------------------- */
.eq__h2title--exhyper {
  margin-top: 210px;
}
@media screen and (max-width: 576px) {
  .eq__h2title--exhyper {
    margin-top: 65px;
  }
}

.eq-exhyper__nintei {
  margin-top: 20px;
  text-align-last: right;
}
@media screen and (max-width: 576px) {
  .eq-exhyper__nintei {
    margin-top: 20px;
  }
}

.eq-exhyper__nintei span {
  display: inline-block;
  padding: 10px 10px;
  font-size: min(3.73vw, 43px);
  border-width: 5px;
  border-style: solid;
  border-image-source: linear-gradient(to right, #57b669 0%, #0c6f38 100%);
  border-image-slice: 1;
  background: linear-gradient(to right, #57b669 0%, #0c6f38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 576px) {
  .eq-exhyper__nintei span {
    padding: 5px 5px;
    font-size: 21px;
    border-width: 2px;
  }
}

.eq-exhyper__logo {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .eq-exhyper__logo {
    margin-top: 10px;
  }
}

.eq-exhyper__logo img {
  width: 1030px;
}
@media screen and (max-width: 576px) {
  .eq-exhyper__logo img {
    width: 100%;
  }
}

.eq-exhyper__structure {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .eq-exhyper__structure {
    margin-top: 0;
    grid-template-columns: 1fr;
  }
}

.eq-exhyper__title .eq__h3title span {
  display: block;
  padding-bottom: 6px;
}

.eq-exhyper__title p {
  margin-top: 5px;
}

.eq-exhyper__photo {
  margin-top: 150px;
}
@media screen and (max-width: 576px) {
  .eq-exhyper__photo {
    margin-top: 50px;
  }
}/*# sourceMappingURL=earthquake.css.map */