@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=M+PLUS+Rounded+1c&family=Noto+Sans+JP&family=Sawarabi+Gothic&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  font-size: 62.5%;
  font-weight: 500;
  line-height: 1.15; /* 1 */
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  font-size: 1.6rem;
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 62.5%;
  font-weight: normal;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

:focus:not(:focus-visible) {
  outline: 0;
  /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --header-height: 35vh;
  --color-base: #088bbb;
  --color-text: #ffffff;
}
@media screen and (max-width: 1024px) {
  :root {
    --header-height: 14vh;
  }
}

:target {
  scroll-margin-top: var(--header-height);
}

/*-----  scroll -----*/
html {
  scroll-behavior: smooth;
}

/*----- font -----*/
@font-face {
  font-family: しょかきうたげ;
  src: url(./../font/しょかきうたげ.ttf) format("truetype");
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

.logo_img__nav,
.company_name {
  font-family: しょかきうたげ;
}

/*----- document -----*/
html {
  word-break: break-word;
  color: var(--color-text);
  background-color: var(--color-base);
}

body {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.content {
  overflow-x: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/*----- media-query's breakpoints -----*/
/*----- media-query's breakpoints -----*/
/*----- colors_var -----*/
/*----- font-size_var  -----*/
/*----- media-query's breakpoints -----*/
/*  botton */
.btn-news {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin: 1rem 1rem 3rem 1rem;
  text-align: center;
  text-decoration: none;
  background-color: #b4dcea;
  color: #333333;
  border: 2px solid #b4dcea;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
  .btn-news {
    width: 260px;
    height: 50px;
    margin: 2rem auto;
    font-size: 0.9em;
  }
}

/*  hover */
.btn-news:hover {
  background-color: #39a2c8;
  color: #fff;
  border: 2px solid inherit;
  border-radius: 50px;
  font-weight: 800;
}

/*header*/
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  margin: 6rem auto 0;
  font-feature-settings: "palt";
}
.header h3 {
  margin-top: 4rem;
  font-weight: 800;
  font-size: clamp(42px, 6.640625vw, 68px);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .header h3 {
    margin-top: 1rem;
  }
}
.header h4 {
  position: relative;
  margin-top: 1.8rem;
  font-size: clamp(18px, 2.5390625vw, 26px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .header h4 {
    margin-top: 1rem;
  }
}
.header .sns_icons {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 3rem;
}
@media screen and (max-width: 600px) {
  .header .sns_icons {
    margin: 2rem auto 0;
  }
}
.header .sns_icons .sns_btn {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .header .sns_icons .sns_btn {
    width: 43px;
    height: auto;
  }
}

/*footer*/
.footer {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  font-feature-settings: "palt";
}
.footer .footer__wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .footer .footer__wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
}
.footer h3 {
  margin: 60px auto 24px 140px;
  font-weight: 800;
  font-size: clamp(42px, 6.640625vw, 68px);
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer h3 {
    margin: 6rem auto 2.4rem 6rem;
  }
}
@media screen and (max-width: 900px) {
  .footer h3 {
    margin: 4rem auto 2rem;
  }
}
.footer h4,
.footer p {
  position: relative;
  display: block;
  margin: 2.2rem auto 1.2rem 14rem;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer h4,
  .footer p {
    margin: 2.2rem auto 1.2rem 6rem;
  }
}
@media screen and (max-width: 900px) {
  .footer h4,
  .footer p {
    margin: 0 auto 1rem;
  }
}
.footer h4 {
  font-size: clamp(18px, 2.5390625vw, 26px);
  font-weight: 600;
}
.footer p {
  font-size: clamp(16px, 1.953125vw, 22px);
  font-weight: 500;
}
.footer .sns_icons {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 2.2rem auto 1.2rem 14rem;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer .sns_icons {
    margin: 2.2rem auto 1.2rem 6rem;
  }
}
@media screen and (max-width: 900px) {
  .footer .sns_icons {
    margin: 0 auto 1rem;
  }
}
.footer .sns_icons .sns_btn {
  padding-top: 3rem;
  padding-right: 2rem;
  width: 80px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .footer .sns_icons .sns_btn {
    width: 65px;
    height: auto;
  }
}
.footer .footer__right {
  position: relative;
  display: inline-block;
  margin: 6rem 4rem 1.2rem auto;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer .footer__right {
    margin: 6rem 3.2rem 1.2rem auto;
  }
}
@media screen and (max-width: 900px) {
  .footer .footer__right {
    margin: 3.2rem auto 0;
    width: 92%;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer__right {
    width: 96%;
  }
}
.footer .footer__right li {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 1.6rem;
  line-height: 2;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer .footer__right li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__right li {
    margin: 1rem;
    font-size: 1.2rem;
  }
}
.footer .footer__right li a {
  text-decoration: none;
  color: inherit;
}
.footer .footer__right li a:hover {
  border-bottom: 1px solid #fff;
  font-weight: 600;
}

/*copyright_position-center*/
.copyright {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 4rem auto;
  text-align: center;
  font-size: 0.8em;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .copyright {
    margin: 6rem auto;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 900px) {
  .copyright {
    margin: 4rem auto;
    font-size: 0.7em;
  }
}

/*top-page*/
.top-page {
  height: 100svh;
}

/*struture*/
.single-column,
.footer {
  overflow-x: hidden;
}

/*layout_single*/
.single-column {
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
  max-width: 100%;
}
.single-column__inner {
  margin: 0;
  padding: 1rem 40rem;
  padding-left: clamp(10rem, 3.125vw, 40rem);
  padding-right: clamp(10rem, 3.125vw, 40rem);
  height: fit-content;
}
@media screen and (max-width: 900px) {
  .single-column__inner {
    padding: 1rem 10rem;
  }
}
@media screen and (max-width: 600px) {
  .single-column__inner {
    padding: 1rem 2rem;
  }
}
.single-column__text {
  margin: 2rem 0.6rem;
  padding: 1rem;
  font-size: clamp(14px, 1.7578125vw, 18px);
  font-feature-settings: "palt";
  line-height: 1.8;
}
.single-column__newsarea {
  margin: 0 auto;
  padding: 1rem;
  width: 60%;
}
@media screen and (max-width: 900px) {
  .single-column__newsarea {
    width: 86%;
  }
}
@media screen and (max-width: 600px) {
  .single-column__newsarea {
    width: 96%;
  }
}
.single-column li {
  display: block;
}

/*title*/
.category-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 76%;
}
@media screen and (max-width: 900px) {
  .category-ttl {
    width: 86%;
  }
}
@media screen and (max-width: 600px) {
  .category-ttl {
    width: 94%;
  }
}
.category-ttl__up {
  display: block;
  position: relative;
  padding: 2rem 0.6rem 0.8rem;
  font-size: clamp(14px, 1.7578125vw, 18px);
  line-height: 1.4;
}
.category-ttl__bottom {
  display: block;
  position: relative;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: currentColor;
  margin-bottom: 2rem;
  padding: 0.8rem 0.6rem 2rem;
  font-size: clamp(22px, 3.125vw, 32px);
  line-height: 1.4;
}

.category-subttl {
  position: relative;
  padding: 1.2rem;
  font-size: clamp(18px, 2.5390625vw, 26px);
  line-height: 1.4;
}

.paragraph_ttl {
  position: relative;
  margin: 2rem;
  padding: 0.8rem 0.6rem 1.2rem 2rem;
  font-size: clamp(20px, 2.9296875vw, 30px);
}
@media screen and (max-width: 600px) {
  .paragraph_ttl {
    margin: 1rem auto;
  }
}
.paragraph_ttl::before {
  content: "";
  position: absolute;
  top: 15%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  padding: 0.6em;
  border-left: 7px solid #fff;
  font-size: clamp(20px, 2.9296875vw, 30px);
}

.paragraph_itemize {
  position: relative;
  margin: 1.6rem auto 1.6rem 1.6rem;
  font-size: clamp(14px, 1.7578125vw, 18px);
  line-height: 1.4;
}
.paragraph_itemize p {
  margin: 0;
  padding: 0.5rem;
  font-size: clamp(14px, 1.7578125vw, 18px);
  line-height: 1.4;
}
.paragraph_itemize dt {
  margin-top: 1rem;
}

/*googlemap*/
.gmap {
  position: relative;
  margin-bottom: 3rem;
  width: 50%;
  height: 0;
  padding-top: 37.5%;
}
@media screen and (max-width: 900px) {
  .gmap {
    width: 75%;
    height: 0;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 600px) {
  .gmap {
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*googlrforms*/
.gforms {
  max-width: 96%;
  height: auto;
}

.txt-small-right {
  font-size: 0.8em;
}

/*link_li*/
.btn__move {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.btn__move img {
  margin: 3rem;
  padding: 0.5rem;
  max-width: 90%; /*re_0323 ←width*/
  height: auto;
}
@media screen and (max-width: 600px) {
  .btn__move img {
    margin: 1rem;
    max-width: 80%; /*re_0323 ←width*/
  }
}

/*news_latest5*/
#latest-news {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 90%;
  height: fit-content;
  margin: 0;
  padding: 2rem;
}
@media screen and (max-width: 600px) {
  #latest-news {
    width: 96%;
  }
}
#latest-news p {
  font-size: clamp(16px, 1.953125vw, 22px);
}
#latest-news a {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-size: clamp(18px, 2.5390625vw, 26px);
  line-height: 1.4;
}
#latest-news a:hover {
  text-decoration: underline;
  color: inherit;
}

.course,
.news,
.contact,
.application {
  background-color: #39a2c8;
}

/*LOGO_newslist*/
#news-image-container {
  position: relative;
  width: 100vw;
  height: 12vh;
  background-color: #39a2c8;
  overflow: hidden;
}

.image__logorb-container {
  display: block;
  position: fixed;
  padding: 1rem;
  width: 100vw;
  height: clamp(140px, clac(300/1280) * 100vw, 350px);
  z-index: 10;
}

.image__logo-rb {
  top: 0;
  left: 0;
  width: 20vw;
  height: auto;
  transform: rotate(-12deg);
}
@media screen and (max-width: 600px) {
  .image__logo-rb {
    width: 30vw;
  }
}

#news-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#news-container .news-items {
  display: block;
  position: relative;
  width: 100%;
  height: fit-content;
  margin: 1rem;
  padding: 2rem;
  font-size: clamp(16px, 1.953125vw, 22px);
  line-height: 1.6;
  border: solid 1px #fff;
  border-radius: 10px;
}
#news-container .news-items p {
  font-size: clamp(14px, 1.7578125vw, 18px);
}
#news-container .news-items h5 {
  font-size: clamp(20px, 2.9296875vw, 30px);
  margin-bottom: 1rem;
}
#news-container .news-items div {
  font-size: clamp(16px, 1.953125vw, 22px);
}
#news-container .news-items img {
  width: 80%;
  height: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  #news-container .news-items img {
    max-width: 500px;
    height: auto;
  }
}

