@charset "UTF-8";

/* ==========================================================
 override
========================================================== */
#content.page-forfront {
    background-color: #eaedf2;
	padding-top: calc(52px + 2em);
}
.page #main {
    width: auto !important;
	margin: 0 auto;
}
/* ==========================================================
 hero
========================================================== */
.child-section.hero {
	padding: 0;
}
.hero .page-title {
	margin: 0.1em 0 0.67em 0;
}
.entry-content ul.anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 6px 10px -2px rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    padding: 8px 16px;
    margin: 32px 0 0;
	list-style-type: none;
	
}
.entry-content ul.anchor-list > .item > .link {
		font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    white-space: nowrap;
}
.entry-content ul.anchor-list > .item > .link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/img/common/child_icon_arrow_blk.svg) center center /contain no-repeat;
    transform: rotate(90deg);
    margin-left: 8px;
}
@media screen and (max-width: 768px) {
	.child-section.hero {
		padding: 0;
	}
	.entry-content ul.anchor-list {
    position: static;
    transform: none;
    flex-direction: column;
    padding: 10px;
    margin: 15px 0;
	}
	.entry-content ul.anchor-list > .item > .link {
    padding: 10px;
	}
}
/* ==========================================================
download
========================================================== */
.child-section.download {
	padding: 40px 0 40px 0;
}
/*.child-section.download#recommend {
	padding-top: 120px;
}*/
.download .list.flex-set  {
	display: flex;
	flex-wrap: wrap;
}
.download .list li  {
	width: calc(100% / 3);
}
.download .list.item-large li  {
	width: 50%;
}
.download .list li a.item-button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px;
	text-decoration: none;
	transition: .2s;
}
.download .list li a.item-button:hover  {
	background-color: var(--gr-50);
}
.download .list li a.item-button:hover .child-button {
	background-color: var(--sun);
	color: var(--pu-400);
}
.download .list li .list-item-wrapper {
	position: relative;
	height: 100%;
	padding-bottom: 100px;
}
.download .list li .list-item-image {
	width: 75%;
	transition: .3s;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.download .list li.horizontal .list-item-image {
	width: 100%;
	margin: 55px 0;
}
.download .list.item-large li .list-item-image {
	width: 50%;
}
.download .list.item-large li .list-item-image.service {
	width: 100%;
	box-shadow: none;
}
.download .list li .list-title {
	color: #335799;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	min-height: 90px;
	padding-top: 30px;
}
.download .list.item-large li .list-title {
	font-size: 28px;
}
.download .list li .list-title span {
	font-size: 17px;
}
.download .list li p {
	/*font-size: 16px;*/
	text-align: left;
}
.download .list li p.list-item-text-desc {
	/*min-height: 84px;*/
}
.download .list.item-large li p.list-item-text-desc {
	/*min-height: 120px;*/
    margin-top: 1em;
}
.download .list .child-button {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.child-section.download {
		padding: 0;
	}
	.download .list.flex-set {
		flex-direction: column;
	}
	.download .list li,
	.download .list.item-large li {
		width: 100%;
	}
	.download .list li a.item-button {
		padding: 30px 15px;
	}
	.download .list li .list-item-wrapper {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.download .list.item-large li .list-item-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.download .list li .list-item-wrapper h2,
	.download .list li .list-item-wrapper p {
		text-align: left;
		min-height: 0;
		padding-top: 0;
	}
	.download .list.item-large li .list-item-wrapper h2 {
		text-align: center;
		margin-top: 10px;
	}
	.download .list li .list-item-image,
	.download .list li.horizontal .list-item-image {
		width: 25%;
		margin: 0 10px 10px 10px;
	}
	.download .list.item-large li .list-item-image {
		width: 50%;
	}
	.download .list li .list-item-text-desc {
		font-size: 14px;
		line-height: 1.5em;
	}
}


/* ==========================================================
 child-detail
========================================================== */
.child-detail .child-font.page-title {
  font-size: 40px;
}
.child-detail-list {
  width: 100%;
  padding: 32px 40px;
  border: solid 1px #e5e5e5;
  border-radius: 12px;
  margin: 16px 0;
  list-style-type: disc;
}
.child-detail-list li {
  font-weight: bold;
  padding-bottom: 16px;
  margin-left: 20px;
}
.child-detail-list li:last-of-type {
  padding-bottom: 0;
}
.child-download-img-wrapper {
  border: solid 1px #e5e5e5;
  border-radius: 12px;
  margin: 16px 0;
  text-align: center;
  overflow: hidden;
}
.child-download-img {
	max-height: 240px;
}
.child-detail .detail {
	position: relative;
}
.child-detail .detail input.more-checker {
	display: none;
}
.child-detail .detail label.more-checker {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #999;
	text-decoration: underline;
	background-color: #fff;
	padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .child-detail .child-font {
  	font-size: 14px;
  	line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin: 0 0 1em 0;
  }
  .child-detail .child-font.small {
    text-align: left;
  }
  .child-detail .child-font.page-title {
    font-size: 32px;
  }
  .child-detail-list {
    padding: 15px 20px;
  }
  .child-download-img-wrapper {
	width: 50%;
	float: right;
	margin: 0 0 8px 8px;
  }
  .child-detail .detail label.more-checker {
  	display: inline-block;
  }
  .child-detail .detail .more {
  	height: 150px;
  	overflow: hidden;
  	margin-bottom: 15px;
  }
.child-detail .detail input.more-checker:checked ~ label.more-checker {
  	display: none;
  }
  .child-detail .detail input.more-checker:checked ~ .more {
  	height: auto;
  	overflow: visible;
  }

}
/* ==========================================================
 seminar
========================================================== */
.seminar-card-inner {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 6px 10px -2px rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	background-color: #fff;
}
.seminar-card-image-area {
	width: 100%;
	background-color: #ccc;
}
.seminar-card-image-area img {
	width: 100%;
	height: auto;
}
.seminar-status {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	/* min-width: 80px; */
	padding: 0 10px;
	border-radius: 0 0 3px 0;
	height: 30px;
	line-height: 30px;
}
.seminar-status.now { /* 受付中 */
	background-color: #EB4F25;
}
.seminar-card-textarea {
	padding: 15px 20px 20px;
}
.seminar-date {
	font-size: 14px;
	line-height: 1;
	color: #333;
}
.seminar-date span.small {
	font-size: 14px;
	font-family: roboto, "sans-serif";
}
.seminar-date span.large {
	font-size: 24px;
	font-family: roboto, "sans-serif";
}
.seminar-place {
	font-size: 16px;
	line-height: 1;
	border-left: solid 1px #d5d5d5;
	margin-left: 11px;
	padding-left: 11px;
	color: #333;
}
.seminar-category {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	line-height: 24px;
	border-radius: 3px;
	padding: 0 10px;
	border: solid 1px #D5D5D5;
	color: #333;
	padding: 0 12px;
	background-color: #fff;
	margin: 0 10px 10px 0;
}
.card-subtextarea {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	align-items: center;
	/* padding: 16px 0 8px; */
}
.card-subtextarea:first-child {
	margin-top: 0;
}
p.seminar-keyword {
    font-size: 12px;
    background-color: #F8F8F8;
    border: solid 1px #D5D5D5;
    border-radius: 20px;
    height: 25px;
    line-height: 23px;
    color: #333;
    margin: 0 4px 4px 0;
    padding: 0 8px;
}
/* ==========================================================
 カテゴリー別一覧用スタイル
========================================================== */
.download {
  &.post {
    /* ノウハウ・トレンドでnewタグがチェックされた時のみバッジがつく */
    &[id="trend"] {
      .doc-list {
        >.item {
          &.new {
            position: relative;
            &::after {
              content: "NEW";
              position: absolute;
              top: -24px;
              right: -24px;
              background-color: var(--pa-400);
              color: var(--cloud);
              font-size: 14px;
              font-weight: 400;
              width: 54px;
              height: 54px;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              letter-spacing: 0.03em;
              @media screen and (max-width: 768px) {
                top: -14px;
                right: -12px;
                width: 40px;
                height: 40px;
                font-size: 10px;
              }
            }
          }
        }
      }
    }
    .doc-list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      flex-wrap: wrap;
      gap: 30px;
      @media screen and (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
      }
      >.item {
        width: auto;
        >.link {
          >.pict {
            height: 150px;
            @media screen and (max-width: 768px) {
              height: 100px;
            }
          }
          .title {
            font-size: 18px;
            @media screen and (max-width: 768px) {
              font-size: 14px;
            }
          }
        }
      }
    }
  }
}
.entry-content ul:not(.toc_list).doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.download .doc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  @media screen and (max-width: 768px) {
    gap: 16px;
  }
}

