@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s; } }
html {
  font: 400 1rem/1.5 system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0; }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible; }

hr:not([size]) {
  height: 1px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 initial 0.5rem;
  font: inherit inherit 500 unset/1.2 inherit; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem; } }
h2 {
  font-size: calc(1.325rem + 0.9vw); }

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem; } }
h3 {
  font-size: calc(1.3rem + 0.6vw); }

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem; } }
h4 {
  font-size: calc(1.275rem + 0.3vw); }

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem; } }
h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin: 0 0 1rem; }

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  font: normal inherit inherit/inherit inherit;
  margin: 0 0 1rem; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin: 0 0 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0; }

nav li {
  list-style: none;
  padding: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.2em;
  background-color: currentColor; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  cursor: pointer;
  color: #3333e1;
  background-color: transparent; }

a:hover {
  color: #3434e0;
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

a:not([href]):not(class), a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none; }

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation; }

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700; }

figure {
  margin: 0 0 1rem; }

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

svg:not([fill]) {
  fill: currentColor; }

svg:not(:root) {
  overflow: hidden; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0;
  text-transform: none; }

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px; }

input,
button {
  overflow: visible; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em; }

button,
select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal; }

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E"; }

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

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; }

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top; }

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal; }

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem; } }
legend + * {
  clear: left; }

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

input::-webkit-input-placeholder {
  opacity: 1; }

input::-moz-placeholder {
  opacity: 1; }

input:-ms-input-placeholder {
  opacity: 1; }

input::placeholder {
  opacity: 1; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

::-moz-ui-invalid {
  box-shadow: none; }

::-moz-focusring {
  outline: 1px dotted ButtonText; }

output {
  display: inline-block; }

iframe {
  border: none; }

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  display: inline-block;
  vertical-align: baseline; }

template {
  display: none; }

[hidden] {
  display: none; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true],
[disabled] {
  cursor: not-allowed; }

[aria-hidden=false][hidden=false] {
  display: initial; }

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

