@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

/* Sections */
/* ============================================ */
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  color: #323337;
  font-feature-settings: "palt";
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-: none;
}

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:focus {
  outline: none;
}

.overflow {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-header {
    border-bottom: solid 1px #ebebeb;
  }
}
.l-header__menu {
  background-color: #f5f5f5;
  border-bottom: solid 1px #dadada;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu-item a {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.l-header__menu-item a:hover {
  text-decoration: underline;
}
.l-header__menu-item img {
  width: 20px;
  margin: auto 2px auto 0;
}
.l-header__menu-item-top {
  display: flex;
  align-items: center;
  margin: auto auto auto 0;
}
.l-header__menu-item-top a {
  border-radius: 4px;
  font-size: 14px;
}
.l-header__menu-item-lang {
  display: flex;
  align-items: center;
}
.l-header__menu-item-lang a {
  border: solid 1px #c5c5c5;
  background-color: #FFFFFF;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
}
.l-header__menu-item-lang a + a {
  margin: auto auto auto 8px;
}
.l-header__menuTop {
  background-color: #f5f5f5;
  border-bottom: solid 1px #dadada;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .l-header__menuTop {
    border-bottom: none;
  }
}
.l-header__menuTop-item-top {
  display: flex;
  align-items: center;
  margin: auto auto auto 0;
}
.l-header__menuTop-item-top a {
  border-radius: 4px;
  font-size: 14px;
}
.l-header__menuTop-item-lang {
  display: flex;
  align-items: center;
}
.l-header__menuTop-item-lang a {
  border: solid 1px #c5c5c5;
  background-color: #FFFFFF;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
}
.l-header__menuTop-item-lang a + a {
  margin: auto auto auto 8px;
}
.l-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 12px;
  }
}
.l-header__logo .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__logo .sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo-container {
    width: 100%;
  }
}
.l-header__logo-container a {
  display: flex;
  align-items: center;
  margin: auto 20px;
}
@media screen and (max-width: 768px) {
  .l-header__logo-container a {
    margin: 0;
  }
}
.l-header__logo-container img.jcts {
  height: 52px;
  margin: auto 16px auto auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo-container img.jcts {
    height: auto;
    width: 24px;
    margin: auto 8px auto 0;
  }
}
.l-header__logo-container img.itma {
  height: 52px;
  margin: auto 16px auto auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo-container img.itma {
    height: auto;
    width: 34px;
    margin: auto 8px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__jcts {
    width: calc(100% - 40px - 10px);
  }
}
.l-header__jcts h1 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-header__jcts h1 {
    font-size: 16px;
    padding: 0 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__jcts h1.en {
    font-size: 12px;
  }
}
.l-header__jcts p {
  font-size: 12px;
  margin: 5px auto auto 0;
}
@media screen and (max-width: 768px) {
  .l-header__jcts p {
    font-size: 8px;
    margin: 2px auto auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__itma {
    width: calc(100% - 40px - 10px);
  }
}
.l-header__itma p {
  font-size: 12px;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 768px) {
  .l-header__itma p {
    font-size: 13px;
    margin: 3px auto 2px 0;
  }
}
.l-header__itma h1 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .l-header__itma h1 {
    font-size: 12px;
    padding: 0 60px 0 0;
  }
}
.l-header__itma h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 768px) {
  .l-header__itma h2 {
    font-size: 12px;
  }
}
.l-header__navi {
  width: 100%;
}
.l-header__navi--jcts {
  background-color: #10527C;
}
.l-header__navi--jcts li {
  border-right: solid 1px #287aad;
}
.l-header__navi--jcts li a:hover {
  background-color: rgb(32, 95, 134);
}
.l-header__navi--itma {
  background-color: #7D5333;
}
.l-header__navi--itma li {
  border-right: solid 1px #9c6b46;
}
.l-header__navi--itma li a:hover {
  background-color: #644025;
}
@media screen and (max-width: 768px) {
  .l-header__navi {
    display: none;
  }
}
.l-header__navi-container {
  margin: auto;
  width: 1140px;
  max-width: 90%;
  display: flex;
  justify-content: center;
}
.l-header__navi-item {
  width: 20%;
  display: flex;
}
.l-header__navi-item:last-child {
  border-right: none;
}
.l-header__navi-item a {
  font-size: 15px;
  padding: 24px 10px;
  width: 100%;
  text-align: center;
  display: block;
  color: #FFFFFF;
}

