@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

img {
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

details {
  display: block;
}

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

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

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

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

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

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

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
}

@keyframes mbAnine {
  50% {
    left: 8px;
  }
  100% {
    background-color: #e63d30;
  }
}
footer {
  background-color: #e6ebf0;
}
footer #footerInner {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
footer #footerInner a {
  color: #000;
  text-decoration: none;
}

#pageTop span {
  background: url(../images/common/page_top_btn.svg) no-repeat;
  background-size: contain;
  width: 90px;
  height: 115px;
  display: block;
}

#notFound {
  text-align: center;
}
#notFound .ttlArea h1 {
  font-weight: 700;
}
@media screen and (max-width: 1099px) {
  body {
    padding-top: 80px;
  }
  header {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 990;
  }
  header #headerInner {
    width: 90%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header #headerInner #siteName a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 108px;
    text-decoration: none;
    color: #000;
  }
  header #headerInner #siteName a img {
    display: block;
  }
  header #headerInner #siteName a img.logo {
    width: 108px;
    height: auto;
  }
  header #headerInner #siteName a img.catName {
    width: auto;
    height: 8px;
  }
  header #headerInner #headNav {
    display: none;
  }
  header #headerInner #menuBtn {
    width: 34px;
    height: 34px;
    background-color: #fff;
    outline: none;
    border: none;
    position: relative;
    margin-left: 40px;
    cursor: pointer;
  }
  header #headerInner #menuBtn span {
    width: 34px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  header #headerInner #menuBtn span:nth-of-type(1) {
    top: 10px;
  }
  header #headerInner #menuBtn span:nth-of-type(2) {
    top: 17px;
  }
  header #headerInner #menuBtn span:nth-of-type(3) {
    top: 24px;
  }
  header #headerInner #menuBtn.isOpen span {
    animation: none;
  }
  header #headerInner #menuBtn.isOpen span:nth-of-type(1) {
    top: 17px;
    transform: rotate(30deg);
  }
  header #headerInner #menuBtn.isOpen span:nth-of-type(2) {
    opacity: 0;
  }
  header #headerInner #menuBtn.isOpen span:nth-of-type(3) {
    top: 17px;
    transform: rotate(-30deg);
  }
  @keyframes mbAnine {
    50% {
      left: 8px;
    }
    100% {
      background-color: #e63d30;
    }
  }
  #gNav {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    top: -100vh;
    left: 0;
    background-color: #fff;
    z-index: 999;
    transition: all 0.3s;
  }
  #gNav.isOpen {
    top: 0;
  }
  #gNav:after {
    content: "";
    display: block;
    background-image: url(../images/common/nav/ITOKI_menu_back_right_SP_right.svg);
    aspect-ratio: 750/490;
    background-size: 100% auto;
    width: 110vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #gNav .gNavWrap {
    width: 100%;
    overflow-y: scroll;
    height: 100dvh;
    position: relative;
    z-index: 5;
  }
  #gNav .gNavWrap #menuHead {
    margin: 0 auto;
    width: 90%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #gNav .gNavWrap #menuHead .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 108px;
    text-decoration: none;
    color: #000;
  }
  #gNav .gNavWrap #menuHead .logo img:nth-of-type(1) {
    width: 100%;
    height: auto;
  }
  #gNav .gNavWrap #menuHead .logo img:nth-of-type(2) {
    width: auto;
    height: 8px;
  }
  #gNav .gNavWrap #menuHead .menuCloseBtn {
    width: 34px;
    height: 34px;
    background-color: #fff;
    outline: none;
    border: none;
    position: relative;
    margin-left: 40px;
    cursor: pointer;
  }
  #gNav .gNavWrap #menuHead .menuCloseBtn span {
    width: 34px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
  }
  #gNav .gNavWrap #menuHead .menuCloseBtn span:nth-of-type(1) {
    top: 17px;
    transform: rotate(30deg);
  }
  #gNav .gNavWrap #menuHead .menuCloseBtn span:nth-of-type(2) {
    top: 17px;
    transform: rotate(-30deg);
  }
  #gNav .gNavWrap #menuBody {
    width: 80%;
    margin: 0 auto;
  }
  #gNav .gNavWrap #menuBody .cat + .cat {
    margin-top: 20px;
  }
  #gNav .gNavWrap #menuBody .cat ul {
    list-style: none;
  }
  #gNav .gNavWrap #menuBody .cat ul a {
    text-decoration: none;
    color: #000;
  }
  #gNav .gNavWrap #menuBody .cat .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
  }
  #gNav .gNavWrap #menuBody .cat .title img {
    display: block;
    max-width: 400px;
    width: 60%;
    height: auto;
  }
  #gNav .gNavWrap #menuBody .cat .title a {
    display: block;
    max-width: 400px;
    width: 60%;
  }
  #gNav .gNavWrap #menuBody .cat .title a img {
    width: 100%;
    height: auto;
  }
  #gNav .gNavWrap #menuBody .cat .title .accBtn {
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: relative;
    border: none;
    outline: none;
    transition: all 0.3s;
  }
  #gNav .gNavWrap #menuBody .cat .title .accBtn.isOpen {
    transform: rotate(45deg);
  }
  #gNav .gNavWrap #menuBody .cat .title .accBtn span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #gNav .gNavWrap #menuBody .cat .title .accBtn span:nth-of-type(1) {
    transform: rotate(90deg);
  }
  #gNav .gNavWrap #menuBody .cat .depth1 {
    padding: 25px 0;
    display: none;
  }
  #gNav .gNavWrap #menuBody .cat .depth1 > li {
    margin-top: 15px;
  }
  #gNav .gNavWrap #menuBody .cat .depth1 > li > a {
    position: relative;
    display: block;
    font-size: 18px;
    padding-left: 20px;
  }
  #gNav .gNavWrap #menuBody .cat .depth1 > li > a:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #e63d30;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
  }
  #gNav .gNavWrap #menuBody .cat .depth1 > li > a svg {
    aspect-ratio: 16/11;
    width: 11px;
    fill: #e63d30;
    margin-left: 5px;
  }
  #gNav .gNavWrap #menuBody .cat .depth1 > li .depth2 {
    margin-left: 20px;
  }
  #gNav .gNavWrap #menuBody .cat .depth1 > li .depth2 li {
    margin-top: 15px;
  }
  #gNav .gNavWrap #menuBody .cat .depth1 > li .depth2 li a {
    position: relative;
    font-size: 16px;
    display: block;
    padding-left: 15px;
  }
  #gNav .gNavWrap #menuBody .cat .depth1 > li .depth2 li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #e63d30;
    position: absolute;
    left: 0;
    top: 10px;
  }
  #gNav .gNavWrap .spCopLink {
    width: 80%;
    margin: 40px auto 0;
  }
  #gNav .gNavWrap .spCopLink a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
  }
  #gNav .gNavWrap .spCopLink a + a {
    margin-top: 5px;
  }
  #gNav .gNavWrap .spCopLink a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
  }
  #gNav .gNavWrap .spCopLink a svg {
    aspect-ratio: 16/11;
    width: 11px;
    fill: #e63d30;
    margin-left: 5px;
  }
  #gNav .gNavWrap .menuInsta {
    width: 80%;
    margin: 30px auto 0;
  }
  #gNav .gNavWrap .menuInsta a {
    display: flex;
    text-decoration: none;
    gap: 10px;
  }
  #gNav .gNavWrap .menuInsta a svg {
    aspect-ratio: 1/1;
    width: 50px;
    fill: #003349;
  }
  #gNav .gNavWrap .menuInsta a span {
    color: #003349;
    font-size: 16px;
  }
  #gNav .gNavWrap #spMenuFooter {
    width: 100%;
    height: 65px;
    display: flex;
    background-color: #fff;
    gap: 1px;
    margin-top: 40px;
  }
  #gNav .gNavWrap #spMenuFooter a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
  }
  #gNav .gNavWrap #spMenuFooter a.entry {
    background-color: #e63d30;
  }
  #gNav .gNavWrap #spMenuFooter a.intern {
    background-color: #003349;
  }
  #gNav .forPC_h {
    display: none !important;
  }
}
@media print, screen and (min-width: 1100px) {
  body {
    padding-top: 115px;
  }
  header {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 990;
  }
  header #headerInner {
    width: calc(100% - 60px);
    height: 115px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  header #headerInner #siteName a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 160px;
    text-decoration: none;
    color: #000;
  }
  header #headerInner #siteName a img {
    display: block;
  }
  header #headerInner #siteName a img.logo {
    width: 160px;
    height: auto;
  }
  header #headerInner #siteName a img.catName {
    width: 108px;
  }
  header #headerInner #headNav {
    margin: 0 0 0 auto;
  }
  header #headerInner #headNav ul {
    list-style: none;
    display: flex;
  }
  header #headerInner #headNav ul > li {
    height: 115px;
    display: flex;
    align-items: center;
  }
  header #headerInner #headNav ul > li a {
    display: flex;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 3px;
    transition: all 0.3s;
  }
  header #headerInner #headNav ul > li a:hover {
    color: #e63d30;
  }
  header #headerInner #headNav ul > li a.linkNone {
    pointer-events: none;
  }
  header #headerInner #headNav ul > li.entry {
    position: relative;
  }
  header #headerInner #headNav ul > li.entry a {
    width: 105px;
    background-color: #e63d30;
    color: #fff;
    transition: all 0.3s;
  }
  header #headerInner #headNav ul > li.entry a:hover {
    background-color: #003249;
    color: #fff;
  }
  header #headerInner #headNav ul > li.entry .sub {
    background-color: #e6ebf0;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    padding: 20px;
  }
  header #headerInner #headNav ul > li.entry .sub > li {
    margin-top: 15px;
    display: block;
    margin-left: 0;
    height: auto;
  }
  header #headerInner #headNav ul > li + li {
    margin-left: 50px;
  }
  header #headerInner #headNav ul > li.parent {
    position: relative;
  }
  header #headerInner #headNav ul > li.parent li {
    display: block;
    margin: 0;
    height: auto;
  }
  header #headerInner #headNav ul > li.parent li a {
    white-space: nowrap;
    display: block;
  }
  header #headerInner #headNav ul > li.parent .sub {
    background-color: #e6ebf0;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    padding: 20px;
  }
  header #headerInner #headNav ul > li.parent .sub > li {
    margin-top: 15px;
  }
  header #headerInner #headNav ul > li.parent .sub > li > a {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    height: auto;
  }
  header #headerInner #headNav ul > li.parent .sub > li > a:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #e63d30;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
  }
  header #headerInner #headNav ul > li.parent .sub > li .child {
    display: block;
  }
  header #headerInner #headNav ul > li.parent .sub > li .child li {
    margin-top: 10px;
  }
  header #headerInner #headNav ul > li.parent .sub > li .child li a {
    list-style-type: upper-roman;
    padding-left: 15px;
    margin-left: 20px;
    font-size: 15px;
    position: relative;
    height: auto;
  }
  header #headerInner #headNav ul > li.parent .sub > li .child li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #e63d30;
    position: absolute;
    top: 8px;
    left: 0;
  }
  header #headerInner #menuBtn {
    width: 30px;
    height: 35px;
    background-color: #fff;
    outline: none;
    border: none;
    position: relative;
    margin-left: 40px;
    cursor: pointer;
  }
  header #headerInner #menuBtn span {
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  header #headerInner #menuBtn span:nth-of-type(1) {
    top: 10px;
  }
  header #headerInner #menuBtn span:nth-of-type(2) {
    top: 17px;
    animation-delay: 0.2s;
  }
  header #headerInner #menuBtn span:nth-of-type(3) {
    top: 24px;
    animation-delay: 0.4s;
  }
  header #headerInner #menuBtn:hover span {
    animation: mbAnine 0.3s forwards linear;
  }
  header #headerInner #menuBtn:hover span:nth-of-type(2) {
    animation-delay: 0.15s;
  }
  header #headerInner #menuBtn:hover span:nth-of-type(3) {
    animation-delay: 0.3s;
  }
  header #headerInner #menuBtn.isOpen span {
    animation: none;
  }
  header #headerInner #menuBtn.isOpen span:nth-of-type(1) {
    top: 17px;
    transform: rotate(30deg);
  }
  header #headerInner #menuBtn.isOpen span:nth-of-type(2) {
    opacity: 0;
  }
  header #headerInner #menuBtn.isOpen span:nth-of-type(3) {
    top: 17px;
    transform: rotate(-30deg);
  }
  @keyframes mbAnine {
    50% {
      left: 8px;
    }
    100% {
      background-color: #e63d30;
    }
  }
  #gNav {
    position: fixed;
    top: -150vh;
    left: 0;
    width: 100%;
    max-height: 100vh;
    background-color: #fff;
    z-index: 999;
    transition: all 0.3s;
  }
  #gNav.isOpen {
    top: 0;
  }
  #gNav .gNavWrap {
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
  }
  #gNav:before {
    content: "";
    display: block;
    background-image: url(../images/common/nav/ITOKI_menu_back_left.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    aspect-ratio: 465/1000;
    width: 24vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #gNav:after {
    content: "";
    display: block;
    background-image: url(../images/common/nav/ITOKI_menu_back_right.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    aspect-ratio: 1125/1000;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #gNav #menuHead {
    position: relative;
    z-index: 5;
    width: calc(100% - 60px);
    height: 115px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #gNav #menuHead .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 160px;
    text-decoration: none;
  }
  #gNav #menuHead .logo img:nth-of-type(1) {
    width: 160px;
    height: auto;
  }
  #gNav #menuHead .logo img:nth-of-type(2) {
    width: 108px;
  }
  #gNav #menuHead .menuCloseBtn {
    width: 30px;
    height: 35px;
    background-color: transparent;
    outline: none;
    border: none;
    position: relative;
    margin-left: 40px;
    cursor: pointer;
  }
  #gNav #menuHead .menuCloseBtn span {
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
  }
  #gNav #menuHead .menuCloseBtn span:nth-of-type(1) {
    top: 17px;
    transform: rotate(30deg);
  }
  #gNav #menuHead .menuCloseBtn span:nth-of-type(2) {
    top: 17px;
    transform: rotate(-30deg);
  }
  #gNav #menuHead .menuCloseBtn:hover span {
    background-color: #e63d30;
  }
  #gNav #menuBody {
    position: relative;
    z-index: 5;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 75px 0;
  }
  #gNav #menuBody .cat ul {
    list-style: none;
  }
  #gNav #menuBody .cat ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
  }
  #gNav #menuBody .cat ul li a:hover {
    color: #e63d30;
  }
  #gNav #menuBody .cat .title {
    position: relative;
    height: 55px;
    width: 100%;
  }
  #gNav #menuBody .cat .title:after {
    content: "";
    display: block;
    width: 220px;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #gNav #menuBody .cat .title a {
    display: flex;
  }
  #gNav #menuBody .cat .title img {
    display: block;
    width: auto;
    height: 39px;
  }
  #gNav #menuBody .cat .title .icon {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #003349;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 14px;
    left: 40%;
  }
  #gNav #menuBody .cat .title .icon svg {
    aspect-ratio: 44/33;
    width: 8px;
    fill: #fff;
  }
  #gNav #menuBody .cat .depth1 {
    margin-top: 30px;
  }
  #gNav #menuBody .cat .depth1 > li + li {
    margin-top: 15px;
  }
  #gNav #menuBody .cat .depth1 > li > a {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 17px;
  }
  #gNav #menuBody .cat .depth1 > li > a:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #e63d30;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #gNav #menuBody .cat .depth1 > li > a svg {
    width: 16px;
    height: 11px;
    fill: #e63d30;
    margin-left: 10px;
  }
  #gNav #menuBody .cat .depth2 {
    margin-top: 15px;
  }
  #gNav #menuBody .cat .depth2 li + li {
    margin-top: 10px;
  }
  #gNav #menuBody .cat .depth2 li a {
    list-style-type: upper-roman;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 15px;
    position: relative;
  }
  #gNav #menuBody .cat .depth2 li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #e63d30;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #gNav #menuBody .cat:nth-of-type(2) .title .icon {
    left: 45%;
    top: 14px;
  }
  #gNav #menuBody .cat:nth-of-type(3) .title {
    padding-top: 5px;
  }
  #gNav #menuBody .cat:nth-of-type(3) .title .icon {
    left: 35%;
    top: 14px;
  }
  #gNav #menuBody .cat:nth-of-type(4) .title {
    padding-top: 6px;
  }
  #gNav #menuBody .cat:nth-of-type(4) .title .icon {
    left: 43%;
    top: 14px;
  }
  #gNav #menuBody .btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 60px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s;
    text-decoration: none;
  }
  #gNav #menuBody .btns a.entry {
    background-color: #e63d30;
  }
  #gNav #menuBody .btns a.entry:hover {
    background-color: #003349;
  }
  #gNav #menuBody .btns a.intern {
    background-color: #003349;
  }
  #gNav #menuBody .btns a.intern:hover {
    background-color: #e63d30;
  }
  #gNav #menuBody .btns a + a {
    margin-top: 20px;
  }
  #gNav .menuInsta {
    max-width: 1000px;
    margin: 80px auto 0;
    position: relative;
    z-index: 5;
  }
  #gNav .menuInsta a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  #gNav .menuInsta a svg {
    aspect-ratio: 1/1;
    width: 50px;
    fill: #003349;
    transition: all 0.3s;
  }
  #gNav .menuInsta a span {
    color: #003349;
    font-size: 16px;
    padding-left: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
  }
  #gNav .menuInsta a:hover svg {
    fill: #e63d30;
  }
  #gNav .menuInsta a:hover span {
    color: #e63d30;
  }
  #gNav #menuFooter {
    width: 100%;
    z-index: 5;
    background-color: #e63d30;
    margin-top: 40px;
    z-index: 5;
    position: relative;
  }
  #gNav #menuFooter .mFooterInner {
    max-width: 1000px;
    width: 95%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  #gNav #menuFooter .mFooterInner a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  #gNav #menuFooter .mFooterInner a:hover {
    text-decoration: underline;
  }
  #gNav #menuFooter .mFooterInner a svg {
    width: 16px;
    height: 11px;
    fill: #fff;
    margin-left: 10px;
  }
  #gNav .forSP_h {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  @keyframes mbAnine {
    50% {
      left: 8px;
    }
    100% {
      background-color: #e63d30;
    }
  }
  footer {
    width: 100%;
  }
  footer #footerInner {
    justify-content: center;
    width: 90%;
    font-size: 10px;
    height: 40px;
  }
  footer .copy {
    font-weight: 500;
    font-size: 13px;
  }
  #pageTop {
    display: none;
  }
  #notFound .ttlArea h1 {
    font-size: 40px;
  }
  #notFound .ttlArea p {
    font-size: 18px;
  }
  #notFound .txt {
    margin-top: 30px;
  }
  #notFound .btnWrap {
    margin-top: 50px;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  @keyframes mbAnine {
    50% {
      left: 8px;
    }
    100% {
      background-color: #e63d30;
    }
  }
  footer {
    position: relative;
    width: 100%;
    height: 80px;
  }
  footer #footerInner {
    justify-content: space-between;
    width: calc(100% - 270px);
    height: 80px;
  }
  #pageTop {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: -205px;
    right: 110px;
  }
  #notFound .ttlArea h1 {
    font-size: 60px;
  }
  #notFound .ttlArea p {
    font-size: 22px;
  }
  #notFound .txt {
    margin-top: 30px;
    line-height: 1.75;
  }
  #notFound .btnWrap {
    margin-top: 50px;
  }
  .forSP {
    display: none !important;
  }
}
/*# sourceMappingURL=map/common.css.map */
