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

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", ryo-gothic-plusn, sans-serif;
}

.system_article {
  /*
  YUI 3.5.0 (build 5089)
  Copyright 2012 Yahoo! Inc. All rights reserved.
  Licensed under the BSD License.
  http://yuilibrary.com/license/
  */
}
.system_article html {
  color: #101010;
  background: #fff;
}
.system_article body,
.system_article div,
.system_article dl,
.system_article dt,
.system_article dd,
.system_article ul,
.system_article ol,
.system_article li,
.system_article h1,
.system_article h2,
.system_article h3,
.system_article h4,
.system_article h5,
.system_article h6,
.system_article pre,
.system_article code,
.system_article form,
.system_article fieldset,
.system_article legend,
.system_article input,
.system_article textarea,
.system_article p,
.system_article blockquote,
.system_article th,
.system_article td {
  margin: 0;
  padding: 0;
}
.system_article table {
  border-spacing: 0;
  border-collapse: collapse;
}
.system_article fieldset,
.system_article img {
  border: 0;
}
.system_article address,
.system_article caption,
.system_article cite,
.system_article code,
.system_article dfn,
.system_article em,
.system_article strong,
.system_article th,
.system_article var {
  font-weight: normal;
  font-style: normal;
}
.system_article ol,
.system_article ul {
  list-style: none;
}
.system_article caption,
.system_article th {
  text-align: left;
}
.system_article h1,
.system_article h2,
.system_article h3,
.system_article h4,
.system_article h5,
.system_article h6 {
  font-size: 100%;
  font-weight: normal;
}
.system_article q:before,
.system_article q:after {
  content: "";
}
.system_article abbr,
.system_article acronym {
  font-variant: normal;
  border: 0;
}
.system_article sup {
  vertical-align: text-top;
}
.system_article sub {
  vertical-align: text-bottom;
}
.system_article input,
.system_article textarea,
.system_article select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  z-index: auto;
}
.system_article input,
.system_article textarea,
.system_article select {
  *font-size: 100%;
}
.system_article legend {
  color: #000;
}
.system_article #yui3-css-stamp.cssreset {
  display: none;
}
.system_article main,
.system_article aside {
  display: block;
}
.system_article p {
  color: #101010;
  font-size: 15px !important;
  font-weight: normal !important;
  line-height: 1.6 !important;
  margin-bottom: 0.6em !important;
  min-height: 1.4em;
}
.system_article p::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.system_article ul {
  color: #101010;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin-bottom: 0.6em !important;
  padding-left: 1.5em !important;
  list-style: disc !important;
}
.system_article ol {
  color: #101010;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin-bottom: 0.6em !important;
  padding-left: 1.5em !important;
  list-style: decimal !important;
}
.system_article a {
  color: #5095C7;
  text-decoration: underline !important;
}
.system_article a:hover {
  text-decoration: none !important;
}
.system_article a:active {
  text-decoration: underline !important;
}
.system_article .aligncenter {
  clear: both !important;
  display: block !important;
  margin: 0 auto !important;
}
.system_article img.aligncenter {
  clear: both !important;
  display: block !important;
  margin: 0 auto !important;
}
.system_article .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  clear: both;
}
.system_article .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  clear: both;
}
.system_article .wp-caption-text {
  text-align: center;
}
.system_article strong {
  font-weight: bold !important;
}
.system_article em {
  font-style: italic !important;
}
.system_article h1 {
  clear: both;
  font-weight: bold;
  line-height: 1.4;
  margin: 18px 0;
  font-size: 2.133em;
}
.system_article h1:first-child {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .system_article h1 {
    margin-bottom: 4%;
  }
}
.system_article h2 {
  clear: both;
  font-weight: bold;
  line-height: 1.4;
  margin: 18px 0;
  font-size: 1.6em;
}
.system_article h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .system_article h2 {
    margin-bottom: 4%;
  }
}
.system_article h3 {
  clear: both;
  font-weight: bold;
  line-height: 1.4;
  margin: 18px 0;
  font-size: 1.245em;
}
.system_article h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .system_article h3 {
    margin-bottom: 4%;
  }
}
.system_article h4 {
  font-size: 1.067em;
}
.system_article h5 {
  font-size: 0.889em;
}
.system_article h6 {
  font-size: 0.711em;
}
.system_article table {
  max-width: 100%;
  margin: 1em 0 1.4em;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .system_article table {
    width: 100% !important;
  }
}
.system_article th {
  font-size: 0.9em;
  padding: 0.4em;
  border: 1px solid #ccc;
  text-align: center;
}
.system_article td {
  font-size: 0.9em;
  padding: 0.4em;
  border: 1px solid #ccc;
}
.system_article img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.system_article iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 760px) {
  .system_article iframe {
    width: 100%;
  }
}
.system_article video {
  max-width: 100%;
}
.system_article .photo01,
.system_article .photo02 {
  margin-bottom: 20px;
}
.system_article .photo01 img {
  display: block;
  width: 100%;
  height: auto;
}
.system_article .photo02 {
  *zoom: 1;
}
.system_article .photo02:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}
.system_article .photo02 li {
  overflow: hidden;
  width: 49%;
}
.system_article .photo02 li:first-child {
  float: left;
}
.system_article .photo02 li:last-child {
  float: right;
}
.system_article .photo02 li img {
  display: block;
  height: auto;
}
.system_article .unit_faq {
  margin-bottom: 50px;
}
.system_article .unit_faq dt,
.system_article .unit_faq dd {
  font-size: 14px;
  line-height: 2em;
}
.system_article .unit_faq dt {
  font-size: 15px;
  font-weight: bold;
}
.system_article .unit_faq dd:last-child {
  margin-bottom: 0;
}
.system_article .unit_data table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #ccc solid;
}
.system_article .unit_data tr {
  border-bottom: 1px #ccc solid;
}
.system_article .unit_data td {
  font-size: 13px;
  padding: 16px 0;
}
.system_article .unit_data th {
  font-size: 13px;
  font-weight: bold;
  width: 240px;
  padding: 16px;
  text-align: left;
  background: #f7f2ee;
}
.system_article .unit_data td {
  padding: 16px 32px;
}
.system_article::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.page-system {
  /*  icon
  *----------------------------------- */
  /*  password
  *----------------------------------- */
  /*  infotable
  *----------------------------------- */
  /*  Pager
  *----------------------------------- */
  /*  widget
  *----------------------------------- */
  /* l-other_article その他の記事
  *----------------------------------- */
  /*  index おすすめ吐き出し
  *----------------------------------- */
  /*  page-system-index
  *----------------------------------- */
  /*  詳細 page-system-detail
  *----------------------------------- */
}
.page-system .list-page .p-item__icons {
  overflow: hidden;
  text-align: inherit;
}
.page-system .list-page .l-list .p-item__icons {
  max-height: 50px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-system .list-page .l-list .p-item__icons {
    max-height: 25px;
  }
}
.page-system.page-system-index .list-page .p-item__icons {
  max-height: 54px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page .p-item__icons {
    max-height: 25px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-system-detail .list-page__main .p-item.new:after {
    line-height: 64px;
    top: 20px;
    left: 20px;
    width: 64px;
    height: 64px;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .list-page__main .p-item.new:after {
    font-size: 3.5vw;
    top: 3vw;
    left: 3vw;
    width: 13vw;
    height: 13vw;
    line-height: 13vw;
  }
}
.page-system.page-system-index .p-item.password .p-item__post-date {
  position: relative;
  display: inline-block;
}
.page-system.page-system-index .p-item.password .p-item__post-date::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/cmn/key.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  right: -20px;
  z-index: 10000;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .p-item.password .p-item__post-date::before {
    width: 3.8vw;
    height: 3.8vw;
    top: 15%;
    right: -3.8vw;
  }
}
.page-system.page-system-detail .p-item.password .p-item__post-date {
  position: relative;
  display: inline-block;
}
.page-system.page-system-detail .p-item.password .p-item__post-date::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/cmn/key.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 5px;
  right: -20px;
  z-index: 10000;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .p-item.password .p-item__post-date::before {
    width: 3.8vw;
    height: 3.8vw;
    top: 27%;
    right: -3.8vw;
  }
}
.page-system .detail_box {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-system .detail_box {
    margin-bottom: 10%;
  }
}
.page-system .detail_box .infotable {
  display: flex;
  flex-wrap: wrap;
}
.page-system .detail_box .infotable dt {
  width: 30%;
  background: #e5e5e5;
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px dotted #fff;
}
@media print, screen and (max-width: 760px) {
  .page-system .detail_box .infotable dt {
    padding: 3%;
  }
}
.page-system .detail_box .infotable dd {
  width: 70%;
  padding: 10px;
  border-bottom: 1px dotted #e5e5e5;
}
@media print, screen and (max-width: 760px) {
  .page-system .detail_box .infotable dd {
    padding: 3%;
  }
}
.page-system .l-pager {
  text-align: center;
  position: relative;
  z-index: 1;
  clear: both;
  margin-top: 30px;
}
@media print, screen and (min-width: 761px) {
  .page-system .l-pager {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system .l-pager {
    margin-top: 1%;
  }
}
.page-system .l-pager li {
  margin-bottom: 10px;
  min-width: 200px;
}
@media print, screen and (min-width: 761px) {
  .page-system .l-pager li {
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system .l-pager li {
    width: 80%;
  }
}
.page-system .widget__header {
  background: #5095C7;
  color: #fff;
  padding: 15px 0 10px;
  text-align: center;
  width: 100%;
  font-size: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-system .widget__header {
    font-size: 5.4vw;
  }
}
.page-system .widget {
  margin-bottom: 30px;
  font-size: 13px;
}
@media print, screen and (max-width: 760px) {
  .page-system .widget {
    margin-bottom: 10%;
  }
}
.page-system .widget a {
  text-decoration: none;
}
.page-system .widget__main-nextback {
  height: 34px;
  padding: 0;
  text-align: center;
  position: relative;
  background: #e0e0e0;
}
.page-system .widget__main-back, .page-system .widget__main-next {
  width: 30%;
}
.page-system .widget__main-back {
  float: left;
}
.page-system .widget__main-next {
  float: right;
}
.page-system .widget__main-back a, .page-system .widget__main-next a {
  color: #101010;
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 34px;
  line-height: 37px;
}
.page-system .widget__main-back a {
  padding-left: 16px;
}
.page-system .widget__main-next a {
  padding-right: 16px;
}
.page-system .widget__main-back a:hover, .page-system .widget__main-next a:hover {
  text-decoration: none;
}
.page-system .widget__main-back a span, .page-system .widget__main-next a span {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.page-system .widget__main-back a span:before, .page-system .widget__main-next a span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 5px solid #101010;
}
.page-system .widget__main-back a span:before {
  left: -14px;
  transition-duration: 200ms;
  transform: rotate(180deg);
}
.page-system .widget__main-next a span:after {
  right: -12px;
  transition-duration: 200ms;
}
.page-system .widget__main-year {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  height: 34px;
  text-align: center;
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25%;
}
.page-system .widget ul li a {
  border-bottom: 1px solid #bababa;
  color: #101010;
  display: block;
  padding: 9px 15px 8px 15px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.page-system .widget ul li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 55%;
  left: 5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 5px solid #101010;
  transition-duration: 200ms;
}
@media print, screen and (max-width: 760px) {
  .page-system .widget:last-child {
    margin-bottom: 0;
  }
}
.page-system.page-system-detail .l-other_article {
  width: 910px;
  margin: 80px auto 40px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-other_article {
    width: 100%;
    margin: 13% auto 7%;
  }
}
.page-system.page-system-detail .l-other_article h3 {
  line-height: 1;
  font-weight: 400;
  margin: 0 auto 32px;
  font-size: 34px;
  text-align: center;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-other_article h3 {
    font-size: 10vw;
    margin-bottom: 6%;
  }
}
.page-system.page-system-detail .l-other_article h3 span {
  display: block;
  line-height: 1;
  font-size: 15px;
  margin-top: 10px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-other_article h3 span {
    font-size: 4vw;
    margin-top: 1vw;
  }
}
.page-system.page-system-detail .l-other_article__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-other_article__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3vw;
  }
}
.page-system.page-system-detail .l-other_article .p-item {
  border: solid 1px #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-other_article .p-item {
    cursor: pointer;
  }
}
.page-system.page-system-detail .l-other_article .p-item a {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-other_article .p-item a {
    padding: 8px;
  }
}
.page-system.page-system-detail .l-other_article .p-item__inner {
  width: calc(100% - 205px);
  text-align: left;
  padding-left: 15px;
  margin: auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-other_article .p-item__inner {
    width: 58%;
  }
}
.page-system.page-system-detail .l-other_article .p-item__post-title {
  margin-top: 6px;
  margin-bottom: 4px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-other_article .p-item__post-title {
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 3.8vw;
    line-height: 1.5;
  }
}
.page-system.page-system-detail .l-other_article .p-item__post-date {
  font-size: 13px;
  font-weight: 400;
}
.page-system.page-system-detail .l-other_article .p-item__photo {
  position: relative;
  width: 190px;
  margin: auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-other_article .p-item__photo {
    width: 39%;
  }
}
.page-system.page-system-detail .l-other_article .p-item__icons {
  text-align: left;
  margin-bottom: 6px;
  max-height: 24px;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-other_article .p-item__icons {
    max-height: 25px;
    margin-bottom: 4px;
  }
}
.page-system.page-system-detail .out_of_range {
  opacity: 0;
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .out_of_range {
    display: none;
  }
}
.page-system.page-system-index .list-page__rank {
  width: 1100px;
  margin: 0 auto 80px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank {
    width: 90%;
    margin-bottom: 10%;
  }
}
.page-system.page-system-index .list-page__rank__list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank__list {
    gap: 5vw 3vw;
  }
}
.page-system.page-system-index .list-page__rank .list-page__list, .page-system.page-system-index.page-news .list-page__rank .list-page__list {
  width: auto;
  max-width: inherit;
}
.page-system.page-system-index .list-page__rank .p-item {
  position: relative;
  width: 100%;
  border: 1px solid #707070;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
    border: none;
  }
}
.page-system.page-system-index .list-page__rank .p-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-system-index .list-page__rank .p-item a {
    display: flex;
    padding: 14px;
    align-items: center;
  }
}
.page-system.page-system-index .list-page__rank .p-item a:after {
  position: absolute;
  z-index: 99;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  background: url(../images/cmn/btn_arrow.svg) no-repeat center/contain;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item a:after {
    bottom: 5px;
    right: 0px;
  }
}
.page-system.page-system-index .list-page__rank .p-item__photo {
  position: relative;
  width: 40%;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item__photo {
    width: 100%;
  }
}
.page-system.page-system-index .list-page__rank .p-item__inner {
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-system-index .list-page__rank .p-item__inner {
    width: 60%;
    padding: 0 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item__inner {
    width: auto;
    margin-top: 4%;
  }
}
.page-system.page-system-index .list-page__rank .p-item__post-date {
  font-size: 14px;
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4666666667;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item__post-date {
    margin-top: 2px;
  }
}
.page-system.page-system-index .list-page__rank .p-item__post-price {
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item__post-price {
    margin-top: 2px;
  }
}
.page-system.page-system-index .list-page__rank .p-item__icons {
  margin-bottom: 8px;
  max-height: 54px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item__icons {
    margin-bottom: 6px;
  }
}
.page-system.page-system-index .list-page__rank .p-item__icons:empty {
  margin-bottom: 0;
}
.page-system.page-system-index .list-page__rank .p-item__post-title {
  overflow: hidden;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4666666667;
  font-size: 15px;
  margin-bottom: 11px;
  font-weight: 500;
}
.page-system.page-system-index .list-page__rank .p-item__post-text {
  overflow: hidden;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 400;
}
.page-system.page-system-index .list-page__rank .p-item__caption {
  margin-top: 7px;
  overflow: hidden;
}
.page-system.page-system-index .list-page__rank .p-item:first-child {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-system-index .list-page__rank .p-item:first-child .p-item__photo {
    max-width: 427px;
    width: 40%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-system-index .list-page__rank .p-item:first-child.new:after {
    top: 25px;
    left: 25px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item:first-child.new:after {
    font-size: 3.5vw;
    top: 3vw;
    left: 3vw;
    width: 13vw;
    height: 13vw;
    line-height: 13vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-system-index .list-page__rank .p-item:first-child .p-item__inner {
    padding-left: 25px;
  }
}
.page-system.page-system-index .list-page__rank .p-item:first-child .p-item__icons {
  margin-bottom: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item:first-child .p-item__icons {
    margin-bottom: 6px;
  }
}
.page-system.page-system-index .list-page__rank .p-item:first-child .p-item__post-title {
  font-size: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item:first-child .p-item__post-title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 17px;
    line-height: 1.5;
  }
}
.page-system.page-system-index .list-page__rank .p-item:first-child .p-item__post-date {
  margin-top: 6px;
}
.page-system.page-system-index .list-page__rank .p-item:nth-child(2), .page-system.page-system-index .list-page__rank .p-item:nth-child(3) {
  max-width: 540px;
  width: 49%;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item:nth-child(2), .page-system.page-system-index .list-page__rank .p-item:nth-child(3) {
    width: calc(50% - 1.5vw);
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-system-index .list-page__rank .p-item:nth-child(2).new:after, .page-system.page-system-index .list-page__rank .p-item:nth-child(3).new:after {
    top: 20px;
    left: 20px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-system-index .list-page__rank .p-item:nth-child(2) .p-item__inner, .page-system.page-system-index .list-page__rank .p-item:nth-child(3) .p-item__inner {
    width: 57%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item:nth-child(2) .p-item__inner, .page-system.page-system-index .list-page__rank .p-item:nth-child(3) .p-item__inner {
    margin-top: 6%;
  }
}
.page-system.page-system-index .list-page__rank .p-item:nth-child(2) .p-item__photo, .page-system.page-system-index .list-page__rank .p-item:nth-child(3) .p-item__photo {
  width: 43%;
}
@media screen and (max-width: 480px) {
  .page-system.page-system-index .list-page__rank .p-item:nth-child(2) .p-item__photo, .page-system.page-system-index .list-page__rank .p-item:nth-child(3) .p-item__photo {
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item:nth-child(2) .p-item__post-title, .page-system.page-system-index .list-page__rank .p-item:nth-child(3) .p-item__post-title {
    font-size: 3.8vw;
    line-height: 1.5;
  }
}
.page-system.page-system-index .list-page__rank .p-item:nth-child(2) .p-item__post-text, .page-system.page-system-index .list-page__rank .p-item:nth-child(3) .p-item__post-text {
  display: none;
}
.page-system.page-system-index .list-page__rank .p-item:nth-child(2) .p-item__caption, .page-system.page-system-index .list-page__rank .p-item:nth-child(3) .p-item__caption {
  display: none;
}
.page-system.page-system-index .list-page__rank .p-item:nth-child(2) .p-item__post-date, .page-system.page-system-index .list-page__rank .p-item:nth-child(3) .p-item__post-date {
  margin-bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .list-page__rank .p-item:nth-child(2) .p-item__post-date, .page-system.page-system-index .list-page__rank .p-item:nth-child(3) .p-item__post-date {
    font-size: 3.4vw;
    margin-top: 3px;
  }
}
.page-system.page-system-index .l-list {
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px 22px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .l-list {
    gap: 5vw 3vw;
    margin: 0 auto 13vw;
  }
}
.page-system.page-system-index .l-list h3 {
  line-height: 1.2;
  margin: 0 auto 32px;
  font-size: 30px;
  text-align: center;
  font-family: alternate-gothic-no-2-d, sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .l-list h3 {
    font-size: 24px;
    margin-bottom: 6%;
  }
}
.page-system.page-system-index .l-list .p-item {
  border: solid 1px #ccc;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .l-list .p-item {
    cursor: pointer;
  }
}
.page-system.page-system-index .l-list .p-item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-system-index .l-list .p-item__photo {
    width: 190px;
  }
}
.page-system.page-system-index .l-list .p-item__inner {
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-system-index .l-list .p-item__inner {
    width: calc(100% - 205px);
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .l-list .p-item__inner {
    margin-top: 5%;
  }
}
.page-system.page-system-index .l-list .p-item__icons {
  margin-bottom: 4px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .l-list .p-item__icons {
    margin-bottom: 5px;
  }
}
.page-system.page-system-index .l-list .p-item__icons:empty {
  margin-bottom: 0;
}
.page-system.page-system-index .l-list .p-item__post-title {
  font-size: 15px;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .l-list .p-item__post-title {
    font-size: 3.846vw;
  }
}
.page-system.page-system-index .l-list .p-item__post-text {
  font-size: 13px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .l-list .p-item__post-text {
    font-size: 3.4vw;
  }
}
.page-system.page-system-index .l-list .p-item__post-price {
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .l-list .p-item__post-price {
    font-size: 4.2vw;
  }
}
.page-system.page-system-index .l-list .p-item__post-date {
  font-size: 14px;
  margin-top: 3px;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-index .l-list .p-item__post-date {
    font-size: 3.4vw;
    margin-top: 3px;
  }
}
.page-system.page-system-index .l-list .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-system.page-system-detail .list-page__main > .l-list {
  margin: 0 auto 40px;
  border-bottom: 5px solid #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .list-page__main > .l-list {
    margin-bottom: 6%;
  }
}
.page-system.page-system-detail .l-list, .page-system.page-system-detail .l-list div, .page-system.page-system-detail .l-list ul {
  opacity: 1;
  transform: none;
}
.page-system.page-system-detail .l-list .p-item {
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-list .p-item {
    margin-bottom: 10vw;
  }
}
.page-system.page-system-detail .l-list .p-item__icons {
  margin-bottom: 12px;
  max-height: inherit;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-list .p-item__icons {
    margin-bottom: 7px;
  }
}
.page-system.page-system-detail .l-list .p-item__photo {
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-list .p-item__photo {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-list .p-item__inner {
    width: 100%;
  }
}
.page-system.page-system-detail .l-list .p-item__post-title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-list .p-item__post-title {
    font-size: 5.2vw;
    line-height: 1.4;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
.page-system.page-system-detail .l-list .p-item__post-date {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
.page-system.page-system-detail .l-list .p-item__post-subtitle {
  font-size: 15px;
  margin-bottom: 18px;
  text-align: center;
}
.page-system.page-system-detail .l-list .p-item__caption {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.page-system.page-system-detail .l-list .p-item__tbl_text {
  border-collapse: collapse;
  margin: 20px auto 30px;
}
.page-system.page-system-detail .l-list .p-item__tbl_text dt {
  display: inline-block;
  padding: 3px 30px;
  text-align: center;
  vertical-align: top;
  background: #101010;
  color: #fff;
}
.page-system.page-system-detail .l-list .p-item__tbl_text dt.empty {
  display: none;
}
.page-system.page-system-detail .l-list .p-item__tbl_text dd {
  max-width: 33%;
  padding-right: 30px;
  display: inline-block;
  margin-left: 15px;
  text-align: left;
  line-height: 17px;
  vertical-align: top;
}
.page-system.page-system-detail .l-list .p-item__tbl_text dd:last-child {
  padding-right: 0;
}
.page-system.page-system-detail .l-list .p-item__post-price {
  padding: 15px 0;
  border-top: 1px solid #101010;
  border-bottom: 1px solid #101010;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px;
}
.page-system.page-system-detail .l-list .p-item__post-price span {
  display: block;
  font-size: 13px;
}
.page-system.page-system-detail .l-list .p-item__post-text {
  margin-bottom: 50px;
}
.page-system.page-system-detail .l-list .p-item__post-text img {
  margin: 10px 0;
}
.page-system.page-system-detail .l-contents {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-contents {
    margin-bottom: 11%;
  }
}
.page-system.page-system-detail .l-value {
  padding: 20px;
  background: #e5e5e5;
  margin-top: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-value {
    margin-top: 10%;
  }
}
.page-system.page-system-detail .l-value .title {
  border-top: 1px solid #101010;
  border-bottom: 1px solid #101010;
  color: #101010 !important;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  margin: 0px 0 15px;
}
.page-system.page-system-detail .l-password_form {
  margin-bottom: 60px;
  text-align: center;
  background: #eee;
  padding: 40px 20px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-password_form {
    margin-bottom: 10%;
    padding: 10% 5%;
  }
}
.page-system.page-system-detail .l-password_form .post_password {
  margin-top: 10px;
}
.page-system.page-system-detail .l-password_form form input {
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-password_form form input {
    width: calc(100% - 70px);
  }
}
.page-system.page-system-detail .l-password_form form button {
  appearance: none;
  width: 93px;
  padding: 5px 0 7px;
  border: none;
  border-radius: 3px;
  background: #101010;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-system-detail .l-password_form form button {
    width: 63px;
  }
}

/* end -- .page-system */
.page-system.page-news,
.page-system.page-blog,
.page-system.page-story {
  /*  cmn
  *----------------------------------- */
  /*  icon
  *----------------------------------- */
  /*  page-system-index
  *----------------------------------- */
  /*  page-system-detail
  *----------------------------------- */
}
.page-system.page-news .p-item__icons .icon,
.page-system.page-blog .p-item__icons .icon,
.page-system.page-story .p-item__icons .icon {
  position: relative;
  background: none !important;
  color: #656565;
  font-weight: 400;
  padding: 0 8px 0 0;
  font-size: 14px;
}
.page-system.page-news .p-item__icons .icon::before,
.page-system.page-blog .p-item__icons .icon::before,
.page-system.page-story .p-item__icons .icon::before {
  content: "#";
}
.page-system.page-news .p-item__photo img,
.page-system.page-blog .p-item__photo img,
.page-system.page-story .p-item__photo img {
  aspect-ratio: 281/181;
  object-fit: cover;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-news.page-system-index .list-page__main,
.page-system.page-blog.page-system-index .list-page__main,
.page-system.page-story.page-system-index .list-page__main {
    width: 1100px;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-news.page-system-index .list-page__main,
.page-system.page-blog.page-system-index .list-page__main,
.page-system.page-story.page-system-index .list-page__main {
    margin: 10% auto 20%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-news.page-system-index .list-page__list,
.page-system.page-blog.page-system-index .list-page__list,
.page-system.page-story.page-system-index .list-page__list {
    width: 850px;
  }
}
@media screen and (max-width: 979px) {
  .page-system.page-news.page-system-index .list-page__list,
.page-system.page-blog.page-system-index .list-page__list,
.page-system.page-story.page-system-index .list-page__list {
    /* for sp iPad */
    width: 100%;
    float: none;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-news.page-system-index aside.list-page__side,
.page-system.page-blog.page-system-index aside.list-page__side,
.page-system.page-story.page-system-index aside.list-page__side {
    width: 180px;
  }
}
@media screen and (max-width: 979px) {
  .page-system.page-news.page-system-index aside.list-page__side,
.page-system.page-blog.page-system-index aside.list-page__side,
.page-system.page-story.page-system-index aside.list-page__side {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    justify-content: space-between;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .page-system.page-news.page-system-index aside.list-page__side,
.page-system.page-blog.page-system-index aside.list-page__side,
.page-system.page-story.page-system-index aside.list-page__side {
    width: 100%;
    display: block;
    margin-top: 16%;
  }
}
@media screen and (max-width: 979px) {
  .page-system.page-news.page-system-index aside.list-page__side .widget,
.page-system.page-blog.page-system-index aside.list-page__side .widget,
.page-system.page-story.page-system-index aside.list-page__side .widget {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .page-system.page-news.page-system-index aside.list-page__side .widget,
.page-system.page-blog.page-system-index aside.list-page__side .widget,
.page-system.page-story.page-system-index aside.list-page__side .widget {
    width: 100%;
  }
}
.page-system.page-news.page-system-index .list-page__list h3,
.page-system.page-blog.page-system-index .list-page__list h3,
.page-system.page-story.page-system-index .list-page__list h3 {
  font-size: 18px;
  padding: 12px 20px;
  color: #101010;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-news.page-system-index .list-page__list h3,
.page-system.page-blog.page-system-index .list-page__list h3,
.page-system.page-story.page-system-index .list-page__list h3 {
    margin-bottom: 6%;
  }
}
.page-system.page-news.page-system-index .list-page__list .l-list .p-item,
.page-system.page-blog.page-system-index .list-page__list .l-list .p-item,
.page-system.page-story.page-system-index .list-page__list .l-list .p-item {
  border: none;
}
.page-system.page-news.page-system-index .list-page__list .l-list .p-item a,
.page-system.page-blog.page-system-index .list-page__list .l-list .p-item a,
.page-system.page-story.page-system-index .list-page__list .l-list .p-item a {
  padding: 0;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-news.page-system-index .list-page__list .l-list .p-item__inner,
.page-system.page-blog.page-system-index .list-page__list .l-list .p-item__inner,
.page-system.page-story.page-system-index .list-page__list .l-list .p-item__inner {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-news.page-system-index .list-page__list .l-column_04,
.page-system.page-blog.page-system-index .list-page__list .l-column_04,
.page-system.page-story.page-system-index .list-page__list .l-column_04 {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  .page-system.page-news.page-system-index .list-page__list .l-column_04 .p-item__photo,
.page-system.page-blog.page-system-index .list-page__list .l-column_04 .p-item__photo,
.page-system.page-story.page-system-index .list-page__list .l-column_04 .p-item__photo {
    width: 100%;
  }
  .page-system.page-news.page-system-index .list-page__list .l-column_04 .p-item__inner,
.page-system.page-blog.page-system-index .list-page__list .l-column_04 .p-item__inner,
.page-system.page-story.page-system-index .list-page__list .l-column_04 .p-item__inner {
    width: 100%;
  }
  .page-system.page-news.page-system-index .list-page__list .l-column_03,
.page-system.page-blog.page-system-index .list-page__list .l-column_03,
.page-system.page-story.page-system-index .list-page__list .l-column_03 {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-system.page-news.page-system-index .list-page__list .l-column_03 .p-item__photo,
.page-system.page-blog.page-system-index .list-page__list .l-column_03 .p-item__photo,
.page-system.page-story.page-system-index .list-page__list .l-column_03 .p-item__photo {
    width: 100%;
  }
  .page-system.page-news.page-system-index .list-page__list .l-column_03 .p-item__inner,
.page-system.page-blog.page-system-index .list-page__list .l-column_03 .p-item__inner,
.page-system.page-story.page-system-index .list-page__list .l-column_03 .p-item__inner {
    width: 100%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-news.page-system-detail .l-main .list-page__main,
.page-system.page-blog.page-system-detail .l-main .list-page__main,
.page-system.page-story.page-system-detail .l-main .list-page__main {
    padding: 90px;
    background: #fff;
  }
}

/* end -- .page-system.l-news */
/*  詳細写真横並び
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .page-blog.page-system-detail .l-list .p-item {
    display: flex;
  }
  .page-blog.page-system-detail .l-list .p-item__photo {
    width: 47%;
    margin: 0 3% 0 0;
  }
  .page-blog.page-system-detail .l-list .p-item__inner {
    width: 50%;
    margin-top: 20px;
  }
}
.page-story .new:after {
  display: none;
}

/*  新着画像比率
*----------------------------------- */
.page-system.page-news .p-item__photo img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* mobile */
.page-system.page-people {
  /*  cmn
  *----------------------------------- */
  /*  page-system-index
  *----------------------------------- */
  /*  page-system-detail
  *----------------------------------- */
}
@media print, screen and (min-width: 761px) {
  .page-system.page-people.page-system-index .list-page__main {
    width: 1100px;
    padding: 90px;
    background: #fff;
  }
}
.page-system.page-people.page-system-index .list-page__list h3 {
  font-size: 18px;
  padding: 12px 20px;
  color: #101010;
  border-top: 1px solid #101010;
  border-bottom: 1px solid #101010;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-index .list-page__list h3 {
    margin-bottom: 6%;
  }
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item {
  border: none;
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item a {
  padding: 0;
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item a:hover {
  opacity: 1;
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item a:hover img {
  opacity: 1;
  transform: scale(1.15);
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item__inner {
  text-align: center;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-people.page-system-index .list-page__list .l-list .p-item__inner {
    margin-top: 13px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-index .list-page__list .l-list .p-item__inner {
    margin-top: 3vw;
  }
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item__photo {
  overflow: hidden;
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item__photo.ph_sys img {
  width: 100%;
  aspect-ratio: 0.775/1;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-index .list-page__list .l-list .p-item__title {
    font-size: 4.5vw;
    margin-bottom: 2.8vw;
    -webkit-line-clamp: 2;
  }
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item__text {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 12px;
  border-top: 1px solid #101010;
  padding-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-index .list-page__list .l-list .p-item__text {
    font-size: 4vw;
    margin-bottom: 2vw;
    -webkit-line-clamp: 2;
    padding-top: 2vw;
  }
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item__icons-category {
  max-height: 40px;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-index .list-page__list .l-list .p-item__icons-category {
    font-size: 3.6vw;
    margin-bottom: 0;
    max-height: 14vw;
    text-align: center;
  }
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item__icons-category .icon {
  background: none !important;
  color: #101010;
  padding: 0;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-index .list-page__list .l-list .p-item__icons-category .icon {
    font-size: 3.6vw;
  }
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item__icons-category .icon:last-child {
  margin-right: 0;
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item .p-item_cat {
  display: flex;
  font-size: 15px;
  font-weight: 400;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-index .list-page__list .l-list .p-item .p-item_cat {
    font-size: 3.8vw;
  }
}
.page-system.page-people.page-system-index .list-page__list .l-list .p-item .p-item__year {
  margin-bottom: 6px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-index .list-page__list .l-list .p-item .p-item__year {
    margin-bottom: 1.5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-people.page-system-index .list-page__list .l-column_03 {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
    margin-bottom: 0;
  }
  .page-system.page-people.page-system-index .list-page__list .l-column_03 .p-item__photo {
    width: 100%;
  }
  .page-system.page-people.page-system-index .list-page__list .l-column_03 .p-item__inner {
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-people.page-system-detail .l-main .list-page__main {
    padding: 90px;
    background: #fff;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-people.page-system-detail .l-main .l-people__list .p-item-people {
    display: flex;
    align-items: center;
  }
  .page-system.page-people.page-system-detail .l-main .l-people__list .p-item-people .p-item__photo {
    width: 60%;
  }
  .page-system.page-people.page-system-detail .l-main .l-people__list .p-item-people .p-item__inner {
    width: 40%;
    text-align: left;
  }
  .page-system.page-people.page-system-detail .l-main .l-people__list .p-item-people .p-item__icons-category {
    text-align: left;
  }
}
.page-system.page-people.page-system-detail .l-main .l-people__list .p-item-people .p-item_cat {
  display: flex;
  font-size: 15px;
  font-weight: 400;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-people__list .p-item-people .p-item_cat {
    font-size: 3.8vw;
    justify-content: center;
  }
}
.page-system.page-people.page-system-detail .l-main .l-people__list .p-item-people .p-item__year {
  margin-bottom: 6px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-people__list .p-item-people .p-item__year {
    margin-bottom: 1.5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-people.page-system-detail .l-main .l-list .p-item__photo {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-system.page-people.page-system-detail .l-main .l-list .p-item__photo.ph_sys img {
  width: 100%;
  aspect-ratio: 0.775/1;
  object-fit: cover;
}
.page-system.page-people.page-system-detail .l-main .l-list .p-item__inner {
  text-align: center;
}
.page-system.page-people.page-system-detail .l-main .l-list .p-item__post-text {
  font-size: 18px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-list .p-item__post-text {
    font-size: 4.2vw;
  }
}
.page-system.page-people.page-system-detail .l-main .l-list .p-item__icons-category {
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-list .p-item__icons-category {
    font-size: 3.8vw;
    margin-bottom: 2vw;
  }
}
.page-system.page-people.page-system-detail .l-main .l-list .p-item__icons-category .icon {
  background: none !important;
  color: #101010;
  padding: 0;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-list .p-item__icons-category .icon {
    font-size: 3.8vw;
  }
}
.page-system.page-people.page-system-detail .l-main .l-list .p-item__icons-category .icon:last-child {
  margin-right: 0;
}
.page-system.page-people.page-system-detail .l-main .l-comment {
  margin-top: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment {
    margin-top: 15vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 45px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item {
    width: 100%;
    margin: 0 auto 15vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item__photo {
    flex: 1;
    width: 45%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item__photo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item__info {
    width: 55%;
  }
}
.page-system.page-people.page-system-detail .l-main .l-comment .p-item__subtitle {
  font-size: 54px;
  margin-bottom: 25px;
  color: #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item__subtitle {
    font-size: 12vw;
    margin-bottom: 2vw;
  }
}
.page-system.page-people.page-system-detail .l-main .l-comment .p-item__title {
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
  margin: 10px 0;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item__title {
    font-size: 6vw;
    line-height: 1.3;
    margin: 3vw 0;
  }
}
.page-system.page-people.page-system-detail .l-main .l-comment .p-item__title .accent {
  color: #5095C7;
}
.page-system.page-people.page-system-detail .l-main .l-comment .p-item__text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item__text {
    font-size: 4.1vw;
    line-height: 1.8;
  }
}
.page-system.page-people.page-system-detail .l-main .l-comment .p-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.page-system.page-people.page-system-detail .l-main .l-comment .p-item02 {
  display: block;
  text-align: center;
  padding-top: 80px;
  position: relative;
  max-width: 100%;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item02 {
    margin-top: 0;
    width: 100%;
    padding-top: 8%;
    margin-bottom: 9vw;
  }
}
.page-system.page-people.page-system-detail .l-main .l-comment .p-item02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 457px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FF8A15;
  z-index: -1;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item02::before {
    height: 45vw;
  }
}
.page-system.page-people.page-system-detail .l-main .l-comment .p-item02 .p-item__catch {
  margin-bottom: 30px;
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item02 .p-item__catch {
    margin-bottom: 3%;
  }
}
.page-system.page-people.page-system-detail .l-main .l-comment .p-item02 .p-item__photo {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item02 .p-item__photo {
    width: 90%;
    margin-bottom: 6vw;
  }
}
.page-system.page-people.page-system-detail .l-main .l-comment .p-item02 .p-item__info {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people.page-system-detail .l-main .l-comment .p-item02 .p-item__info {
    width: 90%;
  }
}

/* end -- .page-system.l-voice */
.l-item-intro__image {
  display: block;
  position: relative;
  z-index: -1;
}
@media (min-width: 761px) {
  .l-item-intro__image {
    margin-top: 63px;
  }
}
@media (max-width: 760px) {
  .l-item-intro__image {
    margin-bottom: 10vw;
    margin-top: 15vw;
  }
}
.l-item-intro__image::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: 0;
  width: 200%;
  height: 162.5px;
  background-image: url(../images/top/intro03_scroll.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: scroll-bg 30s linear infinite;
}
@media (max-width: 760px) {
  .l-item-intro__image::after {
    height: 21.6666666667dvw;
    top: -3.5897435897dvw;
  }
}
@media (min-width: 761px) {
  .l-item-intro__image img {
    aspect-ratio: 3600/1244;
    height: 622px;
    object-fit: cover;
  }
}

@keyframes scroll-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page-system.page-faq {
  /*  list-page__anc
  *----------------------------------- */
  /*  list-page__list
  *----------------------------------- */
}
.page-system.page-faq .list-page__anc {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000;
  width: 1100px;
  margin: 0 auto;
  background: none;
  margin-bottom: 20px;
  border-bottom: none;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__anc {
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__anc .horizontal {
    margin-bottom: 8vw;
  }
}
.page-system.page-faq .list-page__anc .horizontal li {
  background: #5095C7;
}
.page-system.page-faq .list-page__anc .horizontal li a {
  font-weight: 600;
  color: #fff;
}
.page-system.page-faq .list-page__anc.fixed {
  position: fixed;
  top: 0;
  padding-top: 85px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1001;
  background: #FCFCFC;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__anc.fixed {
    width: 100%;
    padding: 60px 5% 0;
  }
}
.page-system.page-faq .list-page__anc.fixed .horizontal {
  margin-bottom: 10px;
}
.page-system.page-faq .list-page__list {
  width: 1100px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__list {
    width: 100%;
    margin: 0 auto 10vw;
  }
}
.page-system.page-faq .adjust .list-page__list {
  padding-top: 140px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .adjust .list-page__list {
    padding-top: 30vw;
  }
}
.page-system.page-faq .list-page__list .l-faq {
  margin-bottom: 55px;
  margin-top: -150px;
  padding-top: 150px;
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__list .l-faq {
    margin-bottom: 13vw;
    margin-top: -40vw;
    padding-top: 40vw;
  }
}
.page-system.page-faq .list-page__list .l-faq__title {
  position: relative;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__list .l-faq__title {
    margin-bottom: 5vw;
    font-size: 4.8vw;
  }
}
.page-system.page-faq .list-page__list .l-faq .p-item-faq {
  width: 100%;
  border: 1px solid #101010;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__list .l-faq .p-item-faq {
    margin: 0 auto;
    margin-bottom: 3vw;
  }
}
.page-system.page-faq .list-page__list .l-faq dt {
  font-size: 18px;
  position: relative;
  padding: 20px 50px 20px 55px;
  text-align: left;
  color: #101010;
  font-weight: inherit;
  cursor: pointer;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__list .l-faq dt {
    padding: 3vw 8.7vw 3vw 10vw;
    font-size: 15px;
  }
}
.page-system.page-faq .list-page__list .l-faq dt:first-of-type {
  border-top: none;
}
.page-system.page-faq .list-page__list .l-faq dt::after {
  position: absolute;
  z-index: 1000;
  top: 50%;
  right: 18px;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  content: "";
  cursor: pointer;
  background: url(../images/cmn/icon_faq01.svg) 0 0 no-repeat;
  background-size: 14px auto;
  transition: 0.3s;
  transform: rotate(-90deg);
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__list .l-faq dt::after {
    right: 10px;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
.page-system.page-faq .list-page__list .l-faq dt::before {
  position: absolute;
  z-index: 1000;
  top: 16px;
  left: 22px;
  font-size: 24px;
  content: "Q.";
  color: #5095C7;
  font-family: alternate-gothic-no-2-d, sans-serif;
  margin-right: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__list .l-faq dt::before {
    font-size: 4.8vw;
    top: 2.4vw;
    left: 3.5vw;
  }
}
.page-system.page-faq .list-page__list .l-faq dt.active:after {
  background: url(../images/cmn/icon_faq02.svg) 0 0 no-repeat;
  background-size: 14px auto;
  transform: rotate(0);
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__list .l-faq dt.active:after {
    background-size: 12px auto;
  }
}
.page-system.page-faq .list-page__list .l-faq dd {
  position: relative;
  display: none;
  margin-bottom: 10px;
  padding: 20px 50px 20px 60px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__list .l-faq dd {
    padding: 2vw 2vw 6vw 10vw;
    font-size: 3.74vw;
  }
}
.page-system.page-faq .list-page__list .l-faq dd::before {
  position: absolute;
  z-index: 1000;
  top: 22px;
  left: 22px;
  content: "A.";
  color: #101010;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-size: 24px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-faq .list-page__list .l-faq dd::before {
    font-size: 4.8vw;
    top: 3.5vw;
    left: 3.5vw;
  }
}
.page-system.page-faq .list-page__list .l-faq dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.page-system.page-faq .list-page__list .l-faq dd a {
  color: #101010;
  text-decoration: underline;
}

/* end -- .page-system.page-faq */
.page-system.page-job {
  /*  cmn
  *----------------------------------- */
  /*  page-system-index list-page__search
  *----------------------------------- */
  /*  page-system-index l-list
  *----------------------------------- */
  /*  page-system-detail
  *----------------------------------- */
}
.page-system.page-job .p-item__text .icon,
.page-system.page-job .p-item-guideline__text .icon {
  background: none !important;
  list-style: none;
  margin-right: 10px;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-job.page-system-index .l-main, .page-system.page-job.page-system-detail .l-main {
    background: #cdecff;
  }
}
.page-system.page-job.page-system-index .list-page__search {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .list-page__search {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 18vw;
  }
}
.page-system.page-job.page-system-index .list-page__search select {
  appearance: none;
}
.page-system.page-job.page-system-index .list-page__search .l-searchandfilter input[type=text],
.page-system.page-job.page-system-index .list-page__search .l-searchandfilter textarea,
.page-system.page-job.page-system-index .list-page__search .l-searchandfilter select {
  width: 100%;
  height: auto;
  border: solid 1px #bababa;
  border-radius: 0;
  line-height: 1.5;
  color: #101010;
}
.page-system.page-job.page-system-index .list-page__search .l-searchandfilter select {
  padding: 18px 10px;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
.page-system.page-job.page-system-index .list-page__search .l-searchandfilter input[type=submit] {
  width: 60%;
  max-width: 22rem;
  height: 40px;
  border: none;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  background: #FF8A15;
  color: #fff;
  position: relative;
  margin: 5px auto 0;
  display: block;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  cursor: pointer;
}
.page-system.page-job.page-system-index .list-page__search .l-searchandfilter input[type=submit]:hover {
  opacity: 0.75;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
}
.page-system.page-job.page-system-index .list-page__search .archive ul li a {
  margin-top: 5px;
}
.page-system.page-job.page-system-index .list-page__search dl.p-item {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  border: 1px solid #bababa;
  border-bottom: none;
  background: #FF8A15;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .list-page__search dl.p-item {
    display: block;
    border-top: none;
  }
}
.page-system.page-job.page-system-index .list-page__search dl.p-item dt {
  width: 200px;
  color: #fff;
  padding: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .list-page__search dl.p-item dt {
    width: 100%;
    text-align: center;
    padding: 8px 15px;
  }
}
.page-system.page-job.page-system-index .list-page__search dl.p-item dd {
  width: calc(100% - 200px);
  padding: 15px;
  font-size: 16px;
  background: #fff;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .list-page__search dl.p-item dd {
    width: 100%;
    font-size: 4vw;
  }
}
.page-system.page-job.page-system-index .list-page__search dl.p-item .l-column_02 {
  margin-right: 20px;
  float: left;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .list-page__search dl.p-item .l-column_02 {
    float: left;
    margin-bottom: 2px;
  }
  .page-system.page-job.page-system-index .list-page__search dl.p-item .l-column_02 span {
    padding-left: 4px;
  }
  .page-system.page-job.page-system-index .list-page__search dl.p-item .l-column_02 input.p-item__check {
    vertical-align: unset;
    border: 1px solid #bababa;
    border-radius: 2px;
  }
}
.page-system.page-job.page-system-index .list-page__search dl.p-item.p-item-position {
  margin-bottom: 30px;
  border-bottom: 1px solid #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .list-page__search dl.p-item.p-item-position {
    border-bottom: none;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .list-page__search dl.p-item-position.p-item-position {
    border-bottom: 1px solid #bababa;
  }
}
.page-system.page-job.page-system-index .list-page__list h3 {
  font-size: 22px;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .list-page__list h3 {
    margin-bottom: 6%;
  }
}
.page-system.page-job.page-system-index .list-page__list h3 span {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 10px;
  position: relative;
}
.page-system.page-job.page-system-index .list-page__list h3 span::after {
  content: "/";
  position: absolute;
  left: -3px;
  z-index: 1000;
  top: -1px;
}
.page-system.page-job.page-system-index .list-page__list h3 span:first-child::after {
  display: none;
}
.page-system.page-job.page-system-index .list-page__list h3 span:empty {
  display: none;
}
.page-system.page-job.page-system-index .list-page__list h3 span:empty::after {
  display: none;
}
.page-system.page-job.page-system-index .l-list {
  grid-template-columns: repeat(1, 1fr);
}
.page-system.page-job.page-system-index .l-list .p-item {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .l-list .p-item {
    width: 100%;
  }
}
.page-system.page-job.page-system-index .l-list .p-item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .l-list .p-item a {
    padding: 5%;
  }
}
.page-system.page-job.page-system-index .l-list .p-item__text {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  max-height: 24px;
  overflow: hidden;
}
.page-system.page-job.page-system-index .l-list .p-item__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .l-list .p-item__info {
    display: block;
    margin-bottom: 5%;
  }
}
.page-system.page-job.page-system-index .l-list .p-item__photo {
  width: 28%;
  margin-right: 3%;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .l-list .p-item__photo {
    width: auto;
    margin: 0 auto 5%;
  }
}
.page-system.page-job.page-system-index .l-list .p-item__title {
  font-size: 22px;
  font-weight: 700;
  color: #FF8A15;
  line-height: 1.5;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-job.page-system-index .l-list .p-item__title {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .l-list .p-item__title {
    font-size: 5.6vw;
  }
}
.page-system.page-job.page-system-index .l-list .p-item__inner {
  float: none;
  width: 65%;
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .l-list .p-item__inner {
    width: auto;
    margin: 0 auto;
  }
}
.page-system.page-job.page-system-index .l-list .p-item__inner dl {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 8px;
  border-bottom: 1px dotted #bababa;
  margin-bottom: 8px;
  width: 100%;
}
.page-system.page-job.page-system-index .l-list .p-item__inner dl dt {
  width: 120px;
  color: #FF8A15;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .l-list .p-item__inner dl dt {
    width: 34%;
  }
}
.page-system.page-job.page-system-index .l-list .p-item__inner dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 100px);
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .l-list .p-item__inner dl dd {
    width: 63%;
  }
}
.page-system.page-job.page-system-index .l-list .p-item__inner dl dd > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-system.page-job.page-system-index .l-list .p-item__inner dl:last-child {
  border-bottom: none;
}
.page-system.page-job.page-system-index .p-item .c-button {
  line-height: 43px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 761px) {
  .page-system.page-job.page-system-index .p-item .c-button {
    width: 300px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .p-item .c-button {
    width: 80%;
  }
}
.page-system.page-job.page-system-index .p-item .salary {
  margin-top: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-index .p-item .salary .salary_sub {
    font-size: 3.6vw;
  }
}
.page-system.page-job.page-system-index .p-item .salary .system_article {
  display: inline-block;
  vertical-align: top;
  max-height: 24px;
}
.page-system.page-job.page-system-index .p-item .salary .system_article p {
  color: #101010;
  font-weight: 500 !important;
}
.page-system.page-job.page-form-index .l-toggle {
  display: flex;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-job.page-system-detail .l-main .list-page__main {
    padding: 90px;
    background: #fff;
  }
}
.page-system.page-job.page-system-detail .fixed-btn {
  display: none;
}
.page-system.page-job.page-system-detail .list-page .form-num-remaining {
  right: 5vw;
}
.page-system.page-job.page-system-detail .list-page .l-contents .p-item-sub_contents__title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
.page-system.page-job.page-system-detail .list-page .l-contents .p-item-work_contents {
  margin-top: 50px;
}
.page-system.page-job.page-system-detail .list-page .l-contents .p-item-ability {
  margin-top: 30px;
}
.page-system.page-job.page-system-detail .list-page .l-guideline {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-detail .list-page .l-guideline {
    border: 1px solid #101010;
    margin-bottom: 20%;
  }
}
@media screen and (min-width: 761px) {
  .page-system.page-job.page-system-detail .list-page .l-guideline .p-item-guideline {
    display: flex;
  }
}
.page-system.page-job.page-system-detail .list-page .l-guideline .p-item-guideline__title {
  background: #FF8A15;
  padding: 15px 25px;
  font-weight: initial;
  border-bottom: 1px solid #101010;
  color: #fff;
  font-size: 15px;
  width: 20%;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-detail .list-page .l-guideline .p-item-guideline__title {
    width: auto;
    border: none;
    justify-content: center;
    padding: 8px 20px;
  }
}
.page-system.page-job.page-system-detail .list-page .l-guideline .p-item-guideline__info {
  font-size: 15px;
  width: 80%;
  padding: 10px 15px;
  word-break: break-all;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px solid #101010;
  border-right: 1px solid #101010;
  background: #fff;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job.page-system-detail .list-page .l-guideline .p-item-guideline__info {
    width: auto;
    border: none;
  }
}
.page-system.page-job.page-system-detail .list-page .l-guideline .p-item-guideline__info.va {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-system.page-job.page-system-detail .list-page .l-guideline .p-item-guideline__info p {
  margin-bottom: 0 !important;
  width: 100%;
  margin-top: 8px;
  color: #101010;
}
.page-system.page-job.page-system-detail .list-page .l-guideline .p-item-guideline__info p strong {
  display: block;
  color: #FF8A15;
}
.page-system.page-job.page-system-detail .list-page .l-guideline .p-item-guideline__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 761px) {
  .page-system.page-job.page-system-detail .list-page .l-guideline .p-item-guideline:first-child {
    border-top: 1px solid #101010;
  }
}
.page-system.page-job .brick-form-num-remaining {
  opacity: 0;
  transition: 0.3s;
}
.page-system.page-job .brick-form-num-remaining.active {
  opacity: 1;
}

/* end -- .page-system.page-job */
.page-system.page-job-02 {
  /*  cmn
  *----------------------------------- */
  /*  page-system-index list-page__search
  *----------------------------------- */
  /*  page-system-index l-list
  *----------------------------------- */
  /*  page-system-detail
  *----------------------------------- */
}
.page-system.page-job-02 .p-item__text .icon,
.page-system.page-job-02 .p-item-guideline__text .icon {
  background: none !important;
  list-style: none;
  margin-right: 10px;
}
.page-system.page-job-02.page-system-index .l-main, .page-system.page-job-02.page-system-detail .l-main {
  background: #cdecff;
}
.page-system.page-job-02.page-system-index .list-page__search {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .list-page__search {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 18vw;
  }
}
.page-system.page-job-02.page-system-index .list-page__search select {
  appearance: none;
}
.page-system.page-job-02.page-system-index .list-page__search .l-searchandfilter input[type=text],
.page-system.page-job-02.page-system-index .list-page__search .l-searchandfilter textarea,
.page-system.page-job-02.page-system-index .list-page__search .l-searchandfilter select {
  width: 100%;
  height: auto;
  border: solid 1px #bababa;
  border-radius: 0;
  line-height: 1.5;
  color: #101010;
}
.page-system.page-job-02.page-system-index .list-page__search .l-searchandfilter select {
  padding: 18px 10px;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
.page-system.page-job-02.page-system-index .list-page__search .l-searchandfilter input[type=submit] {
  width: 60%;
  max-width: 22rem;
  height: 40px;
  border: none;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  background: #FF8A15;
  color: #fff;
  position: relative;
  margin: 5px auto 0;
  display: block;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  cursor: pointer;
}
.page-system.page-job-02.page-system-index .list-page__search .l-searchandfilter input[type=submit]:hover {
  opacity: 0.75;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
}
.page-system.page-job-02.page-system-index .list-page__search .archive ul li a {
  margin-top: 5px;
}
.page-system.page-job-02.page-system-index .list-page__search dl.p-item {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  border: 1px solid #bababa;
  border-bottom: none;
  background: #FF8A15;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .list-page__search dl.p-item {
    display: block;
    border-top: none;
  }
}
.page-system.page-job-02.page-system-index .list-page__search dl.p-item dt {
  width: 200px;
  color: #fff;
  padding: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .list-page__search dl.p-item dt {
    width: 100%;
    text-align: center;
    padding: 8px 15px;
  }
}
.page-system.page-job-02.page-system-index .list-page__search dl.p-item dd {
  width: calc(100% - 200px);
  padding: 15px;
  font-size: 16px;
  background: #fff;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .list-page__search dl.p-item dd {
    width: 100%;
    font-size: 4vw;
  }
}
.page-system.page-job-02.page-system-index .list-page__search dl.p-item .l-column_02 {
  margin-right: 20px;
  float: left;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .list-page__search dl.p-item .l-column_02 {
    float: left;
    margin-bottom: 2px;
  }
  .page-system.page-job-02.page-system-index .list-page__search dl.p-item .l-column_02 span {
    padding-left: 4px;
  }
  .page-system.page-job-02.page-system-index .list-page__search dl.p-item .l-column_02 input.p-item__check {
    vertical-align: unset;
    border: 1px solid #bababa;
    border-radius: 2px;
  }
}
.page-system.page-job-02.page-system-index .list-page__search dl.p-item.p-item-position {
  margin-bottom: 30px;
  border-bottom: 1px solid #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .list-page__search dl.p-item.p-item-position {
    border-bottom: none;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .list-page__search dl.p-item-position.p-item-position {
    border-bottom: 1px solid #bababa;
  }
}
.page-system.page-job-02.page-system-index .list-page__list h3 {
  font-size: 22px;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .list-page__list h3 {
    margin-bottom: 6%;
  }
}
.page-system.page-job-02.page-system-index .list-page__list h3 span {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 10px;
  position: relative;
}
.page-system.page-job-02.page-system-index .list-page__list h3 span::after {
  content: "/";
  position: absolute;
  left: -3px;
  z-index: 1000;
  top: -1px;
}
.page-system.page-job-02.page-system-index .list-page__list h3 span:first-child::after {
  display: none;
}
.page-system.page-job-02.page-system-index .list-page__list h3 span:empty {
  display: none;
}
.page-system.page-job-02.page-system-index .list-page__list h3 span:empty::after {
  display: none;
}
.page-system.page-job-02.page-system-index .l-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list {
    gap: 3vw;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: none;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item {
    width: 100%;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__text {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  max-height: 24px;
  overflow: hidden;
}
.page-system.page-job-02.page-system-index .l-list .p-item__head {
  padding: 20px 50px 20px 30px;
  position: relative;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item__head {
    font-size: 4.8vw;
    padding: 3vw 8.7vw 3vw 5vw;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__head::after {
  position: absolute;
  z-index: 1000;
  top: 50%;
  right: 18px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  content: "";
  cursor: pointer;
  background: url(../images/cmn/icon_faq01.svg) 0 0 no-repeat;
  background-size: 16px auto;
  transition: 0.3s;
  transform: rotate(-90deg);
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item__head::after {
    right: 10px;
    background-size: 12px auto;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__head.active:after {
  background: url(../images/cmn/icon_faq02.svg) 0 0 no-repeat;
  background-size: 14px auto;
  transform: rotate(0);
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item__head.active:after {
    background-size: 12px auto;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__detail {
  display: none;
}
.page-system.page-job-02.page-system-index .l-list .p-item__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 0 30px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item__info {
    display: block;
    margin-top: 1%;
    margin-bottom: 5%;
    padding: 0 5%;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__photo {
  width: 28%;
  margin-right: 3%;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item__photo {
    width: auto;
    margin: 0 auto 5%;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__title {
  font-size: 22px;
  font-weight: 700;
  color: #FF8A15;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item__title {
    font-size: 4.8vw;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__contents {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item__contents {
    margin-bottom: 3%;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__inner {
  width: calc(100% - 400px);
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item__inner {
    width: auto;
    margin: 0 auto;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__inner dl {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 8px;
  border-bottom: 1px dotted #bababa;
  margin-bottom: 8px;
  width: 100%;
}
.page-system.page-job-02.page-system-index .l-list .p-item__inner dl dt {
  width: 120px;
  color: #FF8A15;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item__inner dl dt {
    width: 34%;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__inner dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 100px);
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .l-list .p-item__inner dl dd {
    width: 63%;
  }
}
.page-system.page-job-02.page-system-index .l-list .p-item__inner dl dd > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-system.page-job-02.page-system-index .l-list .p-item__inner dl:last-child {
  border-bottom: none;
}
.page-system.page-job-02.page-system-index .p-item .c-button {
  line-height: 43px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 761px) {
  .page-system.page-job-02.page-system-index .p-item .c-button {
    width: 300px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .p-item .c-button {
    width: 80%;
  }
}
.page-system.page-job-02.page-system-index .p-item .salary {
  margin-top: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .p-item .salary .salary_sub {
    font-size: 3.6vw;
  }
}
.page-system.page-job-02.page-system-index .p-item .salary .system_article {
  display: inline-block;
  vertical-align: top;
  /* max-height: 24px; */
}
.page-system.page-job-02.page-system-index .p-item .salary .system_article p {
  color: #101010;
  font-weight: 500 !important;
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-index .p-item .salary .system_article .table-scroll {
    overflow: scroll;
  }
  .page-system.page-job-02.page-system-index .p-item .salary .system_article .table-scroll table {
    width: 625px !important;
    max-width: 625px;
  }
  .page-system.page-job-02.page-system-index .p-item .salary .system_article .table-scroll table th, .page-system.page-job-02.page-system-index .p-item .salary .system_article .table-scroll table td {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-job-02.page-system-detail .l-main .list-page__main {
    padding: 90px;
    background: #fff;
  }
}
.page-system.page-job-02.page-system-detail .fixed-btn {
  display: none;
}
.page-system.page-job-02.page-system-detail .list-page .form-num-remaining {
  right: 5vw;
}
.page-system.page-job-02.page-system-detail .list-page .l-contents .p-item-sub_contents__title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
.page-system.page-job-02.page-system-detail .list-page .l-contents .p-item-work_contents {
  margin-top: 50px;
}
.page-system.page-job-02.page-system-detail .list-page .l-contents .p-item-ability {
  margin-top: 30px;
}
.page-system.page-job-02.page-system-detail .list-page .l-guideline {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-detail .list-page .l-guideline {
    border: 1px solid #101010;
    margin-bottom: 20%;
  }
}
@media screen and (min-width: 761px) {
  .page-system.page-job-02.page-system-detail .list-page .l-guideline .p-item-guideline {
    display: flex;
  }
}
.page-system.page-job-02.page-system-detail .list-page .l-guideline .p-item-guideline__title {
  background: #FF8A15;
  padding: 15px 25px;
  font-weight: initial;
  border-bottom: 1px solid #101010;
  color: #fff;
  font-size: 15px;
  width: 20%;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-detail .list-page .l-guideline .p-item-guideline__title {
    width: auto;
    border: none;
    justify-content: center;
    padding: 8px 20px;
  }
}
.page-system.page-job-02.page-system-detail .list-page .l-guideline .p-item-guideline__info {
  font-size: 15px;
  width: 80%;
  padding: 10px 15px;
  word-break: break-all;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px solid #101010;
  border-right: 1px solid #101010;
  background: #fff;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-job-02.page-system-detail .list-page .l-guideline .p-item-guideline__info {
    width: auto;
    border: none;
  }
}
.page-system.page-job-02.page-system-detail .list-page .l-guideline .p-item-guideline__info.va {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-system.page-job-02.page-system-detail .list-page .l-guideline .p-item-guideline__info p {
  margin-bottom: 0 !important;
  width: 100%;
  margin-top: 8px;
  color: #101010;
}
.page-system.page-job-02.page-system-detail .list-page .l-guideline .p-item-guideline__info p strong {
  display: block;
  color: #FF8A15;
}
.page-system.page-job-02.page-system-detail .list-page .l-guideline .p-item-guideline__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 761px) {
  .page-system.page-job-02.page-system-detail .list-page .l-guideline .p-item-guideline:first-child {
    border-top: 1px solid #101010;
  }
}

/* end -- .page-system.page-job */
.page-job-03 {
  /*  cmn
  *----------------------------------- */
  /*  list-page__anc
  *----------------------------------- */
  /*  page-system-index list-page__search
  *----------------------------------- */
  /*  page-system-index l-list
  *----------------------------------- */
  /*  page-system-detail
  *----------------------------------- */
}
.page-job-03 .p-item__text .icon,
.page-job-03 .p-item-guideline__text .icon {
  background: none !important;
  list-style: none;
  margin-right: 10px;
}
@media print, screen and (min-width: 761px) {
  .page-job-03.page-system-index .l-main, .page-job-03.page-system-detail .l-main {
    background: #cdecff;
  }
}
.page-job-03 .list-page__anc {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000;
  width: 1100px;
  margin: 0 auto;
  background: none;
  margin-bottom: 20px;
  border-bottom: none;
}
@media print, screen and (max-width: 760px) {
  .page-job-03 .list-page__anc {
    width: 100%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-job-03 .list-page__anc .horizontal {
    margin-bottom: 8vw;
  }
}
.page-job-03 .list-page__anc .horizontal li {
  background: #5095C7;
}
.page-job-03 .list-page__anc .horizontal li a {
  font-weight: 600;
  color: #fff;
}
.page-job-03 .list-page__anc.fixed {
  position: fixed;
  top: 0;
  padding-top: 85px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1001;
  background: #FCFCFC;
}
@media print, screen and (max-width: 760px) {
  .page-job-03 .list-page__anc.fixed {
    width: 100%;
    padding: 60px 5% 0;
  }
}
.page-job-03 .list-page__anc.fixed .horizontal {
  margin-bottom: 10px;
}
.page-job-03.page-system-index .list-page__search {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .list-page__search {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 18vw;
  }
}
.page-job-03.page-system-index .list-page__search select {
  appearance: none;
}
.page-job-03.page-system-index .list-page__search .l-searchandfilter input[type=text],
.page-job-03.page-system-index .list-page__search .l-searchandfilter textarea,
.page-job-03.page-system-index .list-page__search .l-searchandfilter select {
  width: 100%;
  height: auto;
  border: solid 1px #bababa;
  border-radius: 0;
  line-height: 1.5;
  color: #101010;
}
.page-job-03.page-system-index .list-page__search .l-searchandfilter select {
  padding: 18px 10px;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
.page-job-03.page-system-index .list-page__search .l-searchandfilter input[type=submit] {
  width: 60%;
  max-width: 22rem;
  height: 40px;
  border: none;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  background: #FF8A15;
  color: #fff;
  position: relative;
  margin: 5px auto 0;
  display: block;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  cursor: pointer;
}
.page-job-03.page-system-index .list-page__search .l-searchandfilter input[type=submit]:hover {
  opacity: 0.75;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
}
.page-job-03.page-system-index .list-page__search .archive ul li a {
  margin-top: 5px;
}
.page-job-03.page-system-index .list-page__search dl.p-item {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  border: 1px solid #bababa;
  border-bottom: none;
  background: #FF8A15;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .list-page__search dl.p-item {
    display: block;
    border-top: none;
  }
}
.page-job-03.page-system-index .list-page__search dl.p-item dt {
  width: 200px;
  color: #fff;
  padding: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .list-page__search dl.p-item dt {
    width: 100%;
    text-align: center;
    padding: 8px 15px;
  }
}
.page-job-03.page-system-index .list-page__search dl.p-item dd {
  width: calc(100% - 200px);
  padding: 15px;
  font-size: 16px;
  background: #fff;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .list-page__search dl.p-item dd {
    width: 100%;
    font-size: 4vw;
  }
}
.page-job-03.page-system-index .list-page__search dl.p-item .l-column_02 {
  margin-right: 20px;
  float: left;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .list-page__search dl.p-item .l-column_02 {
    float: left;
    margin-bottom: 2px;
  }
  .page-job-03.page-system-index .list-page__search dl.p-item .l-column_02 span {
    padding-left: 4px;
  }
  .page-job-03.page-system-index .list-page__search dl.p-item .l-column_02 input.p-item__check {
    vertical-align: unset;
    border: 1px solid #bababa;
    border-radius: 2px;
  }
}
.page-job-03.page-system-index .list-page__search dl.p-item.p-item-position {
  margin-bottom: 30px;
  border-bottom: 1px solid #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .list-page__search dl.p-item.p-item-position {
    border-bottom: none;
  }
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .list-page__search dl.p-item-position.p-item-position {
    border-bottom: 1px solid #bababa;
  }
}
.page-job-03.page-system-index .list-page__list h3 {
  font-size: 22px;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .list-page__list h3 {
    margin-bottom: 6%;
  }
}
.page-job-03.page-system-index .list-page__list h3 span {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 10px;
  position: relative;
}
.page-job-03.page-system-index .list-page__list h3 span::after {
  content: "/";
  position: absolute;
  left: -3px;
  z-index: 1000;
  top: -1px;
}
.page-job-03.page-system-index .list-page__list h3 span:first-child::after {
  display: none;
}
.page-job-03.page-system-index .list-page__list h3 span:empty {
  display: none;
}
.page-job-03.page-system-index .list-page__list h3 span:empty::after {
  display: none;
}
.page-job-03.page-system-index .l-list .p-item {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto 30px;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .l-list .p-item {
    margin-bottom: 10%;
    width: 100%;
  }
}
.page-job-03.page-system-index .l-list .p-item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .l-list .p-item a {
    padding: 5%;
  }
}
.page-job-03.page-system-index .l-list .p-item__text {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  max-height: 24px;
  overflow: hidden;
}
.page-job-03.page-system-index .l-list .p-item__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .l-list .p-item__info {
    display: block;
    margin-bottom: 5%;
  }
}
.page-job-03.page-system-index .l-list .p-item__photo {
  width: 28%;
  margin-right: 3%;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .l-list .p-item__photo {
    width: auto;
    margin: 0 auto 5%;
  }
}
.page-job-03.page-system-index .l-list .p-item__title {
  font-size: 22px;
  font-weight: 700;
  color: #FF8A15;
  line-height: 1.5;
}
@media print, screen and (min-width: 761px) {
  .page-job-03.page-system-index .l-list .p-item__title {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .l-list .p-item__title {
    font-size: 5.6vw;
  }
}
.page-job-03.page-system-index .l-list .p-item__inner {
  float: none;
  width: 65%;
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .l-list .p-item__inner {
    width: auto;
    margin: 0 auto;
  }
}
.page-job-03.page-system-index .l-list .p-item__inner dl {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 8px;
  border-bottom: 1px dotted #bababa;
  margin-bottom: 8px;
  width: 100%;
}
.page-job-03.page-system-index .l-list .p-item__inner dl dt {
  width: 120px;
  color: #FF8A15;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .l-list .p-item__inner dl dt {
    width: 34%;
  }
}
.page-job-03.page-system-index .l-list .p-item__inner dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 100px);
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .l-list .p-item__inner dl dd {
    width: 63%;
  }
}
.page-job-03.page-system-index .l-list .p-item__inner dl dd > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-job-03.page-system-index .l-list .p-item__inner dl:last-child {
  border-bottom: none;
}
.page-job-03.page-system-index .p-item .c-button {
  line-height: 43px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 761px) {
  .page-job-03.page-system-index .p-item .c-button {
    width: 300px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .p-item .c-button {
    width: 80%;
  }
}
.page-job-03.page-system-index .p-item .salary {
  margin-top: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-index .p-item .salary .salary_sub {
    font-size: 3.6vw;
  }
}
.page-job-03.page-system-index .p-item .salary .system_article {
  display: inline-block;
  vertical-align: top;
  max-height: 24px;
}
.page-job-03.page-system-index .p-item .salary .system_article p {
  color: #101010;
  font-weight: 500 !important;
}
@media screen and (min-width: 761px) {
  .page-job-03.page-system-index .p-item:nth-child(3n+1) {
    clear: both;
  }
}
.page-job-03.page-system-index .p-item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 761px) {
  .page-job-03.page-system-detail .l-main .list-page__main {
    padding: 90px;
    background: #fff;
  }
}
.page-job-03.page-system-detail .fixed-btn {
  display: none;
}
.page-job-03.page-system-detail .list-page .form-num-remaining {
  right: 5vw;
}
.page-job-03.page-system-detail .list-page .l-contents .p-item-sub_contents__title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
.page-job-03.page-system-detail .list-page .l-contents .p-item-work_contents {
  margin-top: 50px;
}
.page-job-03.page-system-detail .list-page .l-contents .p-item-ability {
  margin-top: 30px;
}
.page-job-03.page-system-detail .list-page .l-guideline {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-detail .list-page .l-guideline {
    border: 1px solid #101010;
    margin-bottom: 20%;
  }
}
@media screen and (min-width: 761px) {
  .page-job-03.page-system-detail .list-page .l-guideline .p-item-guideline {
    display: flex;
  }
}
.page-job-03.page-system-detail .list-page .l-guideline .p-item-guideline__title {
  background: #FF8A15;
  padding: 15px 25px;
  font-weight: initial;
  border-bottom: 1px solid #101010;
  color: #fff;
  font-size: 15px;
  width: 20%;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-detail .list-page .l-guideline .p-item-guideline__title {
    width: auto;
    border: none;
    justify-content: center;
    padding: 8px 20px;
  }
}
.page-job-03.page-system-detail .list-page .l-guideline .p-item-guideline__info {
  font-size: 15px;
  width: 80%;
  padding: 10px 15px;
  word-break: break-all;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px solid #101010;
  border-right: 1px solid #101010;
  background: #fff;
  color: #101010;
}
@media print, screen and (max-width: 760px) {
  .page-job-03.page-system-detail .list-page .l-guideline .p-item-guideline__info {
    width: auto;
    border: none;
  }
}
.page-job-03.page-system-detail .list-page .l-guideline .p-item-guideline__info.va {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-job-03.page-system-detail .list-page .l-guideline .p-item-guideline__info p {
  margin-bottom: 0 !important;
  width: 100%;
  margin-top: 8px;
  color: #101010;
}
.page-job-03.page-system-detail .list-page .l-guideline .p-item-guideline__info p strong {
  display: block;
  color: #FF8A15;
}
.page-job-03.page-system-detail .list-page .l-guideline .p-item-guideline__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 761px) {
  .page-job-03.page-system-detail .list-page .l-guideline .p-item-guideline:first-child {
    border-top: 1px solid #101010;
  }
}
.page-job-03 .l-table {
  border-top: 1px solid #BEBEBE;
}
@media screen and (min-width: 761px) {
  .page-job-03 .l-table dt, .page-job-03 .l-table dd {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 760px) {
  .page-job-03 .l-table dt, .page-job-03 .l-table dd {
    font-size: 3.8462vw;
    padding-left: 3.8462vw;
    padding-right: 2.5641vw;
  }
}
.page-job-03 .l-table dt {
  background: #F2F2F2;
}
@media screen and (min-width: 761px) {
  .page-job-03 .l-table dt {
    width: 215px;
    padding: 19px 15px 19px 21px;
  }
}
@media screen and (min-width: 761px) {
  .page-job-03 .l-table dd {
    width: calc(100% - 215px);
    padding: 19px 15px 19px 31px;
  }
}
/* end -- .page-system.page-job */
/*  募集要項
*----------------------------------- */
.page-job .l-main {
  padding-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-main {
    padding-bottom: 8%;
  }
}

.page-job .anc_area {
  margin-top: -100px;
  padding-top: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-job .anc_area {
    margin-top: -15vw;
    padding-top: 15vw;
  }
}

.page-job .l-job__unit {
  margin-bottom: 50px;
  border: 2px solid #5095C7;
  padding: 20px 30px 30px 30px;
  background: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job__unit {
    margin-bottom: 6vw;
    padding: 5vw;
  }
}
.page-job .l-job__unit .c-button.dark {
  background: #5095C7;
}
.page-job .l-job__container {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job__container {
    margin-bottom: 5vw;
  }
}
.page-job .l-job__title {
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-job__title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}

.page-job .l-flow {
  width: 1200px;
  margin: 50px auto;
  padding: 80px;
  background-color: #E7EEF4;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow {
    width: 90%;
    padding: 10vw 5vw;
  }
}
.page-job .l-flow__header {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__header {
    margin-bottom: 7vw;
  }
}
.page-job .l-flow__title {
  font-size: 57px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__title {
    font-size: 12vw;
  }
}
.page-job .l-flow__subtitle {
  font-size: 16px;
  margin-top: 4px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__subtitle {
    font-size: 4vw;
  }
}
.page-job .l-flow__list ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 60px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__list ul li {
    padding: 2%;
    margin: 0 0 17%;
  }
}
.page-job .l-flow__list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #5095C7 transparent transparent transparent;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__list ul li::before {
    bottom: -10vw;
  }
}
.page-job .l-flow__list ul li .p-item {
  width: 100%;
  background: #fff;
  margin-bottom: 0;
}
@media print, screen and (min-width: 761px) {
  .page-job .l-flow__list ul li .p-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 40px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__list ul li .p-item {
    width: 100%;
    padding: 8%;
  }
}
.page-job .l-flow__list ul li .p-item__number {
  font-size: 18px;
  text-align: center;
  margin-right: 50px;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  padding: 10px 20px;
  color: #fff;
  background: #5095C7;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__list ul li .p-item__number {
    margin: 0 auto;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 6vw;
    padding-bottom: 0;
    padding: 2vw 3vw 1vw;
    width: fit-content;
  }
}
.page-job .l-flow__list ul li .p-item__number span {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 0.8;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__list ul li .p-item__number span {
    font-size: 10vw;
    padding-left: 2vw;
  }
}
.page-job .l-flow__list ul li .p-item__photo {
  width: 120px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__list ul li .p-item__photo {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
}
.page-job .l-flow__list ul li .p-item__info {
  width: 670px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__list ul li .p-item__info {
    width: 100%;
  }
}
.page-job .l-flow__list ul li .p-item__title {
  font-size: 23px;
  font-weight: bold;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__list ul li .p-item__title {
    font-size: 5.7vw;
    text-align: center;
    line-height: 1.3;
  }
}
.page-job .l-flow__list ul li .p-item__text {
  font-size: 16px;
  font-weight: 100;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__list ul li .p-item__text {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
.page-job .l-flow__list ul li .p-item .text-link {
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow__list ul li .p-item .text-link {
    margin-top: 5vw;
    text-align: center;
  }
}
.page-job .l-flow__list ul li:last-child {
  margin-bottom: 0;
}
.page-job .l-flow__list ul li:last-child::before {
  display: none;
}
.page-job .l-flow-mynavi {
  text-align: center;
  margin-top: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow-mynavi {
    margin-top: 8vw;
  }
}
.page-job .l-flow-mynavi__text {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow-mynavi__text {
    font-size: 5.4vw;
    margin-bottom: 4vw;
    line-height: 1.5;
  }
}
.page-job .l-flow-mynavi__inner {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow-mynavi__inner {
    flex-wrap: wrap;
    gap: 3vw;
  }
}
.page-job .l-flow-mynavi__banner {
  width: 380px;
  height: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow-mynavi__banner {
    width: 88%;
    height: 17vw;
    margin: 0 auto;
  }
}
.page-job .l-flow-mynavi__banner a {
  border: solid 3px #00aaeb;
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
.page-job .l-flow-mynavi__banner a img {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  transform: translateX(-50%) translateY(-50%);
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow-mynavi__banner a img {
    width: 60%;
  }
}
.page-job .l-flow-mynavi__banner.rikunabi a {
  border: solid 3px #0159aa;
}
.page-job .l-flow .c-button {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow .c-button {
    width: 85%;
    margin-top: 8vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-job .l-flow .c-button span::after {
    width: 3.5vw;
  }
}

.page-job .l-footer-message__container {
  overflow-x: hidden;
}

.page-system.page-event {
  /*  index
  *----------------------------------- */
  /*  index
  *----------------------------------- */
  /*  index list-page__latest
  *----------------------------------- */
  /*  index list-page__no_exist
  *----------------------------------- */
  /*  index l-list
  *----------------------------------- */
  /*  index list-page__past
  *----------------------------------- */
  /*  detail
  *----------------------------------- */
  /*  detail l-data
  *----------------------------------- */
  /*  detail l-data 開催中でない時
  *----------------------------------- */
  /*  detail l-data 予約期限が過ぎている時
  *----------------------------------- */
  /*  detail l-contents
  *----------------------------------- */
  /*  detail l-contents
  *----------------------------------- */
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event .l-main {
    background: #cdecff;
  }
}
.page-system.page-event.page-system-index .l-main {
  padding-bottom: 0;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event .list-page__main .ph_sys img {
    aspect-ratio: 16/9;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event .list-page__main .ph_sys img {
    aspect-ratio: 16/9;
  }
}
.page-system.page-event.page-system-index .list-page__main {
  width: auto;
}
.page-system.page-event.page-system-index .list-page__container {
  background: #fff;
  padding: 60px 45px;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event.page-system-index .list-page__container {
    width: 1100px;
    margin: 0 auto 80px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__container {
    width: 90%;
    padding: 0;
    margin: 0 auto 12vw;
  }
}
.page-system.page-event.page-system-index .list-page__latest__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.page-system.page-event.page-system-index .list-page__latest .p-item {
  width: 49%;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__latest .p-item {
    width: auto;
    margin-bottom: 12vw;
  }
  .page-system.page-event.page-system-index .list-page__latest .p-item:last-child {
    margin-bottom: 0;
  }
}
.page-system.page-event.page-system-index .list-page__latest .p-item a {
  display: block;
}
.page-system.page-event.page-system-index .list-page__latest .p-item__photo {
  margin-bottom: 16px;
}
.page-system.page-event.page-system-index .list-page__latest .p-item__post-title {
  margin-top: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__latest .p-item__post-title {
    font-size: 5.2vw;
    line-height: 1.4;
  }
}
.page-system.page-event.page-system-index .list-page__latest .p-item__post-date {
  margin-top: 7px;
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__latest .p-item__post-date {
    font-size: 3.6vw;
  }
}
.page-system.page-event.page-system-index .list-page__latest .p-item__post-date span {
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}
.page-system.page-event.page-system-index .list-page__latest .p-item__more {
  margin-top: 20px;
  text-align: right;
  font-size: 18px;
}
.page-system.page-event.page-system-index .list-page__no_exist {
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__no_exist {
    color: #101010;
  }
}
.page-system.page-event.page-system-index .list-page__list .l-list {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #717171;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__list .l-list {
    padding-top: 15vw;
    margin-top: 15vw;
  }
}
.page-system.page-event.page-system-index .list-page__list .l-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 54px 2%;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__list .l-list__container {
    gap: 10vw 4%;
  }
}
.page-system.page-event.page-system-index .list-page__list .l-list .p-item {
  border: none;
  float: none;
  width: 32%;
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__list .l-list .p-item {
    width: 48%;
    color: #101010;
  }
}
.page-system.page-event.page-system-index .list-page__list .l-list .p-item a {
  padding: 0;
}
.page-system.page-event.page-system-index .list-page__list .l-list .p-item__photo {
  float: none;
  width: auto;
  margin-bottom: 14px;
}
.page-system.page-event.page-system-index .list-page__list .l-list .p-item__inner {
  float: none;
  width: auto;
}
.page-system.page-event.page-system-index .list-page__list .l-list .p-item__post-title {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__list .l-list .p-item__post-title {
    font-size: 4.2vw;
    line-height: 1.4;
  }
}
.page-system.page-event.page-system-index .list-page__list .l-list .p-item__post-date {
  margin-top: 7px;
  font-size: 14px;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event.page-system-index .list-page__list .l-list .p-item__post-date {
    padding-left: 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__list .l-list .p-item__post-date {
    font-size: 3.2vw;
  }
}
.page-system.page-event.page-system-index .list-page__list .l-list .p-item__post-date span {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event.page-system-index .list-page__list .l-list .p-item__post-date span {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
  }
}
.page-system.page-event.page-system-index .list-page__list .l-list .p-item__more {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-index .list-page__list .l-list .p-item__more {
    font-size: 3.6vw;
  }
}
.page-system.page-event.page-system-index .list-page__list .list-page__past .p-cmn-header {
  margin-bottom: 30px;
}
.page-system.page-event.page-system-index .list-page__list .list-page__past__container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.page-system.page-event.page-system-index .list-page__list .list-page__past .p-item {
  position: relative;
  border: none;
  float: none;
  margin: 0;
  width: 33.33%;
}
.page-system.page-event.page-system-index .list-page__list .list-page__past .p-item a {
  padding: 0;
}
.page-system.page-event.page-system-index .list-page__list .list-page__past .p-item a:hover {
  opacity: 1;
}
.page-system.page-event.page-system-index .list-page__list .list-page__past .p-item a:hover img {
  opacity: 1;
}
.page-system.page-event.page-system-index .list-page__list .list-page__past .p-item a:hover .p-item__inner {
  opacity: 1;
}
.page-system.page-event.page-system-index .list-page__list .list-page__past .p-item__inner {
  opacity: 0;
  transition: 0.2s;
  float: none;
  width: 100%;
  height: 18.75vw;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(16, 16, 16, 0.7);
  color: #fff;
  font-weight: 700;
  padding: 3.4vw 2vw;
}
.page-system.page-event.page-system-index .list-page__list .list-page__past .p-item__post-title {
  font-size: 18px;
  width: 100%;
  line-height: 1.6;
  margin-top: 8px;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event.page-system-detail .l-main .list-page__main {
    padding: 90px;
    background: #fff;
  }
}
.page-system.page-event.page-system-detail .l-main .list-page__main > .l-list {
  border-bottom: none;
  margin-bottom: 30px;
}
.page-system.page-event.page-system-detail .l-main .list-page__main > .l-list .p-item {
  margin-bottom: 60px;
}
.page-system.page-event.page-system-detail .l-main .list-page__main > .l-list .p-item__photo {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-detail .l-main .list-page__main > .l-list .p-item__photo {
    margin-bottom: 8vw;
  }
}
.page-system.page-event.page-system-detail .l-main .list-page__main > .l-list .p-item__post-title {
  font-size: 26px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-detail .l-main .list-page__main > .l-list .p-item__post-title {
    font-size: 5.2vw;
  }
}
.page-system.page-event.page-system-detail .l-data__container {
  padding: 8px 0 2px;
}
.page-system.page-event.page-system-detail .l-data__title {
  display: flex;
  background: #717171;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.page-system.page-event.page-system-detail .l-data__title li {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
}
.page-system.page-event.page-system-detail .l-data__title li.p-item__place {
  text-align: center;
}
.page-system.page-event.page-system-detail .l-data__limit {
  text-align: center;
  margin-top: 14px;
}
.page-system.page-event.page-system-detail .l-data__text {
  text-align: center;
  padding: 8px 0 16px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-detail .l-data__text {
    color: #101010;
  }
}
.page-system.page-event.page-system-detail .l-data .p-item {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-bottom: 1px dotted #e5e5e5;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event.page-system-detail .l-data .p-item {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-detail .l-data .p-item {
    color: #101010;
    margin-bottom: 2vw;
    padding: 2vw 5vw 6vw;
  }
}
.page-system.page-event.page-system-detail .l-data .p-item:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event.page-system-detail .l-data .p-item__date {
    width: 21%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-detail .l-data .p-item__date {
    display: inline-block;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event.page-system-detail .l-data .p-item__time {
    width: 18%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-detail .l-data .p-item__time {
    display: inline-block;
    margin-bottom: 2px;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event.page-system-detail .l-data .p-item__place {
    width: 29%;
    text-align: center;
  }
}
.page-system.page-event.page-system-detail .l-data .p-item__cv {
  width: 30%;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-event.page-system-detail .l-data .p-item__cv {
    text-align: right;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-detail .l-data .p-item__cv {
    width: auto;
    margin: 10px auto 0;
  }
}
.page-system.page-event.page-system-detail .l-data .p-item .cv {
  font-size: 15px;
  line-height: 1.1;
  font-weight: bold;
  width: 240px;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 auto;
  height: auto;
  background: #5095C7;
  border: none;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event.page-system-detail .l-data .p-item .cv {
    width: 90%;
  }
}
.page-system.page-event.page-system-detail .l-data .p-item .cv:hover {
  color: #fff;
}
.page-system.page-event.page-system-detail .l-data .p-item .cv:hover span::after {
  border-color: transparent transparent transparent #fff;
}
.page-system.page-event.page-system-detail .l-data .p-item .cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px 16px 20px;
  line-height: inherit;
}
.page-system.page-event.page-system-detail .l-data .p-item .cv span {
  display: inline-block;
  line-height: 1.3;
}
.page-system.page-event.page-system-detail .l-data .p-item.not_accepted .cv {
  background: #9a9a9a;
  pointer-events: none;
  border: none;
}
.page-system.page-event.page-system-detail .list-page.expired .l-data .p-item .cv {
  background: #9a9a9a;
}
.page-system.page-event.page-system-detail .list-page.expired .l-data .p-item .cv a {
  pointer-events: none;
}
.page-system.page-event.page-system-detail .list-page.expired .l-data__limit {
  font-weight: bold;
  color: #5095C7;
}
.page-system.page-event .l-contents {
  margin-top: 50px;
}
.page-system.page-event .l-detail-button {
  margin-top: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-event .l-detail-button {
    margin-top: 10%;
  }
}

/* end -- .l-system.l-event */
.page-system.page-crosstalk {
  /*  クロストークページ
  *----------------------------------- */
  /*  クロストーク詳細ページ
  *----------------------------------- */
}
.page-system.page-crosstalk .ph_sys img {
  aspect-ratio: 16/9;
}
.page-system.page-crosstalk.page-system-index .l-crosstalk__list {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list {
    margin-bottom: 12vw;
  }
}
.page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item {
  width: 1200px;
  margin: 0 auto 48px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item {
    width: 100%;
    margin: 0 0 10vw;
  }
}
.page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 34px;
  border: 1px solid #101010;
  background: rgba(255, 255, 255, 0.4);
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item a {
    padding: 5vw 6vw;
  }
}
.page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__photo {
  width: 50%;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__photo {
    width: 100%;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__info {
    width: 45%;
    padding-top: 15px;
    padding-left: 24px;
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__info {
    width: 100%;
    padding: 0;
    margin-bottom: 6vw;
  }
}
.page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__sub_title {
  width: 100%;
  font-size: 34px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__sub_title {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 2vw;
  }
}
.page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__sub_title span {
  font-weight: 400;
  padding: 0 5px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__sub_title span {
    padding: 0 5px;
  }
}
.page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__head {
  width: 100%;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__head {
    margin-bottom: 0;
  }
}
.page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__title {
    font-size: 7.1vw;
  }
}
.page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__catch {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item__catch {
    font-size: 3.8vw;
    margin-top: 2vw;
  }
}
.page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item .c-button.simple {
  width: 100%;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item .c-button.simple {
    text-align: right;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item.new:after {
    top: 50px;
    left: auto;
    right: 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-index .l-crosstalk__list .p-item.new:after {
    font-size: 2.5vw;
    top: 4vw;
    left: 4vw;
    width: 11vw;
    height: 11vw;
    line-height: 11vw;
  }
}
.page-system.page-crosstalk.page-system-detail .list-page__header {
  padding-top: 95px;
  margin-bottom: 102px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .list-page__header {
    padding-top: 22vw;
    margin-bottom: 12vw;
  }
}
.page-system.page-crosstalk.page-system-detail .list-page__header__container {
  display: block;
  max-width: 999px;
  width: 90%;
  margin: 0 auto 30px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .list-page__header__container {
    width: 85%;
    max-width: none;
    margin-bottom: 10vw;
  }
}
.page-system.page-crosstalk.page-system-detail .list-page__header__subtitle {
  font-size: 26px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  margin-bottom: 42px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .list-page__header__subtitle {
    font-size: 6.6vw;
    margin-bottom: 7vw;
  }
}
.page-system.page-crosstalk.page-system-detail .list-page__header__subtitle span {
  font-weight: 400;
}
.page-system.page-crosstalk.page-system-detail .list-page__header__subtitle span.num {
  padding: 0 5px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .list-page__header__subtitle span.num {
    padding: 0 5px;
  }
}
.page-system.page-crosstalk.page-system-detail .list-page__header__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.37;
  margin-top: 0;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .list-page__header__title {
    font-size: 4.6vw;
    text-align: center;
    line-height: 1.32;
    margin-bottom: 6vw;
  }
}
.page-system.page-crosstalk.page-system-detail .list-page__header__catch {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.37;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .list-page__header__catch {
    font-size: 7vw;
    text-align: center;
    line-height: 1.32;
  }
}
.page-system.page-crosstalk.page-system-detail .list-page__header__mv {
  max-width: 999px;
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .list-page__header__mv {
    width: 100%;
    max-width: none;
  }
}
.page-system.page-crosstalk.page-system-detail .l-members {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-members {
    margin-bottom: 14vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-members__container {
  width: 726px;
  margin: 0 auto;
  padding: 35px 40px 50px;
  background: rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-members__container {
    width: 100%;
    padding: 7vw 8vw 9vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-members__title {
  text-align: center;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-members__title {
    font-size: 6.8vw;
    margin-bottom: 5vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-members__info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 60px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-members__info {
    display: block;
  }
}
.page-system.page-crosstalk.page-system-detail .l-members__info .p-item {
  width: 144px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-members__info .p-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 6vw;
  }
  .page-system.page-crosstalk.page-system-detail .l-members__info .p-item:last-child {
    margin-bottom: 0;
  }
}
.page-system.page-crosstalk.page-system-detail .l-members__info .p-item__photo {
  margin: 0 auto 15px;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-members__info .p-item__photo {
    width: 23.5vw;
    height: 23.5vw;
    margin: 0;
  }
}
.page-system.page-crosstalk.page-system-detail .l-members__info .p-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-members__info .p-item__info {
    width: calc(100% - 30vw);
    align-self: center;
  }
}
.page-system.page-crosstalk.page-system-detail .l-members__info .p-item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-members__info .p-item__title {
    font-size: 4.6vw;
    margin-bottom: 2vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-members__info .p-item__text {
  font-size: 15px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-members__info .p-item__text {
    font-size: 3.8vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-movie {
  width: 929px;
  margin: 0 auto 127px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-movie {
    width: 100%;
    margin-bottom: 22vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item {
  padding-bottom: 85px;
  margin-bottom: 92px;
  border-bottom: 1px solid #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item {
    flex-wrap: wrap;
    padding-bottom: 16vw;
    margin-bottom: 18vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__head {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item__head {
    margin-bottom: 8vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  background: #393939;
  color: #fff;
  padding: 10px 32px;
  border-radius: 9px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item__title {
    font-size: 4.6vw;
    padding: 2.5vw 4vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__title::before {
  position: absolute;
  bottom: -10px;
  right: 50%;
  z-index: -1;
  width: 0;
  height: 0;
  border-width: 20px 10px 0 10px;
  border-color: #393939 transparent transparent transparent;
  border-style: solid;
  content: "";
  margin-right: -10px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item__title::before {
    bottom: -14px;
  }
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__subtitle {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  width: fit-content;
  margin: 0 auto;
  margin-top: 38px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item__subtitle {
    font-size: 6.6vw;
    margin-top: 7vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__wrap {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item__wrap {
    flex-wrap: wrap;
  }
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__photo {
  width: 44.2%;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item__photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__inner {
  width: 51%;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item__inner {
    width: 100%;
  }
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item__info {
    margin-bottom: 6vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__info:last-child {
  margin-bottom: 0;
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__name {
  width: 85px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  padding: 3px 0;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item__name {
    font-size: 3.2vw;
    width: 22vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__name span {
  color: #fff;
  background: #363636;
  padding: 3px;
  border-radius: 4px;
  width: 100%;
  display: block;
}
.page-system.page-crosstalk.page-system-detail .l-comment .p-item__text {
  width: calc(100% - 105px);
  font-size: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item__text {
    width: calc(100% - 25vw);
    font-size: 3.8vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-system.page-crosstalk.page-system-detail .l-comment .p-item:nth-child(even) .p-item__wrap {
    flex-direction: row-reverse;
  }
}
.page-system.page-crosstalk.page-system-detail .l-other-talk {
  margin-top: 150px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-other-talk {
    width: 100%;
    margin: 20vw auto 0;
  }
}
.page-system.page-crosstalk.page-system-detail .l-other-talk .p-cmn-header .en {
  font-size: 70px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-other-talk .p-cmn-header .en {
    font-size: 12vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-other-talk .p-cmn-header__subtitle {
  font-size: 15px;
  margin-top: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-other-talk .p-cmn-header__subtitle {
    font-size: 3.8vw;
    margin-top: 2vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-other-talk ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.page-system.page-crosstalk.page-system-detail .l-other-talk ul li {
  width: 330px;
  margin: 0 22px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-other-talk ul li {
    width: 100%;
    margin: 0 0 8%;
  }
}
.page-system.page-crosstalk.page-system-detail .l-other-talk ul li:last-child {
  margin-bottom: 0;
}
.page-system.page-crosstalk.page-system-detail .l-other-talk ul .p-item a {
  display: block;
  padding: 21px 24px;
  border: 1px solid #101010;
  height: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-other-talk ul .p-item a {
    padding: 5vw 6vw;
    height: auto;
  }
}
.page-system.page-crosstalk.page-system-detail .l-other-talk ul .p-item__photo {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-other-talk ul .p-item__photo {
    margin-bottom: 3vw;
  }
}
.page-system.page-crosstalk.page-system-detail .l-other-talk ul .p-item__title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-crosstalk.page-system-detail .l-other-talk ul .p-item__title {
    font-size: 4.4vw;
  }
}

.ph_sys {
  line-height: 0;
  width: 100%;
  height: auto;
}
.ph_sys img {
  width: 100%;
  aspect-ratio: 281/181;
  object-fit: cover;
}

/*# sourceMappingURL=system.css.map */