.l-footer {
  border-top: solid 1px #ebebeb;
}
.l-footer__navi {
  width: 100%;
  padding: 28px 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__navi {
    padding: 0px 0px;
  }
}
.l-footer__navi-container {
  margin: auto;
  width: 1140px;
  max-width: 90%;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer__navi-container {
    gap: 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navi-item {
    width: 100%;
    border-bottom: solid 1px #ebebeb;
  }
}
.l-footer__navi-item a {
  font-size: 15px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__navi-item a {
    width: 100%;
    font-size: 14px;
    padding: 16px 0;
  }
}
.l-footer__navi-item a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  width: 100%;
  background-color: #2F2F2F;
  color: #FFFFFF;
  text-align: center;
  padding: 24px;
  font-size: 12px;
}

.l-menu__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-menu__btn {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #1f1f1f;
  }
}
.l-menu__btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 45%;
}
.l-menu__btn span:nth-of-type(1) {
  top: 15px;
}
.l-menu__btn span:nth-of-type(2) {
  top: 23px;
}
.l-menu__btn span:nth-of-type(3) {
  top: 31px;
}
.l-menu__btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  background-color: #FFFFFF;
}
.l-menu__btn.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #FFFFFF;
}
.l-menu__btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  background-color: #FFFFFF;
}
.l-menu__container {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #FFFFFF;
  transition: all 0.4s;
  display: none;
  opacity: 0;
  pointer-events: none;
  border-top: solid 1px #EDEDED;
}
@media screen and (max-width: 992px) {
  .l-menu__container {
    display: block;
  }
}
.l-menu__container.contentActive {
  opacity: 1;
  pointer-events: all;
}
.l-menu__container-block {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 20px 0px;
  background-color: white;
}
.l-menu__nav {
  margin: 0px auto auto;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.l-menu__nav-title {
  width: 100%;
}
.l-menu__nav-title a {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: solid 1px #EDEDED;
  width: 100%;
  display: block;
}
.l-menu__lang {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
}
.l-menu__lang a {
  border: solid 1px #c5c5c5;
  background-color: #FFFFFF;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
}
.l-menu__banner {
  padding: 0px 0px 100px;
}
.l-menu__banner img.jcts {
  height: 52px;
  margin: auto 16px auto auto;
}
@media screen and (max-width: 768px) {
  .l-menu__banner img.jcts {
    height: auto;
    width: 24px;
    margin: auto 8px auto 0;
  }
}
.l-menu__banner img.itma {
  height: 52px;
  margin: auto 16px auto auto;
}
@media screen and (max-width: 768px) {
  .l-menu__banner img.itma {
    height: auto;
    width: 34px;
    margin: auto 8px auto 0;
  }
}
.l-menu__banner-jcts a {
  display: block;
  border: solid 1px #3C80AB;
  background-color: #E5F8FF;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.l-menu__banner-jcts a div {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-menu__banner-jcts a div {
    font-size: 16px;
    padding: 0;
  }
}
.l-menu__banner-itma {
  margin: 12px auto auto;
}
.l-menu__banner-itma a {
  display: block;
  border: solid 1px #D4BC96;
  background-color: #F5E3C7;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.l-menu__banner-itma a div {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-menu__banner-itma a div {
    font-size: 16px;
    padding: 0;
  }
}

.l-contents {
  min-height: 400px;
}
/*# sourceMappingURL=style.css.map */