/*LOGO_move*/
/*arrow_scroll*/
.arrow-bottom {
  position: absolute; /*re_0323*/
  display: inline-block;
  margin: 90vh auto 0;
}
.arrow-bottom::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 45vw;
  width: 5vw;
  height: 5vw;
  margin: 0 auto;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

/*LOGO_navi*/
/*chat*/
#container {
  position: absolute;
  height: 100vh;
}

#img {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25vw;
  height: auto;
  margin: 1rem;
  padding: 3rem;
  transition: width 475ms ease-out, transform 450ms ease;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  #img {
    width: 35vw;
    margin: 0;
    padding-left: 1rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  #img {
    width: 45vw;
    margin: 0;
    padding-left: 1rem;
    padding-top: 1rem;
  }
}

#nav {
  display: none;
  position: fixed;
  left: 33rem;
  top: 10rem;
  pointer-events: none;
  padding-top: 5px;
  z-index: 20;
  background-color: transparent;
}

.nav-items {
  pointer-events: auto;
  white-space: nowrap;
}
.nav-items:nth-child(1) {
  transform: translatex(8vw) translatey(-1vw) rotate(-18deg);
}
.nav-items:nth-child(2) {
  transform: translatex(8.5vw) translatey(2vw) rotate(-3deg);
}
.nav-items:nth-child(3) {
  transform: translatex(7.5vw) translatey(4.5vw) rotate(8deg);
}
.nav-items:nth-child(4) {
  transform: translatex(5.5vw) translatey(7vw) rotate(32deg);
}
.nav-items:nth-child(5) {
  transform: translatex(2vw) translatey(8.5vw) rotate(48deg);
}
.nav-items:nth-child(6) {
  transform: translatex(-2vw) translatey(9.5vw) rotate(64deg);
}
.nav-items:nth-child(7) {
  transform: translatex(-6.5vw) translatey(9vw) rotate(82deg);
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .nav-items:nth-child(1) {
    transform: translatex(2vw) translatey(-3.6vw) rotate(-19deg);
  }
  .nav-items:nth-child(2) {
    transform: translatex(2.8vw) translatey(-2.6vw) rotate(-12deg);
  }
  .nav-items:nth-child(3) {
    transform: translatex(3vw) translatey(-1.6vw) rotate(-6deg);
  }
  .nav-items:nth-child(4) {
    transform: translatex(2.8vw) translatey(-0.1vw) rotate(4deg);
  }
  .nav-items:nth-child(5) {
    transform: translatex(1.2vw) translatey(1.6vw) rotate(24deg);
  }
  .nav-items:nth-child(6) {
    transform: translatex(-1.7vw) translatey(2.8vw) rotate(41deg);
  }
  .nav-items:nth-child(7) {
    transform: translatex(-4.5vw) translatey(3.2vw) rotate(54deg);
  }
}
@media screen and (max-width: 900px) {
  .nav-items:nth-child(1) {
    transform: translatex(-10vw) translatey(-7vw) rotate(-10deg);
  }
  .nav-items:nth-child(2) {
    transform: translatex(-10vw) translatey(-2vw) rotate(8deg);
  }
  .nav-items:nth-child(3) {
    transform: translatex(-13vw) translatey(1vw) rotate(20deg);
  }
  .nav-items:nth-child(4) {
    transform: translatex(-18vw) translatey(4vw) rotate(42deg);
  }
  .nav-items:nth-child(5) {
    transform: translatex(-24vw) translatey(5vw) rotate(54deg);
  }
  .nav-items:nth-child(6) {
    transform: translatex(-31vw) translatey(4vw) rotate(68deg);
  }
  .nav-items:nth-child(7) {
    transform: translatex(-38vw) translatey(2vw) rotate(86deg);
  }
}
@media screen and (max-width: 600px) {
  .nav-items:nth-child(1) {
    transform: translatex(-46vw) translatey(-21vw) rotate(-12deg);
  }
  .nav-items:nth-child(2) {
    transform: translatex(-45vw) translatey(-17vw) rotate(0deg);
  }
  .nav-items:nth-child(3) {
    transform: translatex(-47vw) translatey(-12vw) rotate(13deg);
  }
  .nav-items:nth-child(4) {
    transform: translatex(-54vw) translatey(-8vw) rotate(37deg);
  }
  .nav-items:nth-child(5) {
    transform: translatex(-63vw) translatey(-8vw) rotate(52deg);
  }
  .nav-items:nth-child(6) {
    transform: translatex(-73vw) translatey(-9vw) rotate(65deg);
  }
  .nav-items:nth-child(7) {
    transform: translatex(-83vw) translatey(-12vw) rotate(76deg);
  }
}
.nav-items a {
  text-decoration: none;
  color: #1a1a1a;
  text-align: left;
  padding: 0.05em;
  font-size: clamp(18px, 2.5390625vw, 26px);
  font-weight: 800;
}
@media (min-width: 901px) {
  .nav-items a {
    padding: 0.6em;
  }
}
.nav-items a:hover {
  cursor: pointer;
}

/*-----  以下、調整用　-----*/
/*  mediaquery別 */
@media print, screen and (min-width: 1025px) {
  .pc_ignore {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .ltb_ignore {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .tb_ignore {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sp_ignore {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sp_visible {
    display: block;
  }
}
/*--調整用ここまで --*/
/*-- fade_in_animation .category-ttl 初期値と終了値 --*/