@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP&family=Roboto+Condensed&family=Roboto:wght@400;700&display=swap");
/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
code,
del,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

/*========================================
  要素の基本的なスタイル
========================================*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #646464;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(28 / 750 * 100vw);
  }
}
body.en {
  font-family: "Roboto", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
iframe,
video,
picture {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  img.img-size-normal {
    width: auto;
  }
}
img.img-size-normal-all {
  width: auto;
}
@media screen and (max-width: 767px) {
  img.img-size-normal-all {
    max-width: 100%;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a.linc-pict {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  a.linc-pict:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

.en a {
  word-break: keep-all;
}

small {
  font-size: 80%;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

address {
  font-style: normal;
}

table {
  width: 100%;
}

input[type=button],
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
}

label {
  cursor: pointer;
  display: inline-block;
}

button,
button[type=button],
button[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

::placeholder {
  color: #D5D5D5;
}

.c-scroll {
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 10px;
}

.c-table-sp__scroll::-webkit-scrollbar {
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
  height: 50px;
}

/*========================================
  テキスト装飾
========================================*/
.c-text-yellow {
  color: #C3B071;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .c-text-yellow:hover {
    text-decoration: none;
  }
}
.c-text-yellow-nounder {
  color: #C3B071;
}

.c-text-red {
  color: #FF3B3B;
}

.c-text-red-02 {
  color: #FF0000;
}

.c-text-green {
  color: #468590;
}

.c-text-green-light {
  color: #B3CEC8;
}

.c-text-blue {
  color: #1313C4;
}

.c-text-bold {
  font-weight: 700;
}

.c-text-owrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.c-text-keepall {
  word-break: keep-all;
}

.c-text-nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .c-hover-yellow:hover {
    color: #C3B071;
  }
}

.c-text-through {
  text-decoration: line-through;
}

.c-text-small {
  font-size: 80%;
}

.c-text-bg-red01 {
  background: #FDE8E8;
}

.c-text-bg-green01 {
  background: #D5F0EC;
}

