@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Quicksand", sans-serif;
}

.c_ered {
  color: #ff0000;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(8vw, 80px);
  --headerHeight: 80px;
  --sectionWrap: 7.5em;
  --minWidth: 1000px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 8vw;
    --header-height: 80px;
    --sectionWrap: 3.75em;
    --minWidth: 1px;
  }
}
picture {
  display: block;
}
picture img {
  display: block;
}

button {
  padding: 0;
  color: inherit;
}

input, select {
  color: inherit;
}

@-moz-document url-prefix() {
  rt {
    position: relative;
    top: 0.5em;
  }
}
/* Safari */
_::-webkit-full-page-media, _:future, :root rt {
  transform: translateY(5px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

@media screen and (max-width: 767px) {
  .container_wrap {
    min-width: unset;
    padding-bottom: 7em;
  }
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: var(--sectionWrap) 0;
  position: relative;
}

.opacity, .login_nav a {
  transition: 0.3s;
}
.opacity:hover, .login_nav a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1134px) {
  .tab {
    display: none !important;
  }
}

@media screen and (max-width: 1133px) {
  .pc_only {
    display: none !important;
  }
}

.inner, .inner_s, .inner_m, .inner_l {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_l {
  max-width: calc(1280px + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(1120px + var(--sideW) * 2);
}

.inner_s {
  max-width: calc(960px + var(--sideW) * 2);
}

body.no-ruby rt {
  display: none !important;
}

/*
.icon_new {
  position: relative;
}
.icon_new:after {
  position: absolute;
  z-index: 1;
  top: -1em;
  right: 1em;
  content: "";
  display: block;
  width: 46px;
  aspect-ratio: 1/1;
  background: url(../images/ico_new.svg) no-repeat center bottom/contain;
}
@media screen and (max-width: 1180px) {
  .icon_new:after {
    right: -10px;
  }
}
*/

.top_login {
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.top_login .user_id {
  padding: 0 1.75em;
}
.top_login.logout {
  font-size: clamp(0.625em, 1.4vmin, 1em);
}
@media screen and (max-width: 767px) {
  .top_login.logout {
    font-size: 1em;
  }
}
.top_login.sp {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2.5em auto;
}
.top_login.sp .user_id {
  padding: 0.5em 1em 0.5em 1.5em;
  font-size: 0.875em;
}
.top_login.sp.logout {
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-between;
}

.top_login__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
  background-color: #FFE36E;
  padding: 0.75em 1.5em;
  font-size: clamp(0.8em, 1.4vmin, 1.125em);
}
@media screen and (max-width: 767px) {
  .top_login__link {
    padding: 0.75em;
    font-size: 0.875em;
  }
}
.top_login__link:after {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 1/1;
  background: url(../images/ico_login.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top_login__link:after {
    width: 16px;
  }
}
.top_login__link.logout:after {
  background: url(../images/ico_logout.svg) no-repeat center/contain;
}

.link_worker_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  color: #0C95EB;
  border: 2px solid #0C95EB;
  background-color: #fff;
  border-radius: 50px;
  padding: 0 1.5em;
  margin: 0 0 1em auto;
}
.link_worker_01:after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/9;
  background: url(../images/ico_arrow_right_01.svg) no-repeat center/contain;
  flex-shrink: 0;
}

.link_worker_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.0625em 1em;
  font-weight: 700;
  background-color: #A0E2FF;
  border-radius: 50px;
}
.link_worker_02:after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/9;
  background: url(../images/ico_arrow_right_01.svg) no-repeat center/contain;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .link_worker_02 {
    margin-left: auto;
  }
}

.link_download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 48px;
  background: #FFE36E url(../images/ico_arrow_right_03.svg) no-repeat center right 1em/17px;
  border: 2px solid #1A1311;
  border-radius: 50px;
  margin: 3.75em auto;
}

.word,
.month {
  position: relative;
}
.word .placeholder,
.month .placeholder {
  width: 100%;
  height: 100%;
  background: #fff url(../images/ico_search_01.svg) no-repeat center right 0.5em/20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 2px solid #1A1311;
  display: flex;
  align-items: center;
  padding: 0.5em 2em 0.5em 0.5em;
}

.month .placeholder {
  background: #fff;
}

.input__word {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #1A1311;
  border-radius: 10px;
  padding: 0.5em 2em 0.5em 0.5em;
  background: transparent;
}

::-moz-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #1A1311;
  border-radius: 10px;
  padding: 0.5em 2em 0.5em 0.5em;
  background: #fff url(../images/ico_tri_01.svg) no-repeat center right 0.5em/12px;
}

.select__order {
  background: #fff url(../images/ico_tri_02.svg) no-repeat center right 0.5em/12px;
  border-color: #0C95EB;
}

#area,
#category,
#field,
#order {
  position: relative;
}

.btn_area,
.btn_category,
.btn_field,
.btn_order {
  border: 2px solid #1A1311;
  border-radius: 10px;
  padding: 0.75em 1em 0.5em 0.5em;
  background: #fff url(../images/ico_tri_01.svg) no-repeat center right 0.5em/10px;
  cursor: pointer;
  height: 100%;
  display: flex;
}

.btn_order {
  border: 2px solid #0C95EB;
  background: #fff url(../images/ico_tri_02.svg) no-repeat center right 0.5em/10px;
}

.btn_datepicker {
  border: 2px solid #1A1311;
  border-radius: 10px;
  padding: 0.75em 1em 0.5em 0.5em;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: inherit;
  position: relative;
}

.list_cmn_option {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  flex-direction: column;
  gap: 10px;
}
.list_cmn_option li {
  cursor: pointer;
}
.list_cmn_option.is-active {
  display: flex;
}

.btn_order + .list_cmn_option {
  padding: 10px;
}

.open_search {
  margin-top: 1em;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 0.5em;
  align-items: center;
  background-color: #0082D4;
  color: #fff;
  padding: 0.25em 1em;
  border-radius: 10px;
}
@media screen and (min-width: 821px) {
  .open_search {
    display: none !important;
  }
}
.open_search:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 8px 5px 0px 5px;
}

