@charset "utf-8";

.l-main--index {
  padding: 0;
}

/* body {
  background-color: #ebf6f7;
} */

.p-index-wrapper {
  border-color: #666;
  border-style: solid;
  border-width: 3px 0;
  /* border-width: 2px;
  border-radius: 12px; */
  display: grid;
  grid-template-columns: 300px auto;
  grid-template-rows: auto auto;
  overflow: hidden;
  background-color: #fff;
}

.p-index-header {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 24px 0 19px 12px;
}

.p-index-content {
  grid-row: 2/-1;
  grid-column: 1/2;
}
.p-index-topImg {
  grid-row: 1/-1;
  grid-column: 2/-1;
  /* grid-column: 1/-1; */
  justify-content: end;
}

/*--------------------------------

      トップ絵

--------------------------------*/
.p-index-topImg {
  /* 画像position左右%絵によって調整 */
  background: linear-gradient(-90deg, transparent 0, transparent 410px, #ffffff 430px, #ffffff 100%), url(../../top150526_l.jpg) no-repeat 10% bottom / cover;
}

.p-index-topImg img {
  object-fit: cover;
  height: 100%;
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  .p-index-wrapper {
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .p-index-wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }

  .p-index-header {
    grid-row: 1/2;
    grid-column: 1/-1;
    padding: 15px 0 0px 12px;
    background: linear-gradient(165deg, #fff 0, transparent 125px, transparent 100%);
    /* background: linear-gradient(165deg, #000 0,transparent calc(100% - 400px), transparent 100%); */
  }

  .p-index-content {
    grid-row: 2/-1;
    grid-column: 1/-1;
  }
  .p-index-topImg {
    grid-row: 1/2;
    grid-column: 1/-1;
    justify-content: end;
    background: url(../../top150526_l.jpg) no-repeat center center / cover;
  }
}

@media screen and (max-width: 480px) {
  .p-index-topImg {
    background-position: center top;
  }
}
/*------ サイトロゴ -------*/
.p-index-header__title {
  --title-border-color: #c9caca;
  --title-border-width: 1px;
  --title-blur: 0px;
  display: flex;
  align-content: center;
  margin: 0px 0px 10px -4px;
  filter: drop-shadow(var(--title-border-width) var(--title-border-width) var(--title-blur) var(--title-border-color)) drop-shadow(var(--title-border-width) calc(var(--title-border-width) * -1) var(--title-blur) var(--title-border-color)) drop-shadow(calc(var(--title-border-width) * -1) var(--title-border-width) var(--title-blur) var(--title-border-color)) drop-shadow(calc(var(--title-border-width) * -1) calc(var(--title-border-width) * -1) var(--title-blur) var(--title-border-color));
}

@media screen and (max-width: 750px) {
  .p-index-header__title {
    margin-left: 0;
  }
}

.p-index-header__logo {
  position: relative;
  align-items: center;
  padding: 5px 0;
  width: 165px;
  height: 33px;
}

/* .p-index-header__logoImg {
  display: block;
  margin: 15px 0 10px 0;
} */

.p-index-header__logoImg--new {
  position: relative;
  width: 100%; /* 親要素に合わせて拡大縮小 */
  height: auto;
  fill: #fff;
  stroke: #fff;
  stroke-width: 8px;
  stroke-linecap: round;
  /* paint-order: stroke; */
  margin-top: -5px;
}

.p-index-header__logoBg {
  position: absolute;
  top: 0px;
  left: 0px;
  /* background-image: -webkit-gradient(linear, left bottom, left top, from(#30cfd0), to(#330867)); */
  /* background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); */
  background: #000;
  -webkit-mask: url(../img/logo_title_new.svg) no-repeat;
  mask: url(../img/logo_title_new.svg) no-repeat;
  width: 100%;
  height: 100%;
}

[class^="p-index-header__circle"] {
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #ffffff;
}

[class^="p-index-header__circle"]::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
}

.p-index-header__circle1 {
  margin-top: 2px;
  margin-left: -3px;
  clip-path: circle(14px at 50% 50%);
}

.p-index-header__circle2 {
  margin-top: 5px;
  margin-left: -3px;
  clip-path: circle(14px at 50% 50%);
}

.p-index-header__circle3 {
  margin-left: -2px;
  clip-path: circle(15px at 50% 50%);
}

.p-index-header__circle1::after {
  clip-path: circle(11px at 50% 50%);
  background-color: #cc9900;
}

.p-index-header__circle2::after {
  clip-path: circle(11px at 50% 50%);
  background-color: #cc6600;
  /* margin-top: 7px; */
}

.p-index-header__circle3::after {
  clip-path: circle(12px at 50% 50%);
  background-color: #cc3300;
  /* margin-top: 0px;
  margin-left: 2px; */
}

.p-index-header__catchWrapper {
  /* width: 100%; */
  height: 17px;
}
.p-index-header__catchText {
  font-size: 1.4rem;
  line-height: 1;
  /* font-family: YakuHanRP, "Zen Maru Gothic", sans-serif; */
  /* font-weight: 700; */
  /* fill: #6c7696; */
  fill: #333333;
  stroke: #fff;
  stroke-width: 4px;
  paint-order: stroke;
}

/* 目次 */
.p-index__headline {
  width: 100%;
  padding: 3px 0 3px 23px;
  margin-bottom: 10px;
  font-weight: bold;
  background: url(../img/symbol_caret-double-blue.gif) no-repeat 12px 50%, linear-gradient(90deg, #ffffff 0, #ffffff 98%, transparent 100%);
  border-width: 3px 0px;
  border-style: double;
  border-color: #338888;
  color: #006666;
}

.p-index-menu {
  margin-bottom: 20px;
}

.p-index-menu__main {
  margin-bottom: 12px;
  padding-left: 12px;
  display: grid;
  grid-template-columns: 5.5em auto;
  align-items: center;
}

.p-index-menu__main a {
  text-decoration: none;
}

.p-index-menu__main a,
.p-index-menu__sub a,
.p-index-menu__main a:visited,
.p-index-menu__sub a:visited {
  color: #000000;
}

.p-index-menu__main a:hover,
.p-index-menu__sub a:hover {
  color: #ccccbb;
}

.p-index-menu__item {
  line-height: 2;
  padding-left: 18px;
  padding-right: 0.5em;
  font-size: 1.5rem;
}

.p-index-menu__item--orange {
  background: url(../img/symbol_arrow_orange.gif) no-repeat 0px 50%;
}
.p-index-menu__item--yellow {
  background: url(../img/symbol_arrow_yellow.gif) no-repeat 0px 50%;
}

.p-index-menu__description {
  color: #666;
  display: flex;
  align-items: center;
}
.p-index-menu__description::before {
  content: "";
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  border-top: 1px dotted #666;
}

.p-index-menu__sub {
  padding-left: 12px;
  display: grid;
  grid-template-columns: 5.5em auto;
  border-top: 1px dotted #666655;
  padding: 12px 0 0px 12px;
}

.p-index-menu__sub > dt {
  padding-left: 18px;
  background: url(../img/symbol_dot-black.gif) no-repeat 0px 50%;
  line-height: 2;
  /* display: flex;
  flex-direction: column; */
  grid-column: 1/-1;
}

.p-index-menu__sub > dt:first-of-type {
  grid-column: 1/2;
}

.p-index-menu__sub > dd {
  grid-column: 2/-1;
}

/* 告知 */
#news {
  border: 1px solid #ccbbaa;
  padding: 3px;
  margin: 3px 0px 0px 0px;
}

/* 更新履歴 */
.p-index-record {
  /* border-top: 1px dotted #666655;
  padding: 20px 0 20px 12px; */
  margin-bottom: 24px;
}

.p-index-record dl {
  margin-bottom: 1em;
}

.p-index-record dt {
  font-weight: bold;
  margin-top: 1em;
}

.p-index-record dd {
  text-indent: -1em;
  padding-left: 1em;
}

.p-index-record dt#newest {
  color: #990000;
  margin-top: 0;
}

.p-index-record ul {
  padding-left: 0.5em;
}

.p-index-record__inner {
  padding-left: 12px;
}

/* 拍手 */
#clap {
  text-align: center;
}
#clap a {
  display: block;
  width: 43px;
  height: 18px;
  background: url(../img/clap.gif) no-repeat left top;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  text-decoration: none;
  outline: none;
  margin: 0 auto;
}

#clap a:hover {
  background-position: left bottom;
}

/* フッター */
.l-footer--index {
  padding: 5px 0px;
}
