@charset "UTF-8";
/*------------------------------------------------------
 共通
-------------------------------------------------------*/
.article-area {
  overflow: hidden; }
  .article-area ol, .article-area ul {
    margin: 1rem 1rem 0.5rem 2rem; }
    .article-area ol li, .article-area ul li {
      margin-bottom: .5rem; }
  .article-area .text-under-border {
    text-decoration: underline; }
  .article-area .highlite-yellow {
    background: linear-gradient(transparent 60%, #ff0 60%);
    padding: 0.2em 0.4em; }
  .article-area .highlite-pink {
    background: linear-gradient(transparent 60%, #FFBBD2 60%);
    padding: 0.2em 0.4em; }

/*------------------------------------------------------
　ページタイトル
-------------------------------------------------------*/
.page-title {
  color: #1F4695;
  background: url("../img/temp/bg-page-title.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding: 120px 10px 160px 10px;
  margin-bottom: -100px;
  /*&.large{
  	padding: 280px 10px 300px 10px;
  }
  &:after{
  	content: "";
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(255,255,255,0.75);
  	z-index: 2;
  }
  &.large{
  	padding: 280px 10px 300px 10px;
  	&:after{
  		background: rgba(255,255,255,0.5);
  	}
  }*/ }
  .page-title h1 {
    font-weight: bold;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    color: #1F4695;
    letter-spacing: .3rem; }
  @media screen and (max-width: 768px) {
    .page-title {
      padding: 10px 20px 60px 20px;
      min-height: 200px;
      /*margin-bottom: -50px;*/
      display: flex;
      align-items: center; }
      .page-title.large {
        padding: 180px 10px 200px 10px;
        margin-bottom: -80px; }
      .page-title h1 {
        margin: 0; } }

.section-title-area {
  overflow: hidden;
  height: 280px; }
  @media screen and (max-width: 576px) {
    .section-title-area {
      min-height: 220px; } }
  .section-title-area.nontitle {
    height: 180px; }
    @media screen and (max-width: 576px) {
      .section-title-area.nontitle {
        height: 130px; } }

.section-title {
  position: relative;
  margin-top: 100px; }
  .section-title:before {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: -100px;
    margin-left: -200px;
    border-radius: 50%;
    z-index: 1; }
    @media screen and (max-width: 576px) {
      .section-title:before {
        top: -80px;
        width: 250px;
        height: 250px;
        margin-left: -125px; } }
  .section-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 0; }
  .section-title .inner {
    padding-bottom: 100px;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
    z-index: 2; }
    @media screen and (max-width: 576px) {
      .section-title .inner {
        padding-bottom: 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top; } }
  .section-title h2 {
    padding-top: 2em;
    text-align: center;
    position: relative;
    font-weight: bold;
    color: #798A94;
    letter-spacing: .3rem; }
    .section-title h2:before {
      content: "";
      display: block;
      width: 4.5em;
      height: 4.5em;
      background: url("../img/common/title_icon.svg");
      position: absolute;
      top: -2em;
      left: 50%;
      margin-left: -1.8em;
      background-repeat: no-repeat; }

.article-area h3 {
  font-weight: bold;
  color: #444;
  border-bottom: solid 3px #B6CCD9;
  background: url("../img/common/h3-title-line.webp") no-repeat 10px bottom;
  padding: 4px 0 10px 60px;
  margin: 10px auto 1rem; }
.article-area h4 {
  color: #444;
  border-bottom: solid 3px #1F4695;
  padding-bottom: 0.5rem;
  font-weight: bold; }
  .article-area h4.ss-title01 {
    border: none;
    background: #F7F5E8;
    border-radius: 10px;
    padding: 5px 1rem;
    margin-top: 10px;
    margin-bottom: 10px; }
.article-area .text-number {
  font-size: 160%;
  font-weight: bold; }
  @media screen and (max-width: 576px) {
    .article-area .text-number {
      font-size: 140%; } }
  .article-area .text-number span {
    color: #ffcbd9;
    font-size: 200%;
    margin-left: .8rem;
    margin-bottom: 0;
    display: inline-block;
    min-width: 50px;
    text-align: center; }
    @media screen and (max-width: 576px) {
      .article-area .text-number span {
        display: block;
        margin: auto; } }
.article-area .box-border {
  border: solid 3px #CCC;
  padding: 1rem;
  font-weight: bold;
  width: 90%;
  margin: 1rem auto; }
  .article-area .box-border i {
    font-style: italic; }
.article-area .box-sdges .wp-block-heading {
  margin-top: 0;
  margin-bottom: 0; }
.article-area dl.contact-dl {
  display: flex;
  flex-flow: row wrap; }
  @media screen and (max-width: 576px) {
    .article-area dl.contact-dl {
      flex-flow: column; } }
  .article-area dl.contact-dl dt {
    /*flex-basis: 160px;*/
    min-width: 240px;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    color: #FFF;
    background: #1F4695;
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 576px) {
      .article-area dl.contact-dl dt {
        /*flex-basis: auto;*/
        width: auto; } }
    .article-area dl.contact-dl dt.bg-green {
      background: #7CCB76; }
    .article-area dl.contact-dl dt.bg-orange {
      background: #FFB448; }
    .article-area dl.contact-dl dt.bg-blue {
      background: #6CB5E6; }
    .article-area dl.contact-dl dt.bg-pink {
      background: #F47475;
      min-height: 34px;
      font-size: 80%; }
      @media screen and (max-width: 576px) {
        .article-area dl.contact-dl dt.bg-pink {
          font-size: 100%; } }
    .article-area dl.contact-dl dt.bg-times {
      background: none;
      border: solid 1px #1F4695;
      color: #1F4695; }
    .article-area dl.contact-dl dt span {
      display: block;
      margin: auto; }
  .article-area dl.contact-dl dd {
    flex-basis: calc(100% - 300px - 1rem);
    padding-left: 1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center; }

/*------------------------------------------------------
　会社概要
-------------------------------------------------------*/
.table-chronology table {
  width: 100%;
  border-collapse: collapse; }
  .table-chronology table tr {
    border-bottom: solid 2px #FFF; }
    .table-chronology table tr:last-child {
      border-bottom: none; }
    .table-chronology table tr th, .table-chronology table tr td {
      border: none; }
    .table-chronology table tr th {
      position: relative;
      background-color: #f09199;
      color: #FFF;
      text-align: center; }
      .table-chronology table tr th:after {
        display: block;
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        top: calc(50% - 10px);
        right: -10px;
        border-left: 10px solid #f09199;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent; }
    .table-chronology table tr td {
      text-align: left;
      background-color: #eee;
      padding-left: 1.5rem; }
    @media screen and (max-width: 768px) {
      .table-chronology table tr th:after {
        top: 100%;
        left: 50%;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #f09199 transparent transparent transparent; }
      .table-chronology table tr td {
        padding: 1.5em 0.8em 1em; } }

/*------------------------------------------------------
　月刊報
-------------------------------------------------------*/
.access-area {
  /*--2024.07月用--*/ }
  .access-area h3 span {
    display: inline-block;
    background: #1F4695;
    font-size: 80%;
    color: #FFF;
    padding: 0 6px;
    margin-right: 10px;
    border-radius: 5px; }
  .access-area h4 {
    background: #1F4695;
    color: #FFF;
    font-weight: bold;
    padding: 0.7rem 0.5rem 0.5rem 1rem;
    margin: 1.8rem auto 1rem;
    display: flex;
    align-items: center; }
    .access-area h4 span {
      display: inline-block;
      background: #FFF;
      font-size: 80%;
      color: #1F4695;
      padding: 0 6px;
      margin-right: 10px;
      border-radius: 5px; }
  .access-area h5 {
    font-weight: bold;
    background: #52c2d0;
    color: #FFF;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 1.8rem auto 1rem; }
  .access-area table.table-access-blue {
    border: solid 2px #333;
    min-width: 60%; }
    @media screen and (max-width: 768px) {
      .access-area table.table-access-blue {
        width: 100%; }
        .access-area table.table-access-blue.scroll {
          width: auto;
          min-width: 640px; } }
    .access-area table.table-access-blue th, .access-area table.table-access-blue td {
      padding: 10px;
      border-collapse: collapse;
      border: solid 1px #333; }
    .access-area table.table-access-blue th {
      background: #E6F2F6;
      font-weight: bold;
      white-space: nowrap; }
      @media screen and (max-width: 768px) {
        .access-area table.table-access-blue th {
          white-space: normal; } }
    .access-area table.table-access-blue.td-middle td {
      vertical-align: middle; }
    .access-area table.table-access-blue.tr-odd tr:nth-child(odd) {
      background: #efefef; }
    .access-area table.table-access-blue tr.tr-bg-orange {
      background: #FFFEB1; }
    .access-area table.table-access-blue td.cell-yellow {
      background: #FFFEB1; }
  .access-area .notice-block {
    background: #E6F2F6;
    padding: 0.5rem 1rem 0.4rem;
    color: #1F4695;
    font-weight: bold; }
  .access-area dl.list-icon-square dt {
    font-weight: bold;
    position: relative;
    margin-left: 1.4rem; }
    .access-area dl.list-icon-square dt:before {
      position: absolute;
      top: 0;
      left: -1.2rem;
      width: 1rem;
      height: 1rem;
      color: #f5a32d;
      content: "■"; }
  .access-area dl.list-icon-square dd {
    margin-left: 1.4rem;
    margin-bottom: 1rem; }
  .access-area dl.list-icon-square dd.notice {
    margin-left: 2.6rem;
    text-indent: -1.2em; }
  .access-area div.arrow-under {
    margin-bottom: 50px;
    position: relative; }
    .access-area div.arrow-under:after {
      content: "";
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 20px 50px 0 50px;
      border-color: #0D2B8A transparent transparent transparent;
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translate(-50%, 100%); }
  .access-area div.box-202407 {
    width: 750px; }
    @media screen and (max-width: 768px) {
      .access-area div.box-202407 {
        width: 100%; } }
  .access-area table.table-access-check {
    width: 100%; }
    .access-area table.table-access-check tr {
      border-bottom: solid 1px #333; }
    .access-area table.table-access-check th {
      text-align: center;
      font-weight: bold; }
      .access-area table.table-access-check th:first-child {
        width: 3rem; }
    .access-area table.table-access-check dl dt, .access-area table.table-access-check dl dd {
      padding: 10px;
      width: 100%;
      margin: 0; }
    .access-area table.table-access-check dl dt {
      background: #fffcd6;
      border-bottom: dotted 1px #333; }
    .access-area table.table-access-check dl dd {
      background: #e4f2e5; }
      .access-area table.table-access-check dl dd.tac-bg-color2 {
        background: #dbefee; }
      .access-area table.table-access-check dl dd.tac-bg-color3 {
        background: #e1e9f6; }
      .access-area table.table-access-check dl dd strong {
        margin-right: 1rem; }
    .access-area table.table-access-check input[type="checkbox"] {
      position: relative;
      width: 16px;
      height: 16px;
      border: 1px solid #000;
      vertical-align: -5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .access-area table.table-access-check input[type="checkbox"]:checked:before {
      position: absolute;
      top: 1px;
      left: 4px;
      transform: rotate(50deg);
      width: 5px;
      height: 10px;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      content: ''; }

/*------------------------------------------------------
　複数ページ
-------------------------------------------------------*/
.btn-colum-left-center {
  display: flex;
  flex-flow: row wrap; }
  @media screen and (max-width: 576px) {
    .btn-colum-left-center {
      text-align: center;
      justify-content: center; } }
  .btn-colum-left-center div {
    margin-right: 10px; }
    @media screen and (max-width: 576px) {
      .btn-colum-left-center div {
        margin-right: 0; } }

/*------------------------------------------------------
　SDGs
-------------------------------------------------------*/
.sdgs-image img {
  width: 250px;
  height: 300px;
  object-fit: cover; }

.sdgs-marks {
  display: flex;
  /*justify-content: flex-end;*/ }
  .sdgs-marks img {
    margin: 0 5px 10px;
    width: 170px;
    height: 170px;
    object-fit: cover; }

/*------------------------------------------------------
　出版実績
-------------------------------------------------------*/
.books-box {
  background: #F7F5E8;
  border-radius: 15px;
  padding: 1rem 1rem 0.5rem; }