/*========================================
  iframe
========================================*/
.c-news-list .list-item {
  border-bottom: 1px dotted #707070;
}
.c-news-list .item-nolink,
.c-news-list .link-item {
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.3s;
}
.c-news-list .item-nolink .item-ttl {
  width: calc(100% - 120px);
}
@media screen and (min-width: 738px) {
  .c-news-list .link-item:hover {
    color: #B3CEC8;
  }
}
@media screen and (min-width: 738px) {
  .c-news-list .link-item:hover .meta-category {
    border-color: #B3CEC8;
  }
}
.c-news-list .link-item .item-ttl {
  width: calc(100% - 300px);
}
.c-news-list .item-time {
  width: 70px;
  margin-right: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
.c-news-list .meta-category {
  border: 1px solid #707070;
  border-radius: 14px;
  width: 127px;
  margin-right: 40px;
  font-size: 1.2rem;
  text-align: center;
}
.c-news-list .item-ttl {
  font-size: 1.4rem;
}
.c-news-list .c-icon-pdf,
.c-news-list .c-icon-other {
  width: 19px;
  height: 19px;
  margin-left: 7px;
  vertical-align: -2px;
}
.c-news-list .c-icon-word,
.c-news-list .c-icon-excel {
  width: 19px;
  height: 19px;
  margin-left: 7px;
  vertical-align: -3px;
}

.c-tablist.list-category-top {
  width: 100%;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  overflow: auto;
}
.c-tablist.list-category-top .tab-link {
  background: none;
  border: 1px solid #B3CEC8;
  border-radius: 20px;
  padding: 5px 2px;
  font-size: 1.5rem;
  color: #B3CEC8;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  transition: 0.3s;
}
.c-tablist.list-category-top .tab-link:hover {
  background: #B3CEC8;
  color: #fff;
  cursor: pointer;
}
.c-tablist.list-category-top .tab-link.js-active {
  background: #B3CEC8;
  color: #fff;
}

.c-news-list-top__wrap {
  height: 450px;
  overflow: hidden;
}
.c-news-list-top__wrap .c-news-list.list-top {
  width: calc(100% - 10px);
}
.c-news-list-top__wrap .c-news-list.list-top .list-item {
  display: flex;
}
.c-news-list-top__wrap .c-news-list.list-top .list-item:last-child {
  border-bottom: 1px dotted #707070;
}
.c-news-list-top__wrap .c-news-list.list-top .link-item {
  width: 100%;
  height: 88px;
  align-items: center;
}
.c-news-list-top__wrap .c-news-list.list-top .link-item:hover {
  color: #B3CEC8;
}
.c-news-list-top__wrap .c-news-list.list-top .link-item:hover .meta-category {
  border-color: #B3CEC8;
}
.c-news-list-top__wrap .c-news-list.list-top .link-item .item-ttl {
  width: calc(100% - 277px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.c-news-list-top__wrap .c-news-list.list-top .item-time {
  margin-right: calc(50 / 650 * 100%);
}
@media screen and (min-width: 620px) {
  .c-news-list-top__wrap .c-news-list.list-top .item-time {
    margin-right: 20px;
  }
}
.c-news-list-top__wrap .c-news-list.list-top .meta-category {
  margin-right: calc(20 / 650 * 100%);
}
@media screen and (min-width: 620px) {
  .c-news-list-top__wrap .c-news-list.list-top .meta-category {
    margin-right: 20px;
  }
}

.c-tablist.list-category-top.js-top-sp {
  margin-bottom: calc(60 / 750 * 100vw);
  grid-template-columns: repeat(2, 1fr);
  gap: calc(20 / 750 * 100vw) calc(14 / 750 * 100vw);
}
.c-tablist.list-category-top.js-top-sp .tab-link {
  border-radius: calc(44 / 750 * 100vw);
  padding: calc(18 / 750 * 100vw) 2px;
  font-size: calc(30 / 750 * 100vw);
}

.c-news-list-top__wrap.js-top-sp {
  height: calc(1240 / 750 * 100vw);
}
.c-news-list-top__wrap.js-top-sp .c-news-list.list-top {
  width: calc(100% - (20 / 670 * 100vw));
}
.c-news-list-top__wrap.js-top-sp .c-news-list.list-top .link-item {
  height: calc(244 / 750 * 100vw);
}
.c-news-list-top__wrap.js-top-sp .c-news-list.list-top .item-time {
  width: calc(170 / 670 * 100vw);
  margin-right: calc(60 / 670 * 100vw);
  font-size: calc(30 / 670 * 100vw);
}
.c-news-list-top__wrap.js-top-sp .c-news-list.list-top .meta-category {
  border-radius: calc(28 / 670 * 100vw);
  margin-right: 0;
  font-size: calc(30 / 670 * 100vw);
  width: calc(254 / 670 * 100vw);
}
.c-news-list-top__wrap.js-top-sp .c-news-list.list-top .item-ttl {
  width: 100%;
  margin-top: calc(20 / 670 * 100vw);
  font-size: calc(30 / 670 * 100vw);
}

.c-news-list.list-under {
  width: calc(100% - 30px);
}
@media screen and (max-width: 737px) {
  .c-news-list.list-under {
    width: calc(100% - (30 / 670 * 100vw));
  }
}
@media screen and (max-width: 737px) {
  .c-news-list.list-under .item-nolink {
    width: 100%;
  }
}
@media screen and (max-width: 737px) {
  .c-news-list.list-under .link-item .item-ttl {
    width: 100%;
  }
}
@media screen and (max-width: 737px) {
  .c-news-list.list-under .item-time {
    width: calc(170 / 670 * 100vw);
    margin-right: calc(60 / 670 * 100vw);
    font-size: calc(30 / 670 * 100vw);
  }
}
@media screen and (max-width: 737px) {
  .c-news-list.list-under .meta-category {
    border-radius: calc(28 / 670 * 100vw);
    margin-right: 0;
    font-size: calc(30 / 670 * 100vw);
    width: calc(254 / 670 * 100vw);
  }
}
@media screen and (max-width: 737px) {
  .c-news-list.list-under .item-ttl {
    margin-top: calc(20 / 670 * 100vw);
    font-size: calc(30 / 670 * 100vw);
  }
}
@media screen and (max-width: 737px) {
  .c-news-list.list-under .c-icon-pdf,
.c-news-list.list-under .c-icon-other {
    width: calc(38 / 670 * 100vw);
    height: calc(38 / 670 * 100vw);
    margin-left: calc(12 / 670 * 100vw);
    vertical-align: calc(-6 / 670 * 100vw);
  }
}
@media screen and (max-width: 737px) {
  .c-news-list.list-under .c-icon-word,
.c-news-list.list-under .c-icon-excel {
    width: calc(32 / 670 * 100vw);
    height: calc(32 / 670 * 100vw);
    margin-left: calc(12 / 670 * 100vw);
    vertical-align: calc(-6 / 670 * 100vw);
  }
}

.c-editor-list-cms.list-top a[target=_blank] .item-ttl::after,
.c-editor-list-cms.list-top a[href*=".pdf"] .item-ttl::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: -2px;
}

.c-editor-list-cms.list-top.js-top-sp a[target=_blank] .item-ttl::after,
.c-editor-list-cms.list-top.js-top-sp a[href*=".pdf"] .item-ttl::after {
  width: calc(32 / 750 * 100vw);
  height: calc(32 / 750 * 100vw);
  margin-left: calc(6 / 750 * 100vw);
  margin-right: calc(10 / 750 * 100vw);
}

.c-editor-list-cms.list-top a[target=_blank] .item-ttl::after {
  background: url(../img/icon/icon-other.svg) no-repeat 0 0;
  background-size: contain;
}

.c-editor-list-cms.list-top a[href*=".pdf"] .item-ttl::after {
  background: url(../img/icon/icon-pdf.svg) no-repeat 0 0;
  background-size: contain;
}

/*========================================
 * スクリーンリーダーテキスト
========================================*/
.screen-reader-text,
.u-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}