@charset "UTF-8";
/* Animation
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@-webkit-keyframes slideInViewport {
  from {
    -webkit-transform: scale(1.3) translate3d(0, 0, 0); }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0); } }

@-webkit-keyframes slideOutViewport {
  from {
    -webkit-transform: scale(1) translate3d(0, 0, 0); }
  to {
    -webkit-transform: scale(1.3) translate3d(0, 0, 0); } }

@keyframes cata-sparkle {
  from {
    background-position: 0 0px, 0 0px, 0 0; }
  to {
    background-position: -500px -1000px, -400px -400px, 300px 300px; } }

@-webkit-keyframes cata-sparkle {
  from {
    background-position: 0 0px, 0 0px, 0 0; }
  to {
    background-position: -500px -1000px, -200px -400px, 300px 300px; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: scale(1) translate3d(-1px, 0, 0);
    transform: scale(1) translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: scale(1.05) translate3d(4px, 0, 0);
    transform: scale(1.05) translate3d(4px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: scale(1) translate3d(-1px, 0, 0);
    transform: scale(1) translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: scale(1.05) translate3d(4px, 0, 0);
    transform: scale(1.05) translate3d(4px, 0, 0); } }

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0; }
  to {
    top: 30px;
    opacity: 1; } }

@keyframes fadein {
  from {
    top: 0;
    opacity: 0; }
  to {
    top: 30px;
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1; }
  to {
    top: 0;
    opacity: 0; } }

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1; }
  to {
    top: 0;
    opacity: 0; } }

.js-animate.is-show .js-animate_items {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .js-animate.is-show .js-animate_items:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .js-animate.is-show .js-animate_items:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .js-animate.is-show .js-animate_items:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .js-animate.is-show .js-animate_items:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .js-animate.is-show .js-animate_items:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .js-animate.is-show .js-animate_items:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .js-animate.is-show .js-animate_items:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .js-animate.is-show .js-animate_items:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  .js-animate.is-show .js-animate_items:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  .js-animate.is-show .js-animate_items:nth-child(11) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .js-animate.is-show .js-animate_items:nth-child(12) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s; }
  .js-animate.is-show .js-animate_items:nth-child(13) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s; }
  .js-animate.is-show .js-animate_items:nth-child(14) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s; }
  .js-animate.is-show .js-animate_items:nth-child(15) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s; }
  .js-animate.is-show .js-animate_items:nth-child(16) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .js-animate.is-show .js-animate_items:nth-child(17) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s; }
  .js-animate.is-show .js-animate_items:nth-child(18) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s; }
  .js-animate.is-show .js-animate_items:nth-child(19) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s; }
  .js-animate.is-show .js-animate_items:nth-child(20) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s; }

.js-animate.is-show .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.js-animate.is-show .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.js-animate.is-show .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

html {
  font-size: 62.5%; }

body {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow-x: hidden; }
  @media only screen and (min-width: 769px) {
    body {
      min-width: 1000px; } }
  body.home {
    background: #fff; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a:link {
  text-decoration: none; }

a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1f1f1f;
  font-size: 1.6rem; }

.link {
  color: var(--primary-color-dark);
  cursor: pointer;
  display: inline-block; }
  .link:hover {
    text-decoration: underline; }

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
  margin: auto; }

code,
div,
form,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
input,
textarea,
select,
dl,
dt,
dd,
ul,
li,
ol,
b,
u,
table,
tr,
td,
th,
blockquote,
pre,
em,
figure,
figcaption,
caption,
tbody,
article,
tfoot,
thead {
  font-size: 1.6rem;
  line-height: 1.6; }

code {
  font-weight: normal; }

em {
  font-style: italic; }

abbr[title],
dfn[title] {
  border-bottom: none;
  text-decoration: unset; }

h3 {
  font-size: 2.5rem; }
  h3 * {
    font-size: inherit; }

.l-no__padding {
  padding: 0; }

.l-no__margin {
  margin: 0; }

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .l-flex__no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .l-flex__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l-flex__spb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.l-block {
  display: block; }

.l-none {
  display: none; }

.l-inline {
  display: inline; }

.l-bg_wht {
  background: #fff; }

.aL {
  text-align: left !important; }

.aC {
  text-align: center !important; }

.aR {
  text-align: right !important; }

/* ==================================================
  until
  ================================================== */
.mt0 {
  margin-top: 0px; }

.mb0 {
  margin-bottom: 0px; }

.mt1 {
  margin-top: 5px; }

.mb1 {
  margin-bottom: 5px; }

.mt2 {
  margin-top: 10px; }

.mb2 {
  margin-bottom: 10px; }

.mt3 {
  margin-top: 15px; }

.mb3 {
  margin-bottom: 15px; }

.mt4 {
  margin-top: 20px; }

.mb4 {
  margin-bottom: 20px; }

.mt5 {
  margin-top: 25px; }

.mb5 {
  margin-bottom: 25px; }

.mt6 {
  margin-top: 30px; }

.mb6 {
  margin-bottom: 30px; }

.mt7 {
  margin-top: 35px; }

.mb7 {
  margin-bottom: 35px; }

.mt8 {
  margin-top: 40px; }

.mb8 {
  margin-bottom: 40px; }

.mt9 {
  margin-top: 45px; }

.mb9 {
  margin-bottom: 45px; }

.mt10 {
  margin-top: 50px; }

.mb10 {
  margin-bottom: 50px; }

/* Common
---------------------------------------------------- */
#wrapper {
  position: relative; }

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto; }
  @media print, screen and (max-width: 1180px) {
    .container {
      padding: 0 16px; } }
  @media print, screen and (max-width: 767px) {
    .container {
      padding: 0 12px; } }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.wp-caption {
  max-width: 100%; }
  .wp-caption-text {
    padding: 10px 0; }

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

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

/* l-content
---------------------------------------------------- */
.l-content {
  padding: 24px 0; }
  .l-content_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media print, screen and (max-width: 1180px) {
      .l-content_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .l-content_right {
    width: 380px;
    margin-left: 3%; }
    @media print, screen and (max-width: 1180px) {
      .l-content_right {
        margin-left: 0;
        margin-top: 30px;
        width: 100%; } }
    .l-content_right .sidebar {
      padding-left: 0;
      list-style: none; }
  .l-content_left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: justify;
    border-radius: 12px; }
    @media print, screen and (max-width: 767px) {
      .l-content_left {
        width: 100%; } }
  .l-content_inner p {
    margin-top: 4px;
    margin-bottom: 12px; }

.wp-block-table th,
.wp-block-table td {
  padding: 10px; }

