<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
body {
  color: #000;
  font-family: "Karla", "poynter-gothic-text", "a-otf-gothic-bbb-pr6n", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

a {
  color: #000;
  text-decoration: none;
}

.stop-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

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

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  overflow: hidden;
}

.wrapper {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.img {
  max-width: 100%;
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, (min-width: 1025px) {
  body {
    position: static !important;
    top: auto !important;
  }

  header + main {
    min-height: calc(100vh - 107px - 155px);
  }

  .sm,
  .tb {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 81%;
  }

  .md-tb,
  .sm {
    display: none !important;
  }

  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 750px) {
  .md {
    display: none !important;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    font-size: 12px;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.container.is-loading {
  display: none;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
}

/* PARTS
 * ----------------------------------------------- */
.drop-menu {
  display: none;
}

.header-sticky {
  -moz-transition: top 0.26s ease;
  -o-transition: top 0.26s ease;
  -webkit-transition: top 0.26s ease;
  transition: top 0.26s ease;
  background: #fff;
  z-index: 9999;
  position: relative;
  width: 100%;
}
.header-sticky.header-up {
  position: fixed;
  left: 0;
  top: -150px;
}
.header-sticky.header-down {
  position: fixed;
  left: 0;
  top: 0;
  padding: 15px 0;
}

@media print, (min-width: 1025px) {
  header {
    padding: 27px 0 22px;
    height: 107px;
  }
  header .wrapper {
    position: relative;
  }
  header .header-logo {
    width: 31.7%;
  }
  header .nav {
    position: absolute;
    top: 22px;
    right: 27px;
    display: block !important;
    z-index: 9999;
  }
  header .drop-menu {
    position: absolute;
    left: -30px;
    top: 100%;
    width: 160px;
    background: #fff;
    padding: 0 0 10px 30px !important;
    height: auto !important;
    display: block !important;
  }
  header .drop-menu &gt; li {
    font-size: 14px;
    line-height: 2.214;
    letter-spacing: 0.06em;
  }
  header .drop-menu &gt; li &gt; a {
    color: #000;
  }
  header .has-sub {
    position: relative;
  }
  header .ul-nav {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    -webkit-align-items: center;
    align-items: center;
  }
  header .ul-nav &gt; li {
    padding-bottom: 25px;
    margin-left: 30px;
  }
  header .ul-nav &gt; li:first-child {
    margin-left: 0;
  }
  header .ul-nav &gt; li:last-child {
    /*margin-left: 66px;*/
  }
  header .ul-nav &gt; li:nth-child(5) {
    width: 22px;
  }
  header .ul-nav &gt; li a:hover {
    color: #b4b4b4;
  }
  header .btn-dropdown {
    cursor: pointer;
  }
  header .btn-dropdown:hover {
    color: #b4b4b4;
  }

  .overlay {
    display: none !important;
  }
}
@media print, (min-width: 1025px) {
  header .nav {
    right: 27px !important;
    height: auto !important;
  }
  header .drop-menu {
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  header .btn-dropdown {
    pointer-events: none;
  }
  header .has-sub:hover .drop-menu {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 27px 0 16px;
    height: 92px;
  }
  header .wrapper {
    position: relative;
  }
  header .header-logo {
    width: 281px;
  }
  header .btn-menu {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 1500;
  }
  header .btn-menu &gt; span {
    position: absolute;
    height: 2px;
    width: 25px;
    display: block;
    left: 50%;
    background: #000000;
  }
  header .btn-menu &gt; span:nth-child(1) {
    top: 22px;
  }
  header .btn-menu &gt; span:nth-child(2) {
    top: 30px;
  }
  header .nav {
    position: fixed;
    right: -50%;
    height: 100vh;
    width: 25.58%;
    top: 0;
    background: #fff;
    z-index: 2000;
    -webkit-overflow-scrolling: touch;
  }
  header .nav-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  header .btn-dropdown {
    position: relative;
  }
  header .btn-dropdown:after {
    position: absolute;
    background: url(../img/common/sp/btn_dropdown.png) no-repeat center center;
    background-size: 100% auto;
    content: "";
    top: 50%;
    right: 0;
    margin-right: -55px;
  }
  header .is-active {
    color: #b4b4b4;
  }
  header .is-active:after {
    transform: rotate(90deg);
  }
  header .ul-nav {
    padding: 29% 0 100px 15%;
  }
  header .ul-nav &gt; li:last-child {
    width: 33px;
    padding-top: 30px;
  }
  header .ul-nav &gt; li a {
    display: block;
  }

  .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1800;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 751px) and (max-width: 1024px) {
  header .ul-nav &gt; li {
    line-height: 47px;
    font-size: 18px;
  }
  header .ul-nav .drop-menu {
    padding: 0 0 15px;
  }
  header .ul-nav .drop-menu li {
    line-height: 40px;
  }
  header .ul-nav .btn-dropdown:after {
    width: 7px;
    height: 12px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 750px) {
  header {
    padding: 20px 0 16px;
    height: 72px;
  }
  header .header-logo {
    width: 206px;
  }
  header .nav {
    width: 46.93333%;
  }
  header .btn-menu {
    width: 30px;
    height: 30px;
    top: 0;
    right: 22px;
  }
  header .btn-menu &gt; span {
    position: absolute;
    height: 2px;
    width: 18px;
  }
  header .btn-menu &gt; span:nth-child(1) {
    top: 15px;
  }
  header .btn-menu &gt; span:nth-child(2) {
    top: 21px;
  }
  header .ul-nav &gt; li {
    font-size: 16px;
    line-height: 47px;
  }
  header .ul-nav &gt; li:last-child {
    width: 22px;
  }
  header .ul-nav .drop-menu {
    padding: 0 0 20px;
  }
  header .ul-nav .drop-menu li {
    line-height: 40px;
  }
  header .btn-dropdown:after {
    width: 8px;
    height: 14px;
    margin-top: -8px;
  }
}
footer {
  padding: 66px 0 71px;
}
footer .copyright {
  color: #787878;
  font-size: 11px;
  line-height: 1.668;
  letter-spacing: 0.07em;
}
footer .btn-up {
  width: 31px;
  height: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  footer {
    padding: 40px 0 70px;
  }
  footer .btn-up {
    display: none !important;
  }
}
@media print, (min-width: 1025px) {
  .footer-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 41px 0 45px;
  }
}
.sec-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 2.47;
  color: #000;
  letter-spacing: 0.09em;
  padding-top: 4px;
}

@media only screen and (max-width: 1024px) {
  .sec-title {
    font-size: 17px;
    line-height: 2;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-title {
    line-height: 2.47;
    padding-top: 0;
    margin-top: -10px;
  }
}
.sec-content {
  padding: 44px 0 0 20px;
  font-family: "a-otf-gothic-bbb-pr6n", sans-serif;
  display: table;
  width: 100%;
}
.sec-content &gt; li {
  display: table-row;
  font-size: 12px;
  line-height: 1.83333;
  letter-spacing: 0.13em;
}
.sec-content &gt; li .th,
.sec-content &gt; li .td {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 16px;
}
.sec-content &gt; li .th {
  width: 94px;
}

@media only screen and (max-width: 1024px) {
  .sec-content {
    padding: 58px 0 0 23px;
  }
  .sec-content &gt; li {
    font-size: 13px;
  }
  .sec-content &gt; li .th {
    width: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .sec-content {
    padding: 16px 0 0 0 !important;
    display: block;
  }
  .sec-content &gt; li {
    font-size: 14px;
    display: block;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .sec-content &gt; li .th,
  .sec-content &gt; li .td {
    display: block;
    padding-bottom: 0 !important;
  }
  .sec-content &gt; li .th {
    width: 100% !important;
  }
}
@media only screen and (max-width: 374px) {
  .sec-content &gt; li {
    font-size: 11px;
  }
}
/* COMMON ANIMATION
 * ----------------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

/* PAGES
 * ----------------------------------------------- */
.section-top .wow {
  visibility: hidden;
}
.section-top .ul-content {
  margin: 0 -8px;
  overflow: hidden;
}
.section-top .ul-content &gt; li {
  width: 33.33333%;
  padding: 8px;
}
.section-top .ul-content &gt; li a {
  overflow: hidden;
  display: block;
  position: relative;
}
.section-top .ul-content &gt; li a img {
  transition: all 0.26s ease-out;
}
.section-top .ul-content &gt; li a .txt-hover,
.section-top .ul-content &gt; li a .txt-hover-desc {
  width: 100%;
  padding: 15px 20px;
  transform: translateY(-10px);
  transition: all 0.1s ease-out 0.1s;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0;
  opacity: 0;
  color: white;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.section-top .ul-content &gt; li a .txt-hover {
  text-transform: uppercase;
  line-height: 26px;
}
.section-top .ul-content &gt; li a .txt-hover-desc {
  transform: translateY(10px);
  bottom: auto;
  top: 50%;
  font-size: 13px;
  line-height: 19px;
}
.section-top .ul-content &gt; li a:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  transition: opacity 0.26s ease;
}
.section-top .ul-content &gt; li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 10%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
  transform: scale(0);
  transition: all 0.3s ease-out;
  z-index: 20;
}
.section-top .ul-content &gt; li a:hover .txt-hover,
.section-top .ul-content &gt; li a:hover .txt-hover-desc {
  transform: translateY(0);
  opacity: 1;
  z-index: 20;
}
.section-top .ul-content &gt; li a:hover:before {
  opacity: 1;
}
.section-top .ul-content &gt; li a:hover:after {
  transform: scale(1);
}
.section-top .ul-content &gt; li a:hover .img {
  transform: scale(1.1);
}
.section-top .ul-content &gt; li .txt-hover {
  font-size: 19px;
  line-height: 2.2;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 18%;
  z-index: 20;
  right: 16%;
  margin-top: -20px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .section-top .ul-content {
    margin: 0 -6px;
  }
  .section-top .ul-content &gt; li {
    padding: 6px;
  }
  .section-top .ul-content &gt; li a .txt-hover,
  .section-top .ul-content &gt; li a .txt-hover-desc {
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 750px) {
  .section-top .ul-content {
    margin: 0 -4px;
  }
  .section-top .ul-content &gt; li {
    width: 50%;
    padding: 0 4px 8px;
  }
}
.section-contact .sec-title{
 margin-bottom: 12px;
}
/*
.section-contact .sec-title,
.section-about .sec-title {
 margin-bottom: 12px;
}
*/
.section-about .sec-content {
  padding: 8px 0 0 20px;
}

.section-contact {
  padding-bottom: 20px;
}
.section-contact .google-maps iframe {
  width: 100%;
  height: 370px;
}
.section-contact .sec-content {
  padding: 26px 0 0 20px;
}
.section-contact .sec-content &gt; li .th {
  width: 80px;
}

@media only screen and (max-width: 1024px) {
  .section-contact .sec-title {
    margin-bottom: 15px;
  }
  .section-contact .google-maps iframe {
    height: 295px;
  }
  .section-contact .sec-content {
    padding: 31px 0 0 23px;
  }
  .section-contact .sec-content &gt; li .th {
    width: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .section-contact .sec-title,
  .section-about .sec-title {
    margin-bottom: 5px;
  }

  .section-contact .google-maps {
    margin: 0 -18px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 41.3%;
  }
  .section-contact .google-maps iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.section-recruit {
  padding-bottom: 20px;
}
.section-recruit .sect-title {
  padding-top: 2px;
}
.section-recruit .sec-content {
  padding: 8px 0 0 20px;
}
.section-recruit .sec-content &gt; li .th {
  width: 90px;
}

.section-about {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .section-recruit .sec-content {
    padding: 14px 0 0 25px;
  }
  .section-recruit .sec-content &gt; li {
    letter-spacing: 0.05em;
  }
  .section-recruit .sec-content &gt; li .th {
    width: 105px;
  }
  .section-recruit .sec-content &gt; li .th,
  .section-recruit .sec-content &gt; li .td {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .section-recruit .sec-content {
    padding-top: 7px !important;
  }

  .section-about .img-about {
    margin-left: -18px;
    margin-right: -18px;
  }
}
.section-article .wrapper {
  position: relative;
  max-width: 1232px;
}
.section-article .title {
  font-size: 18px;
  line-height: 2.33;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  padding: 12px 0;
  max-width: 1040px;
  margin: 0 auto;
}

.btn-close {
  position: fixed;
  top: 23px;
  left: auto;
  right: 5px;
  width: 18px;
  height: 18px;
  z-index: 9990;
}
.btn-close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 17px;
  background: url(../img/common/btn_close.png) no-repeat center center;
  background-size: 100% 100%;
}

.contbox01 {
  background: #f5f5f5;
  padding-top: 37px;
}
.contbox01 .txt {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1.63;
  padding: 14px 0 9px;
  font-family: "a-otf-gothic-bbb-pr6n", sans-serif;
}
.contbox01.is-cover {
  padding: 0 !important;
  position: relative;
}
.contbox01.is-cover .cont-img &gt; img {
  width: 100%;
}
.contbox01.is-cover .txt {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 10px;
}

.cont-img {
  margin: 0 auto;
}
.cont-img.wider {
  width: 75%;
}
.is-cover .cont-img {
  width: auto !important;
}
.cont-img .img {
  margin: 0 auto;
}

.sec-container {
  margin: 40px auto 48px;
  max-width: 1040px;
}

.contbox {
  margin: 0 -14px;
  overflow: hidden;
  padding-bottom: 19px;
}
.contbox .content {
  width: 50%;
  padding: 0 13px;
}
.contbox .txt-cont {
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0.1em;
  font-family: "a-otf-gothic-bbb-pr6n", sans-serif;
}
.contbox .above-img {
  padding-bottom: 20px;
}

.txt-caption {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.63;
  padding: 7px 0 0;
  font-family: "a-otf-gothic-bbb-pr6n", sans-serif;
}

.contbox03 {
  padding-bottom: 19px;
}

.video-youtube {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.video-youtube iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.ul-hashtag &gt; li {
  margin-left: 27px;
  font-size: 13px;
  line-height: 3.23;
  letter-spacing: 0.11em;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ul-hashtag &gt; li:first-child {
  margin-left: 0;
}

.contbox05 {
  padding-bottom: 34px;
}

.contbox06 {
  padding-bottom: 55px;
}

.next-delimiter {
  height: 1px;
  background: #dcdcdc;
  border: 0;
  margin: 0 0 32px;
  padding: 0;
}

.section-next {
  height: 324px;
}
.section-next .link-next {
  display: block;
}
.section-next .wrapper {
  max-width: 1232px;
}
.section-next .title {
  font-size: 18px;
  line-height: 1.25;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  padding: 0 0 15px;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  top: -5px;
}
.section-next .label {
  font-size: 12px;
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 1040px;
  margin: 0 auto;
  color: #c62329;
  line-height: 1.75;
  position: relative;
  top: -5px;
}
.section-next .contbox01 {
  margin-top: 2px;
  padding-top: 38px;
}
.section-next .cont-img {
  text-align: center;
  overflow: hidden;
  -moz-transition: ease 0.26s;
  -o-transition: ease 0.26s;
  -webkit-transition: ease 0.26s;
  transition: ease 0.26s;
}
.section-next .cont-img img {
  width: 100%;
}
.section-next .link-next:hover .cont-img {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media print, (min-width: 1025px) {
  .contbox {
    display: -webkit-flex;
    display: flex;
  }

  .contbox01 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contbox01 .cont-img:not(.wider) {
    width: 448px;
  }

  .ul-hashtag {
    margin-top: 40px;
  }
}
@media (min-width: 751px) and (max-width: 1024px) {
  .sec-title.tag-filter {
    font-size: 18px;
  }
}
@media (min-width: 1233px) {
  .btn-close {
    top: 23px;
    left: 50%;
    margin-left: 593px;
  }
}
@media only screen and (max-width: 1024px) {
  .contbox01 {
    margin: 0 -11.7%;
  }
  .contbox01 .cont-img:not(.wider) {
    width: 45.2%;
  }
  .contbox01 .txt {
    padding: 15px 26px 10px;
    font-size: 10px;
  }

  .txt-caption {
    font-size: 10px;
  }

  .contbox {
    display: -webkit-flex;
    display: flex;
  }

  .btn-close {
    width: 20px;
    height: 20px;
    right: 1.8%;
  }
  .btn-close:after {
    width: 20px;
    height: 20px;
  }

  .next-delimiter {
    margin: 45px 0 30px;
  }
}
@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-next .title {
    top: -4px;
  }
}
@media only screen and (max-width: 750px) {
  .section-article .title {
    font-size: 16px;
  }

  .section-head {
    padding: 4px 0 9px;
  }
  .section-head .title {
    font-size: 16px;
  }

  .contbox {
    display: block;
  }
  .contbox .content {
    width: 100%;
    margin-bottom: 20px;
  }
  .contbox .content:last-child {
    margin-bottom: 0;
  }
  .contbox .txt-cont {
    font-size: 14px;
  }

  .contbox01 {
    font-size: 10px;
    margin: 0 -18px;
    padding: 32px 15px 0;
  }
  .contbox01 .txt {
    padding-left: 0;
    padding-right: 0;
  }

  .sec-container {
    margin: 30px 0 26px;
  }

  .contbox02 .txt-cont {
    padding-bottom: 30px;
  }

  .txt-caption {
    padding: 2px 0 0;
    letter-spacing: 0.04em;
  }

  .btn-close {
    width: 14px;
    height: 14px;
    right: 18px;
    margin-right: -0.1%;
    top: 22px;
  }
  .btn-close:after {
    width: 14px;
    height: 14px;
  }

  .ul-hashtag {
    margin-top: 94px;
  }
  .ul-hashtag &gt; li {
    font-size: 10px;
    margin-left: 10px;
  }

  .next-delimiter {
    margin: 50px 0 15px;
  }

  .section-article {
    min-height: calc(100vh - 22vh - 66px);
  }

  .section-next {
    height: 22vh;
    padding-top: 2px;
  }
  .section-next .title {
    font-size: 16px;
    padding: 2px 0 13px;
  }
  .section-next .label {
    font-size: 10px;
    top: 0;
  }
  .section-next .contbox01 {
    padding-top: 33px;
  }
  .section-next .link-next:hover .cont-img {
    -webkit-transform: none;
    transform: none;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>