@charset "utf-8";



/*******************************/
/********** Container **********/
/*******************************/

#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: clip;
  background-color: #FFFFFF;
  background-image: url("../images/texture01.webp");
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}
@media print {
  #container {
    background-attachment: scroll;
  }
}



/****************************/
/********** Header **********/
/****************************/

#header {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#header header {
  margin: auto;
  padding: 30px 50px;
  width: 100%;
  color: #070707;
  display: flex;
  gap: 20px 40px;
}
#header header .title,
#header header .title a {
  margin: auto auto auto 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 40px;
  transition: background-color 0.3s, color 0.3s;
}
#header header .title a:hover {
  transition: background-color 0.3s, color 0.3s;
}
#header header h1 {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 120%;
  text-decoration: none;
  color: #070707;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#header header h1 .tra {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 120%;
}
#header header .header-icons {
  margin: auto 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}
#header header .header-icons ul.sns {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 15px;
}
#header header .header-icons ul.sns li,
#header header .header-icons ul.sns li a {
  margin: 0;
  padding: 0;
  color: #070707;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 140%;
  text-decoration: none;
}
#header header .header-icons .lang {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 140%;
  color: #070707;
}
#header header .header-icons .lang a {
  margin: 0;
  padding: 5px 40px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 140%;
  text-decoration: none;
  color: #070707;
  background-color: #FFFFFF;
  border: 1px solid #070707;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header header .header-icons .lang a:hover {
  color: #FFFFFF;
  background-color: #070707;
}
@media print, screen and ( max-width: 1280px ) {
  #header header {
    padding: 20px;
    flex-direction: column;
  }
  #header header .title,
  #header header .title a {
    gap: 20px;
  }
  #header header .title img {
    width: 110px;
  }
  #header header h1 {
    font-size: 2.2rem;
  }
  #header header .header-icons {
    gap: 30px;
  }
  #header header .header-icons ul.sns li img {
    width: 22px;
    height: auto;
  }
  #header header .header-icons .lang a {
    padding: 4px 32px;
  }
}
@media screen and ( max-width: 1024px ) {
  #header header .title img {
    width: 100px;
  }
  #header header h1 {
    font-size: 2.0rem;
    gap: 5px;
  }
}
@media screen and ( max-width: 768px ) {
  #header header .title img {
    width: 80px;
  }
  #header header h1 {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
  #header header h1 .tra {
    font-size: 1.4rem;
  }
  #header header .header-icons {
    gap: 20px;
  }
  #header header .header-icons ul.sns li img {
    width: 20px;
    height: auto;
  }
  #header header .header-icons .lang a {
    padding: 3px 24px;
  }
}
@media screen and ( max-width: 480px ) {
  #header header .title,
  #header header .title a {
    gap: 10px;
  }
  #header header .title img {
    width: 50px;
  }
  #header header h1 {
    font-size: 1.4rem;
  }
  #header header h1 .tra {
    font-size: 1.2rem;
  }
}



/********************************/
/********** Global Nav **********/
/********************************/

