@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section {
  display: block;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

nav ol, nav ul {
  list-style: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

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;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

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

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

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

table {
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input, select, textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

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

[aria-disabled] {
  cursor: default;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

html {
  width: 100%;
  margin: 0 auto;
  font-size: 62.5%;
}

body {
  font-size: 3.33333vw;
  line-height: 1.8;
  font-family: "font-family: 'Noto Sans JP', sans-serif , Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, Sans-Serif;
  color: #333;
  text-align: left;
  background-color: #FFF;
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 1.66667vw;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 20px;
  }
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (min-width: 768px) {
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}

ul {
  padding-left: 0;
}

figure {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
h1, h2, h3, h4, ul, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

.mvArea {
  background-size: cover;
  background-position: center;
  background-image: url(../img/common/mv-img_under_sp.png);
  padding-top: 15.3333333333vw;
  height: 39.4666666667vw;
  margin-top: 14.6666666667vw;
}

@media screen and (min-width: 768px), print {
  .mvArea {
    background-image: url(../img/common/mv-img_under.png);
    height: 21.3762811127vw;
    padding-top: 8.4187408492vw;
    margin-top: 4.6120058565vw;
  }
}
@media screen and (min-width: 1366px) {
  .mvArea {
    height: 292px;
    padding-top: 115px;
    margin-top: 63px;
  }
}
.mvArea.topMv {
  background-image: url(../img/common/mv-img_sp.png);
  height: 77.3333333333vw;
  padding-top: 25.6222547584vw;
}

@media screen and (min-width: 768px), print {
  .mvArea.topMv {
    background-image: url(../img/common/mv-img.png);
    height: 42.4597364568vw;
    padding-top: 14.7877013177vw;
  }
}
@media screen and (min-width: 1366px) {
  .mvArea.topMv {
    height: 580px;
    padding-top: 202px;
  }
}
.mvArea.topMv h1 {
  background: none;
  padding: 0;
  letter-spacing: 0.01em;
  font-size: 5.6vw;
}

@media screen and (min-width: 768px), print {
  .mvArea.topMv h1 {
    font-size: 4.39238653vw;
  }
}
@media screen and (min-width: 1366px) {
  .mvArea.topMv h1 {
    font-size: 60px;
  }
}
.mvArea.topMv h1 .f-line {
  display: inline-block;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 5.6vw;
  padding: 1.3333333333vw 1.4666666667vw;
  margin-bottom: 1.6vw;
}

@media screen and (min-width: 768px), print {
  .mvArea.topMv h1 .f-line {
    font-size: 3.074670571vw;
    padding: 0.7320644217vw 0.7320644217vw;
    margin-bottom: 0.878477306vw;
  }
}
@media screen and (min-width: 1366px) {
  .mvArea.topMv h1 .f-line {
    font-size: 42px;
    padding: 10px 10px;
    margin-bottom: 12px;
  }
}
.mvArea.topMv h1 .s-line {
  font-weight: 700;
  display: inline-block;
  background-color: #ffffff;
  padding: 1.6vw 1.7333333333vw;
}

@media screen and (max-width: 767px), print {
  .mvArea.topMv h1 .s-line {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px), print {
  .mvArea.topMv h1 .s-line {
    padding: 0.9516837482vw 0.9516837482vw;
  }
}
@media screen and (min-width: 1366px) {
  .mvArea.topMv h1 .s-line {
    padding: 13px 13px;
  }
}
.mvArea-inner {
  margin: auto;
  width: 92vw;
}

@media screen and (min-width: 768px), print {
  .mvArea-inner {
    width: 80.5270863836vw;
  }
}
@media screen and (min-width: 1366px) {
  .mvArea-inner {
    width: 1100px;
  }
}
.mvArea-inner-pageTtl {
  line-height: 1;
  color: #445A87;
  font-weight: 500;
  background-color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.01em;
  font-size: 5.6vw;
  padding: 1.3333333333vw 2.2666666667vw 1.3333333333vw 1.3333333333vw;
}

@media screen and (min-width: 768px), print {
  .mvArea-inner-pageTtl {
    font-size: 3.074670571vw;
    padding: 0.7320644217vw 0.7320644217vw;
  }
}
@media screen and (min-width: 1366px) {
  .mvArea-inner-pageTtl {
    font-size: 42px;
    padding: 10px 10px;
  }
}
.mvArea-inner-pageTtl .bold {
  font-weight: 700;
}

.schSkill-ttl {
  color: #445A87;
  text-align: center;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: solid 2px #445A87;
  width: 82.6666666667vw;
  margin: 10.4vw auto 8.5333333333vw;
  font-size: 4.8vw;
  padding-bottom: 0.6666666667vw;
}

@media screen and (max-width: 767px), print {
  .schSkill-ttl {
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px), print {
  .schSkill-ttl {
    width: 73.2064421669vw;
    margin: 6.9546120059vw auto 4.0263543192vw;
    font-size: 1.6105417277vw;
    padding-bottom: 0.3660322108vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill-ttl {
    width: 1000px;
    margin: 95px auto 55px;
    font-size: 22px;
    padding-bottom: 5px;
  }
}
.schSkill-ttl::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/search-ic_blue.svg);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  margin-right: 2vw;
}

@media screen and (min-width: 768px), print {
  .schSkill-ttl::before {
    width: 1.6105417277vw;
    height: 1.6105417277vw;
    margin-right: 0.878477306vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill-ttl::before {
    width: 22px;
    height: 22px;
    margin-right: 12px;
  }
}
.schSkill .skillList {
  margin: auto;
  width: 80vw;
}

@media screen and (min-width: 768px), print {
  .schSkill .skillList {
    width: 66.8374816984vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill .skillList {
    width: 913px;
  }
}
.schSkill .skillList-item {
  margin-bottom: 7.7333333333vw;
}

@media screen and (min-width: 768px), print {
  .schSkill .skillList-item {
    margin-bottom: 6.149341142vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill .skillList-item {
    margin-bottom: 84px;
  }
}
.schSkill .skillList-item:last-child {
  margin-bottom: 0;
}

.schSkill .skillList-item.global .skillList-item-ttl, .schSkill .skillList-item.global .skillLink-ttl {
  color: #86C6CC;
}

.schSkill .skillList-item.global .hexagon {
  background: #EDF6F7 !important;
}

.schSkill .skillList-item.global .hexagon:before, .schSkill .skillList-item.global .hexagon:after {
  content: "";
  background: #EDF6F7 !important;
}

.schSkill .skillList-item.pro .skillList-item-ttl, .schSkill .skillList-item.pro .skillLink-ttl {
  color: #BAA0C7;
}

.schSkill .skillList-item.pro .hexagon {
  background: #F6F4F7 !important;
}

.schSkill .skillList-item.pro .hexagon:before, .schSkill .skillList-item.pro .hexagon:after {
  content: "";
  background: #F6F4F7 !important;
}

.schSkill .skillList-item-ttl {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #E29393;
  line-height: 1;
  font-size: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 768px), print {
  .schSkill .skillList-item-ttl {
    font-size: 2.3426061493vw;
    margin-bottom: 2.4158125915vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill .skillList-item-ttl {
    font-size: 32px;
    margin-bottom: 33px;
  }
}
.schSkill .skillList-item-ttl span {
  font-weight: normal;
}

.schSkill .skillList-item-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.schSkill .skillList-item-link .skillLink {
  margin-bottom: 4.1333333333vw;
}

@media screen and (min-width: 768px), print {
  .schSkill .skillList-item-link .skillLink {
    margin-bottom: 2.196193265vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill .skillList-item-link .skillLink {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .schSkill .skillList-item-link .skillLink:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.schSkill .skillList-item-link .skillLink a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: solid 1px #E8E8E8;
  width: 80vw;
  padding-bottom: 4.1333333333vw;
}

@media screen and (min-width: 768px), print {
  .schSkill .skillList-item-link .skillLink a {
    width: 31.4787701318vw;
    padding-bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill .skillList-item-link .skillLink a {
    width: 430px;
    padding-bottom: 20px;
  }
}
.schSkill .skillList-item-link .skillLink a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/arrow-ic_gray.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 1.6vw;
  height: 2.8vw;
  right: 1.4666666667vw;
  top: 6.1333333333vw;
}

@media screen and (min-width: 768px), print {
  .schSkill .skillList-item-link .skillLink a::after {
    width: 0.5124450952vw;
    height: 0.878477306vw;
    right: 0.8052708638vw;
    top: 3.3674963397vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill .skillList-item-link .skillLink a::after {
    width: 7px;
    height: 12px;
    right: 11px;
    top: 46px;
  }
}
.schSkill .skillList-item-link .skillLink .hexagon {
  background: #FAF2F2;
  position: relative;
  width: 11.6vw;
  height: 20.4vw;
  margin: 0 8.6666666667vw 0 6vw;
}

@media screen and (min-width: 768px), print {
  .schSkill .skillList-item-link .skillLink .hexagon {
    width: 4.39238653vw;
    height: 7.6134699854vw;
    margin: 0 3.1478770132vw 0 2.196193265vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill .skillList-item-link .skillLink .hexagon {
    width: 60px;
    height: 104px;
    margin: 0 43px 0 30px;
  }
}
.schSkill .skillList-item-link .skillLink .hexagon:before, .schSkill .skillList-item-link .skillLink .hexagon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FAF2F2;
  z-index: 0;
}

.schSkill .skillList-item-link .skillLink .hexagon:before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.schSkill .skillList-item-link .skillLink .hexagon:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.schSkill .skillList-item-link .skillLink-ttl {
  height: 100%;
  font-weight: bold;
  color: #E29393;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  line-height: 1.23077;
  font-size: 3.4666666667vw;
}

@media screen and (min-width: 768px), print {
  .schSkill .skillList-item-link .skillLink-ttl {
    line-height: 1.25;
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill .skillList-item-link .skillLink-ttl {
    font-size: 16px;
  }
}
.schSkill .skillList-item-link .skillLink-link {
  line-height: 1.69231;
  letter-spacing: 0.01em;
  width: 48vw;
  font-size: 3.4666666667vw;
}

@media screen and (min-width: 768px), print {
  .schSkill .skillList-item-link .skillLink-link {
    line-height: 1.6;
    width: 18.8140556369vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (min-width: 1366px) {
  .schSkill .skillList-item-link .skillLink-link {
    width: 257px;
    font-size: 15px;
  }
}
.footer {
  background-color: #ffffff;
}

.footer-inner {
  padding: 8.1333333333vw 0 8.1333333333vw;
}

@media screen and (min-width: 768px), print {
  .footer-inner {
    padding: 2.4158125915vw 0 3.1478770132vw;
  }
}
@media screen and (min-width: 1366px) {
  .footer-inner {
    padding: 33px 0 43px;
  }
}
.footer-inner .ftLink {
  font-weight: bold;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 92vw;
  margin-bottom: 1.3333333333vw;
}

@media screen and (min-width: 768px), print {
  .footer-inner .ftLink {
    width: 42.4597364568vw;
    margin-bottom: 0.6588579795vw;
  }
}
@media screen and (min-width: 1366px) {
  .footer-inner .ftLink {
    width: 580px;
    margin-bottom: 9px;
  }
}
.footer-inner .ftLink-item a {
  color: #445A87;
  font-size: 2.6666666667vw;
}

@media screen and (min-width: 768px), print {
  .footer-inner .ftLink-item a {
    font-size: 1.0248901903vw;
  }
}
@media screen and (min-width: 1366px) {
  .footer-inner .ftLink-item a {
    font-size: 14px;
  }
}
.footer-inner .ftLink-item a:hover {
  text-decoration: underline;
}

.footer-inner .copyright {
  color: #445A87;
  text-align: center;
  font-size: 2.6666666667vw;
}

@media screen and (min-width: 768px), print {
  .footer-inner .copyright {
    font-size: 0.8052708638vw;
  }
}
@media screen and (min-width: 1366px) {
  .footer-inner .copyright {
    font-size: 11px;
  }
}
.header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
}

.header-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: auto;
}

@media screen and (max-width: 767px), print {
  .header-inner.is-open {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0 1.06667vw 1.06667vw -0.53333vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 1.06667vw 1.06667vw -0.53333vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px), print {
  .header-inner {
    height: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  .header-inner {
    width: 92.7525622255vw;
    padding: 1.0980966325vw 0 1.1713030747vw;
  }
}
@media screen and (min-width: 1366px) {
  .header-inner {
    width: 1267px;
    padding: 15px 0 16px;
  }
}
@media screen and (max-width: 767px), print {
  .header-inner-logo {
    margin: 2.5333333333vw 0 0 4vw;
  }
}
.header-inner-logo a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header-inner-logo .logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 30.6666666667vw;
}

@media screen and (min-width: 768px), print {
  .header-inner-logo .logo {
    width: 8.78477306vw;
  }
}
@media screen and (min-width: 1366px) {
  .header-inner-logo .logo {
    width: 120px;
  }
}
.header-inner-logo .nsTxt {
  font-size: 5.3333333333vw;
  margin-left: 2.1333333333vw;
}

@media screen and (min-width: 768px), print {
  .header-inner-logo .nsTxt {
    font-size: 1.3909224012vw;
    margin-left: 0.5856515373vw;
  }
}
@media screen and (min-width: 1366px) {
  .header-inner-logo .nsTxt {
    font-size: 19px;
    margin-left: 8px;
  }
}
.header-inner .siteLink {
  font-weight: bold;
  list-style: none;
}

@media screen and (min-width: 768px), print {
  .header-inner .siteLink {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    line-height: 1;
    font-size: 1.0248901903vw;
    width: 34.4070278184vw;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1365px) {
  .header-inner .siteLink {
    width: 29.4289897511vw;
  }
}
@media screen and (min-width: 1366px) {
  .header-inner .siteLink {
    font-size: 14px;
    width: 402px;
  }
}
.header-inner .siteLink-item a {
  color: #445A87;
}

.header-inner .siteLink-item a:hover {
  text-decoration: underline;
}

.header-inner .menuBtn {
  height: 100%;
  margin: 0;
  width: 14.66667vw;
  position: relative;
  background-color: #445A87;
  -webkit-box-shadow: 0 1.06667vw 1.06667vw -0.53333vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.06667vw 1.06667vw -0.53333vw rgba(0, 0, 0, 0.1);
}

.header-inner .menuBtn span {
  display: block;
  background-color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  width: 4.4vw;
  height: 0.4vw;
  right: 5.06667vw;
  top: 5.2vw;
}

.header-inner .menuBtn span:nth-of-type(2) {
  top: 7.2vw;
}

.header-inner .menuBtn span:nth-of-type(3) {
  top: 9.06667vw;
}

.header-inner .menuBtn.is-open span:nth-of-type(1) {
  -webkit-transform: rotate(-41deg);
          transform: rotate(-41deg);
  top: 6.93333vw;
  width: 6vw;
  right: 4.4vw;
}

.header-inner .menuBtn.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header-inner .menuBtn.is-open span:nth-of-type(3) {
  top: 6.93333vw;
  width: 6vw;
  right: 4.4vw;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
}

.header .navMenu {
  display: none;
  background-color: #445A87;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  list-style: none;
}

.header .navMenu-item {
  border-bottom: solid 2px #ACACAC;
}

.header .navMenu-item a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 4vw;
  padding: 4.6666666667vw 0 3.8666666667vw 5.3333333333vw;
}

.header .navMenu-item a::after {
  content: "";
  display: inline-block;
  width: 1.8666666667vw;
  height: 3.2vw;
  background-image: url(../img/common/menu-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 6vw;
  right: 6.5333333333vw;
}

.overflow-hidden {
  overflow: hidden;
}

/* 2023.03.30 */
.mvArea-inner-pageTtl,
.mvArea.topMv h1 .s-line,
.mvArea.topMv h1 .f-line {
  background-color: #fff;
}

/* 2023.09.26　バッジギャラリー */
/* 2024.03.28　研修動画 */
@media screen and (min-width: 768px), print {
  .header-inner .siteLink {
    width: 60.0150037509vw;
    text-align: center;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1366px) {
  .header-inner .siteLink {
    width: 800px;
  }
}