/*
Theme Name: Nykeoc Theme
Description: A modern WordPress theme with responsive design and custom styling
Version: 1.0.0
Author: Nykeoc
Author URI: https://nykeoc.com
Text Domain: nykeoc-theme
*/

@charset "UTF-8";

/* Just for visualization */
section:nth-child(even) { background: #f9f9f9; }

.container {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

/* nykeoc style */

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, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline-color: #aaa;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

html {
  font-size: 10px;
}
@media screen and (max-width:374.9999px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: #000;
  font-family: ゴシックMedium, Yu Gothic Medium, Yu Gothic, ゴシック, YuGothic, ラギノ角ゴProN W3, Hiragino Kaku Gothic ProN, Arial, イリオ, Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width:768.9998px) {
  body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:768.9998px) {
  body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:768.9998px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.6rem;
  }
}
.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media screen and (max-width:374.9999px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:375px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:768.9998px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768.9999px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024.9999px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1239.9999px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1240px) {
  .u-lg-max {
    display: none !important;
  }
}

.u-ff-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-en {
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-c-main {
  color: #000 !important;
}

.u-c-plain {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #000 !important;
}

.u-bg-plain {
  background-color: #000 !important;
}

.u-bg-focus {
  background-color: #aaa !important;
}

.u-bg-border {
  background-color: #eee !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #eee !important;
}

.u-bg-gray02 {
  background-color: #ccc !important;
}

.u-bd {
  border: 1px solid #eee !important;
}

.u-bd-t {
  border-top: 1px solid #eee !important;
}

.u-bd-l {
  border-left: 1px solid #eee !important;
}

.u-bd-b {
  border-bottom: 1px solid #eee !important;
}

.u-bd-r {
  border-right: 1px solid #eee !important;
}

.u-bd-main {
  border-color: #000 !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}
@media screen and (max-width:768.9998px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 40px !important;
}
@media screen and (max-width:768.9998px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 60px !important;
}
@media screen and (max-width:768.9998px) {
  .u-mt-md {
    margin-top: 30px !important;
  }
}

.u-mt-lg {
  margin-top: 80px !important;
}
@media screen and (max-width:768.9998px) {
  .u-mt-lg {
    margin-top: 40px !important;
  }
}

.u-mt-xl {
  margin-top: 100px !important;
}
@media screen and (max-width:768.9998px) {
  .u-mt-xl {
    margin-top: 50px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:768.9998px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:768.9998px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:768.9998px) {
  .u-mb-md {
    margin-bottom: 30px !important;
  }
}

.u-mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:768.9998px) {
  .u-mb-lg {
    margin-bottom: 40px !important;
  }
}

.u-mb-xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:768.9998px) {
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}
@media screen and (max-width:768.9998px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 40px !important;
}
@media screen and (max-width:768.9998px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 60px !important;
}
@media screen and (max-width:768.9998px) {
  .u-pt-md {
    padding-top: 30px !important;
  }
}

.u-pt-lg {
  padding-top: 80px !important;
}
@media screen and (max-width:768.9998px) {
  .u-pt-lg {
    padding-top: 40px !important;
  }
}

.u-pt-xl {
  padding-top: 100px !important;
}
@media screen and (max-width:768.9998px) {
  .u-pt-xl {
    padding-top: 50px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}
@media screen and (max-width:768.9998px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:768.9998px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:768.9998px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.u-pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:768.9998px) {
  .u-pb-lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:768.9998px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
}
@media screen and (max-width:768.9998px) {
  .l-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.l-container {
  min-height: calc(100vh - 101px - 363px);
}

.l-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.l-page__heading {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.l-header {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 9000;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768.9998px) {
  .l-header__inner {
    height: 60px;
    z-index: 8500;
    position: relative;
  }
}
@media print, screen and (min-width:768.9999px) {
  .l-header__bg {
    display: none;
  }
}
@media screen and (max-width:768.9998px) {
  .l-header__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8000;
    visibility: hidden;
  }
  .l-header__bg.is-open {
    visibility: visible;
  }
}

@media print, screen and (min-width:768.9999px) {
  .l-header-logo {
    width: 266px;
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-logo {
    width: 164px;
  }
}
.l-header-logo__link {
  display: block;
}

@media print, screen and (min-width:768.9999px) {
  .l-header-menu {
    display: none;
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-menu {
    color: transparent;
    overflow: hidden;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 14px;
    top: -1px;
    width: 60px;
    z-index: 9001;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='11' viewBox='0 0 40 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='40' y2='0.5' stroke='black'/%3E%3Cline y1='10.5' x2='40' y2='10.5' stroke='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
  }
  .l-header-menu.is-open {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.646447' y1='23.6464' x2='23.6464' y2='0.646446' stroke='black'/%3E%3Cline y1='-0.5' x2='32.5269' y2='-0.5' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 24 24)' stroke='black'/%3E%3C/svg%3E%0A");
  }
}

@media print, screen and (min-width:768.9999px) {
  .l-header-nav {
    display: block;
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-nav {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: auto;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-bottom: 1px solid #E4E4E4;
    background-color: rgba(255, 255, 255, 0.9);
    top: 60px;
    right: 0;
    z-index: 9000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
  }
}
.l-header-nav__item {
  position: relative;
}

.l-header-nav__item .l-header-nav__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
}
.l-header-nav__item .sub-menu {
  position: absolute;
  top: calc(50% + 30px + 24px);
  opacity: 0;
  left: 15px;
  visibility: hidden;
  transition: all .3s;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
  width: 115px;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.l-header-nav__item .sub-menu .l-header-nav__item {
  white-space: nowrap;
}
.l-header-nav__item .sub-menu .l-header-nav__item a {
  padding: 0;
  margin: 0;
  height: auto;
  justify-content: flex-start;
}
.l-header-nav__item .sub-menu .l-header-nav__item span {
  /* display: none; */
}
.l-header-nav__item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: calc(50% + 20px)
}
@media screen and (max-width:768.9998px) {
  .l-header-nav__inner {
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 0;
  }
}
@media print, screen and (min-width:768.9999px) {
  .l-header-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-right: -20px;
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-nav__items {
    border-top: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-nav__item {
    text-align: center;
  }
}
.l-header-nav__link {
  cursor: pointer;
  position: relative;
  font-weight: 400;
}
.l-header-nav__link span {
  display: inline-block;
  position: relative;
  padding: 5px;
}
@media print, screen and (min-width:768.9999px) {
  .l-header-nav__link span:after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    -webkit-transition: width 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: width 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background: linear-gradient(133deg, rgb(242, 169, 0) 0%, rgb(215, 12, 24) 100%);
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-nav__link span {
    font-size: clamp(14px, 4.1vw, 20px);
    padding: 0;
    display: block;
  }
}
@media print, screen and (min-width:768.9999px) {
  .l-header-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
    font-size: 14px;
    padding: 0 15px;
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-nav__link {
    display: block;
    padding: 10px 14px;
    font-size: clamp(14px, 4.1vw, 20px);
    letter-spacing: 0;
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width:768.9999px) {
  .is-view-pc .l-header-nav__link:hover span:after {
    width: 100%;
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-nav.is-open {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.l-header-nav-drop {
  text-align: left;
}
@media print, screen and (min-width:768.9999px) {
  .l-header-nav-drop {
    width: 100%;
    position: fixed;
    left: 0;
    color: #fff;
    padding: 10px 0;
    display: none;
    background: rgba(0, 0, 0, 0.85);
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-nav-drop {
    padding: 0 0 20px 30px;
  }
}
@media print, screen and (min-width:768.9999px) {
  .l-header-nav-drop__inner {
    position: relative;
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-nav-drop__inner {
    padding: 0;
  }
}
@media print, screen and (min-width:768.9999px) {
  .l-header-nav-drop__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: 1px solid #eee;
  }
}
@media print, screen and (min-width:768.9999px) {
  .l-header-nav-drop__item {
    width: 100%;
    border-right: 1px solid #eee;
  }
}
@media screen and (max-width:768.9998px) {
  .l-header-nav-drop__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width:768.9999px) {
  .l-header-nav-drop__link {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
  }
}

@media print, screen and (min-width:768.9999px) {
  .is-drop-nav-active .l-header-nav-drop {
    display: block;
  }
  .is-view-tab .is-drop-nav-active .l-header-nav-drop {
    display: none;
  }
}

.l-footer {
  line-height: 1;
  position: relative;
  padding: 0;
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: 500;
  border-top: 1px solid rgba(0,0,0,0.3)
}

.l-footer .l-inner {
  padding: 60px 0 40px;
  width: 1200px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}
@media screen and (max-width:768.9998px) {
  .l-footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.8;
    padding-bottom: 59px;
    font-size: clamp(12px, 3.08vw, 16px);
  }
}
.l-footer-logo {
  max-width: 250px;
  margin-bottom: 30px;
}
@media screen and (max-width:768.9998px) {
  .l-footer-logo {
    max-width: 215px;
    margin-bottom: 22px;
  }
}

.l-footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768.9998px) {
  .l-footer-grid {
    display: block;
  }
}
.l-footer-grid__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768.9998px) {
  .l-footer-grid__right {
    margin-top: 47px;
  }
}
.l-footer-grid__right ul {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width:768.9998px) {
  .l-footer-grid__right ul {
    padding-left: 0;
    padding-right: 10%;
    font-size: clamp(12px, 3.33vw, 16px);
  }
}
@media print, screen and (min-width:768.9999px) {
  .is-view-pc .l-footer-grid__right a:hover {
    text-decoration: underline;
  }
}

ul.u-ff-en a {
  word-break: initial;
  height: auto;
}

ul.u-ff-en a span::after {
  display: none;
}

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

.u-ff-en {
}

.top-mv {
  padding-top: 175px;
}
@media screen and (max-width:768.9998px) {
  .top-mv {
    padding-top: 36vw;
  }
}
.top-mv .is-fadeup-02 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-mv.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-mv.is-active .is-fadeup-02 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-mv-ttl {
  max-width: 615px;
  margin-bottom: 40px;
}
@media screen and (max-width:768.9998px) {
  .top-mv-ttl {
    margin-bottom: 8vw;
    max-width: 100%;
  }
}
.top-mv-ttl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-mv-ttl-item + .top-mv-ttl-item {
  margin-top: 27px;
}
@media screen and (max-width:768.9998px) {
  .top-mv-ttl-item + .top-mv-ttl-item {
    margin-top: 15px;
    margin-bottom: -2px;
  }
}
.top-mv-ttl-item span span {
  margin-left: 8px;
  margin-right: 9px;
  position: relative;
  bottom: 1px;
  display: inline-block;
}
@media screen and (max-width:768.9998px) {
  .top-mv-ttl-item span span {
    margin-left: 4px;
    margin-right: 0;
    position: relative;
    bottom: 0px;
  }
}
.top-mv-txt {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width:768.9998px) {
  .top-mv .tagline-01 {
    width: 23.7vw;
  }
}
@media screen and (max-width:768.9998px) {
  .top-mv .tagline-02 {
    width: 42vw;
  }
}
@media screen and (max-width:768.9998px) {
  .top-mv .tagline-03 {
    width: 35vw;
  }
}
@media screen and (max-width:768.9998px) {
  .top-mv .tagline-04 {
    width: 9vw;
    position: relative;
    left: 6px;
  }
}
.top-mv p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768.9998px) {
  .top-mv p {
    font-size: clamp(14px, 3.59vw, 18px);
    line-height: 1.8;
  }
}
.top-mv__img {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top-mv__inner {
  padding-top: 48px;
}
@media screen and (max-width:768.9998px) {
  .top-mv__inner {
    padding-top: 7.4vw;
  }
}

.line {
  width: 100%;
  height: 1px;
  background-color: #000;
}
.line-white {
  background-color: #fff;
}

.block-about {
  padding-top: 99px;
}
@media screen and (max-width:768.9998px) {
  .block-about {
    padding-top: 15.2vw;
  }
}
.block-about p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width:768.9998px) {
  .block-about p {
    font-size: clamp(12px, 3.08vw, 16px);
    line-height: 1.8;
  }
}
.block-about__ttl {
  margin-bottom: 63px;
  margin-top: 45px;
}
.block-about__ttl img {
  max-height: 49px;
  width: auto;
  display: block;
}
@media screen and (max-width:768.9998px) {
  .block-about__ttl {
    margin-bottom: 10.6vw;
    margin-top: 11vw;
    padding-left: 2px;
  }
}
.block-about__info {
  max-width: 898px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 50px;
}
@media screen and (max-width:768.9998px) {
  .block-about__info {
    padding-top: 0;
    padding-bottom: 8.3vw;
  }
}

.block-service {
  background: rgb(242, 169, 0);
  background: linear-gradient(133deg, rgb(242, 169, 0) 0%, rgb(215, 12, 24) 100%);
  padding-bottom: 100px;
  padding-top: 99px;
}
@media screen and (max-width:768.9998px) {
  .block-service {
    background: linear-gradient(106deg, rgb(242, 169, 0) 0%, rgb(215, 12, 24) 100%);
    padding-bottom: 15vw;
    padding-top: 15vw;
  }
}
.block-service__ttl {
  max-width: 199px;
  margin-bottom: 50px;
  margin-top: 45px;
  margin-left: 7px;
}
@media screen and (max-width:768.9998px) {
  .block-service__ttl {
    max-width: 42.2vw;
    margin-bottom: 0;
    margin-top: 11vw;
    margin-left: 3px;
  }
}
.block-service .service-list {
  max-width: 1000px;
  margin-left: auto;
  padding-top: 63px;
}
@media screen and (max-width:768.9998px) {
  .block-service .service-list {
    padding-top: 10.5vw;
  }
}
.block-service .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  color: #fff;
}
@media screen and (max-width:768.9998px) {
  .block-service .service-item {
    display: block;
  }
}
.block-service .service-item + .service-item {
  margin-top: 60px;
}
@media screen and (max-width:768.9998px) {
  .block-service .service-item + .service-item {
    margin-top: 10.6vw;
  }
}
@media screen and (max-width:768.9998px) {
  .block-service .service-item__wrapper {
    width: 100%;
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
  }
}
.block-service .service-item__img {
  width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-right: 4px;
}
@media screen and (max-width:768.9998px) {
  .block-service .service-item__img {
    width: 100%;
    padding-right: 0;
  }
}
.block-service .service-item__img img {
  border-radius: 5px;
}
.block-service .service-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 56px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768.9998px) {
  .block-service .service-item__info {
    padding-left: 0px;
  }
}
.block-service .service-item__info h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 39px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width:768.9998px) {
  .block-service .service-item__info h3 {
    font-size: clamp(16px, 5.13vw, 24px);
    margin-bottom: 0;
    padding-left: 12px;
    line-height: 1.4;
  }
}
.block-service .service-item__info p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
}
@media screen and (max-width:768.9998px) {
  .block-service .service-item__info p {
    font-size: clamp(12px, 3.08vw, 16px);
    line-height: 1.8;
  }
}
.block-service .service-item .number {
  margin-bottom: 21px;
  padding-left: 3px;
}
@media screen and (max-width:768.9998px) {
  .block-service .service-item .number {
    margin-bottom: 0;
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
.block-service .service-item .number span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1px 15px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 300;
}
@media screen and (max-width:768.9998px) {
  .block-service .service-item .number span {
    padding: 1px 10px;
    font-size: 12px;
    margin-top: 3px;
    display: block;
    text-align: center;
  }
}

.block-company {
  padding-bottom: 100px;
  padding-top: 99px;
}
@media screen and (max-width:768.9998px) {
  .block-company {
    padding-bottom: 14.9vw;
    padding-top: 15vw;
  }
}
.block-company__ttl {
  max-width: 265px;
  margin-bottom: 50px;
  margin-top: 44px;
  margin-left: 3px;
}
@media screen and (max-width:768.9998px) {
  .block-company__ttl {
    max-width: 56.5vw;
    margin-bottom: 5vw;
    margin-top: 11vw;
    margin-left: 3px;
  }
}
.block-company__inner {
  max-width: 896px;
  margin-left: auto;
  padding-top: 31px;
}
.block-company__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 49px;
  padding-top: 49px;
  letter-spacing: 0.05em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:768.9998px) {
  .block-company__inner dl {
    padding-bottom: 37px;
    padding-top: 38px;
    display: block;
    line-height: 1.8;
    font-size: clamp(12px, 3.59vw, 18px);
  }
}
.block-company__inner dl:first-child {
  padding-top: 0;
}
.block-company__inner dl:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.block-company__inner dl dt {
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  font-weight: bold;
  padding-right: 20px;
}
@media screen and (max-width:768.9998px) {
  .block-company__inner dl dt {
    width: 100%;
    padding-bottom: 18px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.block-company__inner dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:768.9998px) {
  .block-company__inner dl dd {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.block-company__inner dl dd a {
  color: rgb(215, 12, 24);
  text-decoration: underline;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width:768.9999px) {
  .is-view-pc .block-company__inner dl dd a:hover {
    text-decoration: none;
  }
}

.block-contact {
  background-color: #000000;
  padding-top: 99px;
  padding-bottom: 96px;
  color: #fff;
}
@media screen and (max-width:768.9998px) {
  .block-contact {
    padding-bottom: 15vw;
    padding-top: 15vw;
  }
}
.block-contact__ttl {
  max-width: 226px;
  margin-bottom: 55px;
  margin-top: 45px;
  padding-left: 8px;
}
@media screen and (max-width:768.9998px) {
  .block-contact__ttl {
    max-width: 46.6vw;
    margin-bottom: 6vw;
    margin-top: 11vw;
    margin-left: 3px;
    padding-left: 0;
  }
}
.block-contact__inner {
  max-width: 896px;
  margin-left: auto;
  padding-top: 37px;
}
.block-contact__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  padding: 15px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768.9998px) {
  .block-contact__inner dl {
    padding-bottom: 37px;
    padding-top: 39px;
    display: block;
    font-size: clamp(12px, 3.59vw, 18px);
  }
}
.block-contact__inner dl:first-child {
  padding-top: 0;
}
.block-contact__inner dl:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.block-contact__inner dl dt {
  width: 260px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  font-weight: bold;
  padding-right: 20px;
}
@media screen and (max-width:768.9998px) {
  .block-contact__inner dl dt {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 17px;
  }
}
.block-contact__inner dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:768.9998px) {
  .block-contact__inner dl dd {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media print, screen and (min-width:768.9999px) {
  .is-view-pc .block-contact__inner dl dd a:hover {
    text-decoration: underline;
  }
}

.block-message {
  padding-bottom: 50px;
}
@media screen and (max-width:768.9998px) {
  .block-message {
    padding-bottom: 7.7vw;
  }
}
.block-message .name {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width:768.9998px) {
  .block-message .name {
    margin-top: 8.2vw;
  }
}
.block-message .name p {
  text-align: left;
  display: inline-block;
}

.is-fadeup-02.is-animate {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.is-fadeup-02.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.is-width.is-animate {
  width: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition: width 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: width 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.is-width.is-animated {
  width: calc(100% - 1px);
}

.is-slide {
  -webkit-transition: opacity 0s linear 0.4s;
  transition: opacity 0s linear 0.4s;
  opacity: 0;
}
.is-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(133deg, rgb(242, 169, 0) 0%, rgb(215, 12, 24) 100%);
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
  -webkit-transition: width 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: width 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: width 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.is-slide img {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.is-slide.is-active {
  opacity: 1;
}
.is-slide.is-active:after {
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.is-slide.is-active img {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */

/* Article List Page */
.breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
}

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

.breadcrumbs span {
  color: #666;
}

.page-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

.article-item {
  width: 100%;
}

.article-item__link {
  display: block;
  color: #333;
  text-decoration: none;
}

.article-item__img {
  margin-bottom: 15px;
  height: 250px;
  overflow: hidden;
}

.article-item__img img {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-item__content {
  padding: 0 10px;
}

.article-item__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.article-item__excerpt {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

.article-item__date {
  font-size: 12px;
  color: #888;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}

.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

/* New UI */

.nykeoc-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.nykeoc-table th, .nykeoc-table td {
  border: 1px solid #B9B9B9;
  padding: 8px 12px;
  text-align: right;
  vertical-align: middle;
  font-size: 17px;
}

.nykeoc-table thead {
  background-color: #F9CCBD;
}

.nykeoc-table thead tr th {
  text-align: center;
}

.nykeoc-table tbody tr {
  background-color: #fff;
}

.nykeoc-table tbody tr td:first-child {
  background-color: #FFF4ED;
  text-align: left;
  width: 360px;
}

.list-tables {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 1200px;
  margin: 0 auto;
}

/* Bread crumb */

.nykeoc-bread-crumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px
}

.nykeoc-bread-crumb .separator {
  display: flex;
  color: #E03232;
}

.nykeoc-bread-crumb a {
  text-decoration: underline !important;
}

/* Container */

.nykeoc-container {
  width: 1200px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #000
}

/* Title */

.nykeoc-title {
  font-size: 24px;
  font-weight: 700;
}

.nykeoc-section-title {
  font-size: 16px;
  font-weight: 700;
}

/* List */

.nykeoc-list {
  padding-left: 50px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.nykeoc-hr {
  max-width: calc(100% - 40px);
  width: 700px;
  margin: 30px auto;
  border: none;
  height: 1px;
  background-color: #D9D9D9;
}

/* Table */

.nykeoc-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.nykeoc-table th, .nykeoc-table td {
  border: 1px solid #B9B9B9;
  padding: 8px 12px;
  text-align: right;
  vertical-align: middle;
  font-size: 17px;
}

.nykeoc-table thead {
  background-color: #F9CCBD;
}

.nykeoc-table thead tr th {
  text-align: center;
}

.nykeoc-table tbody tr {
  background-color: #fff;
}

.nykeoc-table tbody tr td:first-child {
  background-color: #FFF4ED;
  text-align: left;
  width: 360px;
}

/* Horizontal table */

.nykeoc-horizontal-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.nykeoc-horizontal-table th, .nykeoc-horizontal-table td {
  border: 1px solid #B9B9B9;
  padding: 8px 12px;
  vertical-align: middle;
  font-size: 17px;
}

.nykeoc-horizontal-table td a {
  text-decoration: underline !important;
}

.nykeoc-horizontal-table thead {
  background-color: #F9CCBD;
}

.nykeoc-horizontal-table thead tr th {
  text-align: center;
}

.nykeoc-horizontal-table tbody tr {
  background-color: #fff;
}

.nykeoc-horizontal-table tbody tr td:first-child {
  background-color: #F9CCBD;
  text-align: left;
  width: 270px;
}
.nykeoc-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}
.nykeoc-news-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nykeoc-news-item-date {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,0.6);
}
.nykeoc-news-item-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  position: relative;
}
.nykeoc-news-item-title-icon {
  position: absolute;
  top: 50%;
  display: flex;
  right: calc(100% + 7px);
  width: 15px;
  height: auto;
  transform: translateY(-50%);
}


.article-section {
  min-height: calc(100vh - 615px);
  display: flex;
  align-items: stretch;
}
.article-section a {
  color: #045EB1;
}
.article-section a:visited {
  color: #6BBF59;
}
.article-sidebar {
  position: relative;
  display: flex;
  width: 215px;
  flex-direction: column;
  padding-right: 15px;
  border-right: 1px solid rgba(0,0,0,0.3);
}
.sidebar-item {
  display: flex;
  gap: 5px;
  align-items: center;
  background-color: transparent;
}
.sidebar-item:hover {
  background-color: rgba(0,0,0,0.05);
}
.sidebar-item a {
  display: flex;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 10px;
  width: 100%;
}
.sidebar-item a img {
  width: 14px;
  display: inline-block;
  padding-bottom: 2px;
}
.sidebar-item.active {
  background-color: rgba(254, 95, 3, .2);
}
.sidebar-item.active a {
  color: #000;
}
.article-list {
  padding-left: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article-list-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.ceo-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
}

.ceo-section .image-content {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ceo-section .image-content .image {

}

.ceo-section .image-content .ceo-name {
  font-size: 15px;
  text-align: center;
  white-space: pre-line;
  line-height: 2;
}

.ceo-section .text-content {
  width: 464px;
  max-width: 100%;
  padding-top: 23px;
}
.ceo-section .text-content .content {
  font-size: 16px;
  line-height: 2;
}
.l-footer-grid__right .l-footer-nav__items {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}

.l-footer-nav__items .l-header-nav__link {
  padding: 5px 20px;
}

@media screen and (max-width: 991px) {
  .l-header-nav__inner .l-header-nav__link,
  .l-header-nav__item .l-header-nav__link {
    padding: 0 5px;
  }
  .l-footer-nav__items .l-header-nav__link {
    padding: 5px 10px;
  }
  .l-header-nav__item .sub-menu {
    left: 5px;
  }
}

@media screen and (max-width: 769px) {
  .l-footer-grid__right ul {
    padding-right: 0;
  }
  .l-header-nav__link,
  .l-header-nav__link span {
    font-size: 16px;
  }
  .block-about__ttl img {
    max-height: 40px;
  }
  .top-mv {
    padding-top: 120px;
  }
  .block-message {
    padding-top: 60px;
  }
  .block-contact__inner dl {
    padding-bottom: 15px;
  }
  .wp-block-heading br {
    display: none;
  }
  .l-header-nav__item .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: none;
    background: transparent;
    margin: 15px auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .l-header-nav__items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  .l-header-nav__items .l-header-nav__link {
    margin: 0;
  }
  .l-header-nav__items .l-header-nav__link svg {
    display: none;
  }
  .article-section {
    flex-direction: column;
  }
  .article-sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px 10px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin-bottom: 20px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .l-footer-grid__right {
    flex-direction: column;
    margin-top: 20px;
  }
  .l-footer {
    padding-bottom: 0;
  }
  .l-footer .l-header-nav__item .l-header-nav__link span,
  .l-footer .l-header-nav__item .l-header-nav__link,
  .l-footer-nav__items .l-header-nav__link {
    padding-left: 0;
    padding-right: 0;
    /* text-decoration: underline; */
  }
}


@media screen and (max-width: 800.98px) and (min-width: 769px) {

  .l-header-nav__inner .l-header-nav__link,
  .l-header-nav__item .l-header-nav__link {
    padding: 0 2px;
  }
}