.follow {
  transform: translateX(100%);
  transition: transform 0.3s;
  position: fixed;
  right: 0;
  bottom: 5em;
}
@media screen and (max-width: 767px) {
  .follow {
    right: 2%;
    bottom: 4em;
  }
  .follow img {
    display: none;
  }
}
.follow.is-active {
  transform: translateX(0);
}

.btn_pagetop {
  margin: 0 auto 1em;
  border: none;
  position: relative;
  width: 5.625em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-content: center;
  font-weight: 700;
  line-height: 1.3;
}
.btn_pagetop:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 12px 6px 0px 6px;
  position: absolute;
  top: calc(100% - 6px);
  left: calc(50% - 6px);
}
@media screen and (max-width: 767px) {
  .btn_pagetop:after {
    display: none;
  }
}

.furigana {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: clamp(0.875em, 1.4vmin, 1.125em);
}
@media screen and (max-width: 767px) {
  .furigana {
    font-size: 0.875em;
  }
}
.furigana .head {
  font-weight: 700;
}
.furigana .switch {
  display: flex;
}
.furigana .switch li button {
  padding: 0;
  border: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.43em;
  height: 2.5em;
  font-family: "Quicksand", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
}
.furigana .switch li button.is-active {
  background-color: #FFE36E;
}
.furigana .switch li:nth-child(1) button {
  border-radius: 50px 0 0 50px;
}
.furigana .switch li:nth-child(2) button {
  border-radius: 0 50px 50px 0;
}

.btn_gnavi {
  position: absolute;
  bottom: calc(100% - 1px);
  right: 2.5em;
  border: none;
  padding: 10px 0 0;
  width: 9.375em;
  height: 4.375em;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  background-image: url(../images/ico_arrow_top_01.svg);
  background-repeat: no-repeat;
  background-position: center top 9px;
  background-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .btn_gnavi {
    font-size: 0.875em;
  }
}

.list_gnavi {
  width: 100%;
  max-width: 846px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .list_gnavi li {
    width: calc(50% - 5px);
  }
}
.list_gnavi li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 41px;
  border-radius: 50px;
  border: 2px solid #1A1311;
  background-color: #FFE36E;
  font-size: 1.125em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_gnavi li a {
    width: 100%;
  }
}
.list_gnavi li a.n_shinbun_maker.is-passive {
  filter: grayscale(1);
}

.gnavi {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 1.5em var(--sideW);
  transform: translateY(100%);
  transition: 0.5s;
}
.gnavi.is-active {
  transform: translateY(0);
}
.gnavi.is-active .btn_gnavi {
  background-image: url(../images/ico_arrow_bottom_01.svg);
}

.cmn_header {
  position: relative;
}
.cmn_header .inner_s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em var(--sideW);
}
@media screen and (max-width: 767px) {
  .cmn_header .inner_s {
    padding: 1.5em var(--sideW) 0.5em;
  }
}
.cmn_header__left {
  width: min(25%, 238px);
}
@media screen and (max-width: 767px) {
  .cmn_header__left {
    width: 180px;
  }
}
.home {
  min-height: 500px;
  min-height: 500px;
  overflow: hidden;
}
.home #container_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home #container_wrap .l_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100svh - 100px);
  min-height: 460px;
}
@media screen and (max-width: 1181px) {
  .home #container_wrap .l_container {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .home #container_wrap .l_container {
    height: unset;
  }
}
.home .cmn_header .inner_s {
  max-width: calc(clamp(600px, 100vmin, 960px) + var(--sideW) * 2);
}
@media screen and (max-width: 767px) {
  .home .cmn_header .inner_s {
    max-width: calc(960px + var(--sideW) * 2);
  }
}
.home .l_container .inner_s {
  max-width: calc(clamp(600px, 100vmin, 960px) + var(--sideW) * 2);
}
@media screen and (max-width: 767px) {
  .home .l_container .inner_s {
    max-width: calc(960px + var(--sideW) * 2);
  }
}
@media screen and (max-width: 767px) {
  .home {
    height: unset;
    overflow: unset;
  }
}
@media screen and (max-width: 767px) {
  .home .cmn_header {
    margin-bottom: 1em;
  }
}
.home .cmn_header__right {
  display: flex;
  align-items: center;
  gap: 1.2em;
}
.home #container_wrap {
  position: relative;
}
.home #container_wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/home_bg.svg) no-repeat center 10%/cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .home #container_wrap:before {
    background: url(../images/home_bg_sp.svg) no-repeat left center/cover;
  }
}

.layout_home_grid {
  display: grid;
  gap: 20px 2%;
  grid-template-columns: 21.5% 21.5% 28% 23%;
  grid-template-rows: repeat(4, max-content);
}
@media screen and (max-width: 767px) {
  .layout_home_grid {
    grid-template-columns: repeat(2, 48%);
    grid-template-rows: repeat(6, max-content);
    gap: 30px 4%;
    padding-bottom: 5em;
  }
}