.download .doc-list > .item  {
  width: calc((100% - 60px) / 3);
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.download .doc-list>.item>.link {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-decoration: none;
  padding: 24px;
  border-radius: 12px;
  background-color: #fff;
  border: solid 1px var(--gr-150);
  box-shadow: 0px 4px 12px 0px rgba(115, 115, 120, 0.16);
  @media screen and (max-width: 768px) {
    padding: 20px;
  }
}

.download .doc-list>.item>.link:hover {
  background-color: var(--sun);
}

.download .doc-list>.item>.link:hover>.child-button {
  background-color: var(--sun);
}

.download .doc-list>.item>.link>.pict {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  @media screen and (max-width: 768px) {
    height: 100px;
  }
}

.download .doc-list>.item>.link>.pict>.image {
  max-height: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 6px 10px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.download .doc-list>.item>.link>.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: var(--pu-400);
  margin: 20px 0 0 0;
  flex-grow: 1;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  text-align: center;
  @media screen and (max-width: 768px) {
    margin: 16px 0 0 0;
    font-size: 18px;
  }
}

.download .doc-list>.item>.link>.child-button {
  display: none;
  font-size: 18px;
  height: 72px;
  margin-bottom: 0;
}
/* お役立ち資料ページ：人気の資料 */
.child-section.download {

  h2 {
    margin-top: 0;
  }
  &.post {
    /* background-color: var(--gr-50); */
  }
  &.ylw {
    /* background-color: var(--pa-50); */
  }
  &[id="recommend"] {
    padding: 60px 0;
    @media screen and (max-width: 768px) {
      padding: 30px 0;
    }
    .doc-list {
      display: flex;
      justify-content: center;
      >.item {
        width: calc((100% - 60px) / 3);
        @media screen and (max-width: 768px) {
          width: 100%;
        }
        >.link {
          >.pict {
            height: 200px;
          }
        }
        &:nth-child(4),
        &:nth-child(5) {
          width: calc((100% - 30px) / 2);
          max-width: 500px;
          @media screen and (max-width: 768px) {
            width: calc((100% - 20px) / 2);
          }
          >.link {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row;
            gap: 24px;
            @media screen and (max-width: 768px) {
              flex-direction: column;
              gap: 16px;
            }
            >.title {
              margin-top: 0;
              @media screen and (min-width: 768px) {
                text-align: left;
                width: 235px;
              }
              @media screen and (max-width: 768px) {
                font-size: 16px;
              }
            }
            >.pict {
              max-width: 200px;
              width: 100%;
              height: 140px;
              @media screen and (max-width: 768px) {
                height: 100px;
              }
            }
          }
        }
      }
    }
  }
   &[id="case"] {
    padding: 80px 0 40px 0;
    @media screen and (max-width: 768px) {
      padding: 60px 0 30px 0;
    }
  }
  &[id="trend"] {
    padding: 40px 0 80px 0;
    @media screen and (max-width: 768px) {
      padding: 30px 0 60px 0;
    }
  }

  /* //ノウハウ・トレンド一覧ページ */
  &.single-trend {
    padding: 0;
    /* background-color: var(--gr-50); */
    @media screen and (max-width: 768px) {
      padding: 40px 0 54px;
    }
    .doc-list {
      display: grid;
      grid-template-rows: auto;
      @media screen and (min-width: 768px) {
        grid-template-columns: repeat(3, 1fr);
      }
      >.item {
        >.link {
          >.pict {
            @media screen and (min-width: 768px) {
              height: 200px;
            }
          }
        }
      }
    }
  }
}
.link.arrow {
  font-weight: bold;
  color: var(--pu-400);
  display: flex;
  align-items: center;
  justify-content: center;
  &.back {
    flex-direction: row-reverse;
    &::after {
      margin-right: 4px;
      transform: scale(-1, 1);
    }
  }
}

.link.arrow::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  mask-image: url(/img/common/icon_arrow.svg);
  mask-size: cover;
  background-color: currentColor;
  margin-left: 4px;
}
.mt30 {
  margin-top: 30px;

  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }
}
/* ==========================================================
 child-form
========================================================== */
/*メールに欄外注意書き追加---------------------*/
input#Email {
  margin-bottom: 20px;
  height: 40px;
}
input#Email ~ div.mktoClear {
  display: block;
  position: absolute;
  bottom: 0;
  left: 200px;
  width: auto;
  height: 20px;
}
input#Email ~ div.mktoClear::before {
  display: inline;
  content: "※会社用メールアドレスをご記入ください";
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #666;
}
@media screen and (max-width: 768px) {
  input#Email ~ div.mktoClear {
    left: 0;
  }
}
