@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  /* ***************************************************
   一覧
  *************************************************** */
  .page-news .page-child-title small {
    margin-top: 4px;
    font-weight: 500;
    color: #AAAAAA;
  }
  .page-news .search-form {
    width: 100%;
    margin: 0 auto 24px;
    padding: 0 4vw;
    text-align: right;
  }
  .page-news .search-form .search-field {
    padding: 0.5em 0;
    color: #666666;
    border: none;
    border-bottom: 1px solid #BBBBBB;
  }
  .page-news .search-form .search-field:-moz-placeholder {
    color: #BBBBBB;
  }
  .page-news .search-form .search-field:-ms-input-placeholder {
    color: #BBBBBB;
  }
  .page-news .search-form .search-field:placeholder-shown {
    color: #BBBBBB;
  }
  .page-news .search-form .search-field:focus {
    outline: none;
  }
  .page-news .nav-wrapper {
    margin: 0 auto 20px;
    padding: 0 4vw;
  }
  .page-news .nav-wrapper .nav-news {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-news .nav-wrapper .nav-news li a {
    display: block;
    padding: 8px 0px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-news .nav-wrapper .nav-news li a.current {
    background-color: #FFFF00;
    border-bottom: none;
  }
  .page-news .archive-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px 12px;
    padding: 0 4vw;
  }
  .page-news .archive-wrapper .item a {
    display: block;
    color: #666666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-news .archive-wrapper .item a .img {
    margin-bottom: 16px;
  }
  .page-news .archive-wrapper .item a .img img {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  }
  .page-news .archive-wrapper .item a p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.8em;
  }
  .page-news .archive-wrapper .item a .aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-news .archive-wrapper .item a time {
    margin-right: 12px;
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
  .page-news .archive-wrapper .item a .cat {
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 8px;
  }
  .page-news .archive-wrapper .item a .cat li {
    padding: 4px 8px;
    font-size: 9px;
    font-weight: 400;
    background: #D9E2E5;
  }
  .page-news .archive-wrapper .mov {
    grid-row: span 2;
  }
  .page-news .archive-wrapper .mov a {
    display: block;
  }
  .page-news .archive-wrapper .mov a .img {
    position: relative;
    z-index: 1;
  }
  .page-news .archive-wrapper .mov a .img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    width: 192px;
    height: 192px;
    background-image: url(../images/front/play.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page-news .archive-wrapper .mov a .img img {
    width: 100%;
    aspect-ratio: 10/12;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* ***************************************************
   シングル
  *************************************************** */
  .news-nav-top,
  .news-nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 800px;
    max-width: calc(100% - 8vw);
    margin: 0 auto;
    font-size: 12px;
  }
  .news-nav-top.only-prev .next,
  .news-nav-bottom.only-prev .next {
    display: block;
    width: 50px;
  }
  .news-nav-top.only-next .prev,
  .news-nav-bottom.only-next .prev {
    display: block;
    width: 50px;
  }
  .news-nav-top a,
  .news-nav-bottom a {
    display: inline-block;
    margin: 0;
    color: #666666;
    text-decoration: none;
  }
  .news-nav-top .top span::after,
  .news-nav-bottom .top span::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background-image: url(../images/common/ico-arrow-top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .news-nav-top .next span::after,
  .news-nav-bottom .next span::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background-image: url(../images/common/ico-arrow-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .news-nav-top .prev span::before,
  .news-nav-bottom .prev span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background-image: url(../images/common/ico-arrow-prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .news-nav-top {
    padding: 12px 0 4vw;
    border-bottom: 1px solid #CCCCCC;
  }
  .news-nav-bottom {
    padding: 24px 0 0;
    border-top: 1px solid #CCCCCC;
  }
  .news-single {
    width: 800px;
    max-width: calc(100% - 8vw);
    margin: 0 auto;
    padding: 32px 0;
    color: #666666;
  }
  .news-single .single-date {
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
  }
  .news-single .single-content {
    max-width: 100%;
  }
  .news-single .single-header {
    margin-bottom: 40px;
  }
  .news-single .single-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8em;
  }
  .news-single .single-cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 12px;
  }
  .news-single .single-cat li {
    padding: 4px 8px;
    font-size: 9px;
    font-weight: 400;
    background: #D9E2E5;
  }
  .news-single .single-aside {
    margin: 40px auto 0;
    padding: 12px 24px;
    background-color: #F5F5F5;
  }
  .news-single .single-aside h2,
  .news-single .single-aside h3 {
    margin-bottom: 0.75em;
    font-size: 15px;
  }
  .news-single .single-aside ul {
    list-style: none;
    font-size: 14px;
    line-height: 1.8em;
  }
  .news-single .single-aside ul li {
    margin-bottom: 0.5em;
  }
  .news-single .single-aside ul li:last-child {
    margin-bottom: 0;
  }
  .news-single .pdfico {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-left: 10px;
    font-size: 11px;
    line-height: 18px;
    color: #AAAAAA;
    border: 1px solid #aaa;
    border-radius: 10px;
    text-align: center;
  }
  .wysiwyg h2 {
    margin: 40px 0 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
  }
  .wysiwyg h3 {
    margin: 40px 0 30px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    background-color: #F5F5F5;
  }
  .wysiwyg p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 2em;
  }
  .wysiwyg p:last-child {
    margin-bottom: 0;
  }
  .wysiwyg a {
    text-decoration: underline;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  /* ***************************************************
   一覧
  *************************************************** */
  .page-news {
    padding-top: 96px;
  }
  .page-news .page-child-title {
    position: relative;
  }
  .page-news .page-child-title small {
    margin-top: 8px;
    font-weight: 500;
    color: #AAAAAA;
  }
  .page-news .page-child-title .search-form {
    position: absolute;
    right: 24px;
  }
  .page-news .page-child-title .search-form .search-field {
    padding: 0.5em 0;
    color: #666666;
    border: none;
    border-bottom: 1px solid #BBBBBB;
  }
  .page-news .page-child-title .search-form .search-field:-moz-placeholder {
    color: #BBBBBB;
  }
  .page-news .page-child-title .search-form .search-field:-ms-input-placeholder {
    color: #BBBBBB;
  }
  .page-news .page-child-title .search-form .search-field:placeholder-shown {
    color: #BBBBBB;
  }
  .page-news .page-child-title .search-form .search-field:focus {
    outline: none;
  }
  .page-news .nav-wrapper {
    margin: 0 auto 64px;
    padding: 0 24px;
  }
  .page-news .nav-wrapper .nav-news {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 36px), 1fr));
    gap: 36px;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-news .nav-wrapper .nav-news li a {
    display: block;
    padding: 16px 0px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-news .nav-wrapper .nav-news li a.current {
    background-color: #FFFF00;
    border-bottom: none;
  }
  .page-news .nav-wrapper .nav-news li a:hover:not(.current) {
    border-bottom: 1px solid #696969;
  }
  .page-news .archive-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.3% - 60px), 1fr));
    gap: 40px 60px;
    width: 1160px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
  }
  .page-news .archive-wrapper .item a {
    display: block;
    color: #666666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-news .archive-wrapper .item a:hover {
    opacity: 0.8;
  }
  .page-news .archive-wrapper .item a:hover p {
    text-decoration: underline;
  }
  .page-news .archive-wrapper .item a .img {
    margin-bottom: 16px;
  }
  .page-news .archive-wrapper .item a .img img {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  }
  .page-news .archive-wrapper .item a p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.8em;
  }
  .page-news .archive-wrapper .item a .aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-news .archive-wrapper .item a time {
    margin-right: 12px;
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 15px;
  }
  .page-news .archive-wrapper .item a .cat {
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 12px;
  }
  .page-news .archive-wrapper .item a .cat li {
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 400;
    background: #D9E2E5;
  }
  /* ***************************************************
   シングル
  *************************************************** */
  .news-nav-top,
  .news-nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1160px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    font-size: 15px;
  }
  .news-nav-top.only-prev .next,
  .news-nav-bottom.only-prev .next {
    display: block;
    width: 50px;
  }
  .news-nav-top.only-next .prev,
  .news-nav-bottom.only-next .prev {
    display: block;
    width: 50px;
  }
  .news-nav-top a,
  .news-nav-bottom a {
    display: inline-block;
    margin: 0;
    color: #666666;
    text-decoration: none;
  }
  .news-nav-top .top span::after,
  .news-nav-bottom .top span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-left: 8px;
    background-image: url(../images/common/ico-arrow-top.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .news-nav-top .next span::after,
  .news-nav-bottom .next span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-left: 8px;
    background-image: url(../images/common/ico-arrow-next.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .news-nav-top .prev span::before,
  .news-nav-bottom .prev span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 8px;
    background-image: url(../images/common/ico-arrow-prev.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .news-nav-top {
    padding: 64px 0 24px;
    border-bottom: 1px solid #CCCCCC;
  }
  .news-nav-bottom {
    padding: 24px 0 64px;
    border-top: 1px solid #CCCCCC;
  }
  .news-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1160px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    padding: 48px 0;
    color: #666666;
  }
  .news-single .single-date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: "Wix Madefor Text", "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #999999;
  }
  .news-single .single-content {
    width: 800px;
    max-width: 80%;
  }
  .news-single .single-header {
    margin-bottom: 40px;
  }
  .news-single .single-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8em;
  }
  .news-single .single-cat {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 12px;
  }
  .news-single .single-cat li {
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 400;
    background: #D9E2E5;
  }
  .news-single .single-aside {
    margin: 40px auto 0;
    padding: 24px 32px;
    background-color: #F5F5F5;
  }
  .news-single .single-aside h2,
  .news-single .single-aside h3 {
    margin-bottom: 0.75em;
    font-size: 15px;
  }
  .news-single .single-aside ul {
    list-style: none;
    font-size: 15px;
    line-height: 1.8em;
  }
  .news-single .single-aside ul li {
    margin-bottom: 0.5em;
  }
  .news-single .single-aside ul li:last-child {
    margin-bottom: 0;
  }
  .news-single .pdfico {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-left: 10px;
    font-size: 11px;
    line-height: 18px;
    color: #AAAAAA;
    border: 1px solid #aaa;
    border-radius: 10px;
    text-align: center;
  }
  .wysiwyg h2 {
    margin: 40px 0 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
  }
  .wysiwyg h3 {
    margin: 40px 0 30px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    background-color: #F5F5F5;
  }
  .wysiwyg p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 2em;
  }
  .wysiwyg p:last-child {
    margin-bottom: 0;
  }
  .wysiwyg a {
    text-decoration: underline;
  }
}