html, body {
  font-size: 62.5%;
  line-height: 1;
  font-family: 'noto-sans-cjk-jp', 'Meiryo UI',sans-serif;
  color: #000;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

ul, ol {
  padding-left: 0;
  list-style: none; }

a, a:hover {
  color: #000; }

img {
  display: block;
  width: 100%; }

address {
  font-style: normal; }

.wrap {
  position: relative;
  width: 100%; }

.content {
  padding-top: 60px; }

.is_sp {
  display: block; }

span.is_sp,
br.is_sp,
a.is_sp {
  display: inline; }

.is_pc {
  display: none; }

@media screen and (min-width: 600px) {
  .is_sp {
    display: none; }

  span.is_sp,
  br.is_sp,
  a.is_sp {
    display: none; }

  .is_pc {
    display: block; }

  span.is_pc,
  br.is_pc {
    display: inline-block; } }
@media screen and (min-width: 1025px) {
  .content {
    padding-top: 87px; } }
.underlayer {
  padding-top: 30px;
  padding-bottom: 100px; }

.inner {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 600px) {
    .inner {
      width: 80%;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto; } }

.sec_ttl {
  margin: 0 auto 30px; }
  .sec_ttl span {
    display: block;
    text-align: center; }
  .sec_ttl .en {
    font-size: 3.2rem;
    line-height: 1.313;
    letter-spacing: 0.02em;
    font-family: "oswald", "noto-sans-cjk-jp", "Meiryo UI", sans-serif; }
  .sec_ttl .ja {
    font-size: 1.4rem;
    line-height: 1.714; }

.sec_sttl {
  margin: 0 auto 20px; }
  .sec_sttl span {
    display: block;
    text-align: center; }
  .sec_sttl .en {
    font-size: 2.6rem;
    line-height: 1.384;
    letter-spacing: 0.02em;
    font-family: "oswald", "noto-sans-cjk-jp", "Meiryo UI", sans-serif; }
  .sec_sttl .ja {
    font-size: 1.4rem;
    line-height: 1.714; }

.txt_mark {
  padding-right: 2px;
  padding-left: 2px;
  background: linear-gradient(transparent 60%, rgba(14, 60, 189, 0.4) 60%);
  font-weight: bold; }

.txt_note {
  color: #484848;
  font-size: 1.4rem;
  line-height: 1.714; }

.btn {
  font-size: 1.8rem;
  line-height: 1.556;
  text-align: center; }
  .btn a {
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    border-style: solid;
    border-width: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-family: "oswald", "noto-sans-cjk-jp", "Meiryo UI", sans-serif;
    position: relative; }
    .btn a:before {
      content: '';
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 1em;
      height: 1em;
      position: absolute;
      top: 50%;
      margin-top: -0.5em; }
  .btn.black a {
    border-color: #000;
    color: #000; }
    .btn.black a:before {
      background-image: url(/common/img/ico_arw_black.svg); }
  .btn.white a {
    border-color: #fff;
    color: #fff; }
    .btn.white a:before {
      background-image: url(/common/img/ico_arw_white.svg); }
  .btn_readMore {
    width: 200px;
    margin-left: auto;
    margin-right: auto; }
    .btn_readMore a {
      padding-right: 1em; }
      .btn_readMore a:before {
        right: 50px;
        animation: arrow 2s infinite; }
  .btn_backtoTop {
    width: 220px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto; }
    .btn_backtoTop a {
      padding-left: 1em; }
      .btn_backtoTop a:before {
        transform: rotate(-180deg); }

@keyframes arrow {
  0% {
    transform: scale(0.1, 1) translateX(0);
    opacity: 0; }
  50% {
    transform: scale(1.3, 0.8) translateX(20px);
    opacity: 1; }
  100% {
    transform: scale(1, 1) translateX(50px);
    opacity: 0; } }
.list {
  padding-left: 1.5em; }
  .list li {
    position: relative;
    margin-bottom: 0.5em; }
    .list li:before {
      position: absolute; }
  .list_normal {
    font-size: 1.6rem;
    line-height: 1.625; }
    .list_normal li {
      list-style-type: disc; }
  .list_atten {
    font-size: 1.4rem;
    line-height: 1.714; }
    .list_atten li:before {
      content: '※';
      top: 0;
      left: -1.2em; }

.targetBlank {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1em 1em; }
  .targetBlank.white {
    background-image: url(/common/img/ico_targetBlank_white.svg); }
  .targetBlank.black {
    background-image: url(/common/img/ico_targetBlank_black.svg); }

@media screen and (min-width: 1025px) {
  .sec_ttl {
    margin-bottom: 50px; }
    .sec_ttl .en {
      font-size: 3.2rem;
      line-height: 1.313; }
    .sec_ttl .ja {
      font-size: 1.6rem;
      line-height: 1.625; }

  .btn a {
    transition: all 0.3s; }
  .btn.black a:hover {
    color: #fff;
    background-color: #000; }
    .btn.black a:hover:before {
      background-image: url(/common/img/ico_arw_white.svg); }
  .btn.white a:hover {
    color: #000;
    background-color: #fff; }
    .btn.white a:hover:before {
      background-image: url(/common/img/ico_arw_black.svg); }

  .list_atten li {
    font-size: 1.4rem;
    line-height: 1.714; } }
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background-color: #000; }
  .header_logo {
    margin: 7px 0 0 10px;
    width: 100px;
    position: relative;
    z-index: 6000; }

.nav {
  width: 100%;
  padding: 0 10px 30px;
  transform: translateY(-100vh);
  opacity: 0;
  position: relative;
  z-index: 4000;
  background-color: #000;
  transition: all .5s; }
  .nav.slide_in {
    transform: translateY(0);
    opacity: 1; }
  .nav_item a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    font-family: "oswald", "noto-sans-cjk-jp", "Meiryo UI", sans-serif; }
  .nav_item span {
    display: block; }
  .nav_item .en {
    font-size: 2.6rem;
    line-height: 1.455; }
  .nav_item .ja {
    font-size: 1.2rem;
    line-height: 1.833; }

.sns_list {
  display: flex;
  justify-content: center; }
.sns_item {
  margin-left: 15px;
  margin-right: 15px; }
  .sns_item a {
    display: block; }
.sns_list {
  margin-top: 40px; }
.sns_item {
  width: 50px; }

.btn_menu {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 6000; }
  .btn_menu.active .btn_line01 {
    transform: translateY(15px) rotate(-45deg); }
  .btn_menu.active .btn_line02 {
    opacity: 0;
    transform: translateX(100%); }
  .btn_menu.active .btn_line03 {
    transform: translateY(-15px) rotate(45deg); }
.btn_line {
  width: 80%;
  height: 3px;
  background-color: #fff;
  margin: 12px auto;
  transition: all 0.3s; }

body.noscroll {
  overflow: hidden; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  .overlay.show {
    display: block; }

@media screen and (min-width: 1025px) {
  .header {
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 10px 5px 10px 30px; }
    .header_logo {
      margin: 0;
      width: 150px; }

  .nav {
    width: 70%;
    margin-top: -5px;
    padding: 0;
    transform: translateY(0);
    opacity: 1;
    display: flex;
    justify-content: flex-end; }
    .nav_list {
      display: flex;
      margin-bottom: 0; }
    .nav_item {
      margin-left: 30px; }
      .nav_item a {
        position: relative;
        display: block;
        padding: 10px 0;
        border-bottom: none; }
        .nav_item a:after {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          transform: scale(0, 1);
          transform-origin: left top;
          transition: all 0.3s; }
        .nav_item a:hover:after {
          transform: scale(1, 1); }
      .nav_item span {
        display: block; }
      .nav_item .en {
        font-size: 2.2rem;
        line-height: 1.454; }
      .nav_item .ja {
        font-size: 1.2rem;
        line-height: 1.833; }

  .sns_list {
    margin-top: 15px;
    margin-left: 50px; }
  .sns_item {
    width: 30px;
    margin-left: 7px;
    margin-right: 7px; }
    .sns_item a {
      transition: all 0.3s; }
      .sns_item a:hover {
        transform: scale(1.2); }

  .btn_menu {
    display: none; } }
.footer {
  padding: 100px 0 5px;
  background-color: #333333;
  position: relative;
  color: #fff; }
  .footer:before {
    content: '';
    display: block;
    width: 10%;
    height: 2px;
    background-color: #666666;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -5%; }
  .footer a {
    color: #fff; }
  .footer_inner {
    padding-left: 10px;
    padding-right: 10px;
    padding: 0 10px 50px; }
    @media screen and (min-width: 600px) {
      .footer_inner {
        width: 80%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto; } }
  .footer_sns_list {
    display: flex;
    justify-content: center; }
  .footer_sns_item {
    margin-left: 15px;
    margin-right: 15px; }
    .footer_sns_item a {
      display: block; }
  .footer_sns_list {
    margin-bottom: 30px; }
  .footer_sns_item {
    width: 30px; }
  .footer_nav {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 10px; }
    .footer_nav_item a {
      display: block;
      padding: 5px 0;
      background-color: rgba(0, 0, 0, 0.3);
      border: 1px solid #666666;
      text-decoration: none;
      text-align: center; }
    .footer_nav_item span {
      display: block; }
    .footer_nav_item .en {
      font-size: 1.4rem;
      line-height: 1.714; }
    .footer_nav_item .ja {
      font-size: 1.2rem;
      line-height: 1.833; }
  .footer .relatedSite {
    position: relative;
    padding-top: 80px; }
    .footer .relatedSite:before {
      content: '';
      display: block;
      width: 10%;
      height: 2px;
      background-color: #666666;
      position: absolute;
      top: 50px;
      left: 50%;
      margin-left: -5%; }
    .footer .relatedSite_ttl {
      font-size: 1.4rem;
      line-height: 1.714;
      text-align: center;
      font-weight: 400;
      margin-bottom: 30px; }
    .footer .relatedSite_list {
      display: grid;
      grid-template-columns: 48% 48%;
      gap: 10px;
      grid-template-rows: auto auto;
      justify-content: center; }
    .footer .relatedSite_item01 {
      grid-area: 1 / 1 / 2 / 2; }
    .footer .relatedSite_item02 {
      grid-area: 1 / 2 / 2 / 3; }
    .footer .relatedSite_item03 {
      grid-area: 2 / 1 / 3 / 3; }
      .footer .relatedSite_item03 a {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 20px; }
      .footer .relatedSite_item03 img {
        margin-bottom: 10px; }
    .footer .relatedSite_other {
      display: flex;
      justify-content: space-around; }
      .footer .relatedSite_other li {
        font-size: 1.2rem;
        line-height: 1.833; }
  .footer [class^="relatedSite_item"] {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #666666;
    text-align: center; }
    .footer [class^="relatedSite_item"] a {
      display: block;
      padding-bottom: 5px;
      text-decoration: none; }
    .footer [class^="relatedSite_item"] span {
      font-size: 1.2rem;
      line-height: 1.5; }
  .footer_copy {
    display: block;
    font-size: 1rem;
    line-height: 2;
    text-align: center; }

@media screen and (min-width: 600px) {
  .footer_nav {
    grid-template-columns: 24% 24% 24% 24%; }
    .footer_nav_item a {
      padding: 5px 0 7px; }
    .footer_nav_item .en {
      font-size: 1.6rem;
      line-height: 1.625; }
  .footer .relatedSite_item01 a, .footer .relatedSite_item02 a {
    padding-left: 30px;
    padding-right: 30px; }
  .footer .relatedSite_item03 a {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 50px; }
  .footer .relatedSite_other {
    justify-content: center; }
    .footer .relatedSite_other li {
      margin-left: 20px;
      margin-right: 20px;
      font-size: 1.4rem;
      line-height: 1.714; }
  .footer [class^="relatedSite_item"] a {
    padding-bottom: 10px; } }
@media screen and (min-width: 1025px) {
  .footer_sns_item a {
    transition: all 0.3s; }
    .footer_sns_item a:hover {
      transform: scale(1.2); }
  .footer .relatedSite_ttl {
    font-size: 1.6rem;
    line-height: 1.625; }
  .footer .relatedSite_item01 a, .footer .relatedSite_item02 a {
    padding-left: 30%;
    padding-right: 30%; }
  .footer .relatedSite_item03 a {
    padding-left: 30%;
    padding-right: 35%; }
  .footer .relatedSite_other a:hover {
    text-decoration: none; }
  .footer [class^="relatedSite_item"] a {
    padding-bottom: 10px; }
  .footer [class^="relatedSite_item"] span {
    font-size: 1.4rem;
    line-height: 1.714; }
  .footer_copy {
    font-size: 1.2rem;
    line-height: 1.833; }

  .footer_nav a,
  .relatedSite_list [class^="relatedSite_item"] {
    transition: all 0.3s; }
    .footer_nav a:hover,
    .relatedSite_list [class^="relatedSite_item"]:hover {
      background-color: rgba(255, 255, 255, 0.1); } }
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #000;
  display: grid;
  place-items: center;
  animation: slideOut .7s ease-in .6s forwards; }
  .loading_logo {
    width: 60vw;
    position: relative; }
    .loading_logo:after {
      content: '';
      display: block;
      background-color: #000;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      animation: loading .5s ease-in forwards; }

@keyframes loading {
  0% {
    top: 0; }
  50% {
    top: 0; }
  100% {
    top: -100%; } }
@keyframes slideOut {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(110vw); } }
.key_visual {
  height: calc(100vh - 60px);
  position: relative; }
.key_copy {
  width: 80%;
  padding-left: 40px;
  position: absolute;
  top: 67%;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7) url(/img/touhoku.png) no-repeat left 5% center;
  background-size: 15%; }
  .key_copy p {
    padding: 15px 0 10px;
    background: #fff url(/img/img_moon.png) no-repeat center center;
    background-size: 215px 85px;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.6rem;
    line-height: 1.231;
    text-align: center;
    font-weight: 700; }

.scroll_animation {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 35px;
  z-index: 5;
  font-size: 1.4rem;
  color: #000;
  font-family: "oswald", "noto-sans-cjk-jp", "Meiryo UI", sans-serif; }
  .scroll_animation:after {
    content: '';
    position: absolute;
    bottom: -43px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #000;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite; }

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.slider_wrap {
  width: 100%; }

.slide_item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.slide_item01 {
  background-image: url(/img/slider01_sp.webp); }

.slide_item02 {
  background-image: url(/img/slider02_sp.webp); }

.sec {
  padding: 50px 0 80px; }

.topics_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px; }
.topics_item {
  width: 48%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden; }
  .topics_item a {
    display: block;
    text-decoration: none; }
  .topics_item.new:after {
    content: 'NEW';
    display: block;
    padding: 15px 30px 5px;
    background-color: #E02621;
    font-size: 1.4rem;
    line-height: 1.714;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    font-family: "oswald", "noto-sans-cjk-jp", "Meiryo UI", sans-serif;
    transform: rotate(-45deg);
    position: absolute;
    top: -8px;
    left: -27px;
    z-index: 5; }
.topics_meta {
  width: 100%;
  padding: 5px 0 0 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0)); }
.topics_time {
  font-size: 1rem;
  line-height: 1;
  text-shadow: 0 0 5px #000; }
.topics_ttl {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-bottom: 0;
  text-shadow: 0 0 5px #000; }

.about {
  color: #fff;
  background: url(/img/bg_about_sp.webp) no-repeat center center;
  background-size: cover; }
  .about .sec_ttl {
    text-shadow: 0 0 5px #000; }
  .about_content {
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 20px 30px;
    background-color: rgba(0, 0, 0, 0.7); }
    .about_content p {
      font-size: 1.4rem;
      line-height: 1.714;
      margin-bottom: 20px; }

.contact_address {
  text-align: center;
  margin-bottom: 30px; }
  .contact_address a,
  .contact_address span {
    margin-bottom: 30px;
    padding-left: 1.3em;
    font-size: 2.2rem;
    line-height: 2;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: left top 9px;
    background-size: 1em 1em; }
.contact_mail {
  background-image: url(/common/img/ico_mail_black.svg); }
.contact_tel {
  background-image: url(/common/img/ico_tel_black.svg); }

.access {
  color: #fff;
  background-color: #404040; }
  .access_map {
    margin-bottom: 10px; }
    .access_map iframe {
      width: 100%;
      height: 300px; }
  .access_info {
    font-size: 1.6rem;
    line-height: 1.625; }

.topics .inner,
.about .inner,
.contact .inner,
.access .inner {
  padding-top: 60px;
  margin-top: -60px; }

.info_emergency {
  padding-top: 30px;
  font-size: 1.2rem;
  line-height: 1.833; }

@media screen and (min-width: 600px) {
  .loading_logo {
    width: 30vw; }

  .key_copy {
    width: 70%;
    padding-left: 10%;
    top: 60%;
    background-size: 12%;
    background-position: left 8% center; }
    .key_copy p {
      font-size: 6rem;
      line-height: 1.15; }

  .scroll_animation {
    bottom: 65px; }

  .slide_item01 {
    background-image: url(/img/slider01.jpg); }

  .slide_item02 {
    background-image: url(/img/slider02.jpg); }

  .topics_item {
    width: 32%;
    margin-bottom: 15px; }
  .topics_meta {
    padding: 15px 0 5px 15px; }
  .topics_time {
    font-size: 1.2rem;
    line-height: 1.5; }
  .topics_ttl {
    font-size: 1.6rem;
    line-height: 1.625; }

  .about {
    background-image: url(/img/bg_about.jpg); }
    .about_content {
      width: 60%;
      margin-left: auto;
      margin-right: auto; }

  .contact_address a,
  .contact_address span {
    font-size: 2.6rem;
    line-height: 1.769;
    background-position: left top 14px; }
  .contact_mail {
    display: inline-block; }

  .access_map iframe {
    height: 400px; }
  .access_img {
    width: 60%;
    margin-left: auto;
    margin-right: auto; }

  .info_emergency {
    width: 60%;
    font-size: 1.4rem;
    line-height: 1.714; } }
@media screen and (min-width: 1025px) {
  .key_visual {
    height: calc(100vh - 89px); }
  .key_copy {
    width: 50%;
    max-width: 800px;
    background-size: 11%; }
    .key_copy p {
      background-size: contain;
      font-size: 6rem;
      line-height: 1.1;
      letter-spacing: 0.05em; }

  .scroll_animation {
    font-size: 1.6rem;
    letter-spacing: 0.05em; }

  .sec {
    padding: 80px 0 100px; }

  .topics_item {
    margin-bottom: 20px; }
    .topics_item a:hover .topics_img {
      filter: brightness(100%); }
  .topics_img {
    transition: all 0.3s;
    filter: brightness(80%); }
  .topics_meta {
    padding: 15px 0 5px 15px;
    z-index: 6; }
  .topics_time {
    font-size: 1.4rem; }
  .topics_ttl {
    font-size: 1.8rem;
    line-height: 1.556; }

  .about .inner {
    display: flex;
    justify-content: space-around;
    align-items: flex-start; }
  .about .sec_ttl {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
    border-radius: 50%;
    background: radial-gradient(#000 20%, transparent 70%); }
  .about_content {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
    padding: 50px; }
    .about_content p {
      font-size: 1.6rem;
      line-height: 1.625;
      margin-bottom: 50px; }

  .contact_address a,
  .contact_address span {
    background-position: left top 14px; }
  .contact_mail {
    display: inline-block; }
  .contact .list {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }

  .access_map {
    margin-bottom: 20px; }
    .access_map iframe {
      height: 500px; }
  .access_info {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 10px;
    grid-template-rows: auto auto; }
    .access_info_ttl {
      grid-area: 1 / 1 / 2 / 2; }
    .access_info_address {
      grid-area: 2 / 1 / 3 / 2; }
    .access_info_openingHours {
      grid-area: 3 / 1 / 4 / 2; }
    .access_info_other {
      grid-area: 4 / 1 / 5 / 2;
      font-size: 1.4rem;
      line-height: 1.714; }
  .access_img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    grid-area: 1 / 2 / 5 / 3;
    text-align: right; }
    .access_img img {
      display: inline-block;
      max-width: 500px; }

  .topics .inner,
  .about .inner,
  .contact .inner,
  .access .inner {
    padding-top: 89px;
    margin-top: -89px; } }
