@charset "utf-8";
/* index_01.htmlの場合 */
/* .page-index_01 .main .img-img .inner-img {
  width: 100%;
}
.page-index_01 .main .article-inner {
  display: flex;
  margin: 8.75em 0 4.375em;
}
.page-index_01 .article-keiri .item {
  width: 33.333%;
}
.page-index_01 .article-keiri .item:nth-child(2) img {
  width: 100%;
}
.page-index_01 .article-keiri .text-text,
.page-index_01 .article-keiri .article-heading {
  margin-block: 0;
}
.page-index_01 .site-heading {
  margin: 0;
} */

/* index_02.htmlの場合 */
/* .page-index_02 {

} */

/* ///////////////////////////////////////////// */
/* ///////////////////////////////////////////// */
.ver2025-3col #header h1,
.ver2025-2col #header h1 {
  margin: 0;
}
main.main,
#footer {
  min-width: 1000px;
}
.maintax img {
  border: 0;
  border: none;
  width: 100%;
  height: auto;
  min-height: 1%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  image-rendering: -webkit-optimize-contrast;
}
/*  */
.maintax {
  width: 100%;
  height: 0;
  margin-bottom: 4em;
  padding-top: calc(36% + 70px);
  position: relative;
}
.maintax-inner {
  width: 100%;
  height: calc(100% - 70px);
  margin: auto;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 3;
}
.maintax .img-img {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.ver2025-3col .maintax .img-img .img-inner {
  width: 35%;
  position: relative;
  overflow: hidden;
}
.ver2025-2col .maintax .img-img .img-inner {
  width: 50%;
}
.maintax .img-img .img-inner .img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.ver2025-3col .img-img .img-inner .img {
  width: 100%;
  height: 100%;
}
.ver2025-3col .img-img .img-inner:nth-child(1) .img {
  object-position: 33% top;
}
.ver2025-3col .img-img .img-inner:nth-child(2) .img {
  object-position: 67% top;
}
.maintax .maintax-header {
  width: 32%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.maintax .text-img {
  width: 90%;
  margin: 5% auto 0;
}
.maintax .heading-img {
  width: 90%;
  margin: 0 auto;
}
.ver2025-2col .maintax .text-img,
.ver2025-2col .maintax .heading-img {
  width: 90%;
}
.maintax .btn-img {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 6%;
  left: 0;
}


/*  */
