* {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

body {
  background-color: #faffec;
  margin: 0;
  padding: 0;
  overscroll-behavior-y: none;
  font-family: "Lato","M PLUS 1", sans-serif;
  font-size: 14px;
  scroll-behavior: smooth;
  color: #1F2A44; }
  @media screen and (min-width: 1024px) {
    body {
      font-size: 16px; } }

a {
  color: inherit;
  text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    a {
      text-decoration: none; }
      a:hover {
        text-decoration: underline; } }

.wrapper {
  width: calc(100% - 20px);
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .wrapper {
      width: 80%;
      max-width: 960px; } }

ul.hum_menu {
  position: fixed;
  bottom: 5px;
  right: 3vw;
  width: 40px;
  height: 40px;
  background-color: rgba(30, 30, 30, 0.5);
  z-index: 100;
  pointer-events: auto;
  cursor: pointer;
  transition: all .4s ease;
  display: block; }
  @media screen and (min-width: 1024px) {
    ul.hum_menu {
      display: none; } }
  ul.hum_menu li {
    position: absolute;
    left: 5px;
    width: 30px;
    height: 2px;
    background-color: #faffec;
    transition: all 0.5s cubic-bezier(0.19, 0.81, 0.14, 0.98); }
    ul.hum_menu li:first-child {
      top: 9px; }
    ul.hum_menu li:nth-child(2) {
      top: 19px; }
    ul.hum_menu li:nth-child(3) {
      top: 29px; }
    ul.hum_menu li:nth-child(4) {
      opacity: 0;
      top: 20px;
      transform: rotateZ(45deg); }
    ul.hum_menu li:nth-child(5) {
      opacity: 0;
      top: 20px;
      transform: rotateZ(-45deg); }
  ul.hum_menu.is-active li:first-child {
    opacity: 0;
    transform: translateY(8px); }
  ul.hum_menu.is-active li:nth-child(2) {
    opacity: 0; }
  ul.hum_menu.is-active li:nth-child(3) {
    opacity: 0;
    transform: translateY(-8px); }
  ul.hum_menu.is-active li:nth-child(4) {
    opacity: 1; }
  ul.hum_menu.is-active li:nth-child(5) {
    opacity: 1; }

nav {
  position: fixed;
  top: 0px;
  right: -100vw;
  z-index: 20;
  width: 100vw;
  height: 100lvh;
  font-family: "Lato", "M PLUS 1", sans-serif;
  font-weight: 300;
  color: #faffec;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s ease; }
  @media screen and (min-width: 1024px) {
    nav {
      top: 10px;
      right: 15px;
      width: fit-content;
      height: fit-content;
      transition: color .3s ease;
      background-color: transparent; }
      nav.dark {
        color: #1F2A44; } }
  nav.is-active {
    top: 0px;
    right: 0px; }
  nav ul {
    width: calc( 100% - 40px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: absolute;
    bottom: 20vh; }
    nav ul li {
      font-size: 30px;
      text-align: right; }
      nav ul li a {
        text-decoration: none; }
    @media screen and (min-width: 1024px) {
      nav ul {
        gap: 10px;
        padding: 0;
        position: static;
        width: auto; }
        nav ul li {
          font-size: 16px;
          text-align: left; }
          nav ul li a {
            position: relative;
            display: inline-block;
            padding-left: 16px; }
            nav ul li a::before {
              content: "";
              width: 6px;
              height: 6px;
              border-radius: 50%;
              background: currentColor;
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%) scale(0);
              transition: transform .3s ease; }
            nav ul li a.active {
              cursor: default;
              pointer-events: none;
              text-decoration: none; }
              nav ul li a.active::before {
                transform: translateY(-50%) scale(1); } }

ul.news_flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px; }
  @media screen and (min-width: 1024px) {
    ul.news_flex {
      flex-direction: row;
      align-items: flex-start;
      margin-top: 40px; } }
  ul.news_flex li {
    width: 100%;
    height: 15vh;
    overflow: hidden;
    background-color: #000000;
    position: relative; }
    @media screen and (min-width: 1024px) {
      ul.news_flex li {
        width: 24%;
        height: auto; } }
    ul.news_flex li a {
      display: block; }
      ul.news_flex li a img {
        opacity: .7; }
        @media screen and (min-width: 1024px) {
          ul.news_flex li a img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
            opacity: 1;
            transform: scale(1);
            transform-origin: center center;
            transition: all .3s; } }
      ul.news_flex li a p {
        position: absolute;
        top: 5px;
        left: 5px;
        color: #faffec;
        font-size: 16px;
        opacity: 1; }
        @media screen and (min-width: 1024px) {
          ul.news_flex li a p {
            font-size: 12px;
            opacity: 0;
            transition: all .3s; } }
      @media screen and (min-width: 1024px) {
        ul.news_flex li a:hover img {
          transform: scale(1.1);
          opacity: .7; }
        ul.news_flex li a:hover p {
          opacity: 1; } }

section.fv {
  width: 100%;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden; }
  section.fv ul.slick li {
    overflow: hidden;
    height: 100vh; }
  section.fv ul.slick li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 30s ease; }
  section.fv ul.slick .slick-active img {
    transform: scale(1.1); }

p.center {
  text-align: center; }

.btn {
  display: block;
  margin: 40px auto;
  margin-bottom: 0px;
  width: 80%;
  text-align: center;
  font-family: "Lato", "M PLUS 1", sans-serif;
  font-weight: 300;
  font-size: 20px;
  border: 1px #000000 solid;
  transition: all .3s;
  line-height: .75;
  background-color: #1F2A44;
  color: #faffec; }
  @media screen and (min-width: 1024px) {
    .btn {
      background-color: transparent;
      color: #1F2A44; } }
  .btn span {
    font-size: 12px; }
  .btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 50px;
    box-sizing: border-box;
    text-decoration: none; }
    .btn a:hover {
      text-decoration: none; }
  @media screen and (min-width: 1024px) {
    .btn {
      width: fit-content; }
      .btn:hover {
        color: #faffec;
        background-color: #1F2A44; } }

h2 {
  text-align: center;
  font-family: "Lato", "M PLUS 1", sans-serif;
  font-size: 36px;
  font-weight: 300;
  padding: 20px;
  border-top: #666666 1px solid;
  line-height: .6; }
  h2 span {
    font-size: 14px; }

div.contents {
  z-index: 10; }
  div.contents h1 {
    min-height: 10lvh;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box; }
    div.contents h1 img {
      display: block;
      width: 100%;
      max-width: 500px;
      height: auto;
      margin: 0 auto;
      filter: invert(0);
      transform-origin: center center;
      will-change: transform, filter; }
    div.contents h1.logo_wrap {
      position: sticky;
      top: 40lvh; }
      div.contents h1.logo_wrap .logo {
        position: absolute;
        inset: 0; }
      div.contents h1.logo_wrap .logo-light {
        opacity: 1; }
      div.contents h1.logo_wrap .logo-dark {
        opacity: 0; }
  div.contents section.trans {
    background-color: transparent;
    height: 90lvh; }
    div.contents section.trans.single {
      height: 100lvh; }
  div.contents section.sticky_base {
    min-height: 12lvh;
    background-color: #faffec; }
    div.contents section.sticky_base h2 {
      border: none;
      margin: 20px 0px;
      text-align: center; }
  div.contents > section.about {
    min-height: calc(90lvh - 200px );
    background-color: #faffec;
    padding: 100px 0; }
    div.contents > section.about ul.sns {
      margin: 0 auto;
      margin-top: 40px;
      width: 200px;
      display: flex;
      justify-content: space-between; }
      div.contents > section.about ul.sns li img {
        height: 46px;
        width: auto;
        display: block;
        filter: grayscale(0) brightness(1); }
        @media screen and (min-width: 1024px) {
          div.contents > section.about ul.sns li img {
            filter: grayscale(1) brightness(0);
            transition: all .4s ease; } }
      @media screen and (min-width: 1024px) {
        div.contents > section.about ul.sns li:hover img {
          filter: grayscale(0) brightness(1); } }
      div.contents > section.about ul.sns li span {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 48px;
        line-height: 1; }
        div.contents > section.about ul.sns li span > i {
          color: black;
          display: inline-block;
          position: relative;
          z-index: 1;
          transition: opacity .4s ease;
          opacity: 0; }
          @media screen and (min-width: 1024px) {
            div.contents > section.about ul.sns li span > i {
              opacity: 1; } }
        div.contents > section.about ul.sns li span.x::after {
          content: "\e61b";
          /* Instagram unicode */
          font-family: "Font Awesome 6 Brands";
          font-weight: 400;
          position: absolute;
          inset: 0;
          font-size: inherit;
          background: linear-gradient(90deg, #1da1f2 32%, #0f1419 100%);
          background-clip: text;
          -webkit-background-clip: text;
          color: transparent;
          opacity: 1;
          transition: opacity .4s ease; }
          @media screen and (min-width: 1024px) {
            div.contents > section.about ul.sns li span.x::after {
              opacity: 0; } }
        div.contents > section.about ul.sns li span.ins::after {
          content: "\f16d";
          /* Instagram unicode */
          font-family: "Font Awesome 6 Brands";
          font-weight: 400;
          position: absolute;
          inset: 0;
          font-size: inherit;
          background: linear-gradient(359deg, #ffd600 0%, #ff7a00 18%, #ff0069 50%, #d300c5 75%, #7638fa 100%);
          background-clip: text;
          -webkit-background-clip: text;
          color: transparent;
          opacity: 1;
          transition: opacity .4s ease; }
          @media screen and (min-width: 1024px) {
            div.contents > section.about ul.sns li span.ins::after {
              opacity: 0; } }
      @media screen and (min-width: 1024px) {
        div.contents > section.about ul.sns li:hover span::after {
          opacity: 1; }
        div.contents > section.about ul.sns li:hover span i {
          opacity: 0; } }
    div.contents > section.about .btn {
      margin-top: 100px; }
  div.contents section.news {
    min-height: 100lvh;
    background-color: #faffec;
    padding-bottom: 40px; }
    div.contents section.news div.flex {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 20px;
      margin-bottom: 40px; }
      @media screen and (min-width: 1024px) {
        div.contents section.news div.flex {
          flex-direction: row;
          align-items: flex-start; } }
      div.contents section.news div.flex img {
        display: block;
        width: 50%;
        height: auto;
        margin: 0 auto;
        flex-shrink: 0; }
        @media screen and (min-width: 1024px) {
          div.contents section.news div.flex img {
            flex-basis: 50%;
            width: 50%;
            margin: 0; } }
      div.contents section.news div.flex section {
        width: 100%; }
        @media screen and (min-width: 1024px) {
          div.contents section.news div.flex section {
            flex: 1;
            width: auto; } }
        div.contents section.news div.flex section ul.flex_form {
          display: flex;
          margin-top: 20px;
          flex-wrap: wrap; }
          @media screen and (min-width: 1024px) {
            div.contents section.news div.flex section ul.flex_form {
              justify-content: start; } }
          div.contents section.news div.flex section ul.flex_form li {
            margin: 10px auto;
            line-height: .75; }
            @media screen and (min-width: 1024px) {
              div.contents section.news div.flex section ul.flex_form li:nth-child(2) {
                margin-left: 20px; } }
      div.contents section.news div.flex h3 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 20px; }
        @media screen and (min-width: 1024px) {
          div.contents section.news div.flex h3 {
            margin-top: 0; } }
      div.contents section.news div.flex h4 {
        margin-top: 10px; }
    div.contents section.news section.latest {
      margin-top: 20px; }
      div.contents section.news section.latest > a {
        display: block;
        text-decoration: none; }
        div.contents section.news section.latest > a > span {
          display: block;
          background-color: #000000;
          width: 100%;
          overflow: hidden; }
          div.contents section.news section.latest > a > span > img {
            display: block;
            object-fit: cover;
            width: 100%;
            height: 30vh;
            transition: all 0.4s; }
        div.contents section.news section.latest > a h3 {
          text-decoration: underline; }
          @media screen and (min-width: 768px) {
            div.contents section.news section.latest > a h3 {
              text-decoration: none; } }
      div.contents section.news section.latest a:hover {
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          div.contents section.news section.latest a:hover img {
            transform: scale(1.1);
            opacity: .7; } }
  div.contents section.contact {
    min-height: 100lvh;
    background-color: #faffec;
    position: relative; }
    div.contents section.contact div.wpcf7 {
      margin-top: 40px; }
      div.contents section.contact div.wpcf7 p {
        width: 100%;
        font-size: 20px; }
        div.contents section.contact div.wpcf7 p span {
          margin-left: 5px;
          font-size: 14px; }
          div.contents section.contact div.wpcf7 p span.must {
            color: red; }
      div.contents section.contact div.wpcf7 div.flex2 {
        display: flex;
        gap: 5px;
        flex-direction: column;
        margin-bottom: 10px; }
        @media screen and (min-width: 1024px) {
          div.contents section.contact div.wpcf7 div.flex2 {
            gap: 20px;
            flex-direction: row; } }
        div.contents section.contact div.wpcf7 div.flex2 p input {
          box-sizing: border-box;
          margin-top: 5px;
          width: 100%;
          height: 30px;
          padding: 5px 5px;
          border: 1px solid #1F2A44; }
        @media screen and (min-width: 1024px) {
          div.contents section.contact div.wpcf7 div.flex2 p {
            flex: 1;
            width: auto; } }
      div.contents section.contact div.wpcf7 textarea {
        box-sizing: border-box;
        margin-top: 5px;
        width: 100%;
        padding: 5px 5px;
        border: 1px solid #1F2A44; }
      div.contents section.contact div.wpcf7 .wpcf7-form-control-wrap {
        margin: 0; }
      div.contents section.contact div.wpcf7 button.btn {
        box-sizing: border-box;
        padding: 5px 10px;
        width: 300px;
        cursor: pointer; }
        div.contents section.contact div.wpcf7 button.btn span {
          margin: 0;
          display: block; }
          div.contents section.contact div.wpcf7 button.btn span.main {
            font-size: 20px;
            height: 20px; }
          div.contents section.contact div.wpcf7 button.btn span.sub {
            font-size: 12px;
            height: 12px; }
      div.contents section.contact div.wpcf7 .turnstile-wrap {
        display: flex;
        justify-content: center;
        margin-top: 20px; }
      div.contents section.contact div.wpcf7 .wpcf7-turnstile {
        display: flex;
        justify-content: center; }
      div.contents section.contact div.wpcf7 div.wpcf7-response-output {
        border: none;
        text-align: center; }
    div.contents section.contact p.copyright {
      position: absolute;
      bottom: 10px;
      left: 50%;
      font-size: 8px;
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 1024px) {
        div.contents section.contact p.copyright {
          font-size: 10px; } }

section.bg {
  width: 100vw;
  height: 100lvh;
  position: fixed;
  overflow: hidden;
  top: 0;
  z-index: -1; }
  section.bg ul.slick li {
    overflow: hidden;
    height: 100vh; }
  section.bg ul.slick li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 30s ease; }
  section.bg ul.slick .slick-active img {
    transform: scale(1.1); }
  section.bg p.copyright {
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: 8px;
    transform: translate(-50%, -50%);
    color: #faffec; }
    @media screen and (min-width: 1024px) {
      section.bg p.copyright {
        font-size: 10px; } }

section.about_more {
  z-index: 10; }
  section.about_more h1 {
    margin: 40px 0px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 300;
    line-height: .75;
    color: #faffec;
    text-shadow: 0 0px 8px rgba(0, 0, 0, 0.9);
    filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.9)); }
    section.about_more h1 img {
      width: 90%;
      max-width: 500px;
      height: auto; }
  section.about_more .wrapper {
    width: calc(100% - 20px);
    height: 70lvh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin: 0 auto;
    background-color: rgba(250, 255, 236, 0.8);
    padding: 10px 5px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 768px) {
      section.about_more .wrapper {
        width: 80%;
        height: 65lvh;
        max-width: 960px; } }
    section.about_more .wrapper img.mainVis {
      display: block;
      width: 80%;
      height: auto;
      margin: 20px auto;
      margin-top: 150px; }
      @media screen and (min-width: 768px) {
        section.about_more .wrapper img.mainVis {
          width: 30%; } }
    section.about_more .wrapper img.CoreVis {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 auto;
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        section.about_more .wrapper img.CoreVis {
          width: 80%; } }
    section.about_more .wrapper p {
      width: 100%; }
      @media screen and (min-width: 768px) {
        section.about_more .wrapper p {
          width: 80%;
          margin: 0 auto; } }
    section.about_more .wrapper h2 {
      margin: 200px 0px;
      border-top: none; }
    section.about_more .wrapper ul.sns {
      margin: 40px auto;
      width: 200px;
      display: flex;
      justify-content: space-between; }
      section.about_more .wrapper ul.sns li img {
        height: 46px;
        width: auto;
        display: block;
        filter: grayscale(0) brightness(1); }
        @media screen and (min-width: 1024px) {
          section.about_more .wrapper ul.sns li img {
            filter: grayscale(1) brightness(0);
            transition: all .4s ease; } }
      @media screen and (min-width: 1024px) {
        section.about_more .wrapper ul.sns li:hover img {
          filter: grayscale(0) brightness(1); } }
      section.about_more .wrapper ul.sns li span {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 48px;
        line-height: 1; }
        section.about_more .wrapper ul.sns li span > i {
          color: black;
          display: inline-block;
          position: relative;
          z-index: 1;
          transition: opacity .4s ease;
          opacity: 0; }
          @media screen and (min-width: 1024px) {
            section.about_more .wrapper ul.sns li span > i {
              opacity: 1; } }
        section.about_more .wrapper ul.sns li span.x::after {
          content: "\e61b";
          /* Instagram unicode */
          font-family: "Font Awesome 6 Brands";
          font-weight: 400;
          position: absolute;
          inset: 0;
          font-size: inherit;
          background: linear-gradient(90deg, #1da1f2 32%, #0f1419 100%);
          background-clip: text;
          -webkit-background-clip: text;
          color: transparent;
          opacity: 1;
          transition: opacity .4s ease; }
          @media screen and (min-width: 1024px) {
            section.about_more .wrapper ul.sns li span.x::after {
              opacity: 0; } }
        section.about_more .wrapper ul.sns li span.ins::after {
          content: "\f16d";
          /* Instagram unicode */
          font-family: "Font Awesome 6 Brands";
          font-weight: 400;
          position: absolute;
          inset: 0;
          font-size: inherit;
          background: linear-gradient(359deg, #ffd600 0%, #ff7a00 18%, #ff0069 50%, #d300c5 75%, #7638fa 100%);
          background-clip: text;
          -webkit-background-clip: text;
          color: transparent;
          opacity: 1;
          transition: opacity .4s ease; }
          @media screen and (min-width: 1024px) {
            section.about_more .wrapper ul.sns li span.ins::after {
              opacity: 0; } }
      @media screen and (min-width: 1024px) {
        section.about_more .wrapper ul.sns li:hover span::after {
          opacity: 1; }
        section.about_more .wrapper ul.sns li:hover span i {
          opacity: 0; } }
    section.about_more .wrapper::-webkit-scrollbar {
      width: 6px; }
    section.about_more .wrapper::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.3);
      border-radius: 10px; }
    section.about_more .wrapper section.prof {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 20px;
      margin-bottom: 40px; }
      @media screen and (min-width: 1024px) {
        section.about_more .wrapper section.prof {
          flex-direction: row;
          align-items: flex-start;
          width: 80%;
          margin: 40px auto; } }
      section.about_more .wrapper section.prof img {
        display: block;
        width: 70%;
        aspect-ratio: 1/1;
        object-fit: cover;
        height: auto;
        margin: 0 auto;
        flex-shrink: 0;
        border-radius: 50%; }
        @media screen and (min-width: 1024px) {
          section.about_more .wrapper section.prof img {
            width: 300px;
            margin: 0; } }
      section.about_more .wrapper section.prof > div h3 {
        font-size: 20px;
        font-family: "Lato", "M PLUS 1", sans-serif;
        font-weight: normal;
        text-align: left; }
        section.about_more .wrapper section.prof > div h3 span {
          font-size: 14px; }
      section.about_more .wrapper section.prof > div > p {
        margin: 0;
        margin-top: 10px;
        width: 100%; }
      @media screen and (min-width: 1024px) {
        section.about_more .wrapper section.prof > div > ul.sns {
          justify-content: start;
          margin: 20px 0;
          gap: 20px; } }
      section.about_more .wrapper section.prof > div > ul.sns li img {
        height: 28px;
        width: auto;
        display: block;
        filter: grayscale(0) brightness(1); }
        @media screen and (min-width: 1024px) {
          section.about_more .wrapper section.prof > div > ul.sns li img {
            filter: grayscale(1) brightness(0);
            transition: all .4s ease; } }
      @media screen and (min-width: 1024px) {
        section.about_more .wrapper section.prof > div > ul.sns li:hover img {
          filter: grayscale(0) brightness(1); } }
      section.about_more .wrapper section.prof > div > ul.sns li span {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        line-height: 1; }
        section.about_more .wrapper section.prof > div > ul.sns li span > i {
          color: black;
          display: inline-block;
          position: relative;
          z-index: 1;
          transition: opacity .4s ease;
          opacity: 0; }
          @media screen and (min-width: 1024px) {
            section.about_more .wrapper section.prof > div > ul.sns li span > i {
              opacity: 1; } }
        section.about_more .wrapper section.prof > div > ul.sns li span.x::after {
          content: "\e61b";
          /* Instagram unicode */
          font-family: "Font Awesome 6 Brands";
          font-weight: 400;
          position: absolute;
          inset: 0;
          font-size: inherit;
          background: linear-gradient(90deg, #1da1f2 32%, #0f1419 100%);
          background-clip: text;
          -webkit-background-clip: text;
          color: transparent;
          opacity: 1;
          transition: opacity .4s ease; }
          @media screen and (min-width: 1024px) {
            section.about_more .wrapper section.prof > div > ul.sns li span.x::after {
              opacity: 0; } }
        section.about_more .wrapper section.prof > div > ul.sns li span.ins::after {
          content: "\f16d";
          /* Instagram unicode */
          font-family: "Font Awesome 6 Brands";
          font-weight: 400;
          position: absolute;
          inset: 0;
          font-size: inherit;
          background: linear-gradient(359deg, #ffd600 0%, #ff7a00 18%, #ff0069 50%, #d300c5 75%, #7638fa 100%);
          background-clip: text;
          -webkit-background-clip: text;
          color: transparent;
          opacity: 1;
          transition: opacity .4s ease; }
          @media screen and (min-width: 1024px) {
            section.about_more .wrapper section.prof > div > ul.sns li span.ins::after {
              opacity: 0; } }
      @media screen and (min-width: 1024px) {
        section.about_more .wrapper section.prof > div > ul.sns li:hover span::after {
          opacity: 1; }
        section.about_more .wrapper section.prof > div > ul.sns li:hover span i {
          opacity: 0; } }
    section.about_more .wrapper img.copy {
      display: block;
      height: auto;
      width: 100%;
      margin: 10lvh auto; }
      @media screen and (min-width: 1024px) {
        section.about_more .wrapper img.copy {
          height: 30lvh;
          width: auto; } }

img.logo {
  display: none; }
  @media screen and (min-width: 1024px) {
    img.logo {
      position: absolute;
      display: inline-block;
      margin: 5vh;
      width: auto;
      height: 20vh; } }

section.single {
  min-height: 100lvh; }
  section.single article h1 {
    font-family: "Lato", "M PLUS 1", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1F2A44;
    text-align: center; }
  section.single article img.thum {
    display: block;
    width: 80%;
    margin: 40px auto; }
    @media screen and (min-width: 1024px) {
      section.single article img.thum {
        width: 50%; } }
  section.single article p {
    margin-top: 10px; }
  section.single article h3 {
    margin-top: 20px;
    border-bottom: 1px solid;
    padding: 5px;
    font-weight: 500; }
    section.single article h3.btn {
      display: block;
      margin: 40px auto;
      width: 80%;
      text-align: center;
      font-family: "Lato", "M PLUS 1", sans-serif;
      font-weight: 300;
      font-size: 20px;
      border: 1px #000000 solid;
      transition: all .3s;
      line-height: .75;
      background-color: #1F2A44;
      color: #faffec; }
      @media screen and (min-width: 1024px) {
        section.single article h3.btn {
          width: fit-content;
          background-color: #faffec;
          color: #1F2A44; } }
      section.single article h3.btn span {
        font-size: 12px; }
      section.single article h3.btn a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 5px 50px;
        box-sizing: border-box;
        text-decoration: none; }
        section.single article h3.btn a:hover {
          text-decoration: none; }
      @media screen and (min-width: 1024px) {
        section.single article h3.btn:hover {
          background-color: #1F2A44;
          color: #faffec; } }
    section.single article h3.title {
      margin-top: 0px;
      border-bottom: none;
      padding: 0px;
      font-weight: bold;
      text-decoration: underline; }
      @media screen and (min-width: 768px) {
        section.single article h3.title {
          text-decoration: none; } }
  section.single article ul {
    margin-top: 10px;
    display: block;
    gap: 20px; }
    section.single article ul li span {
      font-size: 12px;
      display: block; }
    section.single article ul.topics {
      display: block;
      margin: 20px 0px; }
      section.single article ul.topics li {
        padding: 5px 0px;
        border-bottom: #666666 1px solid;
        width: 100%; }
        section.single article ul.topics li > a {
          display: flex;
          text-decoration: none; }
          section.single article ul.topics li > a img {
            width: 70px;
            aspect-ratio: 1/1;
            object-fit: cover; }
          section.single article ul.topics li > a div {
            margin-left: 10px; }
            section.single article ul.topics li > a div h3 {
              font-size: 16px; }
          section.single article ul.topics li > a > h3.title {
            text-decoration: underline; }
        section.single article ul.topics li:nth-child(3) {
          border-bottom: none; }
      @media screen and (min-width: 768px) {
        section.single article ul.topics {
          display: flex;
          justify-content: space-between; }
          section.single article ul.topics li {
            border-bottom: none;
            flex-wrap: wrap;
            width: 30%; }
            section.single article ul.topics li > a {
              display: block;
              text-decoration: none; }
              section.single article ul.topics li > a > span {
                display: block;
                background-color: #000000;
                width: 100%;
                overflow: hidden; }
                section.single article ul.topics li > a > span > img {
                  display: block;
                  object-fit: cover;
                  width: 100%;
                  aspect-ratio: 1.613/1;
                  transition: all 0.4s; }
              section.single article ul.topics li > a > h3.title {
                text-decoration: none; }
            section.single article ul.topics li > a:hover {
              text-decoration: none; }
              section.single article ul.topics li > a:hover img {
                transform: scale(1.1);
                opacity: .7; }
            section.single article ul.topics li div {
              margin-left: 0px; } }
    @media screen and (min-width: 768px) {
      section.single article ul {
        display: flex; } }
  section.single article h4 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500; }
  section.single article iframe {
    width: 100%;
    display: block;
    max-width: 600px;
    margin-top: 10px; }
    section.single article iframe.youtube {
      aspect-ratio: 16 / 9; }
    section.single article iframe + p {
      font-size: 12px;
      margin-top: 10px; }
  section.single p.copyright {
    font-size: 8px;
    text-align: center;
    margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      section.single p.copyright {
        font-size: 10px; } }
  section.single div.sticky_wrapper {
    height: auto;
    margin-bottom: 40px; }
    section.single div.sticky_wrapper div.article_wrapper {
      height: auto;
      padding-bottom: 0;
      padding-top: 40px; }
      section.single div.sticky_wrapper div.article_wrapper.has-cta {
        padding-top: 0;
        padding-bottom: 80px; }
    section.single div.sticky_wrapper > section.cta {
      position: sticky;
      top: 81vh;
      margin-top: 0;
      margin-bottom: 0;
      z-index: 10;
      width: 80%;
      height: fit-content;
      margin-left: auto;
      background-color: #1F2A44;
      color: #faffec; }
      @media screen and (min-width: 1024px) {
        section.single div.sticky_wrapper > section.cta {
          background-color: #1F2A44;
          border: 2px solid #000;
          width: 40vw; }
          section.single div.sticky_wrapper > section.cta:hover {
            color: #1F2A44;
            background-color: #faffec; } }
  section.single div.home {
    min-height: 100lvh;
    padding: 40px 0px;
    z-index: 10; }
    section.single div.home h2 {
      border: none; }
    section.single div.home ul {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: flex-start; }
      section.single div.home ul li {
        width: 100%;
        height: 15vh;
        overflow: hidden;
        position: relative; }
        section.single div.home ul li a {
          display: block;
          background-color: #000000; }
          section.single div.home ul li a img {
            display: block;
            width: 100%;
            aspect-ratio: 1 / 1.25;
            height: 100%;
            object-fit: cover;
            opacity: .6;
            transition: all 0.3s,transform 0.3s; }
          section.single div.home ul li a time.year {
            position: absolute;
            top: 5px;
            left: 5px;
            color: #faffec;
            font-size: 16px;
            text-shadow: 1px 1px 6px #1F2A44; }
          section.single div.home ul li a time.month {
            position: absolute;
            bottom: 15px;
            left: 5px;
            font-size: 50px;
            font-weight: bold;
            color: #faffec;
            text-shadow: 1px 1px 6px #1F2A44; }
          section.single div.home ul li a > h3 {
            position: absolute;
            text-align: right;
            bottom: 5px;
            right: 5px;
            font-size: 14px;
            color: #faffec;
            text-shadow: 1px 1px 6px #1F2A44; }
      @media screen and (min-width: 1024px) {
        section.single div.home ul {
          gap: calc( 4% / 3); }
          section.single div.home ul li {
            margin-top: 20px;
            width: 24%;
            height: auto; }
            section.single div.home ul li a img {
              height: auto;
              opacity: 1; }
            section.single div.home ul li a time {
              opacity: 0;
              transition: all 0.3s,transform 0.3s;
              text-shadow: none; }
              section.single div.home ul li a time.year {
                font-size: 24px; }
              section.single div.home ul li a time.month {
                bottom: 0px;
                font-size: 90px; }
            section.single div.home ul li a h3 {
              display: none; }
            section.single div.home ul li a:hover img {
              opacity: .6;
              transform: scale(1.05); }
            section.single div.home ul li a:hover time {
              opacity: 1; } }
  section.single h2 {
    margin-top: 40px; }
  section.single p.voice {
    border: 1px solid #1F2A44;
    padding: 10px;
    border-radius: 20px; }
  section.single div.post-nav {
    display: flex;
    position: relative;
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 16px;
    color: #1F2A44; }
    section.single div.post-nav a {
      display: block; }
      section.single div.post-nav a.prev {
        margin-left: auto; }
    section.single div.post-nav span.screen-reader-text {
      display: none; }
      @media screen and (min-width: 1024px) {
        section.single div.post-nav span.screen-reader-text {
          display: inline-block;
          margin: 0 10px; } }

ul.news {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.news li {
    width: 100%;
    height: 20vh;
    overflow: hidden;
    position: relative;
    margin-top: 10px; }
    ul.news li a {
      display: block;
      height: 100%;
      background-color: #000000; }
      ul.news li a img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        opacity: .6;
        transition: all 0.3s,transform 0.3s; }
      ul.news li a time.year {
        position: absolute;
        top: 5px;
        left: 5px;
        color: #faffec;
        font-size: 16px;
        text-shadow: 1px 1px 6px #1F2A44; }
      ul.news li a time.month {
        position: absolute;
        bottom: 15px;
        left: 5px;
        font-size: 50px;
        font-weight: bold;
        color: #faffec;
        text-shadow: 1px 1px 6px #1F2A44; }
      ul.news li a > h3 {
        position: absolute;
        text-align: right;
        bottom: 5px;
        right: 5px;
        font-size: 14px;
        color: #faffec;
        text-shadow: 1px 1px 6px #1F2A44;
        border-bottom: none; }
  @media screen and (min-width: 1024px) {
    ul.news {
      flex-wrap: nowrap; }
      ul.news li {
        width: 24.5%;
        height: auto;
        margin-top: 0; }
        ul.news li a img {
          height: auto;
          opacity: 1; }
        ul.news li a time {
          opacity: 0;
          transition: all 0.3s,transform 0.3s;
          text-shadow: none; }
          ul.news li a time.year {
            font-size: 24px; }
          ul.news li a time.month {
            bottom: 0px;
            font-size: 90px; }
        ul.news li a h3 {
          display: none; }
        ul.news li a:hover img {
          opacity: .6;
          transform: scale(1.05); }
        ul.news li a:hover time {
          opacity: 1; } }

div.news_archive {
  min-height: 100lvh;
  padding: 40px 0px;
  z-index: 10; }
  div.news_archive h2 {
    border: none; }
  div.news_archive ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start; }
    div.news_archive ul li {
      padding: 10px 0px;
      border-bottom: #aaaaaa 1px solid;
      width: 100%; }
      div.news_archive ul li > a {
        text-decoration: none; }
        div.news_archive ul li > a > span {
          display: block;
          width: 100%;
          aspect-ratio: 1.613/1;
          overflow: hidden; }
          div.news_archive ul li > a > span > img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        div.news_archive ul li > a h3 {
          font-size: 16px;
          text-decoration: underline; }
        div.news_archive ul li > a p {
          margin-top: 10px; }
    @media screen and (min-width: 768px) {
      div.news_archive ul {
        display: flex;
        gap: 20px;
        justify-content: space-between; }
        div.news_archive ul li {
          border-bottom: none;
          flex-wrap: wrap;
          width: 48%; }
          div.news_archive ul li > a {
            display: block;
            text-decoration: none; }
            div.news_archive ul li > a > span {
              display: block;
              background-color: #000000;
              width: 100%;
              aspect-ratio: 1.613/1;
              overflow: hidden; }
              div.news_archive ul li > a > span > img {
                display: block;
                object-fit: cover;
                width: 100%;
                height: 100%;
                transition: all 0.4s; }
            div.news_archive ul li > a h3 {
              text-decoration: underline; } }
        @media screen and (min-width: 768px) and (min-width: 768px) {
          div.news_archive ul li > a h3 {
            text-decoration: none; } }
    @media screen and (min-width: 768px) {
          div.news_archive ul li > a:hover {
            text-decoration: none; }
            div.news_archive ul li > a:hover img {
              transform: scale(1.1);
              opacity: .7; } }

ul.topics {
  margin: 20px 0px; }
  ul.topics li {
    padding: 5px 0px;
    border-bottom: #666666 1px solid;
    width: 100%; }
    ul.topics li > a {
      display: flex;
      text-decoration: none; }
      ul.topics li > a img {
        width: 70px;
        aspect-ratio: 1/1;
        object-fit: cover; }
      ul.topics li > a div {
        margin-left: 10px; }
        ul.topics li > a div h3 {
          font-size: 16px; }
      ul.topics li > a > h3.title {
        text-decoration: underline; }
    ul.topics li:nth-child(3) {
      border-bottom: none; }
  @media screen and (min-width: 768px) {
    ul.topics {
      display: flex;
      justify-content: space-between; }
      ul.topics li {
        border-bottom: none;
        flex-wrap: wrap;
        width: 30%; }
        ul.topics li > a {
          display: block;
          text-decoration: none; }
          ul.topics li > a > span {
            display: block;
            background-color: #000000;
            width: 100%;
            overflow: hidden; }
            ul.topics li > a > span > img {
              display: block;
              object-fit: cover;
              width: 100%;
              aspect-ratio: 1.613/1;
              transition: all 0.4s; }
          ul.topics li > a > h3.title {
            text-decoration: none; }
        ul.topics li > a:hover {
          text-decoration: none; }
          ul.topics li > a:hover img {
            transform: scale(1.1);
            opacity: .7; }
        ul.topics li div {
          margin-left: 0px; } }

.share {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  gap: 20px; }
  @media screen and (min-width: 768px) {
    .share {
      justify-content: flex-end; } }
  .share a {
    font-size: 28px;
    color: #1F2A44;
    transition: .3s; }
    .share a:hover {
      opacity: .6; }
    .share a .fa-solid {
      font-size: 24px; }