.top_news {
  grid-column: 1/3;
  grid-row: 1/3;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px #939393;
  padding: clamp(5px, 4%, 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_news {
    grid-column: 1/3;
    grid-row: 1/2;
    padding: 10px;
  }
}
.top_news__head {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 20px 0 20px 0;
  padding: 0.5em 20px 0.25em;
  width: 73%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  transition: 0.5s;
  transform-origin: top left;
}
.top_news__head:hover {
  transform: scale(1.1);
}
.top_news__head .ttl {
  font-size: clamp(0.75em, 2vmin, 1.25em);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_news__head .ttl {
    font-size: min(4.8vw, 27px);
  }
}
.top_news__head .link {
  font-size: clamp(0.75em, 2vmin, 1.25em);
  padding: 0 1.5em 0 0;
  background: url(../images/ico_arrow_right_04.svg) no-repeat center right/17px;
}
@media screen and (max-width: 767px) {
  .top_news__head .link {
    font-size: min(4.8vw, 27px);
  }
}
.top_news__post {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.top_news__post img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_news__post .ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: clamp(0.75em, 2.1vmin, 1.125em);
  line-height: 1.8;
  background-color: rgba(26, 19, 17, 0.45);
  padding: 0.5em 0.75em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_news__post .ttl {
    font-size: clamp(0.75em, 4.8vw, 24px);
  }
}
@media (hover: hover) {
  .top_news__post:hover img {
    transform: scale(1.1);
  }
}

.top_kotobae {
  grid-column: 3/4;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px #939393;
}
@media screen and (max-width: 767px) {
  .top_kotobae {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.top_kotobae__thumbnail {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.top_kotobae__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.top_kotobae__thumbnail img:hover {
  transform: scale(1.1);
}
.top_kotobae__logo {
  display: block;
  width: 66%;
  margin: 0.5em auto;
}
.top_kotobae__logo:hover {
  transform: scale(1.1);
}
.top_kotobae__ttl {
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  margin: 0 min(5%, 20px);
  line-height: 1.75;
  font-size: clamp(0.75em, 1.8vmin, 1.125em);
  flex-grow: 1;
  display: grid;
  place-content: center;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_kotobae__ttl {
    font-size: clamp(0.75em, 4.8vw, 20px);
    padding: 0.5em 0 1em;
  }
}

.find_post {
  grid-column: 4/5;
  grid-row: 1/2;
  display: block;
  background-color: #79BC29;
  color: #79BC29;
  border-radius: 20px;
  box-shadow: 0 0 10px #939393;
  padding: 8px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .find_post {
    grid-column: 1/2;
    grid-row: 2/3;
    aspect-ratio: 1/1;
  }
}
@media (hover: hover) {
  .find_post:hover {
    transform: scale(1.05);
  }
}
.find_post:before {
  content: "";
  display: block;
  height: 84%;
  aspect-ratio: 267/166;
  background: url(../images/find_post.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.find_post .fukidashi {
  display: block;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  font-size: clamp(0.75em, 2.6vmin, 1.25em);
  font-weight: 700;
  text-align: center;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .find_post .fukidashi {
    font-size: 1.375em;
  }
}
.find_post .fukidashi:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 8px 8px 0px 8px;
}

.shinbun_maker {
  grid-column: 4/5;
  grid-row: 2/3;
  display: block;
  background-color: #0088CE;
  color: #0088CE;
  border-radius: 20px;
  box-shadow: 0 0 10px #939393;
  padding: 8px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .shinbun_maker {
    grid-column: 2/3;
    grid-row: 2/3;
    aspect-ratio: 1/1;
  }
}
@media (hover: hover) {
  .shinbun_maker:hover {
    transform: scale(1.05);
  }
}
.shinbun_maker:before {
  content: "";
  display: block;
  height: 64%;
  aspect-ratio: 211/125;
  background: url(../images/shinbun_maker.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: -3%;
  left: 50%;
  transform: translateX(-50%);
}
.shinbun_maker .fukidashi {
  display: block;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  font-size: clamp(0.75em, 2.6vmin, 1.25em);
  font-weight: 700;
  text-align: center;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .shinbun_maker .fukidashi {
    font-size: 1.375em;
  }
}
.shinbun_maker .fukidashi:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 8px 8px 0px 8px;
}
.shinbun_maker.is-passive {
  filter: grayscale(1);
}

.top_works {
  grid-column: 1/2;
  grid-row: 3/5;
  border-radius: 20px;
  box-shadow: 0 0 10px #939393;
  background: #FED255 url(../images/ico_nagano.png) no-repeat top 8% right 8%/32%;
  position: relative;
  padding: 6.3% 6.3% 42%;
  display: grid;
  place-content: center;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top_works {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
.top_works:before {
  content: "";
  display: block;
  width: 113%;
  aspect-ratio: 224/96;
  background: url(../images/top_works.png) no-repeat bottom right/contain;
  position: absolute;
  right: 0;
  bottom: 3%;
}
.top_works__ttl {
  display: block;
  font-size: clamp(0.75em, 3vmin, 25px);
  font-weight: 700;
  color: #A46101;
  line-height: 2;
  margin-top: 5%;
}
.top_works__ttl .small {
  font-size: 0.8em;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_works__ttl {
    font-size: 25px;
  }
}
@media (hover: hover) {
  .top_works:hover {
    transform: scale(1.05);
  }
}

.top_media {
  grid-column: 2/3;
  grid-row: 3/5;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px #939393;
  padding: 7%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_media {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
.top_media__head {
  font-size: clamp(0.75em, 1.9vmin, 1.25em);
  font-weight: 700;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.75em 7% 0.25em;
  transform-origin: top left;
}
@media screen and (max-width: 767px) {
  .top_media__head {
    font-size: min(4.8vw, 27px);
  }
}
.top_media__head:hover {
  transform: scale(1.1);
}
.top_media__thumbnail {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: calc(1em - 3px);
}
@media screen and (max-width: 1133px) {
  .top_media__thumbnail {
    margin-bottom: calc(0.5em - 3px);
  }
}
.top_media__thumbnail img {
  transition: 0.5s;
}
@media (hover: hover) {
  .top_media__thumbnail:hover img {
    transform: scale(1.1);
  }
}
.top_media__ttl {
  display: block;
  font-size: clamp(0.75em, 1.6vmin, 1em);
}
@media screen and (max-width: 767px) {
  .top_media__ttl {
    font-size: clamp(0.75em, 4.2vw, 21px);
  }
}

.top_shimen {
  grid-column: 3/4;
  grid-row: 3/5;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: #4AA9B0;
  position: relative;
  padding: 6.3%;
}
@media screen and (max-width: 767px) {
  .top_shimen {
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
.top_shimen:before {
  content: "";
  display: block;
  width: 37.5%;
  aspect-ratio: 100/183;
  position: absolute;
  bottom: -3%;
  left: -7%;
  background: url(../images/top_shimen.png) no-repeat bottom left/contain;
}
.top_shimen__ttl {
  font-size: clamp(0.75em, 2vmin, 1.25em);
  font-weight: 700;
  display: block;
  width: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  padding: 0.75em 0.25em 0.25em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: top left;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top_shimen__ttl {
    font-size: min(4.8vw, 22px);
  }
}
.top_shimen__ttl:hover {
  transform: scale(1.1);
  border-radius: 18px 0 20px 0;
}
.top_shimen__thumbnail {
  display: block;
  width: 66%;
  aspect-ratio: 145/202;
  position: relative;
  margin: 0 0 0 auto;
}
.top_shimen__thumbnail img {
  width: 100%;
}

.study_sheet {
  grid-column: 4/5;
  grid-row: 3/4;
  background-color: #009844;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 0 10px #939393;
  font-size: clamp(0.75em, 2.6vmin, 1.25em);
  font-weight: 700;
  padding: 7%;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .study_sheet {
    grid-column: 1/2;
    grid-row: 6/7;
    aspect-ratio: 2/1;
    padding: 10%;
    font-size: 1.375em;
  }
}
.study_sheet__ttl {
  position: relative;
}
.study_sheet:before {
  content: "";
  display: block;
  width: 108%;
  aspect-ratio: 228/94;
  background: url(../images/study_sheet.png) no-repeat bottom left/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .study_sheet:hover {
    transform: scale(1.1);
  }
}

.for_teacher {
  grid-column: 4/5;
  grid-row: 4/5;
  background-color: #EA5E00;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 0 10px #939393;
  font-size: clamp(0.75em, 2.6vmin, 1.25em);
  font-weight: 700;
  padding: 7%;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .for_teacher {
    grid-column: 2/3;
    grid-row: 6/7;
    aspect-ratio: 1/0.5;
    padding: 10%;
  }
}
@media screen and (max-width: 767px) {
  .for_teacher {
    font-size: 1.375em;
  }
}
.for_teacher__ttl {
  position: relative;
}
.for_teacher:before {
  content: "";
  display: block;
  width: 105%;
  aspect-ratio: 210/118;
  background: url(../images/for_teacher.png) no-repeat bottom center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (hover: hover) {
  .for_teacher:hover {
    transform: scale(1.1);
  }
}

.page-login .container_wrap {
  background-color: #CBEFFF;
  padding-bottom: 0;
}

.login_nav {
  display: flex;
  align-items: baseline;
  gap: 1em;
  font-size: 1.125em;
}
.login_nav a {
  text-decoration: underline;
}

.sec_login__ttl {
  margin: 0 auto 1.5em;
  text-align: center;
}
.sec_login__text {
  font-size: 1.125em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 2.5em;
}

.sec_information {
  max-width: 640px;
  margin: 5.5em auto 0;
  position: relative;
  padding: 2.5em 0;
  border-top: 2px solid #1A1311;
  border-bottom: 2px solid #1A1311;
}
.sec_information h2 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #CBEFFF;
  padding: 0 0.5em 0 0;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.sec_information .list_information {
  height: 380px;
  overflow-y: scroll;
}
.sec_information .list_information li {
  font-size: 1.125em;
}
.sec_information .list_information li:not(:last-child) {
  margin-bottom: 1.5em;
}
.sec_information .list_information li .date {
  font-weight: 700;
}

.sec_character {
  padding-top: 5em;
}

.c_login {
  width: 250px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 26px 30px 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_login:before {
    content: "";
    display: block;
    width: 130px;
    aspect-ratio: 130/128;
    background: url(../images/login_img_01.svg) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    right: calc(100% + 8px);
  }
  .c_login:after {
    content: "";
    display: block;
    width: 88px;
    aspect-ratio: 88/107;
    background: url(../images/login_img_02.svg) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    left: calc(100% + 35px);
  }
}
.c_login__dlist dt {
  font-weight: 700;
  margin-bottom: 0.25em;
}
.c_login__dlist dd {
  margin-bottom: 1em;
}
.c_login__btn {
  border: none;
  display: block;
  width: 100%;
  padding: 0.5em;
  background-color: #0082D4;
  color: #CBEFFF;
  font-weight: 700;
  text-align: center;
}
.c_login input {
  display: block;
  width: 100%;
  border: 1px solid #7D7D7E;
  padding: 0.5em;
}
.c_login .txt_error {
  margin-bottom: 1em;
}

.page-shimen {
  position: relative;
}
.page-shimen:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/shimen_bg_01.svg?ver=1.1) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .page-shimen:before {
    background: url(../images/shimen_bg_02.svg) no-repeat center/cover;
  }
}
.page-shimen header,
.page-shimen .l_container,
.page-shimen footer {
  position: relative;
}
.page-shimen .main h1 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.page-shimen #area {
  width: 100%;
}

.l_grid_01 {
  display: grid;
  grid-template-columns: 1fr 40% 1fr;
  align-items: flex-start;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  .l_grid_01 {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
  }
  .l_grid_01 .card_shimen {
    max-width: 380px;
    margin: 0 auto;
  }
}

.list_shimen_date {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .list_shimen_date {
    font-size: 18px;
  }
}

.list_shimen {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125em 5%;
  padding: 2.5em 0;
}
.list_shimen > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_shimen > li {
    width: 47.5%;
  }
}

.card_shimen .thumbnail {
  border: 2px solid #1A1311;
  display: block;
  overflow: hidden;
  aspect-ratio: 384/528;
  margin-bottom: 1em;
}
.card_shimen .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.card_shimen .thumbnail:hover img {
  transform: scale(1.05);
}
.card_shimen .ttl {
  font-size: 1.375em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.125em;
}
@media screen and (max-width: 767px) {
  .card_shimen .ttl {
    font-size: 1.25em;
  }
}
.card_shimen .date {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card_shimen .date {
    font-size: 1em;
  }
}

.label__category {
  display: block;
  padding: 0 1em 1px;
  border-radius: 50px;
  border: 1px solid #1A1311;
  background-color: #FFE36E;
  min-width: 65px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.archive .container_wrap {
  background-color: #CBEFFF;
}

.archive__header {
  padding: 1em 0 2.5em;
}
.archive__header .ttl {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.archive__header .descr {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .archive__header .descr {
    font-size: 14px;
  }
}
.archive__header .l_search {
  margin-top: 1em;
}
@media screen and (min-width: 821px) {
  .archive__header .l_search {
    display: flex;
    align-items: stretch;
    gap: 1em;
  }
  .archive__header .l_search #area,
  .archive__header .l_search #category,
  .archive__header .l_search #field,
  .archive__header .l_search #month {
    width: 16.6%;
    flex-shrink: 0;
  }
  .archive__header .l_search #order {
    width: 115px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 820px) {
  .archive__header .l_search {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em;
  }
  .archive__header .l_search #area,
  .archive__header .l_search #category,
  .archive__header .l_search #field,
  .archive__header .l_search #month {
    width: calc((100% - 0.5em) / 3);
  }
  .archive__header .l_search #word {
    width: calc(100% - 104px - 0.5em);
  }
  .archive__header .l_search #order {
    width: 52px;
    flex-shrink: 0;
  }
}
.archive__header .l_search .btn_reset {
  display: block;
  width: 52px;
  flex-shrink: 0;
  align-self: stretch;
  background-color: #e3e3e3;
  border-radius: 10px;
  border: 2px solid #1A1311;
  background: #e3e3e3 url(../images/ico_eraser.png) no-repeat center/80%;
}

.list_archive {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.125%;
}
.list_archive .card_archive {
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  .list_archive .card_archive {
    width: 100%;
  }
}

.card_archive {
  background-color: #fff;
  border-radius: 20px;
  padding: 2.5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .card_archive {
    padding: 5%;
  }
}
.card_archive__thumbnail {
  flex-shrink: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1em;
  align-items: center;
  display: flex;
}
.card_archive__thumbnail img {
  transition: 0.3s;
}
.card_archive__thumbnail:hover img {
  transform: scale(1.1);
}
.card_archive__date {
  font-weight: 700;
  margin-bottom: 0.25em;
}
.card_archive__ttl {
  font-size: 1.25em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .card_archive__ttl {
    font-size: 18px;
  }
}
.card_archive__category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0.5em 0 1.5em;
}
.card_archive__link2 {
  width: 120px !important;
}
.card_archive__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 32px;
  border-radius: 50px;
  background-color: #A0E2FF;
  gap: 10px;
  padding-bottom: 2px;
  margin: auto 0 0 auto;
}
.card_archive__link:after {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/9;
  background: url(../images/ico_arrow_left_02.svg) no-repeat center/contain;
  flex-shrink: 0;
}

.card_archive.first {
  width: 65.625%;
  display: grid;
  grid-template-columns: 63% 33%;
  grid-template-rows: repeat(5, max-content);
  gap: 0 4%;
}
@media screen and (max-width: 767px) {
  .card_archive.first {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 4%;
  }
}
.card_archive.first .first_right {
  display: contents;
}
@media screen and (max-width: 767px) {
  .card_archive.first .first_right {
    height: unset;
    display: flex;
    flex-direction: column;
  }
}
.card_archive.first .card_archive__thumbnail {
  width: 100%;
  grid-column: 1/2;
  grid-row: 3/6;
}
.card_archive.first .card_archive__date {
  margin: 0.5em 0 0.75em;
  grid-column: 1/3;
  grid-row: 1/2;
}
.card_archive.first .card_archive__ttl {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 1.25em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .card_archive.first .card_archive__ttl {
    font-size: 18px;
  }
}
.card_archive.first .card_archive__content {
  line-height: 2;
  grid-column: 2/3;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .card_archive.first .card_archive__content {
    margin-bottom: 1.5em;
    font-size: 16px;
  }
}
.card_archive.first .card_archive__category {
  grid-column: 2/3;
  grid-row: 4/5;
  align-self: flex-start;
}
.card_archive.first .card_archive__link {
  margin-top: auto;
  grid-column: 2/3;
  grid-row: 5/6;
}

.archive_pagination {
  padding: 3.75em 0;
}
.archive_pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.archive_pagination ul li {
  display: inline-block;
}
.archive_pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .archive_pagination ul li a {
    font-size: 1em;
    width: 42px;
  }
}
.archive_pagination ul li a.current {
  background-color: #1A1311;
  color: #fff;
}
.archive_pagination ul li a.first {
  width: 30px;
  background: url(../images/ico_arrow_first.svg) no-repeat center/20px;
}
@media screen and (max-width: 767px) {
  .archive_pagination ul li a.first {
    width: 24px;
    background-size: 16px;
  }
}
.archive_pagination ul li a.prev {
  width: 30px;
  background: url(../images/ico_arrow_prev.svg) no-repeat center/20px;
}
@media screen and (max-width: 767px) {
  .archive_pagination ul li a.prev {
    width: 24px;
    background-size: 16px;
  }
}
.archive_pagination ul li a.next {
  width: 30px;
  background: url(../images/ico_arrow_next.svg) no-repeat center/20px;
}
@media screen and (max-width: 767px) {
  .archive_pagination ul li a.next {
    width: 24px;
    background-size: 16px;
  }
}
.archive_pagination ul li a.last {
  width: 30px;
  background: url(../images/ico_arrow_last.svg) no-repeat center/20px;
}
@media screen and (max-width: 767px) {
  .archive_pagination ul li a.last {
    width: 24px;
    background-size: 16px;
  }
}

.single .container_wrap {
  background-color: #CBEFFF;
}
.single__header {
  margin-bottom: 1.5em;
}
.single__header .breadcrumb a {
  text-decoration: underline;
}

.container_white {
  background-color: #fff;
  border-radius: 20px;
  padding: 2.5em 5% 3.75em;
  margin: 0 0 3em 0;
}
@media screen and (max-width: 767px) {
  .container_white {
    padding: 2.5em 5%;
    margin: 0 0 3em 0;
  }
}

.article__header {
  margin-bottom: 2em;
}
.article__header .grid {
  display: grid;
  grid-template-columns: 28% 1fr max-content;
  gap: 5%;
  align-items: center;
  margin: 1em 0 2em;
}
.article__header .grid .c_name {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .article__header .grid {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
}
.article__header .attr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 5%;
  margin-bottom: 1.5em;
}
.article__header .attr .category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.article__ttl {
  font-size: 25px;
  font-weight: 700;
}

.article__ttl1 {
  font-size: 25px;
  font-weight: 700;
}

.editor figcaption,
.editor .caption {
  margin: 1em 0 0;
}
.editor__ttl_h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 1em;
}
.editor__image {
  margin-bottom: 2em;
}
.editor__image img {
  display: block;
  margin: 0 auto;
  max-height: 500px;
  border-radius: 20px;
}
.editor__text {
  font-size: 1.25em;
  line-height: 2;
}
.editor__pdf {
  display: block;
  margin-top: 2em;
}
.editor__pdf.vertical {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .editor__pdf.vertical {
    max-width: unset;
  }
}
.editor__video {
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: center;
}
.editor__video video {
  max-width: 100%;
  max-height: 484px;
}

.editor__box:not(:first-of-type) {
  margin-top: 3.5em;
}

.editor__box2 {
  margin-top: 3em;
}

.single_pagination {
  padding-top: 5em;
}
.single_pagination ul {
  border-top: 2px solid #1A1311;
  border-bottom: 2px solid #1A1311;
  display: flex;
  justify-content: center;
  gap: 14.5%;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .single_pagination ul {
    gap: 7%;
    justify-content: space-between;
  }
}
.single_pagination ul li a {
  font-size: 1.125em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single_pagination ul li a {
    font-size: 1em;
  }
}
.single_pagination ul li a.prev {
  padding: 0 0 0 45px;
  background: url(../images/ico_arrow_prev_02.svg) no-repeat center left/30px;
}
@media screen and (max-width: 767px) {
  .single_pagination ul li a.prev {
    padding: 0 0 0 24px;
    background: url(../images/ico_arrow_prev_02.svg) no-repeat center left/16px;
  }
}
.single_pagination ul li a.next {
  padding: 0 45px 0 0;
  background: url(../images/ico_arrow_next_02.svg) no-repeat center right/30px;
}
@media screen and (max-width: 767px) {
  .single_pagination ul li a.next {
    padding: 0 24px 0 0;
    background: url(../images/ico_arrow_next_02.svg) no-repeat center right/16px;
  }
}

.latest {
  padding: 2em 0 2em 0;
}
.latest__ttl {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
  line-height: 2;
}

.art {
  overflow: hidden;
  aspect-ratio: 1180/686;
}
@media screen and (max-width: 767px) {
  .art {
    aspect-ratio: 375/883;
  }
}

.art svg {
  width: 100%;
}

.chara {
  cursor: pointer;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(0.5deg);
  }
  50% {
    transform: rotate(-0.5deg);
  }
}
.anim {
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}

.anim01 {
  transform-origin: center bottom;
  animation: yurayura 2s 0.25s ease-in infinite;
}

.anim02 {
  transform-origin: center bottom;
  animation: yurayura 2s 0.375s ease-in infinite;
}

.anim03 {
  transform-origin: center bottom;
  animation: yurayura 2s 0.5s ease-in infinite;
}

.anim04 {
  transform-origin: center bottom;
  animation: yurayura 2s 0.5625s ease-in infinite;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal__content {
  position: relative;
  width: 100%;
  max-width: 40%;
  max-height: 80%;
  background-color: #CBEFFF;
  border-radius: 50px;
  padding: 4% 5%;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
.modal__content::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .modal__content {
    max-width: 80%;
    padding: 8%;
  }
}
.modal__content img {
  display: block;
  margin: 0 auto 3.75em;
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .modal__content img {
    max-height: 150px;
  }
}
.modal__content .name {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1em;
}
.modal__content p {
  line-height: 2;
}
.modal .btn_modal_close {
  margin: 2em auto 0;
  border: none;
  background-color: #0082D4;
  color: #fff;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  display: block;
}

.post__not_found {
  padding: 1.5em 0 0;
  font-size: 1.25em;
  font-weight: 700;
  color: red;
}

#ui-datepicker-div {
  position: absolute;
  z-index: -1;
  top: 0;
}

.text_shrink {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.loading {
  width: 100%;
  height: 100svh;
  position: fixed;
  padding: 30px;
  box-sizing: border-box;
  z-index: 2;
  background-color: #fff;
  transition: 1s;
}
.loading.hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .loading {
    padding: 14px;
  }
}
.loading_inner {
  background: #e8e7e7;
  border-radius: 8px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .loading_inner {
    border-radius: 4px;
  }
}
.loading_inner .main-img {
  width: 420px;
  height: 420px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .loading_inner .main-img {
    width: 290px;
    height: 290px;
  }
}
.loading_inner .main-img .word {
  display: flex;
  width: 290px;
  margin: 50px auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .loading_inner .main-img .word {
    width: 220px;
    margin: 0 auto;
  }
}
.loading_inner .main-img .word span {
  display: block;
  height: 32px;
  width: auto;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .loading_inner .main-img .word span {
    height: 26px;
  }
}
.loading_inner .main-img .word span img {
  height: 32px;
  display: block;
}
@media screen and (max-width: 767px) {
  .loading_inner .main-img .word span img {
    height: 26px;
  }
}
.loading_inner .main-img .word span.show {
  opacity: 1;
  animation-name: wave;
  animation-duration: 0.2s;
  animation-direction: alternate;
  animation-iteration-count: 2;
}
.loading_inner .main-img .word span.show:nth-of-type(2) {
  animation-delay: 0.1s;
}
.loading_inner .main-img .word span.show:nth-of-type(3) {
  animation-delay: 0.2s;
}
.loading_inner .main-img .word span.show:nth-of-type(4) {
  animation-delay: 0.3s;
}
.loading_inner .main-img .word span.show:nth-of-type(5) {
  animation-delay: 0.4s;
}
.loading_inner .main-img .word span.show:nth-of-type(6) {
  animation-delay: 0.5s;
}
.loading_inner .main-img .word span.show:nth-of-type(7) {
  animation-delay: 0.6s;
}
@keyframes wave {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -30px, 0);
  }
}
.loading_inner .main-img .scale {
  transform: scale(0.8);
  transform-origin: center bottom;
}
.loading_inner .main-img .img {
  position: relative;
  margin: auto;
  transition: 0.5s;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .loading_inner .main-img .img {
    height: 190px;
  }
}
.loading_inner .main-img .img .egg-top {
  top: 90px;
  transition: 0.21s;
}
@media screen and (max-width: 767px) {
  .loading_inner .main-img .img .egg-top {
    top: 80px;
  }
}
.loading_inner .main-img .img .egg-top.move {
  top: 0px;
}
.loading_inner .main-img .img img {
  width: 120px;
  margin: auto;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
}
.loading_inner .main-img .img .bird {
  transform-origin: center bottom;
  transition: 0.2s;
  top: 50px;
  transform: scale(0);
}
.loading_inner .main-img .img .bird.opacity, .loading_inner .main-img .img .login_nav a.bird, .login_nav .loading_inner .main-img .img a.bird {
  opacity: 1;
  top: 10px;
  transform: scale(1);
}
.loading_inner .main-img .img .egg-bottom {
  bottom: 0;
}
.loading_inner .main-img .img.shake {
  animation: shake 1s 0.5s infinite;
  transform-origin: bottom center;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  13% {
    transform: rotate(-8deg);
  }
  25% {
    transform: rotate(6deg);
  }
  38% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  63% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.loading_inner .main-img .ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.reaction {
  padding-top: 4em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.reaction p {
  text-align: center;
  margin-bottom: 2.5em;
  font-size: 1.125em;
}

.list_reaction {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1em;
  margin-left: auto;
}
.list_reaction li {
  width: 80px;
  flex-shrink: 0;
}
.list_reaction li button {
  color: #aaa;
  display: block;
  background-color: transparent;
  border: none;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  position: relative;
}
.list_reaction li button svg {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.list_reaction li button svg .st0 {
  fill: #aaaaaa;
  transition: 0.3s;
}
.list_reaction li button span {
  display: block;
  margin-top: 0.5em;
}
.list_reaction li button:after {
  content: attr(data-count);
  display: block;
  background-color: #aaaaaa;
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.125em 0.25em;
  width: 35px;
  text-align: center;
  border-radius: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.list_reaction li button.is-active {
  color: #8076b4;
}
.list_reaction li button.is-active .st0 {
  fill: #8076b4;
}
.list_reaction li button.is-active:after {
  background-color: #8076b4;
}
@keyframes poppin {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
  }
  51% {
    transform: scale(1);
  }
}
.list_reaction li button.is-active svg {
  animation: poppin 0.3s;
}

.archive .list_reaction {
  padding-top: 0.8em;
  margin-top: auto;
  margin-left: auto;
  grid-column: 1/3;
  grid-row: 6/7;
}
@media screen and (max-width: 767px) {
  .archive .list_reaction {
    padding: 1.5em 0 0;
  }
}
.archive .list_reaction:before {
  content: none;
}
.archive .list_reaction li {
  width: 45px;
}
@media screen and (max-width: 1023px) {
  .archive .list_reaction li {
    width: 40px;
  }
}
.archive .list_reaction li button {
  pointer-events: none;
}
.archive .list_reaction li button svg {
  width: 80%;
  margin-left: 0;
}
.archive .list_reaction li button:after {
  font-size: 0.625em;
  width: 24px;
}

.archive.green .container_wrap,
.single.green .container_wrap {
  background-color: #E9FFCB;
}
.archive.green .card_archive__link,
.single.green .card_archive__link {
  background-color: #8FED6C;
}
.archive.green .card_archive__link:after,
.single.green .card_archive__link:after {
  background: url(../images/ico_arrow_left_green.svg) no-repeat center/contain;
}
.archive.green .btn_order,
.single.green .btn_order {
  border-color: #338109;
  background-image: url(../images/ico_tri_green.svg);
}
.archive.green .open_search,
.single.green .open_search {
  background-color: #0ceb56;
}
.archive.green .link_worker_01,
.single.green .link_worker_01 {
  color: #338109;
  border-color: #338109;
}
.archive.green .link_worker_01:after,
.single.green .link_worker_01:after {
  background: url(../images/ico_arrow_left_green.svg) no-repeat center/contain;
}
.archive.green .link_worker_02,
.single.green .link_worker_02 {
  background-color: #8FED6C;
}
.archive.green .link_worker_02:after,
.single.green .link_worker_02:after {
  background: url(../images/ico_arrow_left_green.svg) no-repeat center/contain;
}
.archive.green02 .container_wrap,
.single.green02 .container_wrap {
  background-color: #CFFFE5;
}
.archive.green02 .card_archive__link,
.single.green02 .card_archive__link {
  background-color: #8FED6C;
}
.archive.green02 .card_archive__link:after,
.single.green02 .card_archive__link:after {
  background: url(../images/ico_arrow_left_green.svg) no-repeat center/contain;
}
.archive.green02 .btn_order,
.single.green02 .btn_order {
  border-color: #338109;
  background-image: url(../images/ico_tri_green.svg);
}
.archive.green02 .open_search,
.single.green02 .open_search {
  background-color: #0ceb56;
}
.archive.green02 .link_worker_01,
.single.green02 .link_worker_01 {
  color: #338109;
  border-color: #338109;
}
.archive.green02 .link_worker_01:after,
.single.green02 .link_worker_01:after {
  background: url(../images/ico_arrow_left_green.svg) no-repeat center/contain;
}
.archive.green02 .link_worker_02,
.single.green02 .link_worker_02 {
  background-color: #8FED6C;
}
.archive.green02 .link_worker_02:after,
.single.green02 .link_worker_02:after {
  background: url(../images/ico_arrow_left_green.svg) no-repeat center/contain;
}
.archive.yellow .container_wrap,
.single.yellow .container_wrap {
  background-color: #FFEDA3;
}
.archive.yellow .card_archive__link,
.single.yellow .card_archive__link {
  background-color: #FFC860;
}
.archive.yellow .card_archive__link:after,
.single.yellow .card_archive__link:after {
  background: url(../images/ico_arrow_left_yellow.svg) no-repeat center/contain;
}
.archive.yellow .btn_order,
.single.yellow .btn_order {
  border-color: #FF7824;
  background-image: url(../images/ico_tri_orange.svg);
}
.archive.yellow .open_search,
.single.yellow .open_search {
  background-color: #FF7824;
}
.archive.yellow .link_worker_01,
.single.yellow .link_worker_01 {
  color: #FF7824;
  border-color: #FF7824;
}
.archive.yellow .link_worker_01:after,
.single.yellow .link_worker_01:after {
  background: url(../images/ico_arrow_left_yellow.svg) no-repeat center/contain;
}
.archive.yellow .link_worker_02,
.single.yellow .link_worker_02 {
  background-color: #FFC860;
}
.archive.yellow .link_worker_02:after,
.single.yellow .link_worker_02:after {
  background: url(../images/ico_arrow_left_yellow.svg) no-repeat center/contain;
}
.archive.yellow02 .container_wrap,
.single.yellow02 .container_wrap {
  background-color: #FFE6C5;
}
.archive.yellow02 .card_archive__link,
.single.yellow02 .card_archive__link {
  background-color: #FFC860;
}
.archive.yellow02 .card_archive__link:after,
.single.yellow02 .card_archive__link:after {
  background: url(../images/ico_arrow_left_yellow.svg) no-repeat center/contain;
}
.archive.yellow02 .btn_order,
.single.yellow02 .btn_order {
  border-color: #FF7824;
  background-image: url(../images/ico_tri_orange.svg);
}
.archive.yellow02 .open_search,
.single.yellow02 .open_search {
  background-color: #FF7824;
}
.archive.yellow02 .link_worker_01,
.single.yellow02 .link_worker_01 {
  color: #FF7824;
  border-color: #FF7824;
}
.archive.yellow02 .link_worker_01:after,
.single.yellow02 .link_worker_01:after {
  background: url(../images/ico_arrow_left_yellow.svg) no-repeat center/contain;
}
.archive.yellow02 .link_worker_02,
.single.yellow02 .link_worker_02 {
  background-color: #FFC860;
}
.archive.yellow02 .link_worker_02:after,
.single.yellow02 .link_worker_02:after {
  background: url(../images/ico_arrow_left_yellow.svg) no-repeat center/contain;
}
.archive.pink .container_wrap,
.single.pink .container_wrap {
  background-color: #FFCDCB;
}
.archive.pink .card_archive__link,
.single.pink .card_archive__link {
  background-color: #FFA8B6;
}
.archive.pink .card_archive__link:after,
.single.pink .card_archive__link:after {
  background: url(../images/ico_arrow_left_pink.svg) no-repeat center/contain;
}
.archive.pink .btn_order,
.single.pink .btn_order {
  border-color: #F2149D;
  background-image: url(../images/ico_tri_pink.svg);
}
.archive.pink .open_search,
.single.pink .open_search {
  background-color: #F2149D;
}
.archive.pink .link_worker_01,
.single.pink .link_worker_01 {
  color: #F2149D;
  border-color: #F2149D;
}
.archive.pink .link_worker_01:after,
.single.pink .link_worker_01:after {
  background: url(../images/ico_arrow_left_pink.svg) no-repeat center/contain;
}
.archive.pink .link_worker_02,
.single.pink .link_worker_02 {
  background-color: #FFA8B6;
}
.archive.pink .link_worker_02:after,
.single.pink .link_worker_02:after {
  background: url(../images/ico_arrow_left_pink.svg) no-repeat center/contain;
}
.archive.purple .container_wrap,
.single.purple .container_wrap {
  background-color: #E6E0FF;
}
.archive.purple .card_archive__link,
.single.purple .card_archive__link {
  background-color: #E5A0FF;
}
.archive.purple .card_archive__link:after,
.single.purple .card_archive__link:after {
  background: url(../images/ico_arrow_left_purple.svg) no-repeat center/contain;
}
.archive.purple .btn_order,
.single.purple .btn_order {
  border-color: #840CEB;
  background-image: url(../images/ico_tri_purple.svg);
}
.archive.purple .open_search,
.single.purple .open_search {
  background-color: #840CEB;
}
.archive.purple .link_worker_01,
.single.purple .link_worker_01 {
  color: #840CEB;
  border-color: #840CEB;
}
.archive.purple .link_worker_01:after,
.single.purple .link_worker_01:after {
  background: url(../images/ico_arrow_left_purple.svg) no-repeat center/contain;
}
.archive.purple .link_worker_02,
.single.purple .link_worker_02 {
  background-color: #E5A0FF;
}
.archive.purple .link_worker_02:after,
.single.purple .link_worker_02:after {
  background: url(../images/ico_arrow_left_purple.svg) no-repeat center/contain;
}
.archive.gray .container_wrap,
.single.gray .container_wrap {
  background-color: #E0E0E0;
}
.archive.gray .card_archive__link,
.single.gray .card_archive__link {
  background-color: #8FED6C;
}
.archive.gray .card_archive__link:after,
.single.gray .card_archive__link:after {
  background: url(../images/ico_arrow_left_green.svg) no-repeat center/contain;
}
.archive.gray .btn_order,
.single.gray .btn_order {
  border-color: #338109;
  background-image: url(../images/ico_tri_green.svg);
}
.archive.gray .open_search,
.single.gray .open_search {
  background-color: #0ceb56;
}
.archive.gray .link_worker_01,
.single.gray .link_worker_01 {
  color: #338109;
  border-color: #338109;
}
.archive.gray .link_worker_01:after,
.single.gray .link_worker_01:after {
  background: url(../images/ico_arrow_left_green.svg) no-repeat center/contain;
}
.archive.gray .link_worker_02,
.single.gray .link_worker_02 {
  background-color: #8FED6C;
}
.archive.gray .link_worker_02:after,
.single.gray .link_worker_02:after {
  background: url(../images/ico_arrow_left_green.svg) no-repeat center/contain;
}

.sec_404__text {
  font-size: 3em;
  text-align: center;
  margin: 1em 0;
}

.sec_404{
  margin: 4em 0 0 0;
}

.single_border {
  border-top: 2px solid #1A1311;
  padding: 2em 0 0 0;
  margin-top: 5em;
}

.inner_m {
  padding-bottom: 3em;
}