@media print, screen and ( min-width: 1025px ) {
  #modal #trigger {
    display: none;
  }
  #modal-window {
    margin: auto;
    padding: 0;
    width: 100%;
  }
  #global-nav {
    margin: 20px auto;
    padding: 0 50px;
    width: 100%;
    position: relative;
  }
  #global-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #global-nav ul li {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.04rem;
    line-height: 100%;
    color: #070707;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-left: 1px solid #939393;
  }
  #global-nav ul li a {
    margin: 0;
    padding: 1rem 0.05rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.04rem;
    line-height: 100%;
    text-decoration: none;
    color: #070707;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #global-nav ul li:last-child {
    border-right: 1px solid #939393;
  }
  #global-nav ul li > ul {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 50px;
    position: absolute;
    z-index: 7777;
    left: 0;
    top: 40px;
    color: #939393;
    background-color: rgba(7, 7, 7, 0.86);
    box-shadow: 0 6px 6px 0 rgba(7, 7, 7, 0.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    width: 100vw;
    transition: all 0.3s ease;
  }
  #global-nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #global-nav ul li > ul li {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.04rem;
    text-align: left;
    width: 49%;
    height: 100%;
    color: #939393;
    border: initial;
    border-bottom: 1px solid #939393;
  }
  #global-nav ul li > ul li a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.04rem;
    width: 100%;
    height: 100%;
    color: #939393;
  }
  #global-nav ul li > ul li:last-child {
    border-right: none;
  }
  #global-nav ul li a:hover,
  #global-nav ul li.current a,
  #global-nav ul li > ul li:not(.current) a:hover {
    color: #FF2F05;
  }
  #global-nav ul li > ul li:not(.current) a {
    color: #939393;
  }
}
@media print, screen and ( max-width: 1280px ) {
  #global-nav {
    padding: 0 20px;
  }
  #global-nav ul li,
  #global-nav ul li a {
    font-size: 1.6rem;
    width: auto;
    flex-grow: 1;
  }
  #global-nav ul li > ul li,
  #global-nav ul li > ul li a {
    font-size: 1.4rem;
    width: 100%;
    flex-grow: 0;
  }
}
@media screen and ( max-width: 1024px ) {
  #modal {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 6666;
    top: 15px;
    right: 15px;
  }
  #modal input {
    display: none;
  }
  #modal label:hover {
    cursor: pointer;
  }
  #modal label:after {
    font-family: "Font Awesome 6 Free";
    content: "\f0c9";
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: #070707;
    transition: transform 0.3s ease;
  }
  #modal input:checked ~ #modal-window {
    visibility: visible;
    animation-name: modal-window;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }
  @keyframes modal-window {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  #modal input:checked ~ label:after {
    font-family: "Font Awesome 6 Free";
    content: "\f00d";
    color: #070707;
    transform: rotate(180deg);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  #modal-window {
    visibility: hidden;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    color: #070707;
    background-color: #FFFFFF;
    background-image: url("../images/texture01.webp");
    background-repeat: repeat;
    background-size: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #modal-window::-webkit-scrollbar {
    display: none;
  }
  #global-nav {
    margin: 0;
    padding: 0;
  }
  #global-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1px 0;
    background-color: #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
  #global-nav ul li {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1rem;
    color: #070707;
    background-color: #FFFFFF;
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  #global-nav ul li a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 20px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1rem;
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #070707;
    background-color: #FFFFFF;
    position: relative;
  }
  #global-nav ul li > ul {
    display: none;
    border: none;
  }
  #global-nav ul li.current > ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  #global-nav ul li.accordion > a {
    width: calc(100vw - 60px);
    display: inline-block;
  }
  #global-nav ul li.accordion > a:after,
  #global-nav ul li.accordion.active > a:after,
  #global-nav ul li.accordion.current.active > a:after {
    pointer-events: none;
    content: "+";
    font-size: 1.8rem;
    font-weight: 400;
    color: #070707;
    position: absolute;
    z-index: 5555;
    top: 0;
    left: calc(100vw - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    transition: transform 0.3s ease;
  }
  #global-nav ul li.accordion.active > a:after,
  #global-nav ul li.accordion.current > a:after {
    pointer-events: none;
    content: "-";
    font-size: 1.8rem;
    font-weight: 400;
    color: #070707;
    transform: rotate(360deg);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  #global-nav ul li > ul li {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.04rem;
    text-align: left;
    color: #070707;
    background-color: #FFFFFF;
    position: relative;
  }
  #global-nav ul li > ul li a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 8px 40px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.04rem;
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #070707;
    background-color: #FFFFFF;
    position: relative;
  }
  #global-nav ul li > ul li:not(.current) a {
    color: #070707;
    background-color: #FFFFFF;
  }
  #global-nav ul li.current a {
    color: #FF2F05;
  }
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  clear: both;
  margin: auto auto 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  color: #FFFFFF;
  background-color: #070707;
}
#footer footer {
  margin: auto;
  padding: 50px 20px;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer footer address {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 200%;
  text-align: center;
}
#footer footer #pagetop,
#footer footer #pagetop a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1111;
  text-decoration: none;
  color: #939393;
  font-size: 3.6rem;
  font-weight: 900;
  opacity: 0.6;
}
@media screen and ( max-width: 768px ) {
  #footer footer {
    padding: 40px 20px;
  }
  #footer footer #pagetop,
  #footer footer #pagetop a {
    right: 15px;
    font-size: 2.6rem;
  }
}
@media screen and ( max-width: 480px ) {
  #footer footer {
    padding: 30px 20px;
  }
}



/**************************/
/********** Main **********/
/**************************/

main {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
}