.wp-block-table.is-style-regular th,
.wp-block-table.is-style-regular td {
  border: 1px solid #191e23; }

.wp-block-table.is-style-regular thead {
  border-bottom: 2px solid #191e23; }

.wp-block-table.is-style-regular tfoot {
  border-top: 3px solid #191e23; }

.wp-block-table.is-style-stripes {
  border-bottom: 1px solid #191e23; }
  .wp-block-table.is-style-stripes thead {
    border-bottom: 2px solid #191e23; }
  .wp-block-table.is-style-stripes tfoot {
    border-top: 3px solid #191e23; }
  .wp-block-table.is-style-stripes tr {
    border-left: 1px solid #191e23;
    border-top: 1px solid #191e23; }
  .wp-block-table.is-style-stripes th,
  .wp-block-table.is-style-stripes td {
    border-right: 1px solid #191e23; }

.p-single .l-news::before {
  display: none; }

.p-single th,
.p-single td {
  padding: 10px;
  border: 1px solid #191e23;
  border-right: 1px solid #191e23; }

.p-single tr {
  border-left: 1px solid #191e23;
  border-top: 1px solid #191e23; }

.p-single table {
  border-bottom: 1px solid #191e23; }

/* zoom-gallery
---------------------------------------------------- */
.image-source-link {
  color: #98c3d1; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* MW WP Form
--------------------------------------------------------*/
.mw_wp_form .is-error {
  color: #b70000 !important;
  background-color: #f2dede !important;
  border: 2px solid #b70000 !important; }

.mw_wp_form .error {
  font-size: 1.4rem !important;
  line-height: 1.8 !important;
  color: #b70000 !important;
  display: block !important; }

/* Component: c-breakcrumb;
--------------------------------------- */
.c-breakcrumb {
  display: inline-block;
  padding: 16px 0;
  font-size: 1.4rem;
  line-height: 1.6; }
  .c-breakcrumb:has(.post.post-post.current-item) > span:nth-last-child(2), .c-breakcrumb:has(.post.post-post.current-item) > span:last-child {
    display: none; }
  .c-breakcrumb > span {
    margin: 0 5px; }
    .c-breakcrumb > span:first-child {
      margin: 0 5px 0 0; }
  .c-breakcrumb a {
    color: var(--primary-color);
    font-size: inherit;
    line-height: inherit;
    font-weight: bold; }
    .c-breakcrumb a:hover {
      text-decoration: underline; }
  .c-breakcrumb span {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    font-weight: bold; }

/* Previous - Next in Single
--------------------------------------- */
.pre-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 50px auto;
  padding: 0; }
  @media only screen and (max-width: 479px) {
    .pre-next {
      width: 100%;
      padding-top: 120px;
      position: relative; } }

@media (max-width: 767px) {
  .pre-next {
    margin: 20px 0; } }

.pre-next li {
  position: relative;
  border: 0 solid #8c8c8c;
  border-width: 1px 1px 1px 0;
  font-size: 14px;
  list-style: none;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pre-next li:first-child {
    border-width: 1px;
    border-left: none; }
  .pre-next li:last-child {
    border-right: none; }
  @media only screen and (max-width: 479px) {
    .pre-next li {
      width: 50%; } }

.pre-next_share {
  width: 50%;
  border: 1px solid #8c8c8c;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 479px) {
    .pre-next_share {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border: none; } }
  .pre-next_share .article-helpful {
    padding: 5px 0;
    text-align: center; }
    .pre-next_share .article-helpful-bottom {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .pre-next_share .article-helpful .helpful-button {
      background: transparent;
      border: 1px solid #1f1f1f;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      padding: 5px 10px;
      margin: 5px 10px;
      width: 90px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      .pre-next_share .article-helpful .helpful-button:hover {
        color: #fff; }
      .pre-next_share .article-helpful .helpful-button span {
        position: relative;
        display: block;
        width: 15px;
        height: 15px;
        margin-right: 5px; }
    .pre-next_share .article-helpful-tks-msg {
      display: none; }
    .pre-next_share .article-helpful [data-value="yes"]:hover {
      background: var(--primary-color);
      border-color: var(--primary-color); }
    .pre-next_share .article-helpful [data-value="no"]:hover {
      background: #f20505;
      border-color: #f20505; }
    .pre-next_share .article-helpful [data-value="no"] span:before {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.pre-next li:before {
  font-size: 1.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute; }

.pre-next li ._btn {
  font-weight: bold;
  width: 100%;
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 767px) {
    .pre-next li ._btn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .pre-next li ._btn:hover span {
    color: var(--primary-color); }
  .pre-next li ._btn .image {
    width: 120px;
    overflow: hidden; }
    .pre-next li ._btn .image .thumb {
      width: 100%;
      padding-top: 60%;
      position: relative; }
      .pre-next li ._btn .image .thumb img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    @media print, screen and (max-width: 767px) {
      .pre-next li ._btn .image {
        display: none; } }
  .pre-next li ._btn span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px;
    font-size: 1.4rem;
    max-height: 40px;
    -webkit-line-clamp: 2; }

@media (max-width: 767px) {
  .pre-next li ._btn {
    padding: 10px 40px; }
  .pre-next li ._btn span {
    display: none; } }

.pre-next .pre-post:before {
  left: 10px; }

@media (max-width: 767px) {
  .pre-next .pre-post ._btn:before {
    content: attr(data-prev); } }

.pre-next .next-post:before {
  right: 10px; }

.pre-next .next-post ._btn {
  text-align: right;
  width: 100%;
  margin: 0; }

@media (max-width: 767px) {
  .pre-next .next-post ._btn:before {
    content: attr(data-next); } }

.pre-next .pre-post ._btn {
  padding-right: 20px; }
  .pre-next .pre-post ._btn span {
    margin-right: 0;
    margin-left: 15px; }

.pre-next .next-post ._btn {
  padding-left: 20px; }
  .pre-next .next-post ._btn span {
    margin-left: 0;
    margin-right: 15px; }

.pre-next .not_active:before {
  color: #b9b9b9; }

.pre-next .not_active ._btn {
  color: #b9b9b9;
  pointer-events: none;
  cursor: default; }
  .pre-next .not_active ._btn:hover span {
    color: #b9b9b9 !important; }

.l-arrow:before {
  content: "\e911";
  font-family: "icomoon" !important; }

.r-arrow:before {
  content: "\e905";
  font-family: "icomoon" !important; }

/* Component: wp-pagenavi
--------------------------------------- */
.wp-pagenavi {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto; }
  .wp-pagenavi .page-of {
    display: none; }
  .wp-pagenavi .current,
  .wp-pagenavi a {
    text-decoration: none;
    color: #1a1a1a;
    display: inline-block;
    padding: 0 1.5em;
    font-weight: bold;
    line-height: 42px;
    height: 42px;
    font-size: 1.2rem;
    margin: 0 2px; }
    .wp-pagenavi .current span,
    .wp-pagenavi a span {
      line-height: 1; }
  .wp-pagenavi .nextpostslink {
    border: none; }
  .wp-pagenavi a:hover {
    background: var(--primary-color);
    color: #fff;
    opacity: 1; }
  .wp-pagenavi .current {
    background: var(--primary-color);
    color: #fff; }

/* COMPONENT: c-btn;
-------------------------------------------- */
.c-btn {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  border: none;
  padding: 4px 16px;
  text-align: center;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .c-btn:hover [class^="icon-"],
  .c-btn:hover [class*=" icon-"] {
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  .c-btn_main {
    background: var(--button-bg-color);
    color: #fff; }
    .c-btn_main:hover {
      background: #3da15c; }
  .c-btn_wht_main {
    border-color: #fff;
    background: #fff;
    color: var(--primary-color); }
  .c-btn_lightmain {
    border-color: var(--primary-color-dark);
    background: var(--primary-color-dark);
    color: #fff; }
  .c-btn_blue {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff; }
  .c-btn [class^="icon-"],
  .c-btn [class*=" icon-"] {
    font-size: inherit;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

/* Component: c-girdNews;
--------------------------------------- */
.c-girdNews {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .c-girdNews li {
    width: 100%;
    max-width: calc(100% / 3);
    margin-bottom: 30px;
    padding: 0 30px; }
  .c-girdNews .c-post_ttl {
    font-weight: bold;
    display: -webkit-box;
    font-size: 1.6rem;
    line-height: 1.6;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: calc(1.6rem * 1.6 * 2);
    max-height: calc(1.6rem * 1.6 * 2);
    -webkit-line-clamp: 2; }

/* Component: c-post;
--------------------------------------- */
.c-post {
  padding: 0;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media print, screen and (max-width: 767px) {
    .c-post {
      width: calc(50% - 10px); } }
  @media only screen and (max-width: 479px) {
    .c-post {
      width: 100%; } }
  .c-post:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
    .c-post:hover img {
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }
  .c-post_inner {
    background: #fff;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .c-post figure {
    width: 100%;
    padding-top: calc(100% * 9 / 16);
    position: relative;
    overflow: hidden; }
  .c-post_info {
    background: #fff;
    padding: 10px 0; }
  .c-post_ttl {
    display: -webkit-box;
    color: #1a1a1a;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; }
    .c-post_ttl:hover {
      color: var(--primary-color); }
  .c-post_date {
    display: inline-block;
    color: gray;
    font-weight: 500;
    font-size: 1.2rem;
    margin: 0; }
  .c-post_cat {
    display: inline-block;
    font-weight: 500;
    font-size: 1.2rem;
    color: #1a1a1a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .c-post_cat:hover {
      color: #f20505; }
  .c-post img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease; }

/* Component: c-listNews;
--------------------------------------- */
.c-listNews {
  padding: 0;
  margin: 0; }
  .c-listNews .c-post {
    padding: 10px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px dashed #d4d4d4; }
    .c-listNews .c-post:last-child {
      border-bottom: 1px dashed #d4d4d4; }
    .c-listNews .c-post:hover {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px); }
      .c-listNews .c-post:hover img {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08); }
    .c-listNews .c-post_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end; }
    .c-listNews .c-post_ttl {
      display: block;
      color: #1f1f1f;
      font-weight: bold;
      line-height: 1.6;
      transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      height: 100%;
      max-height: 64px;
      -webkit-line-clamp: 2; }
      .c-listNews .c-post_ttl:hover {
        color: var(--primary-color); }
    .c-listNews .c-post_excerpt {
      text-align: justify; }
    .c-listNews .c-post_date {
      display: inline-block;
      color: gray;
      font-weight: 500;
      font-size: 1.2rem;
      margin: 0; }
    .c-listNews .c-post_thumb {
      width: 30%;
      padding-right: 20px; }
      @media only screen and (max-width: 479px) {
        .c-listNews .c-post_thumb {
          width: 100%;
          padding-right: 0;
          padding-bottom: 10px; } }
    .c-listNews .c-post_info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .c-listNews .c-post ._top {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 5px; }
      .c-listNews .c-post ._top [class^="icon-"],
      .c-listNews .c-post ._top [class*=" icon-"] {
        font-size: 1.2rem;
        margin: 0 10px;
        color: #f20505; }
    .c-listNews .c-post_cat {
      display: inline-block;
      font-weight: 500;
      font-size: 1.2rem;
      color: #1a1a1a;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .c-listNews .c-post_cat:hover {
        color: #f20505; }
    .c-listNews .c-post_txt {
      font-size: 1.6rem;
      line-height: 1.6;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      height: 100%;
      max-height: 51.2px;
      -webkit-line-clamp: 2;
      font-style: italic; }

/* Component: c-visualPage;
--------------------------------------- */
.c-visualPage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }
  .c-visualPage:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .c-visualPage_main {
    padding: 20vh 0; }
  .c-visualPage_text {
    text-align: center;
    color: #fff; }
    .c-visualPage_text .large {
      font-size: 3rem;
      text-transform: uppercase;
      font-weight: bold; }
  .c-visualPage_bgh {
    background-image: url("../img/visualPage_bgh.jpg"); }
  .c-visualPage_cat {
    background-image: url("../img/visualPage_bgh.jpg"); }
  .c-visualPage_single {
    background-image: url("../img/visual_category.JPG"); }

/* Component: c-single;
--------------------------------------- */
.c-single .items_ttl {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 15px;
  text-align: justify; }

.c-single .items_date {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 10px; }
  .c-single .items_date span:before {
    margin: 0; }

.c-single .items_excerpt {
  margin-bottom: 10px;
  font-weight: bold; }

.c-single .items_content {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify; }

.c-single .items img {
  width: 100%;
  height: auto;
  margin: 10px auto; }

.c-single .wp-caption {
  width: 100% !important;
  margin-bottom: 10px; }

.c-single .wp-caption-text {
  text-align: center;
  font-size: 1.4rem; }

/* Component: c-sidebar;
--------------------------------------- */
.c-sidebar {
  position: relative;
  padding: 16px;
  background: #f0f6fa;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden; }
  .c-sidebar.widget_media_image {
    padding: 0;
    background: none; }
  .c-sidebar.widget_custom_category_widget ul,
  .c-sidebar.widget_custom_category_widget li {
    list-style-type: none; }
  .c-sidebar.widget_custom_category_widget .hierarchical-categories > ul {
    padding-left: 0; }
    .c-sidebar.widget_custom_category_widget .hierarchical-categories > ul > .current-category > .category-header {
      background: var(--primary-color); }
    .c-sidebar.widget_custom_category_widget .hierarchical-categories > ul > .current-category > .category-header .category-title,
    .c-sidebar.widget_custom_category_widget .hierarchical-categories > ul > .current-category > .category-header span,
    .c-sidebar.widget_custom_category_widget .hierarchical-categories > ul > .current-category > .category-title {
      background: var(--primary-color);
      color: #ffffff; }
    .c-sidebar.widget_custom_category_widget .hierarchical-categories > ul > .category-item:has(.current-category) > .category-header {
      background: var(--primary-color); }
      .c-sidebar.widget_custom_category_widget .hierarchical-categories > ul > .category-item:has(.current-category) > .category-header span,
      .c-sidebar.widget_custom_category_widget .hierarchical-categories > ul > .category-item:has(.current-category) > .category-header .category-title {
        color: #ffffff; }
  .c-sidebar.widget_custom_category_widget .category-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 30px; }
  .c-sidebar.widget_custom_category_widget .category-item:has(.current-category) > .category-header .category-title,
  .c-sidebar.widget_custom_category_widget .category-item:has(.current-category) > .category-header span,
  .c-sidebar.widget_custom_category_widget .category-item:has(.current-category) > .category-title, .c-sidebar.widget_custom_category_widget .category-item.current-category > .category-header .category-title,
  .c-sidebar.widget_custom_category_widget .category-item.current-category > .category-header span,
  .c-sidebar.widget_custom_category_widget .category-item.current-category > .category-title {
    color: var(--primary-color); }
  .c-sidebar.widget_custom_category_widget .category-item ul {
    display: none; }
  .c-sidebar.widget_custom_category_widget .category-item:has(.current-category) > ul {
    display: block; }
  .c-sidebar.widget_custom_category_widget .category-title {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 4px 8px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .c-sidebar.widget_custom_category_widget .category-title:hover {
      color: var(--primary-color); }
  .c-sidebar.widget_custom_category_widget .toggle-children {
    border: none;
    background: none;
    padding: 0;
    width: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .c-sidebar.widget_custom_category_widget .toggle-children span {
      font-size: 2rem;
      line-height: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .c-sidebar.widget_custom_category_widget .toggle-children.open span {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .c-sidebar_ttl {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: bold;
    color: #1f1f1f;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .c-sidebar_ttl::before {
      content: "";
      display: block;
      width: 4px;
      height: 10px;
      border-radius: 12px;
      background: var(--primary-color);
      margin-right: 6px; }
  .c-sidebar .content {
    padding: 5px 10px; }
    .c-sidebar .content .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .c-sidebar .item:not(:last-child) {
    margin-bottom: 20px; }
  .c-sidebar .item:hover .item-ttl {
    color: var(--primary-color); }
  .c-sidebar .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-sidebar .item-thumb {
    width: 90px;
    height: 90px;
    display: block;
    margin-right: 10px; }
  .c-sidebar .item figure {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden; }
  .c-sidebar .item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .c-sidebar .item-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .c-sidebar .item-ttl {
    display: -webkit-box;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: calc(1.6rem * 1.6 * 2);
    max-height: calc(1.6rem * 1.6 * 2);
    -webkit-line-clamp: 2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .c-sidebar .item-date {
    color: #3e3232bf;
    font-size: 14px; }
  .c-sidebar .cat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-sidebar .cat-item a {
      margin-right: 10px; }
  .c-sidebar.login .avatar {
    border-radius: 50%; }
  .c-sidebar.login .login-username,
  .c-sidebar.login .login-password {
    margin-top: 10px; }
    .c-sidebar.login .login-username input,
    .c-sidebar.login .login-password input {
      width: 100%;
      padding: 5px 35px 5px 10px;
      outline: none;
      font-size: 1.6rem;
      line-height: 1.6;
      border: 1px solid #8c8c8c; }
      .c-sidebar.login .login-username input:focus,
      .c-sidebar.login .login-password input:focus {
        border-color: var(--primary-color); }
  .c-sidebar.login .login-remember {
    margin-top: 10px; }
  .c-sidebar.login .login-submit {
    text-align: center; }
    .c-sidebar.login .login-submit .button {
      display: block;
      font-size: 1.6rem;
      line-height: 1.5;
      width: 200px;
      border: 1px solid;
      padding: 10px;
      text-align: center;
      position: relative;
      border-color: var(--primary-color);
      background: var(--primary-color);
      color: #fff;
      margin: 15px auto 0; }

.widget-taxonomy li:not(:last-child),
.widget_categories li:not(:last-child),
.widget_archive li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9; }

.widget-taxonomy li a,
.widget_categories li a,
.widget_archive li a {
  display: block;
  padding: 10px 0; }
  .widget-taxonomy li a:hover,
  .widget_categories li a:hover,
  .widget_archive li a:hover {
    color: var(--primary-color); }

/* Component: c-tb;
--------------------------------------- */
.c-tb {
  margin: 30px 0; }
  .c-tb dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--primary-color);
    border-left: 1px solid var(--primary-color); }
    .c-tb dl:last-child {
      border-bottom: 1px solid var(--primary-color); }
  .c-tb dt,
  .c-tb dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid var(--primary-color);
    padding: 5px 10px; }
  .c-tb dt {
    width: 80px; }
  .c-tb dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

/* Component: c-scrollBar;
--------------------------------------- */
.c-scrollBar {
  overflow-y: scroll; }
  .c-scrollBar::-webkit-scrollbar {
    overflow: hidden;
    width: 1px;
    background: #fafafa; }
  .c-scrollBar::-webkit-scrollbar:horizontal {
    height: 1px; }
  .c-scrollBar::-webkit-scrollbar-button {
    display: none; }
  .c-scrollBar::-webkit-scrollbar-piece {
    background: #eee; }
  .c-scrollBar::-webkit-scrollbar-piece:start {
    background: #eee; }
  .c-scrollBar::-webkit-scrollbar-thumb {
    background: #1f1f1f; }
  .c-scrollBar::-webkit-scrollbar-corner {
    background: #1f1f1f; }

/* Component: ttl
--------------------------------------- */
.c-ttl {
  text-align: center;
  margin-bottom: 30px; }
  .c-ttl h2 {
    font-size: 3.5rem;
    line-height: 1.6;
    font-weight: bold;
    color: var(--primary-color);
    text-transform: uppercase; }
    @media print, screen and (max-width: 767px) {
      .c-ttl h2 {
        font-size: 2rem; } }
  .c-ttlSub {
    font-size: 2rem;
    line-height: 1.6; }
    @media print, screen and (max-width: 767px) {
      .c-ttlSub {
        font-size: 1.6rem; } }
  .c-ttl .highlight {
    font-size: inherit;
    line-height: inherit;
    color: var(--primary-color-dark); }

/* Component: c-tab;
--------------------------------------- */
.c-tab .tabItems {
  display: none; }
  .c-tab .tabItems.active {
    display: block; }

/* Component: c-searchform
--------------------------------------- */
.c-searchform {
  position: relative;
  max-width: 30px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media print, screen and (max-width: 1180px) {
    .c-searchform {
      max-width: 100%;
      background: #f0f5ff;
      border-radius: 8px; } }
  .c-searchform:hover {
    max-width: 150px; }
    @media print, screen and (max-width: 1180px) {
      .c-searchform:hover {
        max-width: 100%; } }
  .c-searchform_input {
    width: 100%;
    padding: 10px 20px 10px 35px;
    outline: none;
    font-size: 1.6rem;
    line-height: 1.6;
    border: none;
    border-radius: 0;
    background: transparent; }
    .c-searchform_input:focus {
      border-color: #f20505; }
  .c-searchform_submit {
    position: absolute;
    top: 0;
    left: 5px;
    height: 47px;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    .c-searchform_submit:hover {
      opacity: 0.3; }
    .c-searchform_submit input {
      display: none; }
    .c-searchform_submit .icon-search::before {
      content: url("../img/common/icon-search.png"); }

/* COMPONENT: c-head;
-------------------------------------------- */
.c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 5px solid var(--primary-color); }
  .c-head_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .c-head_ttl {
    font-size: 3rem;
    line-height: 1;
    padding: 0 20px;
    color: var(--primary-color); }
    @media print, screen and (max-width: 767px) {
      .c-head_ttl {
        font-size: 2.6rem; } }
    .c-head_ttl span {
      margin-top: 5px;
      display: block; }
  .c-head_txt {
    font-size: 2rem;
    line-height: 1;
    color: var(--primary-color); }
    @media print, screen and (max-width: 767px) {
      .c-head_txt {
        font-size: 1.6rem; } }

/* Component: c-form
--------------------------------------- */
.c-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5; }
  @media print, screen and (max-width: 767px) {
    .c-form dl {
      display: block;
      padding: 20px 0; } }
  .c-form dl.require dt {
    position: relative; }
    .c-form dl.require dt:after {
      content: "* Bắt buộc";
      color: #c10808;
      white-space: nowrap;
      font-size: 1.2rem;
      padding: 0 5px;
      position: absolute;
      right: 30px;
      top: 16px; }
      @media print, screen and (max-width: 767px) {
        .c-form dl.require dt:after {
          top: 5px; } }

.c-form dt,
.c-form dd {
  font-size: 1.6rem;
  line-height: 1.6; }

.c-form dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.c-form dt {
  font-size: 1.8rem;
  width: 250px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0; }
  @media print, screen and (max-width: 767px) {
    .c-form dt {
      padding-top: 0; } }

.c-form .fieldInput textarea,
.c-form .fieldInput input {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  background-color: #f7f7f8;
  border-color: #f7f7f8;
  border-style: solid;
  border-width: 1px;
  outline: none; }
  .c-form .fieldInput textarea:focus,
  .c-form .fieldInput input:focus {
    border-color: var(--primary-color); }

.c-form .fieldSubmit {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .c-form .fieldSubmit input {
    outline: none;
    margin: 10px; }

/* Component: sns
--------------------------------------- */
.sns {
  margin: 30px 0 40px; }
  .sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    list-style: none; }
    .sns ul li {
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 5px; }
      .sns ul li a {
        border-radius: 50%;
        color: #fff;
        font-size: 1.2rem;
        height: 30px;
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media print, screen and (max-width: 767px) {
          .sns ul li a {
            font-size: 0;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .sns ul li a:hover {
          opacity: 0.7; }
        .sns ul li a:before {
          font-family: icomoon;
          font-size: 1.4rem; }
          @media print, screen and (max-width: 767px) {
            .sns ul li a:before {
              text-align: center;
              width: 100%;
              margin-right: 0; } }
    .sns ul p {
      margin: 0;
      margin-bottom: 0;
      margin-right: 5px;
      font-weight: bold; }
    .sns ul .twitter {
      background: #55acee; }
      .sns ul .twitter a:before {
        content: "\e91e"; }
    .sns ul .facebook a {
      width: 30px;
      height: 30px;
      background: #315096; }
      .sns ul .facebook a:before {
        content: "\ea90"; }
    .sns ul .google a {
      background: #dd4b39; }
      .sns ul .google a:before {
        content: "\F0D5"; }

/* Component: c-modal;
--------------------------------------- */
.c-modal {
  padding: 0; }
  .c-modal_head {
    background: var(--primary-color);
    padding: 10px;
    border-radius: 8px 8px 0 0; }
  .c-modal_body {
    padding: 10px; }
  .c-modal a.close-modal {
    width: 40px;
    height: 40px; }
  .c-modal_ttl {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 1.6; }
  .c-modal_login .login-username,
  .c-modal_login .login-password {
    margin-bottom: 10px; }
    .c-modal_login .login-username input,
    .c-modal_login .login-password input {
      width: 100%;
      padding: 5px 35px 5px 10px;
      outline: none;
      font-size: 1.6rem;
      line-height: 1.6;
      border: 1px solid #8c8c8c; }
  .c-modal_login .login-submit input {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 200px;
    border: 1px solid;
    padding: 10px;
    text-align: center;
    position: relative;
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    margin: 20px auto 10px;
    outline: none; }
  .c-modal_login .forgot_password {
    display: block;
    width: 200px;
    color: var(--primary-color-dark);
    margin: 20px auto; }
    .c-modal_login .forgot_password:hover {
      text-decoration: underline; }

/* Component: c-tkb;
--------------------------------------- */
.c-tkb {
  background: #fff;
  padding: 0 15px 30px;
  margin-bottom: 30px; }
  .c-tkb_ttl {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 20px 0; }
    .c-tkb_ttl span {
      display: block;
      font-size: 1.6rem;
      font-weight: normal;
      text-transform: initial;
      font-style: italic; }
  .c-tkb_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media print, screen and (max-width: 767px) {
      .c-tkb_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .c-tkb_info p {
      font-size: 1.6rem;
      line-height: 1.6;
      text-transform: uppercase; }
      @media print, screen and (max-width: 767px) {
        .c-tkb_info p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .c-tkb_info p span {
        font-weight: bold;
        margin-right: 5px; }
        @media print, screen and (max-width: 767px) {
          .c-tkb_info p span {
            display: block;
            min-width: 90px; } }
  .c-tkb table {
    margin-top: 20px; }
  .c-tkb thead {
    background: var(--primary-color);
    color: #fff; }
  .c-tkb tfoot td {
    font-style: italic;
    color: var(--primary-color-dark); }
  .c-tkb th {
    text-transform: uppercase; }
    @media print, screen and (max-width: 767px) {
      .c-tkb th {
        font-weight: normal; } }
  .c-tkb th,
  .c-tkb td {
    width: calc(100% / 6);
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 15px 0;
    min-height: 56px;
    height: 56px;
    border: 1px solid var(--primary-color);
    word-break: break-word; }
  .c-tkb .bg01 {
    background: #eee; }

.c-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c-cat-item {
  width: calc((100% - 20px * 3) / 4);
  background: #ffffff;
  font-size: 1.6rem;
  line-height: 1.6;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  border-radius: 4px;
  padding: 5px 10px; }
  @media print, screen and (max-width: 1180px) {
    .c-cat-item {
      width: calc((100% - 16px * 3) / 4);
      font-size: 1.4rem; } }
  .c-cat-item:last-child {
    margin-right: 0;
    display: none; }
    .c-cat-item:last-child:not(:first-child) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .c-cat-item.active, .c-cat-item:hover {
    background: var(--primary-color) !important;
    color: #ffffff; }
  .c-cat-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 5px; }

.toast {
  visibility: hidden;
  background-color: #4caf50;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 8px 16px;
  position: fixed;
  z-index: 1000;
  right: 30px;
  top: 30px;
  font-size: 1.6rem;
  border-radius: 8px; }

.toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

/* hnav
---------------------------------------------------- */
@media print, screen and (max-width: 1180px) {
  .hnav {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: none;
    padding: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1001; } }

.hnav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1180px) {
    .hnav_inner {
      display: block;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      padding: 80px 12px; } }

.hnav ul {
  padding-left: 0;
  list-style: none; }

.hnav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1180px) {
    .hnav .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .hnav .menu-item {
    margin: 0 5px;
    position: relative; }
    .hnav .menu-item:last-child {
      margin-right: 0; }
      .hnav .menu-item:last-child a {
        padding-right: 0; }
    .hnav .menu-item:only-child {
      margin-left: 40px; }
      @media print, screen and (max-width: 1180px) {
        .hnav .menu-item:only-child {
          margin-left: 0; } }
    @media print, screen and (max-width: 1180px) {
      .hnav .menu-item {
        margin: 0;
        padding: 0;
        border-top: 1px dashed #d9d9d9; } }
    .hnav .menu-item p,
    .hnav .menu-item a {
      display: inline-block;
      font-size: 1.6rem;
      line-height: 1.5;
      color: #1f1f1f;
      padding: 18px 20px;
      white-space: nowrap;
      text-transform: uppercase;
      width: 100%; }
      @media print, screen and (max-width: 1180px) {
        .hnav .menu-item p,
        .hnav .menu-item a {
          padding: 38px 10px;
          display: block;
          color: #1f1f1f;
          padding: 15px 10px; } }
    @media print, screen and (min-width: 1180px) {
      .hnav .menu-item-has-children:before {
        content: "\e91c";
        font-family: "icomoon" !important;
        font-size: 2rem;
        line-height: 1;
        border: none;
        width: auto;
        height: auto;
        top: 12px;
        z-index: 1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        right: -10px;
        top: 48%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media print, screen and (min-width: 1180px) {
      .hnav .menu-item-has-children:before {
        right: -7px; } }
    .hnav .menu-item-has-children .menu-item-has-children:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-left: 10px solid #fff;
      border-bottom: 5px solid transparent;
      position: absolute;
      right: 10px;
      top: 22px; }
      @media print, screen and (max-width: 1180px) {
        .hnav .menu-item-has-children .menu-item-has-children:before {
          content: "\e91c";
          font-family: "icomoon" !important;
          font-size: 3rem;
          line-height: 1;
          color: #fff;
          border: none;
          width: auto;
          height: auto;
          top: 35px;
          z-index: 1;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          pointer-events: none; } }
    .hnav .menu-item-has-children .sub-menu {
      display: none; }
      .hnav .menu-item-has-children .sub-menu .sub-menu {
        display: none;
        left: 100%;
        top: 0;
        border-left: 5px solid #fff; }
        @media print, screen and (max-width: 1180px) {
          .hnav .menu-item-has-children .sub-menu .sub-menu {
            border-left: none; }
            .hnav .menu-item-has-children .sub-menu .sub-menu p,
            .hnav .menu-item-has-children .sub-menu .sub-menu a {
              padding: 15px 50px; }
              .hnav .menu-item-has-children .sub-menu .sub-menu p:before,
              .hnav .menu-item-has-children .sub-menu .sub-menu a:before {
                content: "-";
                margin-right: 10px; } }
      .hnav .menu-item-has-children .sub-menu p,
      .hnav .menu-item-has-children .sub-menu a {
        color: #fff;
        padding: 15px 30px;
        text-transform: capitalize;
        position: relative; }
        @media print, screen and (max-width: 1180px) {
          .hnav .menu-item-has-children .sub-menu p,
          .hnav .menu-item-has-children .sub-menu a {
            color: #1f1f1f; } }
        .hnav .menu-item-has-children .sub-menu p:hover,
        .hnav .menu-item-has-children .sub-menu a:hover {
          color: #ffffff; }
          .hnav .menu-item-has-children .sub-menu p:hover:before,
          .hnav .menu-item-has-children .sub-menu a:hover:before {
            content: "\e905";
            font-family: "icomoon" !important;
            position: absolute;
            top: 50%;
            left: 15px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .hnav .menu-item-has-children .menu-item {
      margin: 0; }
      @media print, screen and (max-width: 1180px) {
        .hnav .menu-item-has-children .menu-item {
          border-top: none; } }
    @media print, screen and (max-width: 1180px) {
      .hnav .menu-item-has-children {
        position: relative; }
        .hnav .menu-item-has-children:before {
          content: "\e91c";
          font-family: "icomoon" !important;
          display: block;
          font-size: 3rem;
          line-height: 1;
          position: absolute;
          right: 10px;
          top: 20px;
          left: unset;
          bottom: unset;
          z-index: 1;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          pointer-events: none; }
        .hnav .menu-item-has-children.active:before {
          top: 20px;
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
    @media print, screen and (min-width: 769px) {
      .hnav .menu-item-has-children:hover > .sub-menu {
        display: block;
        position: absolute;
        z-index: 900;
        background: var(--primary-color); } }

/* menu_icon
---------------------------------------------------- */
.menu_icon {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  z-index: 1002;
  cursor: pointer;
  background: #f0f5ff;
  border-radius: 12px; }
  @media print, screen and (max-width: 767px) {
    .menu_icon {
      display: block; } }
  .menu_icon_ttl {
    position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    vertical-align: bottom;
    overflow: hidden; }
    .menu_icon_ttl span {
      display: inline-block;
      text-transform: uppercase;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      position: relative;
      padding: 0 0.3em;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
      .menu_icon_ttl span:before {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 2px;
        content: attr(data-text);
        padding: 0 0.3em;
        color: #fff;
        background-color: #fff;
        -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform: translate3d(0, 105%, 0) rotateX(-90deg);
        transform: translate3d(0, 105%, 0) rotateX(-90deg); }
  .menu_icon .bar {
    left: 50%;
    top: 50%;
    background: #5433ff;
    display: block;
    height: 2px;
    position: absolute;
    width: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .menu_icon .bar:before, .menu_icon .bar:after {
      background: inherit;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      width: 100%;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: top 200ms, -webkit-transform 200ms;
      transition: top 200ms, -webkit-transform 200ms;
      -o-transition: transform 200ms, top 200ms;
      transition: transform 200ms, top 200ms;
      transition: transform 200ms, top 200ms, -webkit-transform 200ms; }
    .menu_icon .bar:before {
      top: -7px; }
    .menu_icon .bar:after {
      top: 7px; }

.menu_close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000; }

.menu.active .menu_icon .bar {
  background: transparent; }
  .menu.active .menu_icon .bar:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    background: #5433ff; }
  .menu.active .menu_icon .bar:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    background: #5433ff; }

.menu.active .menu_icon_ttl span {
  color: var(--primary-color);
  -webkit-transform: translate3d(0, 0, -30px) rotateX(90deg);
  transform: translate3d(0, 0, -30px) rotateX(90deg); }
  .menu.active .menu_icon_ttl span:before {
    background: var(--primary-color); }

.menu.active .menu_close {
  display: block; }

.menu.active .hnav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/* Header
---------------------------------------------------- */
.l-header {
  z-index: 999;
  width: 100%;
  position: relative;
  background: #ffffff; }
  .l-header .logo {
    max-width: 125px;
    width: 100%;
    height: auto; }
    @media print, screen and (max-width: 767px) {
      .l-header .logo {
        max-width: 200px; } }
    .l-header .logo img {
      width: 100%; }
  .l-header_fixed {
    position: fixed; }
  .l-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (max-width: 1180px) {
      .l-header-inner {
        padding: 12px 0;
        height: 60px; } }
  .l-header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-header .menu-item {
      list-style: none; }
      @media print, screen and (max-width: 1180px) {
        .l-header .menu-item {
          padding: 10px 0; }
          .l-header .menu-item .menu-item {
            padding: 0; } }
    @media print, screen and (max-width: 1180px) {
      .l-header .menu a {
        font-size: 1.4rem;
        max-width: calc(100% - 40px); } }
    .l-header .menu a:hover {
      color: var(--primary-color); }
      @media print, screen and (max-width: 1180px) {
        .l-header .menu a:hover {
          background: #f0f5ff;
          color: #1f1f1f;
          border-radius: 12px; } }

/* l-mainvisual
---------------------------------------------------- */
.l-mainvisual {
  width: 100%;
  height: 100%;
  position: relative; }
  .l-mainvisual .item {
    width: 100%;
    position: relative; }

/* l-subvisual
---------------------------------------------------- */
.l-subvisual-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.l-subvisual .item {
  width: calc((100% - 20px) / 2);
  border-radius: 8px;
  overflow: hidden; }
  @media print, screen and (max-width: 767px) {
    .l-subvisual .item {
      width: 100%;
      margin-bottom: 20px; }
      .l-subvisual .item:last-child {
        margin-bottom: 0; } }
  .l-subvisual .item img {
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s; }
    .l-subvisual .item img:hover {
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }

/* Footer
---------------------------------------------------- */
.l-footer {
  position: relative; }
  .l-footer a,
  .l-footer p {
    color: #1f1f1f;
    font-size: 1.3rem; }
  .l-footer .toTop {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 15px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 0 20px var(--primary-color);
    box-shadow: 0 0 20px var(--primary-color);
    z-index: 998;
    background: #ffffff; }
    @media print, screen and (max-width: 767px) {
      .l-footer .toTop {
        opacity: 1; } }
    .l-footer .toTop:hover {
      opacity: 1; }
    .l-footer .toTop span {
      color: var(--primary-color);
      font-size: 2rem;
      line-height: 1; }
      .l-footer .toTop span:before {
        margin: 0; }
    .l-footer .toTop_hook {
      position: absolute;
      top: unset;
      bottom: 15px; }
  .l-footer .copyright {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px; }
  .l-footer .listContact {
    padding-left: 0;
    list-style: none; }
    .l-footer .listContact .item {
      padding-left: 25px;
      position: relative; }
    .l-footer .listContact [class^="icon-"],
    .l-footer .listContact [class*=" icon-"] {
      position: absolute;
      top: 5px;
      left: 0;
      display: inline;
      color: #1f1f1f; }
  .l-footer ._ttl {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase; }
  .l-footer ._txt {
    text-align: justify;
    margin-bottom: 5px; }
  .l-footer a._txt:hover {
    text-decoration: underline;
    color: var(--primary-color); }
  .l-footer ._mid {
    padding: 50px 0; }
    @media print, screen and (max-width: 1180px) {
      .l-footer ._mid {
        padding: 0; } }
    .l-footer ._mid_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media only screen and (max-width: 479px) {
        .l-footer ._mid_inner {
          display: block; } }
    .l-footer ._mid_col {
      width: 50%; }
      .l-footer ._mid_col:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media only screen and (max-width: 479px) {
          .l-footer ._mid_col:last-child {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
      @media only screen and (max-width: 479px) {
        .l-footer ._mid_col {
          width: 100%;
          margin-top: 30px; } }
  .l-footer .appmb-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px; }
    .l-footer .appmb-top .item {
      width: 108px;
      margin: 0 10px; }
  .l-footer .appmb-feature img {
    max-width: 100px; }

/* l-part
---------------------------------------------------- */
.l-part {
  margin-bottom: 24px; }

/* l-share
---------------------------------------------------- */
.l-share .c-ttl {
  text-align: left; }
  @media print, screen and (max-width: 767px) {
    .l-share .c-ttl {
      text-align: center; } }

.l-shareList .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  @media only screen and (max-width: 479px) {
    .l-shareList .items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 30px; } }
  .l-shareList .items_img {
    width: 40%; }
    @media only screen and (max-width: 479px) {
      .l-shareList .items_img {
        width: 100%;
        margin-bottom: 10px; } }
  .l-shareList .items_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px; }
    @media print, screen and (max-width: 767px) {
      .l-shareList .items_info {
        padding-left: 15px; } }
    @media only screen and (max-width: 479px) {
      .l-shareList .items_info {
        padding-left: 0; } }
  .l-shareList .items figure {
    width: 100%;
    padding-top: 52.5%;
    position: relative;
    overflow: hidden; }
  .l-shareList .items img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .l-shareList .items_ttl {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 50px;
    max-height: 50px;
    -webkit-line-clamp: 2; }
  .l-shareList .items_excerpt {
    font-size: 1.6rem;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 75px;
    max-height: 75px;
    -webkit-line-clamp: 3; }

/* l-cat
---------------------------------------------------- */
.l-cat {
  background: #fff;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .l-cat {
      display: none; } }
  .l-cat .catList {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .l-cat .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 180px;
    padding: 0 10px; }
    .l-cat .item:first-child {
      padding-left: 0; }
    .l-cat .item:last-child {
      padding-right: 0; }
    .l-cat .item-inner {
      position: relative;
      height: 100%;
      border-radius: 8px;
      text-align: center;
      border: 1px solid var(--primary-color);
      -webkit-box-shadow: 0 0 20px #e2e2e2;
      box-shadow: 0 0 20px #e2e2e2;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer;
      overflow: hidden; }
      .l-cat .item-inner:hover {
        -webkit-transform: translate(-5px, -5px);
        -ms-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
        -webkit-box-shadow: 0 0 10px #8c8c8c;
        box-shadow: 0 0 10px #8c8c8c; }
    .l-cat .item-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .l-cat .item-content {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 6px 12px;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(28.33%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 28.33%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 28.33%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 28.33%, rgba(0, 0, 0, 0) 100%); }
    .l-cat .item-ttl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 24px;
      color: #ffffff;
      font-weight: bold; }
    .l-cat .item-icon {
      display: block;
      width: 36px;
      height: 36px;
      margin-right: 10px; }
    .l-cat .item-txt {
      display: -webkit-box;
      font-size: 1.6rem;
      line-height: 1.6;
      text-align: left;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      height: calc(1.6rem * 1.6 * 2);
      max-height: calc(1.6rem * 1.6 * 2);
      -webkit-line-clamp: 2;
      color: #ffffff; }

/* l-sticky
---------------------------------------------------- */
.l-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1180px) {
    .l-sticky {
      display: block; } }
  .l-sticky-right {
    display: block;
    width: 380px;
    padding: 0 16px;
    margin-left: 20px; }
    @media print, screen and (max-width: 1180px) {
      .l-sticky-right {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        padding: 0; } }
  .l-sticky-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-sticky-block-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  .l-sticky-block-ttl {
    font-size: 2rem;
    line-height: 32px;
    font-weight: bold;
    color: #1f1f1f;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .l-sticky-block-ttl::before {
      content: "";
      display: block;
      width: 4px;
      height: 10px;
      border-radius: 12px;
      background: var(--primary-color);
      margin-right: 6px; }
  .l-sticky-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
    .l-sticky-grid .item {
      margin-bottom: 10px; }
      .l-sticky-grid .item:not(:first-child) {
        width: calc((100% - 40px) / 3);
        margin-right: 20px; }
        @media print, screen and (max-width: 767px) {
          .l-sticky-grid .item:not(:first-child) {
            margin-right: 16px;
            width: calc((100% - 16px) / 2); } }
        .l-sticky-grid .item:not(:first-child) .item-thumb figure {
          padding-top: 180px; }
      .l-sticky-grid .item:first-child {
        width: calc((100% - 40px) / 3 * 2 + 20px);
        margin-right: 20px; }
        @media print, screen and (max-width: 767px) {
          .l-sticky-grid .item:first-child {
            width: 100%; } }
        .l-sticky-grid .item:first-child .item-thumb figure {
          padding-top: 240px;
          border-radius: 8px; }
        .l-sticky-grid .item:first-child .item-inner {
          padding: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
        .l-sticky-grid .item:first-child .item-info-sub {
          background: none;
          padding: 0; }
          @media print, screen and (max-width: 767px) {
            .l-sticky-grid .item:first-child .item-info-sub {
              position: relative;
              top: unset; } }
        .l-sticky-grid .item:first-child .item-info ._l,
        .l-sticky-grid .item:first-child .item-info object {
          display: none; }
        .l-sticky-grid .item:first-child .item-ttl {
          height: calc(1.6rem * 1.6 * 1);
          max-height: calc(1.6rem * 1.6 * 1);
          -webkit-line-clamp: 1; }
          @media print, screen and (max-width: 1180px) {
            .l-sticky-grid .item:first-child .item-ttl {
              height: calc(1.4rem * 1.5 * 1);
              max-height: calc(1.4rem * 1.5 * 1); } }
        @media print, screen and (max-width: 767px) {
          .l-sticky-grid .item:first-child .item-date {
            color: #3e3232; } }
      .l-sticky-grid .item:nth-child(2), .l-sticky-grid .item:nth-child(5) {
        margin-right: 0; }
      @media print, screen and (max-width: 767px) {
        .l-sticky-grid .item:nth-child(2) {
          margin-right: 16px; } }
      .l-sticky-grid .item:nth-child(2) .item-inner {
        background: #ebf0f3;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        @media print, screen and (max-width: 767px) {
          .l-sticky-grid .item:nth-child(2) .item-inner {
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 32px 0px #00000012;
            box-shadow: 0px 0px 32px 0px #00000012; }
            .l-sticky-grid .item:nth-child(2) .item-inner:hover {
              -webkit-transform: translate(-5px, -5px);
              -ms-transform: translate(-5px, -5px);
              transform: translate(-5px, -5px);
              -webkit-box-shadow: 0 0 10px #8c8c8c;
              box-shadow: 0 0 10px #8c8c8c; }
              .l-sticky-grid .item:nth-child(2) .item-inner:hover .item-ttl {
                color: var(--primary-color); } }
      .l-sticky-grid .item:nth-child(2) .item-info-sub {
        display: none; }
        @media print, screen and (max-width: 767px) {
          .l-sticky-grid .item:nth-child(2) .item-info-sub {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      .l-sticky-grid .item:nth-child(2) .item-txt {
        height: calc(1.6rem * 1.6 * 4);
        max-height: calc(1.6rem * 1.6 * 4);
        -webkit-line-clamp: 4; }
        @media print, screen and (max-width: 767px) {
          .l-sticky-grid .item:nth-child(2) .item-txt {
            font-size: 1.4rem;
            line-height: 1.5;
            height: calc(1.4rem * 1.5 * 2);
            max-height: calc(1.4rem * 1.5 * 2); } }
      @media print, screen and (max-width: 767px) {
        .l-sticky-grid .item:nth-child(odd) {
          margin-right: 0; } }
      .l-sticky-grid .item:nth-child(3), .l-sticky-grid .item:nth-child(4), .l-sticky-grid .item:nth-child(5) {
        margin-bottom: 0; }
      .l-sticky-grid .item-thumb {
        margin-bottom: 10px; }
        .l-sticky-grid .item-thumb figure {
          width: 100%;
          position: relative;
          border-radius: 4px;
          overflow: hidden; }
        .l-sticky-grid .item-thumb img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .l-sticky-grid .item-inner {
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        border-radius: 8px;
        overflow: hidden;
        padding: 8px;
        -webkit-box-shadow: 0px 0px 32px 0px #00000012;
        box-shadow: 0px 0px 32px 0px #00000012;
        position: relative; }
        .l-sticky-grid .item-inner:hover {
          -webkit-transform: translate(-5px, -5px);
          -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
          -webkit-box-shadow: 0 0 10px #8c8c8c;
          box-shadow: 0 0 10px #8c8c8c; }
          .l-sticky-grid .item-inner:hover .item-ttl {
            color: var(--primary-color); }
      .l-sticky-grid .item-info-sub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 60px;
        background: #ebf0f3;
        border-radius: 8px;
        padding: 5px 10px;
        margin-top: 10px; }
        @media print, screen and (max-width: 767px) {
          .l-sticky-grid .item-info-sub {
            position: absolute;
            top: 128px;
            width: calc(100% - 16px);
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(black));
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, black 100%);
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, black 100%);
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, black 100%);
            border-radius: 0;
            padding: 5px;
            margin-top: 0;
            z-index: 1; } }
        .l-sticky-grid .item-info-sub ._l {
          margin-right: 10px; }
          @media print, screen and (max-width: 767px) {
            .l-sticky-grid .item-info-sub ._l {
              margin-right: 5px; } }
        .l-sticky-grid .item-info-sub ._r {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          text-align: left; }
        .l-sticky-grid .item-info-sub figure {
          width: 40px;
          height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media print, screen and (max-width: 767px) {
            .l-sticky-grid .item-info-sub figure {
              width: 25px;
              height: 25px; } }
        .l-sticky-grid .item-info-sub img {
          height: 24px;
          width: auto; }
      .l-sticky-grid .item-ttl {
        display: -webkit-box;
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: bold;
        text-align: left;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        height: calc(1.6rem * 1.6 * 2);
        max-height: calc(1.6rem * 1.6 * 2);
        -webkit-line-clamp: 2;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media print, screen and (max-width: 1180px) {
          .l-sticky-grid .item-ttl {
            font-size: 1.4rem;
            line-height: 1.5;
            height: calc(1.4rem * 1.5 * 2);
            max-height: calc(1.4rem * 1.5 * 2); } }
      .l-sticky-grid .item-txt {
        display: -webkit-box;
        font-size: 1.6rem;
        line-height: 1.6;
        text-align: left;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        height: calc(1.6rem * 1.6 * 2);
        max-height: calc(1.6rem * 1.6 * 2);
        -webkit-line-clamp: 2;
        margin-top: 2px; }
        @media print, screen and (max-width: 1180px) {
          .l-sticky-grid .item-txt {
            font-size: 1.4rem;
            line-height: 1.5;
            height: calc(1.4rem * 1.5 * 2);
            max-height: calc(1.4rem * 1.5 * 2); } }
      .l-sticky-grid .item-cat {
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: bold;
        display: block; }
        @media print, screen and (max-width: 767px) {
          .l-sticky-grid .item-cat {
            font-size: 1.4rem;
            color: #ffffff; } }
      .l-sticky-grid .item-date {
        color: #3e3232bf;
        font-size: 1.4rem; }
        @media print, screen and (max-width: 767px) {
          .l-sticky-grid .item-date {
            color: #ffffff; } }
  .l-sticky-list {
    padding: 0; }
    @media print, screen and (max-width: 1180px) {
      .l-sticky-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 479px) {
      .l-sticky-list {
        display: fl; } }
    @media print, screen and (max-width: 1180px) {
      .l-sticky-list .item {
        width: calc((100% - 40px) / 3);
        margin-right: 20px; }
        .l-sticky-list .item:nth-child(3n) {
          margin-right: 0; } }
    @media print, screen and (max-width: 767px) {
      .l-sticky-list .item {
        width: calc((100% - 16px) / 2);
        margin-right: 16px !important; }
        .l-sticky-list .item:nth-child(even) {
          margin-right: 0 !important; } }
    @media only screen and (max-width: 479px) {
      .l-sticky-list .item {
        width: 100%;
        margin-right: 0 !important; } }
    .l-sticky-list .item:not(:last-child) {
      margin-bottom: 20px; }
    .l-sticky-list .item:hover .item-ttl {
      color: var(--primary-color); }
    .l-sticky-list .item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .l-sticky-list .item-thumb {
      width: 108px;
      height: 108px;
      display: block;
      margin-right: 10px; }
      @media print, screen and (max-width: 1180px) {
        .l-sticky-list .item-thumb {
          width: 60px;
          height: 60px; } }
    .l-sticky-list .item figure {
      width: 100%;
      height: 100%;
      position: relative;
      border-radius: 8px;
      overflow: hidden; }
    .l-sticky-list .item img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .l-sticky-list .item-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .l-sticky-list .item-ttl {
      display: -webkit-box;
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold;
      text-align: left;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      height: calc(1.6rem * 1.6 * 2);
      max-height: calc(1.6rem * 1.6 * 2);
      -webkit-line-clamp: 2;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media print, screen and (max-width: 1180px) {
        .l-sticky-list .item-ttl {
          font-size: 1.4rem;
          line-height: 1.5;
          height: calc(1.4rem * 1.5 * 2);
          max-height: calc(1.4rem * 1.5 * 2); } }
    .l-sticky-list .item-date {
      color: #3e3232bf;
      font-size: 14px; }

/* l-news
---------------------------------------------------- */
.l-news {
  position: relative; }
  .l-news::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 31px);
    border-radius: 24px;
    z-index: -1; }
    @media print, screen and (max-width: 767px) {
      .l-news::before {
        left: -12px;
        width: calc(100% + 24px);
        height: calc(100% - 4.4vw);
        border-radius: 0; } }
  .l-news:nth-child(odd)::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25.6%, #dfe8f8), color-stop(93.43%, #ffffff));
    background: -webkit-linear-gradient(top, #dfe8f8 25.6%, #ffffff 93.43%);
    background: -o-linear-gradient(top, #dfe8f8 25.6%, #ffffff 93.43%);
    background: linear-gradient(180deg, #dfe8f8 25.6%, #ffffff 93.43%); }
  .l-news:nth-child(even)::before {
    background: #d3eafa; }
  .l-news-inner {
    padding: 20px; }
    @media print, screen and (max-width: 767px) {
      .l-news-inner {
        padding: 20px 0; } }
  .l-news-banner {
    text-align: center;
    margin-bottom: 48px; }
    .l-news-banner-ttl {
      margin-bottom: 24px; }
  .l-news-foot {
    text-align: center;
    padding-top: 20px; }
  .l-news .c-ttl {
    position: relative;
    text-align: center;
    margin: 0; }
    .l-news .c-ttl h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
      transform: translate(-50%, -60%);
      color: #ffffff;
      white-space: nowrap; }
      @media print, screen and (max-width: 767px) {
        .l-news .c-ttl h2 {
          font-size: 1.6rem; } }
    .l-news .c-ttl picture {
      display: block;
      max-width: 680px;
      width: 100%;
      margin: auto; }
    .l-news .c-ttl-icon {
      margin-right: 10px; }
  .l-news .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l-news .item {
    width: 100%;
    max-width: calc((100% - 20px * 3) / 4);
    margin-right: 20px; }
    .l-news .item:nth-child(4n) {
      margin-right: 0; }
    @media print, screen and (max-width: 1180px) {
      .l-news .item {
        max-width: calc((100% - 20px * 2) / 3);
        margin-bottom: 20px; }
        .l-news .item:nth-child(4n - 1) {
          margin-right: 0; }
        .l-news .item:nth-child(4n) {
          display: none !important; } }
    @media print, screen and (max-width: 767px) {
      .l-news .item {
        max-width: calc((100% - 16px) / 2);
        margin-right: 16px;
        margin-bottom: 16px; }
        .l-news .item:nth-child(even) {
          margin-right: 0; }
        .l-news .item:nth-child(4n - 1) {
          display: none !important; } }
    .l-news .item.filterDiv {
      display: none; }
    .l-news .item.show {
      display: block; }
    .l-news .item-thumb {
      margin-bottom: 10px; }
      .l-news .item-thumb figure {
        width: 100%;
        padding-top: 100%;
        position: relative;
        border-radius: 4px;
        overflow: hidden; }
      .l-news .item-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .l-news .item-inner {
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer;
      border-radius: 8px;
      overflow: hidden;
      padding: 8px; }
      @media print, screen and (max-width: 1180px) {
        .l-news .item-inner {
          background: #ffffff; } }
      .l-news .item-inner:hover {
        -webkit-transform: translate(-5px, -5px);
        -ms-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
        -webkit-box-shadow: 0 0 10px #8c8c8c;
        box-shadow: 0 0 10px #8c8c8c;
        background: #ffffff; }
        .l-news .item-inner:hover .item-ttl {
          color: var(--primary-color); }
    .l-news .item-info-sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-height: 60px;
      background: #ebf0f3;
      border-radius: 8px;
      padding: 5px 10px;
      margin-top: 10px; }
      .l-news .item-info-sub ._l {
        margin-right: 10px; }
      .l-news .item-info-sub ._r {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left; }
      .l-news .item-info-sub figure {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .l-news .item-info-sub img {
        height: 24px;
        width: auto; }
    .l-news .item-ttl {
      display: -webkit-box;
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold;
      text-align: left;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      height: calc(1.6rem * 1.6 * 2);
      max-height: calc(1.6rem * 1.6 * 2);
      -webkit-line-clamp: 2;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media print, screen and (max-width: 1180px) {
        .l-news .item-ttl {
          font-size: 1.4rem;
          line-height: 1.5;
          height: calc(1.4rem * 1.5 * 2);
          max-height: calc(1.4rem * 1.5 * 2); } }
    .l-news .item-txt {
      display: -webkit-box;
      font-size: 1.6rem;
      line-height: 1.6;
      text-align: left;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      height: calc(1.6rem * 1.6 * 2);
      max-height: calc(1.6rem * 1.6 * 2);
      -webkit-line-clamp: 2;
      margin-top: 2px; }
      @media print, screen and (max-width: 1180px) {
        .l-news .item-txt {
          font-size: 1.4rem;
          line-height: 1.5;
          height: calc(1.4rem * 1.5 * 2);
          max-height: calc(1.4rem * 1.5 * 2); } }
    .l-news .item-cat {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold;
      display: block; }
      @media print, screen and (max-width: 1180px) {
        .l-news .item-cat {
          font-size: 1.4rem;
          line-height: 1.5; } }
    .l-news .item-date {
      color: #3e3232bf;
      font-size: 14px;
      text-align: left; }
    .l-news .item-action-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .l-news .item-action-btn button {
        border: none;
        background: #e2e2e2;
        cursor: pointer;
        padding: 5px 10px;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .l-news .item-action-btn button:not(:last-child) {
          margin-right: 10px; }
        .l-news .item-action-btn button:hover {
          background: var(--primary-color);
          color: #ffffff; }
      .l-news .item-action-btn .reminder-link {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
  .l-news .c-btn {
    display: inline-block; }

/* PAGE: p;
---------------------------------------------------- */
.p-single_inner {
  display: block;
  width: 100%;
  margin: 0 auto; }

/* l-article
---------------------------------------------------- */
article .c-btn {
  margin: 30px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.l-article_dateCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .l-article_dateCat [class^="icon-"],
  .l-article_dateCat [class*=" icon-"] {
    font-size: 1.2rem;
    margin: 0 10px;
    color: #ff0101; }

.l-article_date {
  display: inline-block;
  color: gray;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-top: 0; }

.l-article_cat {
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .l-article_cat:hover {
    color: #f20505; }

.l-article_ttl {
  font-size: 2.5rem;
  padding: 0 0 20px; }
  @media print, screen and (max-width: 767px) {
    .l-article_ttl {
      font-size: 2rem; } }

.l-article_info {
  margin-bottom: 30px; }
  .l-article_info a {
    color: #179bd7; }
    .l-article_info a[target="_blank"] {
      text-decoration: underline; }

.l-article_video {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .l-article_video iframe {
    width: 560px;
    height: 315px; }
    @media only screen and (max-width: 479px) {
      .l-article_video iframe {
        width: 300px;
        height: 167px; } }

.l-article_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .l-article_gallery .items {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    margin-bottom: 16px; }
    @media print, screen and (max-width: 767px) {
      .l-article_gallery .items {
        width: calc((100% - 16px) / 2); }
        .l-article_gallery .items:nth-of-type(2n) {
          margin-right: 0; } }
    .l-article_gallery .items:nth-of-type(3n) {
      margin-right: 0; }
    .l-article_gallery .items img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }

.l-article_img {
  margin-bottom: 30px;
  text-align: center; }
  .l-article_img img {
    height: auto;
    margin: 0 auto; }

.l-article_excerpt {
  color: #808080;
  margin-bottom: 30px;
  font-style: italic; }

.l-article_txt p {
  color: #1f1f1f; }

.l-article_txt .wp-caption {
  max-width: 100%; }

.l-article_txt .wp-block-embed-youtube {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%; }

.l-article_txt .wp-block-embed-youtube iframe,
.l-article_txt .wp-block-embed-youtube object,
.l-article_txt .wp-block-embed-youtube embed,
.l-article_txt .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.l-article_download {
  margin-top: 100px; }
  .l-article_download_ttl {
    font-size: 1.6rem;
    font-weight: bold; }
  .l-article_download .items {
    display: inline-block; }
    .l-article_download .items_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
    .l-article_download .items img {
      width: 10px;
      margin: 0; }
    .l-article_download .items span {
      font-size: 1.6rem;
      line-height: 1.6;
      margin-left: 10px;
      color: var(--primary-color-dark); }
    .l-article_download .items:hover span {
      text-decoration: underline; }

/* PAGE: p-404;
---------------------------------------------------- */
.p-404 .l-content_inner {
  padding: 100px 0;
  text-align: center; }

.p-404 .c-btn {
  margin: 50px auto 0; }

/* PAGE: p-search;
---------------------------------------------------- */
.p-search_top {
  padding-bottom: 20px;
  font-weight: bold; }

.p-search .txt_404 {
  text-align: center; }

.p-search .l-news::before {
  display: none; }
