@charset "UTF-8";
/* @font-face Marion removed - unified to gothic */
.numbers {
	margin-bottom: 100px;
}
.numbers ul {
	display: flex;
	justify-content: space-between;
}
.numbers li {
	width:24%;
	background: #F7F7F7;
	padding: 30px 20px;
	text-align: center;
}
.numbers li small {
	font-size: 18px;
}
.numbers .pref {
	font-size: 21px;
	font-weight: bold;
}
.numbers .number {
	font-size: 18px;
}
.numbers .number .surfix {
	font-size: 24px;
	color: #115DA6;
}
.numbers .number {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.numbers .num {
	font-size: 4.2rem;
	line-height: 1em;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #115DA6;
}
.message {
	text-align: center;
	line-height: 2;
}
.lists {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}
img {
	max-width: 100%;
}
.lists figure {
	margin-bottom: 1rem;
}
.lists img {
	width:100%;
	height: auto;
}
.lists a {
	text-decoration: none;
	color:#000;
	position: relative;
	display: inline-block;
	width:100%;
	display: inline-block;
}
.lists iframe {
	width:100%;
}
.lists a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1.38em solid #3D26D8;
	border-left: 1.38em solid #3D26D8;
	border-bottom: 1.38em solid transparent;
	border-right: 1.38em solid transparent;
	z-index: 1000;
}
.lists a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}
.lists figure {
	position: relative;
}
.lists figure .cat {
	position: absolute;
	border-radius: 999px;
	color: #fff;
	background: #005daa;
	bottom: 1rem;
	right: 1rem;
	padding: 0.2rem 1rem 0.1rem;
	font-size: 12px;
	letter-spacing: 1px;
}
.lists a:hover::after {
	transform: scaleX(1);
}
table {
	table-layout: fixed;
}
.ta1 {
	width:30%;
}
th figure {
	width:100%;
	height: 223px;
}
th img {
	width:100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.mt80 {
	margin-top: 80px;
}
table iframe {
	height: 223px;
	width:100%;
}
.ta2 {
	width:40%;
}
.ta3 {
	width:30%;
}
td dl {
	width:100%;
	display: flex;
	text-align: left;
	padding:0.5rem 0;
}
td dt {
	width:20%;
}
.page-company .company-largeLink a {
	background: #f6fcfe;
}
.c-catch_cover {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.c-title_main {
	position: relative;
	top: -20%;
}
.recruit_bloc {
	padding:2rem;
}
.recruit_inner {
	padding:3rem;
}
#compnay-3 {
	background: linear-gradient(180deg, #E5EEF6 0%, #E5F5EC 100%);
}
.mailaddress {
	text-align: center;
	margin-top: 50px;
}
.mailaddress a {
	font-size: 2em !important;
	text-decoration: none;
	color:#fff !important;
	font-weight: bold;
}
.page-index #recruit .ctn p {
	color:#fff !important;
	font-weight: bold;
	font-size: 1.7em;
}
.mailaddress a:hover {
	opacity: 0.6;
	transition: 0.5s;
}
.small {
	font-size: 0.5em !important;
}
.c-title_sub {
	position: relative;
	top: -20%;
}
footer {
	background: #0B0530 !important;
}
.c-title .c-title_main span {
	line-height: 2 !important;
}
.inner {
	max-width: 1180px;
	margin:0 auto;
}
.news_wrap {
	width:100%;
}
.news_wrap article {
	width:100%;
	display: block;
}
.flex_center {
	display: flex;
	justify-content: center;
}
.flex_center a {
	display: inline-block;
	margin:0 1rem;
}
.flex_center a img {
	height: 100px;
	width:auto;
}
.mb120 {
	margin-bottom: 120px;
}

.mikado_icon span {
	display: flex;
	justify-content: center;
	border: 1px solid #3D26D8;
	margin-bottom: 2rem;
}
.mikado_first,
.mikado_second {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	font-size: 21px;
}
.mikado_first {
	color:#3D26D8;
	padding: 0.8rem 5rem;
}
.mikado_second {
	color: #fff;
	background: #3D26D8;
	padding: 0.5rem 2rem;
	padding: 0.8rem 5rem;
}
#hd .sub-hd ul li.lang ul li span a {
	opacity: 1;
}
h1 {
	font-size: 48px !important;
	font-weight: normal;
	letter-spacing: 3px;
}
/* --------------------------------------------------
	reset
-------------------------------------------------- */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-weight: normal;
}

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

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          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;
}

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

p {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  line-height: 1.75;
  letter-spacing: 0.15em;
}

/* --------------------------------------------------
	Forms
-------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

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

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

/* --------------------------------------------------
	font-style
-------------------------------------------------- */
body {
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  *font-size: small;
  *font: x-small;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body.fixed {
  position: fixed;
}

input,
textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.min {
  font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
}

::-moz-selection {
  background: #feffaf;
  color: #000;
}

::selection {
  background: #feffaf;
  color: #000;
}

::-moz-selection {
  background: #feffaf;
  color: #000;
}

a {
  color: #002159;
  text-decoration: underline;
}
a a:not([class]):link {
  color: #002159;
}
a a:not([class]):visited {
  color: #002159;
}
a a:not([class]):hover {
  color: #002159;
}
a a:not([class]):active {
  color: #002159;
}

em {
  font-style: normal;
}

/* --------------------------------------------------
	utility
-------------------------------------------------- */
.cf {
  clear: both;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
header
----------------------------------- */
#hd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

#hd .sub-hd {
  padding: 11px 50px;
  background: -webkit-gradient(linear, left top, right top, from(#005daa), color-stop(#007e78), to(#009e48));
  background: linear-gradient(90deg, #005daa, #007e78, #009e48);
}

#hd .sub-hd ul {
  text-align: right;
}

#hd .sub-hd ul li {
  display: inline-block;
  margin-right: 35px;
}

#hd .sub-hd ul li:last-child {
  margin-right: 0px;
}

#hd .sub-hd ul li.lang ul li {
  margin-right: 10px;
}

#hd .sub-hd ul li a {
  position: relative;
  padding-bottom: 4px;
  color: #fff;
  text-decoration: none;
}

#hd .sub-hd ul li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

#hd .sub-hd ul li.lang ul li span {
  color: #fff;
}

#hd .sub-hd ul li.lang ul li a {
  opacity: 0.5;
}

#hd .sub-hd ul li.lang ul li a:hover {
  opacity: 1;
}

#hd .main-hd {
  padding: 18px 50px;
}

#hd .main-hd .inner-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#hd .main-hd .logo {
  width: 20%;
  padding-left: 20px;
  position: relative;
  top: -8px;
}

#hd .main-hd .nav {
  position: relative;
  width: 100%;
}

#hd .main-hd .logo h1 a {
  display: block;
  width: 100%;
  max-width: 298px;
}

#hd .main-hd .logo h1 a img {
  width: 100%;
}

#hd .main-hd .nav ul {
  text-align: right;
}

#hd .main-hd .nav ul li {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08rem;
  line-height: 1;
  border-right: 1px solid #808080;
}
#hd .main-hd .nav ul li:last-child {
	border:none !important;
	padding-right: 0 !important;
}
.contact a {
	background:#3D26D8;
	color:#fff !important;
	padding: 1rem !important;
	position: relative;
	top: -10px;
}
.lv1 {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 0.5rem;
	font-weight: normal;
}
.lv2 {
	width:100%;
	display: block;
	text-align: center;
	font-weight: normal;
}

#hd .main-hd .nav ul li:last-child {
  margin-right: 0px;
}

#hd .main-hd .nav ul li a.topLv {
  position: relative;
  padding-bottom: 6px;
  color: #333;
  text-decoration: none;
  z-index: 2;
}

#hd .main-hd .nav ul li a.topLv:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #808080;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

#hd .sub-hd ul li a:hover:after,
#hd .main-hd .nav ul li a.topLv:hover:after {
  width: 100%;
}

#hd .main-hd .nav ul li ul {
  display: none;
  position: absolute;
  left: -30px;
  top: 0px;
  width: 300px;
  padding-top: 55px;
  text-align: left;
}

#hd .main-hd .nav ul li ul li {
  display: block;
  margin: 0;
  border-bottom: solid 1px #e6e6e6;
  font-size: 16px;
}

#hd .main-hd .nav ul li ul li:last-child {
  border-bottom: none;
}

#hd .main-hd .nav ul li ul li a {
  position: relative;
  display: block;
  padding: 10px 5px;
  padding-left: 35px;
  background: #fff;
  color: #808080;
  text-decoration: none;
  line-height: 1.2;
}

#hd .main-hd .nav ul li ul li a:before,
#hd .main-hd .nav ul li ul li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #808080;
  position: absolute;
  left: 12px;
  top: 20px;
}

#hd .main-hd .nav ul li ul li a:before {
  -webkit-transform: translateY(-5px) rotate(30deg);
          transform: translateY(-5px) rotate(30deg);
}

#hd .main-hd .nav ul li ul li a:after {
  -webkit-transform: translateY(0px) rotate(-30deg);
          transform: translateY(0px) rotate(-30deg);
}

#hd .main-hd .nav ul li ul li a span {
  display: block;
  font-size: 12px;
}

#hd .main-hd .nav ul li ul li a:hover {
  background: #005daa;
  color: #fff;
  text-decoration: none;
}

#hd .main-hd .nav ul li ul li a:hover:before,
#hd .main-hd .nav ul li ul li a:hover:after {
  background: #fff;
}

#hd .main-hd .nav ul li:hover ul {
  display: block;
}

#hd .main-hd .nav .search {
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

#hd .main-hd .nav .search .inner {
  position: relative;
  right: 0;
  width: 54px;
  height: 46px;
  padding-top: 3px;
  background: #fff;
  border: solid 1px #fff;
}

#hd .main-hd .nav .search .search-trig {
  width: 34px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

#hd .main-hd .nav .search svg {
  width: 34px;
  fill: #808080;
}

#hd .main-hd .nav .search form {
  display: none;
  width: 100%;
}

#hd .main-hd .nav .search form input[type=text] {
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  padding: 5px;
  border: none;
  outline: none;
}

#hd .main-hd .nav .search form input[type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 30px;
  background: none;
  text-indent: -999em;
  z-index: 1;
}

#hd .main-hd .nav .search.open .inner {
  width: 380px;
  border: solid 1px #808080;
}

#hd .main-hd .nav .search.open form {
  display: block;
}
.sp-menu {
  display: none;
  width: 62px;
  height: 62px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 102;
}

.sp-menu.show {
  display: block;
}

.sp-menu div {
  position: relative;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#005daa), to(#589c4f));
  background: linear-gradient(90deg, #005daa, #589c4f);
  cursor: pointer;
}

.sp-menu div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #005daa;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 1;
}

.sp-menu div:hover:before {
  opacity: 0;
}

.sp-menu div:after {
  content: "MENU";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -24px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.sp-menu div span {
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  opacity: 1;
}

.sp-menu div span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -11px);
          transform: translate(-50%, -11px);
}

.sp-menu div span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.sp-menu div span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, 11px);
          transform: translate(-50%, 11px);
}

.sp-menu.hide {
  display: none;
}

.sp-menu.active div span:nth-child(1) {
  -webkit-animation: nav1 0.6s ease-out forwards;
          animation: nav1 0.6s ease-out forwards;
}

.sp-menu.active div span:nth-child(2) {
  opacity: 0;
}

.sp-menu.active div span:nth-child(3) {
  -webkit-animation: nav2 0.6s ease-out forwards;
          animation: nav2 0.6s ease-out forwards;
}
@-webkit-keyframes nav1 {
  0% {
    -webkit-transform: translate(-50%, -11px);
            transform: translate(-50%, -11px);
  }
  50% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  100% {
    -webkit-transform: translate(-50%, 0px) rotate(45deg);
            transform: translate(-50%, 0px) rotate(45deg);
  }
}
@keyframes nav1 {
  0% {
    -webkit-transform: translate(-50%, -11px);
            transform: translate(-50%, -11px);
  }
  50% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  100% {
    -webkit-transform: translate(-50%, 0px) rotate(45deg);
            transform: translate(-50%, 0px) rotate(45deg);
  }
}
@-webkit-keyframes nav2 {
  0% {
    -webkit-transform: translate(-50%, 11px);
            transform: translate(-50%, 11px);
  }
  50% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  100% {
    -webkit-transform: translate(-50%, 0px) rotate(-45deg);
            transform: translate(-50%, 0px) rotate(-45deg);
  }
}
@keyframes nav2 {
  0% {
    -webkit-transform: translate(-50%, 11px);
            transform: translate(-50%, 11px);
  }
  50% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  100% {
    -webkit-transform: translate(-50%, 0px) rotate(-45deg);
            transform: translate(-50%, 0px) rotate(-45deg);
  }
}
@-webkit-keyframes nav1sp {
  0% {
    -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
  }
  50% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  100% {
    -webkit-transform: translate(-50%, 0px) rotate(45deg);
            transform: translate(-50%, 0px) rotate(45deg);
  }
}
@keyframes nav1sp {
  0% {
    -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
  }
  50% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  100% {
    -webkit-transform: translate(-50%, 0px) rotate(45deg);
            transform: translate(-50%, 0px) rotate(45deg);
  }
}
@-webkit-keyframes nav2sp {
  0% {
    -webkit-transform: translate(-50%, 7px);
            transform: translate(-50%, 7px);
  }
  50% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  100% {
    -webkit-transform: translate(-50%, 0px) rotate(-45deg);
            transform: translate(-50%, 0px) rotate(-45deg);
  }
}
@keyframes nav2sp {
  0% {
    -webkit-transform: translate(-50%, 7px);
            transform: translate(-50%, 7px);
  }
  50% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
  100% {
    -webkit-transform: translate(-50%, 0px) rotate(-45deg);
            transform: translate(-50%, 0px) rotate(-45deg);
  }
}
.pc-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.pc-nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
}

.pc-nav .inner-nav {
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  z-index: 2;
}

.pc-nav.open {
  display: block;
  z-index: 101;
}

.pc-nav.open .inner-nav {
  opacity: 1;
}

.pc-nav.open:after {
  background: rgba(0, 0, 0, 0.4);
}

.pc-nav .nav-ctn {
  position: relative;
  width: 100%;
  padding: 40px;
  background: #fff;
}

.pc-nav .nav-ctn .logo {
  margin-bottom: 80px;
  width: 300px;
}

.pc-nav .nav-ctn .logo a {
  display: block;
  width: 100%;
}

.pc-nav .nav-ctn .logo a img {
  width: 100%;
}

.pc-nav .sub-nav {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 40px;
  padding-right: 120px;
}

.pc-nav .sub-nav ul {
  text-align: right;
}

.pc-nav .sub-nav ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.pc-nav .sub-nav ul li span {
  color: #808080;
}

.pc-nav .sub-nav ul li a {
  color: #808080;
  text-decoration: none;
}

.pc-nav .sub-nav ul li a:hover {
  color: #009e48;
}

.pc-nav .sub-nav .search {
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.pc-nav .sub-nav .search .inner {
  position: relative;
  right: 0;
  width: 54px;
  height: 46px;
  padding-top: 3px;
  background: #fff;
  border: solid 1px #fff;
}

.pc-nav .sub-nav .search .search-trig {
  width: 34px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.pc-nav .sub-nav .search svg {
  width: 34px;
  fill: #808080;
}

.pc-nav .sub-nav .search form {
  position: relative;
  display: none;
  width: 100%;
  text-align: left;
}

.pc-nav .sub-nav .search form input[type=text] {
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  padding: 5px;
  border: none;
  outline: none;
}

.pc-nav .sub-nav .search form input[type=submit] {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 30px;
  background: none;
  text-indent: -999em;
  z-index: 1;
}

.pc-nav .sub-nav .search.open .inner {
  width: 380px;
  border: solid 1px #808080;
}

.pc-nav .sub-nav .search.open form {
  display: block;
}

.pc-nav .main-nav .nav {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 80px;
  padding-left: 6%;
}

.pc-nav .main-nav .nav ul {
  font-size: 0;
}

.pc-nav .main-nav .nav ul li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08rem;
  line-height: 1.2;
  vertical-align: top;
}

.pc-nav .main-nav .nav ul li.w1 {
  width: 14%;
}

.pc-nav .main-nav .nav ul li.w2 {
  width: 12%;
}

.pc-nav .main-nav .nav ul li.w3 {
  width: 17%;
}

.pc-nav .main-nav .nav ul li.w4 {
  width: 13%;
}

.pc-nav .main-nav .nav ul li a {
  position: relative;
  padding-bottom: 6px;
  color: #808080;
  text-decoration: none;
  z-index: 2;
}

.pc-nav .main-nav .nav ul li ul {
  display: block;
  padding-top: 30px;
  text-align: left;
}

.pc-nav .main-nav .nav ul li ul li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.pc-nav .main-nav .nav ul li ul li:last-child {
  margin-bottom: 0px;
}

.pc-nav .main-nav .nav ul li ul li a {
  color: #808080;
  text-decoration: none;
}

.pc-nav .main-nav .nav ul li ul li a span {
  display: block;
  font-size: 10px;
}

.pc-nav .main-nav .nav ul li a:hover {
  color: #009e48;
  text-decoration: none;
}

.pc-nav .youtube p {
  text-align: right;
  font-size: 16px;
}

.pc-nav .youtube p a {
  color: #808080;
}

.pc-nav .youtube p a svg {
  display: inline-block;
  width: 42px;
  margin-right: 10px;
  fill: #808080;
  vertical-align: middle;
}

.pc-nav .youtube p a span {
  display: inline-block;
  vertical-align: middle;
}

.pc-nav p.copyright {
  margin-top: -12px;
  color: #808080;
  font-size: 12px;
}

.pc-nav .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
}

.pc-nav .close div {
  position: relative;
  padding-top: 30px;
  color: #808080;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}

.pc-nav .close div:before,
.pc-nav .close div:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #808080;
  position: absolute;
  left: 50%;
  top: 12px;
}

.pc-nav .close div:before {
  -webkit-transform: translateX(-50%) rotate(20deg);
          transform: translateX(-50%) rotate(20deg);
}

.pc-nav .close div:after {
  -webkit-transform: translateX(-50%) rotate(-205deg);
          transform: translateX(-50%) rotate(-205deg);
}
.sp-nav {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sp-nav .inner {
  width: 50%;
  margin: 0 0 0 auto;
  padding-top: 62px;
  background: #005daa;
}

.sp-nav ul {
  width: 100%;
}

.sp-nav ul li {
  border-top: solid 1px #00377f;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.sp-nav ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}

.sp-nav ul li a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg) skew(8deg, 8deg);
          transform: translateY(-50%) rotate(135deg) skew(8deg, 8deg);
}

.sp-nav.open {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#hd:not(.noFixed) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.56s cubic-bezier(0.33, 1, 0.68, 1);
  transition: top 0.56s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: top;
}
:is(body.is-scrolled *) #hd:not(.noFixed) {
  top: calc(var(--nkb-header-sub) * -1);
  -webkit-transition: top 0.3s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  transition: top 0.3s cubic-bezier(0.58, 0.08, 0.41, 0.93);
}

/* --------------------------------
footer
----------------------------------- */
#ft {
  background: #fff;
}

#ft .aside-ctn {
  width: 100%;
}

#ft .aside-ctn .ctn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#ft .youtube {
  width: 50%;
  height: 100%;
  background: #f0f0f0;
}

#ft .youtube a {
  display: block;
  padding: 50px 0;
  text-align: center;
  text-decoration: none;
}

#ft .youtube a span {
  color: #808080;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
}

#ft .youtube .logo {
  width: 25%;
  max-width: 135px;
  margin: 0 auto;
}

#ft .youtube .logo {
  display: block;
  padding: 8px 0;
  line-height: 1;
}

#ft .youtube .logo img {
  width: 100%;
}

#ft .youtube a:hover {
  opacity: 0.5;
}

#ft .recruit {
  width: 50%;
  height: 100%;
  background: #cdcdcd;
}

#ft .recruit a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 54px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

#ft .recruit a svg {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 18px;
  fill: #fff;
}

#ft .recruit a span {
  display: block;
}

#ft .recruit a:hover {
  color: #888;
}

#ft .recruit a:hover svg {
  fill: #888;
}

#ft .inner-ft {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 90px;
}

#ft .ft-flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ft .ft-flex .logo {
  width: 18%;
}

#ft .ft-flex .links {
  width: 16%;
}

#ft .ft-flex .links.wide {
  width: 17%;
}

#ft .ft-flex .logo h3 a {
  display: block;
  width: 100%;
  max-width: 100px;
}

#ft .ft-flex .logo h3 a img {
  width: 100%;
}

#ft .ft-flex .links h4 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

#ft .ft-flex .links h4.mb {
  margin-bottom: 15px;
}

#ft .ft-flex .links h4 a {
  color: #4d4d4d;
  text-decoration: none;
}

#ft .ft-flex .links ul.mb {
  margin-bottom: 25px;
}

#ft .ft-flex .links ul li {
  padding: 4px 0;
  font-size: 12px;
  line-height: 1.25;
}

#ft .ft-flex .links ul li a {
  color: #4d4d4d;
  text-decoration: none;
}

#ft .ft-flex .links ul li a span {
  display: block;
  font-size: 8px;
}

#ft .ft-flex .links ul.aside li {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

#ft .ft-flex .links h4 a:hover,
#ft .ft-flex .links ul li a:hover {
  color: #009e48;
}

#ft .copyright {
  background: #F0F0F0;
  padding: 20px 0;
}

#ft .copyright p {
  color: #4d4d4d;
  font-size: 13px;
  letter-spacing: 0.1rem;
  text-align: center;
}
.pagetop {
  position: fixed;
  right: 5%;
  bottom: 30px;
  width: 60px;
  z-index: 100;
}

.pagetop a {
  display: block;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.pagetop a img {
  width: 100%;
}

.pagetop a:hover {
  opacity: 0.8;
}

/* --------------------------------
footer
----------------------------------- */
#ftArchives {
  padding: 140px 0 80px;
  background: #F0F0F0;
}
#ftArchives .title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.3;
  color: #000;
}
#ftArchives .title + * {
  margin-top: 24px;
}

#ftArchivesL3,
#ftArchivesL4 {
  padding: 120px 0 70px;
  background: #F0F0F0;
}
#ftArchivesL3 .container,
#ftArchivesL4 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ftArchivesL3 .container > *,
#ftArchivesL4 .container > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  height: 120px;
}
#ftArchivesL3 .item.is-current,
#ftArchivesL4 .item.is-current {
  pointer-events: none;
}
#ftArchivesL3 .item.is-current .link::before,
#ftArchivesL4 .item.is-current .link::before {
  background-color: #000;
}
#ftArchivesL3 .link,
#ftArchivesL4 .link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: min(166px, 10.375vw);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
#ftArchivesL3 .link::before, #ftArchivesL3 .link::after,
#ftArchivesL4 .link::before,
#ftArchivesL4 .link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ftArchivesL3 .link::before,
#ftArchivesL4 .link::before {
  z-index: 1;
  background-color: #005daa;
  mix-blend-mode: multiply;
  opacity: 0.7;
  -webkit-transition: 0.42s ease;
  transition: 0.42s ease;
}
#ftArchivesL3 .link::after,
#ftArchivesL4 .link::after {
  z-index: 0;
  background: #555 center no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.42s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  transition: -webkit-transform 0.42s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  transition: transform 0.42s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  transition: transform 0.42s cubic-bezier(0.58, 0.08, 0.41, 0.93), -webkit-transform 0.42s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.0001);
          transform: scale(1.0001);
}
#ftArchivesL3 .link .text,
#ftArchivesL4 .link .text {
  position: relative;
  z-index: 2;
  font-size: min(18px, 1.125vw);
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
#ftArchivesL3.category-company .link.company::after,
#ftArchivesL4.category-company .link.company::after {
  background-image: url(assets/img/company/footer-index.webp);
}
#ftArchivesL3.category-company .link.company-greeting::after,
#ftArchivesL4.category-company .link.company-greeting::after {
  background-image: url(assets/img/company/footer-greeting.webp);
}
#ftArchivesL3.category-company .link.company-philosophy::after,
#ftArchivesL4.category-company .link.company-philosophy::after {
  background-image: url(assets/img/company/footer-philosophy.webp);
}
#ftArchivesL3.category-company .link.company-enkaku::after,
#ftArchivesL4.category-company .link.company-enkaku::after {
  background-image: url(assets/img/company/footer-enkaku.webp);
}
#ftArchivesL3.category-company .link.company-organization::after,
#ftArchivesL4.category-company .link.company-organization::after {
  background-image: url(assets/img/company/footer-organization.webp);
}
#ftArchivesL3.category-company .link.company-office::after,
#ftArchivesL4.category-company .link.company-office::after {
  background-image: url(assets/img/company/footer-office.webp);
}
#ftArchivesL3.category-company .link.company-environment::after,
#ftArchivesL4.category-company .link.company-environment::after {
  background-image: url(assets/img/company/footer-environment.webp);
}
#ftArchivesL3.category-company .link.company-actionplan::after,
#ftArchivesL4.category-company .link.company-actionplan::after {
  background-image: url(assets/img/company/footer-actionplan.webp);
}
#ftArchivesL3.category-company .link.company-topics::after,
#ftArchivesL4.category-company .link.company-topics::after {
  background-image: url(assets/img/company/footer-topics.webp);
}
#ftArchivesL3.category-ir .link.ir-plan::after,
#ftArchivesL4.category-ir .link.ir-plan::after {
  background-image: url(assets/img/ir/footer-plan.webp);
}
#ftArchivesL3.category-ir .link.ir-publicnotice::after,
#ftArchivesL4.category-ir .link.ir-publicnotice::after {
  background-image: url(assets/img/ir/footer-publicnotice.webp);
}
#ftArchivesL3.category-ir .link.ir-library::after,
#ftArchivesL4.category-ir .link.ir-library::after {
  background-image: url(assets/img/ir/footer-library.webp);
}
#ftArchivesL3.category-ir .link.ir-businessreport::after,
#ftArchivesL4.category-ir .link.ir-businessreport::after {
  background-image: url(assets/img/ir/footer-businessreport.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-pipelinesTop::after,
#ftArchivesL4.category-jigyo .link.jigyo-pipelinesTop::after {
  background-image: url(assets/img/jigyo/footer-pipelinesTop.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-pipelinesCorrosion::after,
#ftArchivesL4.category-jigyo .link.jigyo-pipelinesCorrosion::after {
  background-image: url(assets/img/jigyo/footer-pipelinesCorrosion.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-pipelinesCathodic::after,
#ftArchivesL4.category-jigyo .link.jigyo-pipelinesCathodic::after {
  background-image: url(assets/img/jigyo/footer-pipelinesCathodic.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-pipelinesMaintenance::after,
#ftArchivesL4.category-jigyo .link.jigyo-pipelinesMaintenance::after {
  background-image: url(assets/img/jigyo/footer-pipelinesMaintenance.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-pipelinesOriginal::after,
#ftArchivesL4.category-jigyo .link.jigyo-pipelinesOriginal::after {
  background-image: url(assets/img/jigyo/footer-pipelinesOriginal.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-marineTop::after,
#ftArchivesL4.category-jigyo .link.jigyo-marineTop::after {
  background-image: url(assets/img/jigyo/footer-marineTop.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-marineCathodic::after,
#ftArchivesL4.category-jigyo .link.jigyo-marineCathodic::after {
  background-image: url(assets/img/jigyo/footer-marineCathodic.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-marineHeavy-duty::after,
#ftArchivesL4.category-jigyo .link.jigyo-marineHeavy-duty::after {
  background-image: url(assets/img/jigyo/footer-marineHeavy-duty.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-marineMaintenance::after,
#ftArchivesL4.category-jigyo .link.jigyo-marineMaintenance::after {
  background-image: url(assets/img/jigyo/footer-marineMaintenance.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-facilitiesTop::after,
#ftArchivesL4.category-jigyo .link.jigyo-facilitiesTop::after {
  background-image: url(assets/img/jigyo/footer-facilitiesTop.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-facilitiesCathodic::after,
#ftArchivesL4.category-jigyo .link.jigyo-facilitiesCathodic::after {
  background-image: url(assets/img/jigyo/footer-facilitiesCathodic.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-facilitiesFeion::after,
#ftArchivesL4.category-jigyo .link.jigyo-facilitiesFeion::after {
  background-image: url(assets/img/jigyo/footer-facilitiesFeion.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-facilitiesCreature::after,
#ftArchivesL4.category-jigyo .link.jigyo-facilitiesCreature::after {
  background-image: url(assets/img/jigyo/footer-facilitiesCreature.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-zapseries::after,
#ftArchivesL4.category-jigyo .link.jigyo-zapseries::after {
  background-image: url(assets/img/jigyo/footer-zapseries.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-saltdamageTop::after,
#ftArchivesL4.category-jigyo .link.jigyo-saltdamageTop::after {
  background-image: url(assets/img/jigyo/footer-saltdamageTop.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-saltdamage::after,
#ftArchivesL4.category-jigyo .link.jigyo-saltdamage::after {
  background-image: url(assets/img/jigyo/footer-saltdamage.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-saltdamageInvestigation::after,
#ftArchivesL4.category-jigyo .link.jigyo-saltdamageInvestigation::after {
  background-image: url(assets/img/jigyo/footer-saltdamageInvestigation.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-saltdamageCathodic::after,
#ftArchivesL4.category-jigyo .link.jigyo-saltdamageCathodic::after {
  background-image: url(assets/img/jigyo/footer-saltdamageCathodic.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-saltdamageMaintenance::after,
#ftArchivesL4.category-jigyo .link.jigyo-saltdamageMaintenance::after {
  background-image: url(assets/img/jigyo/footer-saltdamageMaintenance.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-kokusai::after,
#ftArchivesL4.category-jigyo .link.jigyo-kokusai::after {
  background-image: url(assets/img/jigyo/footer-kokusai.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-offshorewindpower::after,
#ftArchivesL4.category-jigyo .link.jigyo-offshorewindpower::after {
  background-image: url(assets/img/jigyo/footer-offshorewindpower.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-offshorewindpoweroverview::after,
#ftArchivesL4.category-jigyo .link.jigyo-offshorewindpoweroverview::after {
  background-image: url(assets/img/jigyo/footer-offshorewindpoweroverview.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-offshorewindpowersolution::after,
#ftArchivesL4.category-jigyo .link.jigyo-offshorewindpowersolution::after {
  background-image: url(assets/img/jigyo/footer-offshorewindpowersolution.webp);
}
#ftArchivesL3.category-jigyo .link.jigyo-offshorewindpowerachievements::after,
#ftArchivesL4.category-jigyo .link.jigyo-offshorewindpowerachievements::after {
  background-image: url(assets/img/jigyo/footer-offshorewindpowerachievements.webp);
}
#ftArchivesL3.category-tech .link.tech-electriccorrosionprotection::after,
#ftArchivesL4.category-tech .link.tech-electriccorrosionprotection::after {
  background-image: url(assets/img/tech/footer-electriccorrosionprotection.webp);
}
#ftArchivesL3.category-tech .link.tech-nakabohreport::after,
#ftArchivesL4.category-tech .link.tech-nakabohreport::after {
  background-image: url(assets/img/tech/footer-nakabohreport.webp);
}
#ftArchivesL3.category-tech .link.tech-ronbun::after,
#ftArchivesL4.category-tech .link.tech-ronbun::after {
  background-image: url(assets/img/tech/footer-ronbun.webp);
}
#ftArchivesL3.category-tech .link.tech-presentation::after,
#ftArchivesL4.category-tech .link.tech-presentation::after {
  background-image: url(assets/img/tech/footer-presentation.webp);
}
#ftArchivesL3.category-tech .link.tech-products::after,
#ftArchivesL4.category-tech .link.tech-products::after {
  background-image: url(assets/img/tech/footer-products.webp);
}

/* --------------------------------
Wrapper
----------------------------------- */
#wrapper {
  padding-top: var(--nkb-header, 129px);
  /* temp */
  overflow: hidden;
}

/* --------------------------------
Container
----------------------------------- */
.l-container:not(:is(.l-container *)) {
  padding-inline: min(100px, 6.25vw);
}
.l-container.padding {
  padding-block: min(140px, 12.5vw);
}
.l-container.padding-top {
  padding-top: min(140px, 12.5vw);
}
.l-container.padding-bottom {
  padding-bottom: min(140px, 12.5vw);
}
.l-container.padding:has(> .c-box_white) {
  padding-block: min(60px, 3.75vw) 0;
}
.l-container.padding:has(> .c-box_white) .c-box_white {
  background: #FFF;
  padding: min(200px, 8.75vw) min(94px, 5.875vw);
}

.l-inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

/* --------------------------------
Grid
----------------------------------- */
.l-grid {
  display: grid;
}

.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gap-0 {
  gap: 0px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-x-0 {
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
.gap-4 {
  gap: 4px;
}
.gap-y-4 {
  row-gap: 4px;
}
.gap-x-4 {
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.gap-16 {
  gap: 16px;
}
.gap-y-16 {
  row-gap: 16px;
}
.gap-x-16 {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.gap-24 {
  gap: 24px;
}
.gap-y-24 {
  row-gap: 24px;
}
.gap-x-24 {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-y-32 {
  row-gap: 32px;
}
.gap-x-32 {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.gap-40 {
  gap: 40px;
}
.gap-y-40 {
  row-gap: 40px;
}
.gap-x-40 {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-y-50 {
  row-gap: 50px;
}
.gap-x-50 {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.gap-80 {
  gap: 80px;
}
.gap-y-80 {
  row-gap: 80px;
}
.gap-x-80 {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.gap-100 {
  gap: 100px;
}
.gap-y-100 {
  row-gap: 100px;
}
.gap-x-100 {
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
/* --------------------------------
c-inner
----------------------------------- */
/* --------------------------------
c-box
----------------------------------- */
.c-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  padding: 0.85em;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.6;
  border: 1px solid #005daa;
  border-radius: 18px;
}
.c-box.type-warning {
  border-color: #DC1414;
  color: #DC1414;
}
.c-box.type-warning::before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  width: 1.375em;
  aspect-ratio: 33/30;
  -webkit-mask-image: url(assets/img/common/icon_warning.svg);
          mask-image: url(assets/img/common/icon_warning.svg);
  background-color: #DC1414;
}

.c-box-2 {
  margin-bottom: 24px;
}
.c-box-2:last-child {
  margin-bottom: 0;
}
.c-box-2 .c-box-2_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  line-height: 2.2;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.c-box-2 .c-box-2_label > * {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.67;
}
.c-box-2 .c-box-2_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-box-2 .c-box-2_content > * {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.c-box-2 .c-box-2_content > *:not(:first-child) {
  margin-top: 32px;
}

.c-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-box-3 .c-box-3_image img {
  width: 100%;
}
.c-box-3 .c-box-3_image figcaption {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  text-align: center;
  margin-top: 20px;
}
.c-box-3 .c-box-3_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.25vw;
}
.c-video .c-video_source {
  height: 100%;
}
.c-video .c-video_source.lite-yt {
  width: 100%;
}
.c-video .c-video_source.lite-yt lite-youtube {
  max-width: inherit;
}
.c-video .c-video_expansion {
  position: relative;
  width: 300px;
  min-height: 50px;
  color: #FFF;
  text-align: center;
  border: 1px solid #808080;
  background: #808080;
  padding: 8px 10px;
}
.c-video .c-video_expansion::before {
  background: #404040;
}
.c-video .c-video_expansion::after {
  content: none !important;
}
.c-video .c-video_expansion .expansion {
  position: absolute;
  top: calc(50% - 14px);
  right: 20px;
  margin: 0;
}
.c-video .c-video_expansion .expansion::after {
  height: 28px;
  width: 28px;
  background: #FFF;
}

.c-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-more .c-more_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 500px;
  height: 55px;
  color: #000;
  border: 1px solid #4D4D4D;
  border-radius: 50px;
  padding: 0.5em 1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.c-more .c-more_label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
  width: 16px;
  height: 16px;
  border: solid #4D4D4D;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.c-more .c-more_label:hover {
  color: #FFF;
  background: #4D4D4D;
}
.c-more .c-more_label:hover::after {
  border: solid #FFF;
  border-width: 0 1px 1px 0;
  top: calc(50% - 10px);
}
.c-more .c-more_content {
  width: 100%;
}
.c-more.open .c-more_label::after {
  top: calc(50% - 5px);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-more .c-more_cassette {
  display: none;
}

.reportSection:not(:first-child) {
  margin-top: 100px;
}
.reportSection .reportList {
  display: grid;
  row-gap: min(85px, 6.640625vw);
}
.reportSection .reportList .reportList_block {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  -webkit-transition: opacity 0.32s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.32s cubic-bezier(0.33, 1, 0.68, 1);
}
.reportSection .reportList .reportList_block:has(> .visual) {
  grid-template-columns: minmax(100px, 13.28%) 1fr;
  -webkit-column-gap: 3.90625%;
     -moz-column-gap: 3.90625%;
          column-gap: 3.90625%;
}
.reportSection .reportList .reportList_block .visual img {
  display: block;
  width: 100%;
  border: 1px solid #B4B4B4;
  margin-inline: auto;
}
.reportSection .reportList .reportList_block .content {
  position: relative;
  text-decoration: none;
  padding-left: min(84px, 6.5625vw);
}
.reportSection .reportList .reportList_block .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 36/40;
  width: min(36px, 2.8125vw);
  background: url(assets/img/common/icon_pdf-black.svg) 0 0 no-repeat;
  background-size: contain;
}
.reportSection .reportList .reportList_block .content .c-list {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
}
.reportSection .reportList .reportList_block .content .c-list > li::before {
  background: #005daa;
}
.reportSection .reportList .reportList_block .content .c-list > li:not(:first-child) {
  margin-top: 0.25em;
}
.reportSection .reportList .reportList_block .title {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  font-weight: 500;
  color: #005daa;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #005daa;
}

.js-carousel {
  position: relative;
}
.js-carousel .js-carousel_list .js-carousel_img {
  position: relative;
  margin: 0 25px;
}
.js-carousel .js-carousel_list .js-carousel_img img {
  width: 100%;
}
.js-carousel .js-carousel_list .js-carousel_img span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #FFF;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  min-width: 220px;
  min-height: 35px;
  line-height: 1.2;
  background: #005daa;
  padding: 0 30px;
}
.js-carousel .js-carousel_list .slick-list {
  overflow: visible;
}
.js-carousel .js-carousel_list .slick-dots {
  bottom: 8px;
  right: 40px;
  width: auto;
}
.js-carousel .js-carousel_list .slick-dots li {
  width: 20px;
  margin: 0 5px;
}
.js-carousel .js-carousel_list .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.js-carousel .js-carousel_list .slick-dots li button:hover, .js-carousel .js-carousel_list .slick-dots li button:focus {
  outline: none;
}
.js-carousel .js-carousel_list .slick-dots li button:hover:before, .js-carousel .js-carousel_list .slick-dots li button:focus:before {
  opacity: 0.8;
}
.js-carousel .js-carousel_list .slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #005daa;
  background: #fff;
  opacity: 1;
}
.js-carousel .js-carousel_list .slick-dots li.slick-active button:before {
  background: #005daa;
}
.js-carousel .js-carousel_pause {
  position: absolute;
  bottom: 0;
  right: 0;
}
.js-carousel .js-carousel_pause span {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #005daa;
}
.js-carousel .js-carousel_pause span:hover {
  cursor: pointer;
}
.js-carousel .js-carousel_pause span::before, .js-carousel .js-carousel_pause span::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  width: 2px;
  height: 14px;
  background: #FFF;
}
.js-carousel .js-carousel_pause span::before {
  left: 11px;
}
.js-carousel .js-carousel_pause span::after {
  right: 11px;
}
.js-carousel .js-carousel_pause.paused span::before {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #005daa;
  border-width: 0.375em 0.64952em;
  border-left-color: #FFF;
  border-right: 0;
}
.js-carousel .js-carousel_pause.paused span::after {
  content: none;
}

.c-example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: min(50px, 3.125vw);
  margin-bottom: min(50px, 3.125vw);
}
.c-example .c-example_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(280px, 17.5vw);
  min-height: min(40px, 2.5vw);
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  color: #FFF;
  text-align: center;
  background: #005daa;
}
.c-example .c-example_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-example .c-example_content > * {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
}
.c-example .c-example_content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  gap: min(25px, 1.5625vw);
}

/* --------------------------------
c-title
----------------------------------- */
.c-title {
  position: relative;
  width: 100%;
  height: calc(100dvh - var(--nkb-header, 129px));
  text-align: center;
}
.c-title .c-title_inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 22px;
  height: 100%;
}
.c-title .c-title_main {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 81px;
  max-width: 700px;
  height: 4.5em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: min(36px, 2.25vw);
  letter-spacing: 0.37em;
  text-indent: 0.6em;
  line-height: 1;
  color: #fff;
  background: #005daa no-repeat;
  background-size: auto 100%;
  background-image: url(assets/img/common/title-attach-left.svg), url(assets/img/common/title-attach-right.svg);
  background-position: left top, right bottom;
  overflow: hidden;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  opacity: 0;
  -webkit-transition: width 0.65s 0.6s cubic-bezier(0.58, 0.08, 0.41, 0.93), opacity 0.8s 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.65s 0.6s cubic-bezier(0.58, 0.08, 0.41, 0.93), opacity 0.8s 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.65s 0.6s cubic-bezier(0.58, 0.08, 0.41, 0.93), transform 0.8s 0.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.65s 0.6s cubic-bezier(0.58, 0.08, 0.41, 0.93), transform 0.8s 0.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform, opacity, width;
}
.c-title .c-title_main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: -webkit-transform 0.72s 0.9s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  transition: -webkit-transform 0.72s 0.9s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  transition: transform 0.72s 0.9s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  transition: transform 0.72s 0.9s cubic-bezier(0.58, 0.08, 0.41, 0.93), -webkit-transform 0.72s 0.9s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  will-change: transform;
  vertical-align: middle;
  line-height: 1;
}
.c-title .c-title_sub {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4em;
  padding: 0 1.75em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #005daa;
  background: #fff;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  opacity: 0;
  -webkit-transition: 0.68s 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.68s 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform, opacity;
}
.c-title .c-title_sub > * {
  line-height: 1.5em;
}
.c-title .c-title_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-title .c-title_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.is-loaded .c-title .c-title_main {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  width: 700px;
}
body.is-loaded .c-title .c-title_main span {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.is-loaded .c-title .c-title_sub {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.c-titleTite {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
}
.c-titleTite .c-titleTite_inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 12px;
  height: 100%;
}
.c-titleTite .c-titleTite_inner > * {
  position: relative;
  overflow: hidden;
}
.c-titleTite .c-titleTite_inner > *::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
}
.c-titleTite .c-titleTite_inner > * > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 0;
  -webkit-transition: 0s ease 0.75s;
  transition: 0s ease 0.75s;
}
.c-titleTite .c-titleTite_main {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(40px, 2.5vw);
  line-height: 1;
}
.c-titleTite .c-titleTite_main span {
  -webkit-column-gap: 0.12em;
     -moz-column-gap: 0.12em;
          column-gap: 0.12em;
  vertical-align: middle;
  line-height: 1;
}
.c-titleTite .c-titleTite_sub {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(14px, 0.875vw);
  font-weight: 500;
  line-height: 1;
}
.c-titleTite .c-titleTite_sub > * {
  -webkit-column-gap: 0.1em;
     -moz-column-gap: 0.1em;
          column-gap: 0.1em;
  line-height: 1em;
}
.c-titleTite .c-titleTite_sub > * > *:empty {
  width: 0.5em;
}
.c-titleTite .c-titleTite_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-titleTite .c-titleTite_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-titleTite.mode-light {
  color: #000;
}
body.is-loaded .c-titleTite .c-titleTite_main::before,
body.is-loaded .c-titleTite .c-titleTite_sub::before {
  -webkit-animation: anime-titleTiteCurtain 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards, anime-titleCurtainOpacity 1.2s steps(1, end) forwards;
          animation: anime-titleTiteCurtain 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards, anime-titleCurtainOpacity 1.2s steps(1, end) forwards;
}
body.is-loaded .c-titleTite .c-titleTite_main > *,
body.is-loaded .c-titleTite .c-titleTite_sub > * {
  opacity: 1;
}
body.is-loaded .c-titleTite .c-titleTite_main > *.adjust,
body.is-loaded .c-titleTite .c-titleTite_sub > *.adjust {
  display: block;
}
body.is-loaded .c-titleTite .c-titleTite_main > *.adjust span,
body.is-loaded .c-titleTite .c-titleTite_sub > *.adjust span {
  line-height: 1.2;
}
@-webkit-keyframes anime-titleTiteCurtain {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes anime-titleTiteCurtain {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes anime-titleCurtainOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-titleCurtainOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* --------------------------------
c-heading
----------------------------------- */
.c-heading-1 {
  letter-spacing: 0.1em;
  font-size: min(2.5vw, 32px);
  margin-bottom: 1em;
  text-align: center;
  font-weight: 500;
  color: #005daa;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.c-heading-2 {
  position: relative;
  letter-spacing: 0.1em;
  font-size: min(2.5vw, 32px);
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: 500;
  color: #005daa;
  line-height: 1.5;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #005daa;
}
.c-heading-2:not(:first-child) {
  margin-top: 4em;
}
.c-heading-2:has(.c-icon) {
  padding: 0 100px 0.5em;
}
.c-heading-2 .c-icon {
  position: absolute;
  top: calc(50% - 26.5px);
  right: 50px;
}

.c-heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: min(2.5vw, 32px);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #000;
  padding: 0 40px 10px;
  margin: 0 auto 2.6041666667vw;
}
.c-heading-3::before, .c-heading-3::after {
  content: "";
  position: absolute;
  background: #009e48;
  height: 24px;
  width: 20px;
}
.c-heading-3::before {
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-heading-3::after {
  right: 0;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.c-heading-4 {
  font-size: min(2.5vw, 32px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.c-heading-5 {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  padding: 0.889em;
  text-align: center;
  line-height: 1;
  background: #005daa;
  color: #fff;
  letter-spacing: 0.5em;
}
.c-heading-5 + * {
  margin-top: 64px;
}

.c-heading-6 {
  letter-spacing: 0.1em;
  font-size: min(2.5vw, 32px);
  display: block;
  padding: 0.375em 0.5em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 93, 170)), color-stop(50%, rgb(0, 126, 120)), to(rgb(0, 158, 72)));
  background: linear-gradient(90deg, rgb(0, 93, 170) 0%, rgb(0, 126, 120) 50%, rgb(0, 158, 72) 100%);
}
.c-heading-6 + * {
  margin-top: 32px;
}

.c-heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  height: min(40px, 2.5vw);
  width: min(206px, 12.875vw);
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  color: #005daa;
  margin: min(30px, 1.875vw) auto;
}
.c-heading-7::before, .c-heading-7::after {
  content: "";
  position: absolute;
  width: min(36px, 2.25vw);
  height: min(50px, 3.125vw);
  background: #005daa;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.c-heading-7::before {
  top: max(-23px, -1.4375vw);
  left: max(-23px, -1.4375vw);
}
.c-heading-7::after {
  bottom: max(-23px, -1.4375vw);
  right: max(-23px, -1.4375vw);
}

/* --------------------------------
c-text
----------------------------------- */
.c-text {
  font-size: min(1.40625vw, 18px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #000;
}
.c-text:not(:first-child) {
  margin-top: 1em;
}
.c-text.size-sm {
  font-size: min(18px, 1.125vw);
}
.c-text.leading-lg {
  line-height: 2.08;
}

.c-sentence {
  letter-spacing: 0.1em;
  font-size: min(1.875vw, 24px);
  line-height: 1.75;
  letter-spacing: 0.3em;
  text-align: center;
}

/* --------------------------------
c-textLink
----------------------------------- */
.c-textLink {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  padding-bottom: 2px;
  vertical-align: baseline;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.9;
  color: #005daa;
  text-decoration: none;
  -webkit-transition: opacity 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005daa), to(#005daa));
  background-image: linear-gradient(#005daa, #005daa);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.c-textLink:not(:first-child) {
  margin-top: 1em;
}
.c-textLink > .c-icon {
  vertical-align: middle;
}
.c-textLink > .c-icon::after {
  width: 1em;
  background-color: #005daa;
}
@-webkit-keyframes textLineAnime {
  0% {
    background-position: bottom right;
    background-size: 100% 1px;
  }
  45% {
    background-position: bottom right;
    background-size: 0 1px;
  }
  55% {
    background-position: bottom left;
    background-size: 0 1px;
  }
  100% {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
@keyframes textLineAnime {
  0% {
    background-position: bottom right;
    background-size: 100% 1px;
  }
  45% {
    background-position: bottom right;
    background-size: 0 1px;
  }
  55% {
    background-position: bottom left;
    background-size: 0 1px;
  }
  100% {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.c-textLink.size-sm {
  font-size: min(18px, 1.125vw);
}

.c-arrowLink {
  position: relative;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  text-decoration: none;
  padding-right: 30px;
}
.c-arrowLink::after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: calc(50% - 2.38px);
  width: 20px;
  aspect-ratio: 21/5;
  -webkit-mask-image: url(assets/img/common/icon_arrow.svg);
          mask-image: url(assets/img/common/icon_arrow.svg);
  background-color: #005daa;
  margin-left: 0.5em;
}

/* --------------------------------
c-icon
----------------------------------- */
.c-icon {
  vertical-align: text-top;
}
.c-icon::after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  width: 1.25em;
}
.c-icon.pdf::after {
  -webkit-mask: none;
          mask: none;
  background: url(assets/img/common/icon_pdf-black.svg) center no-repeat;
  background-size: contain;
}
.c-icon.pdf-white::after {
  background: transparent url(assets/img/common/icon_pdf-white.svg) no-repeat !important;
}
.c-icon.excel::after {
  -webkit-mask-image: url(assets/img/common/icon_excel.svg);
          mask-image: url(assets/img/common/icon_excel.svg);
}
.c-icon.mail::after {
  -webkit-mask-image: url(assets/img/common/icon_mail.svg);
          mask-image: url(assets/img/common/icon_mail.svg);
}
.c-icon.upload::after {
  -webkit-mask-image: url(assets/img/common/icon_upload.svg);
          mask-image: url(assets/img/common/icon_upload.svg);
}
.c-icon.movie::after {
  background: url(assets/img/common/icon_movie.svg) no-repeat !important;
}
.c-icon.expansion::after {
  -webkit-mask-image: url(assets/img/common/icon_expansion.svg);
          mask-image: url(assets/img/common/icon_expansion.svg);
}
.c-icon.branch-office::after {
  background: #005DAA;
  -webkit-mask-image: url(assets/img/common/icon-branch-office.svg);
          mask-image: url(assets/img/common/icon-branch-office.svg);
}
.c-icon.business-office::after {
  background: #808080;
  -webkit-mask-image: url(assets/img/common/icon-business-office.svg);
          mask-image: url(assets/img/common/icon-business-office.svg);
}
.c-icon.factory::after {
  background: #009E48;
  -webkit-mask-image: url(assets/img/common/icon-factory.svg);
          mask-image: url(assets/img/common/icon-factory.svg);
}

.c-icon_blank {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  color: #000;
  text-decoration: none;
}
.c-icon_blank::after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  -webkit-mask-image: url(assets/img/common/icon-blank.svg);
          mask-image: url(assets/img/common/icon-blank.svg);
  width: 1.5em;
  aspect-ratio: 43/33;
  background-color: #000;
}

.c-arrow_bottom {
  position: relative;
  padding-right: 1.5em;
}
.c-arrow_bottom::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  height: 8px;
  width: 8px;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -6px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-arrow_bottom:hover::after {
  margin: -2px 0 0 0;
}

/* --------------------------------
c-button
----------------------------------- */
.c-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #005daa;
  padding: 1em 60px;
  font-size: 24px;
  font-weight: 500;
  color: #005daa;
  letter-spacing: 0.15em;
  line-height: 1.4;
  overflow: hidden;
  -webkit-transition: color 0.42s 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.42s 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005daa;
  -webkit-transition: 0.36s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  transition: 0.36s cubic-bezier(0.58, 0.08, 0.41, 0.93);
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
}
.c-button:not(.icon-none)::after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  top: calc(50% - 0.67em);
  -webkit-mask-image: url(assets/img/common/icon_arrow.svg);
          mask-image: url(assets/img/common/icon_arrow.svg);
  width: 1.34em;
  background: #005daa;
}
.c-button > * {
  position: relative;
  z-index: 2;
}
.c-button .c-button_sub {
  font-size: 0.75em;
  letter-spacing: 0.15;
}
.c-button .c-icon {
  margin-inline: 0.5em;
  line-height: 1;
}
.c-button .c-icon::after {
  background-color: #005daa;
}
.c-button[href*=".xlsx"]::after {
  width: 1.458em;
  -webkit-mask-image: url(assets/img/common/icon_excel.svg);
          mask-image: url(assets/img/common/icon_excel.svg);
}
.c-button[href*=".pdf"]::after {
  width: 1.458em;
  -webkit-mask: none;
          mask: none;
  background: url(assets/img/common/icon_pdf-black.svg) center no-repeat;
  background-size: contain;
}
.c-button.color-blue {
  background-color: #005daa;
  color: #fff;
}
.c-button.color-blue::before {
  background: rgb(0, 65.1, 119);
}
.c-button.color-blue::after {
  background-color: #fff;
}
.c-button.color-blue .c-icon::after {
  background-color: #fff;
}
.c-button.color-blue[href*=".pdf"]::after {
  background-image: url(assets/img/common/icon_pdf-white.svg);
}

/* --------------------------------
c-table
----------------------------------- */
.c-table_container {
  overflow: auto;
  position: relative;
}
.c-table_container:not(.wrap) {
  white-space: nowrap;
}

.c-table-1 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-table-1.border {
  border-top: 1px solid #005daa;
}
.c-table-1 tr {
  border-bottom: 1px solid #005daa;
}
.c-table-1 tr th,
.c-table-1 tr td {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  font-weight: normal;
  letter-spacing: 0.15em;
  text-align: left;
  padding: 16px 10px;
}
.c-table-1 tr td .col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-table-1 tr td .col-2 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(50% - 0.5px);
      -ms-flex: 1 1 calc(50% - 0.5px);
          flex: 1 1 calc(50% - 0.5px);
  padding: 0 1.5625vw;
}
.c-table-1 tr td .col-2 > *:first-child {
  padding-left: 0;
}
.c-table-1 tr td .border > * {
  border-right: 1px solid #005daa;
}
.c-table-1 tr td .border > *:last-child {
  border-right: none;
}
.c-table-1 tr td .dashed > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
.c-table-1 tr td .dashed > *::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #000;
}
.c-table-1 tr td .dashed > * > * {
  position: relative;
  z-index: 1;
  background: #FFF;
}
.c-table-1 tr td .dashed > * > *:first-child {
  padding-right: 0.5208333333vw;
}
.c-table-1 tr td .dashed > * > *:last-child {
  padding-left: 0.5208333333vw;
}

.c-table-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  position: relative;
  z-index: 10;
}
.c-table-2 .adjust tr > * {
  border-right: none;
  padding: 0;
}
.c-table-2 .adjust tr > * span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #005daa;
  padding: 0 16px;
  margin: 10px 0;
}
.c-table-2 .adjust tr > *:last-child span {
  border-right: none;
}
.c-table-2 thead tr > *,
.c-table-2 tbody tr > * {
  color: #000;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.15em;
  border-right: 1px solid #005daa;
  border-bottom: 1px solid #005daa;
  background: #FFF;
  padding: 10px 16px;
}
.c-table-2 thead tr > *:first-child,
.c-table-2 tbody tr > *:first-child {
  border-left: none;
}
.c-table-2 thead tr > *:last-child,
.c-table-2 tbody tr > *:last-child {
  border-right: none;
}
.c-table-2 thead th {
  text-align: center;
  border-top: none;
}
.c-table-2 tbody tr:last-child th,
.c-table-2 tbody tr:last-child td {
  border-bottom: none;
}
.c-table-2.sticky thead tr > *,
.c-table-2.sticky tbody tr > * {
  font-weight: normal;
}
.c-table-2.sticky thead tr > *:nth-child(2),
.c-table-2.sticky tbody tr > *:nth-child(2) {
  border-left: none;
}
.c-table-2.sticky thead {
  position: relative;
  z-index: 10;
}
.c-table-2.sticky thead tr {
  position: relative;
  z-index: 10;
}
.c-table-2.sticky thead th {
  position: relative;
  z-index: 90;
  border-bottom: none;
}
.c-table-2.sticky thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  border-right: 1px solid #005daa;
}
.c-table-2.sticky thead th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #005daa;
}
.c-table-2.sticky thead.adjust tr > * {
  border-right: none;
}
.c-table-2.sticky tbody {
  position: relative;
  z-index: 5;
}
.c-table-2.sticky tbody tr:first-child th,
.c-table-2.sticky tbody tr:first-child td {
  position: relative;
  border-top: none;
}
.c-table-2.sticky tbody tr {
  position: relative;
  z-index: 5;
}
.c-table-2.sticky tbody th {
  position: relative;
  z-index: -3;
}
.c-table-2.sticky tbody td {
  position: relative;
  z-index: -4;
}
.c-table-2.border {
  border: 1px solid #005daa;
}
.c-table-2.border.sticky {
  border-left: none;
}
.c-table-2.border.sticky thead tr > *:first-child::before,
.c-table-2.border.sticky tbody tr > *:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #005daa;
}

.c-table-3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
}
.c-table-3 .adjust tr > * {
  border-right: none;
  padding: 0;
}
.c-table-3 .adjust tr > * span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #005daa;
  padding: 0 16px;
  margin: 10px 0;
}
.c-table-3 .adjust tr > *:last-child span {
  border-right: none;
}
.c-table-3 thead tr > *,
.c-table-3 tbody tr > * {
  color: #000;
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #005daa;
  background: #FFF;
  padding: 10px 16px;
}
.c-table-3 thead tr > *:first-child,
.c-table-3 tbody tr > *:first-child {
  border-left: none;
}
.c-table-3 thead tr > *:last-child,
.c-table-3 tbody tr > *:last-child {
  border-right: none;
}
.c-table-3 thead th {
  text-align: center;
  border-top: none;
}
.c-table-3 tbody tr:last-child th,
.c-table-3 tbody tr:last-child td {
  border-bottom: none;
}
.c-table-3.sticky thead tr > *,
.c-table-3.sticky tbody tr > * {
  font-weight: normal;
}
.c-table-3.sticky thead tr > *:nth-child(2),
.c-table-3.sticky tbody tr > *:nth-child(2) {
  border-left: none;
}
.c-table-3.sticky thead {
  position: relative;
  z-index: 2;
}
.c-table-3.sticky thead th {
  border-bottom: none;
}
.c-table-3.sticky thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: 1px solid #005daa;
}
.c-table-3.sticky thead th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #005daa;
}
.c-table-3.sticky thead.adjust tr > * {
  border-right: none;
}
.c-table-3.sticky tbody tr:first-child th,
.c-table-3.sticky tbody tr:first-child td {
  border-top: none;
}
.c-table-3.sticky tbody th {
  position: relative;
  z-index: 1;
}
.c-table-3.border {
  border: 1px solid #005daa;
}
.c-table-3.border.sticky {
  border-left: none;
}
.c-table-3.border.sticky thead tr > *:first-child::before,
.c-table-3.border.sticky tbody tr > *:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #005daa;
}

/* --------------------------------
c-pager
----------------------------------- */
/* --------------------------------
c-card
----------------------------------- */
.c-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  color: #000;
}
.c-card .c-card_image {
  overflow: hidden;
}
.c-card .c-card_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-card .c-card_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  font-size: min(18px, 1.125vw);
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.c-card .c-card_text {
  font-size: min(16px, 1vw);
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.75;
}
.c-card .c-card_text:not(:first-child) {
  margin-top: 1em;
}
.c-card[href] {
  color: #000;
  text-decoration: none;
}
.c-card[href] .c-card_title::after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  width: 1.34em;
  aspect-ratio: 21/5;
  -webkit-mask-image: url(assets/img/common/icon_arrow.svg);
          mask-image: url(assets/img/common/icon_arrow.svg);
}

/* --------------------------------
c-catch
----------------------------------- */
.c-catch {
  font-size: min(3.125vw, 40px);
  font-weight: 700;
  letter-spacing: 0.175em;
  text-indent: 0.175em;
  color: #005daa;
  line-height: 2;
  text-align: center;
}
.c-catch .c-catch_cover {
  position: relative;
}
.c-catch.anime .c-catch_cover {
  display: inline-block;
}
.c-catch.anime .c-catch_cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: calc(100% + 0em);
  background: #005daa;
}
.c-catch.anime .c-catch_cover > * {
  opacity: 0;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
}
.c-catch.anime .c-catch_cover:nth-child(1) > * {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.c-catch.anime .c-catch_cover:nth-child(2) > * {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.c-catch.anime .c-catch_cover:nth-child(3) > * {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.c-catch.anime .c-catch_cover:nth-child(4) > * {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.c-catch.anime.is-active .c-catch_cover::before {
  -webkit-animation: anime-curtain 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: anime-curtain 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.c-catch.anime.is-active .c-catch_cover:nth-child(2)::before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.c-catch.anime.is-active .c-catch_cover:nth-child(3)::before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.c-catch.anime.is-active .c-catch_cover:nth-child(4)::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.c-catch.anime.is-active .c-catch_cover > * {
  opacity: 1;
}

.c-catchContainer {
  padding-block: 100px;
}

/* --------------------------------
c-bannerButton
----------------------------------- */
.c-bannerButton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.3em;
  overflow: hidden;
  background-color: #E2EEF7;
}
.c-bannerButton::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: max(32px, 5.78%);
  background: url(assets/img/common/icon-tri.svg) 0 0 no-repeat;
}
.c-bannerButton .c-bannerButton_content {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 1em 0 1em 60px;
}
.c-bannerButton .c-bannerButton_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  font-size: min(2.5vw, 32px);
  font-weight: 500;
  color: #005daa;
}
.c-bannerButton .c-bannerButton_title::after {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  -webkit-mask-image: url(assets/img/common/icon_arrow.svg);
          mask-image: url(assets/img/common/icon_arrow.svg);
  width: 0.75em;
  background: #005daa;
}
.c-bannerButton .c-bannerButton_title + * {
  margin-top: 24px;
}
.c-bannerButton .c-bannerButton_text {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.c-bannerButton .c-bannerButton_img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.65s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.65s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.c-bannerButton .c-bannerButton_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------
c-list
----------------------------------- */
.c-list {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  color: #000;
}
.c-list:not(:first-child) {
  margin-top: 1em;
}
.c-list > li {
  position: relative;
  padding-left: 0.5em;
  line-height: 1.8;
}
.c-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.9em - 3px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}
.c-list > li:not(:first-child) {
  margin-top: 0.75em;
}

.c-list-2 .c-list-2_label {
  display: block;
  position: relative;
  border-bottom: 1px solid #808080;
}
.c-list-2 .c-list-2_label :where(a) {
  letter-spacing: 0.1em;
  font-size: min(1.40625vw, 18px);
  position: relative;
  z-index: 1;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 1.33em 80px 1.33em 0;
}
.c-list-2 .c-list-2_label :where(a) .c-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  width: 1em;
  color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  -webkit-transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 34px;
  height: 40px;
  background: inherit;
  will-change: top;
}
.c-list-2 .c-list-2_label :where(a) .c-icon.pdf {
  -webkit-mask-image: url(assets/img/common/icon_pdf.svg);
          mask-image: url(assets/img/common/icon_pdf.svg);
}
.c-list-2 .c-list-2_label :where(a) .c-icon.excel {
  background: #005daa;
  -webkit-mask-image: url(assets/img/common/icon_excel.svg);
          mask-image: url(assets/img/common/icon_excel.svg);
}
.c-list-2 .c-list-2_label :where(a) .c-icon.mail {
  background: #005daa;
  -webkit-mask-image: url(assets/img/common/icon_mail.svg);
          mask-image: url(assets/img/common/icon_mail.svg);
}
.c-list-2 .c-list-2_label :where(a) .c-icon.upload {
  background: #005daa;
  -webkit-mask-image: url(assets/img/common/icon_upload.svg);
          mask-image: url(assets/img/common/icon_upload.svg);
}
.c-list-2 .c-list-2_label :where(a) .c-icon.blank {
  background: #005daa;
  -webkit-mask-image: url(assets/img/common/icon-blank.svg);
          mask-image: url(assets/img/common/icon-blank.svg);
}
.c-list-2 .c-list-2_label :where(a) .c-icon.movie {
  width: 40px;
  height: 40px;
  background: #005daa;
  -webkit-mask-image: url(assets/img/common/icon_movie.svg);
          mask-image: url(assets/img/common/icon_movie.svg);
}
.c-list-2 .c-list-2_label :where(a) .c-icon.movie::after {
  width: 40px;
  height: 40px;
}
.c-list-2 .c-list-2_label :where(a) .c-icon::after {
  width: 34px;
  height: 40px;
}
.c-list-2 .c-list-2_label :where(a) .c-icon:not(.pdf)::after {
  background: inherit;
}
.c-list-2 .c-list-2_label :where(a)::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.25em;
  left: -0.9em;
  width: calc(100% + 1.8em);
  height: calc(100% + 0.5em);
  background: #eee;
  -webkit-transition: 0.24s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.24s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  border-radius: 6px;
  opacity: 0;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  will-change: transform;
  pointer-events: none;
}
@-webkit-keyframes icon_float {
  0% {
    top: calc(50% - 20px);
  }
  50% {
    top: calc(50% - 15px);
  }
  100% {
    top: calc(50% - 20px);
  }
}
@keyframes icon_float {
  0% {
    top: calc(50% - 20px);
  }
  50% {
    top: calc(50% - 15px);
  }
  100% {
    top: calc(50% - 20px);
  }
}

/* --------------------------------
c-noteList
----------------------------------- */
.c-noteList {
  font-size: min(18px, 1.125vw);
}
.c-noteList:not(:first-child) {
  margin-top: 1em;
}
.c-noteList > li {
  position: relative;
  padding-left: 1.25em;
  line-height: 1.6;
}
.c-noteList > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.c-noteList > li:not(:first-child) {
  margin-top: 0.8em;
}

/* --------------------------------
c-list_anchor
----------------------------------- */
.c-list_anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(28px, 1.75vw);
}
.c-list_anchor li {
  min-width: min(250px, 15.625vw);
}
.c-list_anchor li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  color: #000;
  letter-spacing: 0.15em;
  line-height: 1.1;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 0 min(20px, 1.25vw);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-list_anchor li a:hover, .c-list_anchor li a.active {
  color: #FFF;
  border-color: #005DAA;
  background: #005DAA;
}
.c-list_anchor li a::after {
  content: none;
}
.c-list_anchor.-flex li {
  min-width: 0;
}

/* --------------------------------
c-form
----------------------------------- */
.c-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.c-form .c-form_table {
  margin-block: 3.125vw;
}
.c-form .c-form_table div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-form .c-form_table div:not(:last-child) {
  margin-bottom: 12px;
}
.c-form .c-form_table div dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  color: #FFF;
  background: #808080;
  padding: 6px 30px 6px 50px;
}
.c-form .c-form_table div dt b {
  font-weight: normal;
}
.c-form .c-form_table div dt span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  color: #808080;
  background: #FFF;
}
.c-form .c-form_table div dt [class^=space-] {
  display: inline-block;
}
.c-form .c-form_table div dt .space-1 {
  width: 1em;
}
.c-form .c-form_table div dt .space-2 {
  width: 0.5em;
}
.c-form .c-form_table div dt .space-3 {
  width: 3em;
}
.c-form .c-form_table div dd {
  width: calc(100% - 300px);
  border: 1px solid #808080;
}
.c-form .c-form_table div dd input,
.c-form .c-form_table div dd textarea {
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 5px 10px;
  outline: none;
}
.c-form .c-form_table div dd textarea {
  min-height: 350px;
}
.c-form .c-form_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 0 auto 3.125vw;
}
.c-form .c-form_btn li {
  width: 150px;
  color: #FFF;
  text-align: center;
  background: #808080;
}
.c-form .c-form_btn li input {
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-form .c-form_btn li input:hover {
  background: #a0a0a0;
}

/* --------------------------------
c-breadcrumb
----------------------------------- */
.c-breadcrumb {
  margin-top: 26px;
}
.c-breadcrumb .c-breadcrumb_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-breadcrumb .c-breadcrumb_item {
  font-size: min(14px, 0.875vw);
}
.c-breadcrumb .c-breadcrumb_item:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  -webkit-transform: translate(-0.25em, -1px);
          transform: translate(-0.25em, -1px);
}
.c-breadcrumb .c-breadcrumb_item > * {
  line-height: 1;
  text-decoration: none;
  color: #000;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.c-breadcrumb .c-breadcrumb_link {
  line-height: 1;
}

/* --------------------------------
Utility
----------------------------------- */
/* Display */

/* Background */
.u-bg-line {
  background: url(assets/img/common/bg-line.svg) repeat center top;
}

/* Spacer */
.u-space-lg {
  margin-top: 200px !important;
}

.u-space-md {
  margin-top: 100px !important;
}

.u-space-y-lg {
  margin-block: 200px !important;
}

.u-space-y-md {
  margin-block: 100px !important;
}

/* Padding */
.u-pt-0 {
  padding-top: 0 !important;
}
.u-pl-0 {
  padding-left: 0 !important;
}
.u-pr-0 {
  padding-right: 0 !important;
}
.u-pb-0 {
  padding-bottom: 0 !important;
}
/* Margin */
.u-mt-0 {
  margin-top: 0 !important;
}
.u-ml-0 {
  margin-left: 0 !important;
}
.u-mr-0 {
  margin-right: 0 !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mt-block {
  margin-top: 1em;
}

/* Align */
.u-text-left {
  text-align: left !important;
}
.u-text-center {
  text-align: center !important;
}
.u-text-right {
  text-align: right !important;
}
.u-box-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.15em;
}
.u-box-center > * {
  text-align: left;
}

/* Width */
.u-width-0p {
  width: 0% !important;
}
.u-width-5p {
  width: 5% !important;
}
.u-width-10p {
  width: 10% !important;
}
.u-width-15p {
  width: 15% !important;
}
.u-width-20p {
  width: 20% !important;
}
.u-width-25p {
  width: 25% !important;
}
.u-width-30p {
  width: 30% !important;
}
.u-width-35p {
  width: 35% !important;
}
.u-width-40p {
  width: 40% !important;
}
.u-width-45p {
  width: 45% !important;
}
.u-width-50p {
  width: 50% !important;
}
.u-width-55p {
  width: 55% !important;
}
.u-width-60p {
  width: 60% !important;
}
.u-width-65p {
  width: 65% !important;
}
.u-width-70p {
  width: 70% !important;
}
.u-width-75p {
  width: 75% !important;
}
.u-width-80p {
  width: 80% !important;
}
.u-width-85p {
  width: 85% !important;
}
.u-width-90p {
  width: 90% !important;
}
.u-width-95p {
  width: 95% !important;
}
.u-width-100p {
  width: 100% !important;
}
/* Color */
.u-color-main {
  color: #005daa !important;
}

.u-color-sub {
  color: #009e48 !important;
}

.u-color-orange {
  color: #ff6c08 !important;
}

.u-color-blue {
  color: #0042a8 !important;
}

.u-color-blue2 {
  color: #00217c !important;
}

/* Background Color */
.u-bg-main {
  background-color: #005daa !important;
}

.u-bg-sub {
  background-color: #009e48 !important;
}

.u-bg-orange {
  background-color: #ff6c08 !important;
}

.u-bg-blue {
  background-color: #0042a8 !important;
}

.u-bg-blue2 {
  background-color: #00217c !important;
}

.u-bg-lightblue {
  background-color: #E5EEF6 !important;
}

/* Hover */
.u-hover-underline {
  text-decoration: none;
  -webkit-transition: opacity 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005daa), to(#005daa));
  background-image: linear-gradient(#005daa, #005daa);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-transition: 0.42s ease;
  transition: 0.42s ease;
}
@-webkit-keyframes hoverUnderline {
  0% {
    background-position: bottom left;
    background-size: 0% 1px;
  }
  100% {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
@keyframes hoverUnderline {
  0% {
    background-position: bottom left;
    background-size: 0% 1px;
  }
  100% {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}

::-moz-selection {
  background-color: rgba(51, 164, 247, 0.5);
  color: #fff;
}

::selection {
  background-color: rgba(51, 164, 247, 0.5);
  color: #fff;
}

/* Anime */
.u-anime-slidein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.u-anime-slidein.is-active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.u-anime-curtain {
  position: relative;
  overflow: hidden;
}
.u-anime-curtain::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #005daa;
}
.u-anime-curtain > * {
  opacity: 0;
  -webkit-transition: 0s ease 0.75s;
  transition: 0s ease 0.75s;
}
.u-anime-curtain.is-active::before {
  -webkit-animation: anime-curtain 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: anime-curtain 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.u-anime-curtain.is-active > * {
  opacity: 1;
}

@-webkit-keyframes anime-curtain {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes anime-curtain {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.u-anime-blink {
  -webkit-animation: anime-blink 1s infinite;
          animation: anime-blink 1s infinite;
}

@-webkit-keyframes anime-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes arw1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 1;
  }
}
@keyframes arw1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes arw1_static {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes arw1_static {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  outline: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 55px;
  height: 46px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: none;
  z-index: 100;
  text-indent: -9999em;
  outline: none;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.slick-arrow:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.slick-prev:before {
  left: 50%;
  border-bottom: solid 1px #808080;
  border-left: solid 1px #808080;
}

.slick-next:before {
  right: 50%;
  border-top: solid 1px #808080;
  border-right: solid 1px #808080;
}

/** Dots */
.slick-dotted.slick-slider {
  padding-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
#cboxClose {
  display: none !important;
}

#cboxContent {
  background: none !important;
}

@media only screen and (max-width: 768px) {
	#ftArchivesL3.category-company .link.company-greeting::after, #ftArchivesL4.category-company .link.company-greeting::after {
	background-position: 0 22% !important;
	}
  p {
    font-size: min(3.3816425121vw, 14px);
  }
  #ftArchives {
    padding: 32px 0;
  }
  #ftArchivesL3,
  #ftArchivesL4 {
    padding: 0 0 32px 0;
  }
  #ftArchivesL3 .container,
  #ftArchivesL4 .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
  }
  #ftArchivesL3 .link::after,
  #ftArchivesL4 .link::after {
    background-position: 0 35%;
  }
  #ftArchivesL3 .link,
  #ftArchivesL4 .link {
    aspect-ratio: 2/1;
    height: 100%;
    width: 100%;
  }
  #wrapper {
    padding-top: var(--nkb-header, 48px);
  }
  .l-container:not(:is(.l-container *)) {
    padding-inline: 5.7971014493vw;
  }
  .l-container.padding {
    padding-block: 9.6618357488vw;
  }
  .l-container.padding-top {
    padding-top: 9.6618357488vw;
  }
  .l-container.padding-bottom {
    padding-bottom: 9.6618357488vw;
  }
  .l-container.padding:has(> .c-box_white) {
    padding: 0;
  }
  .l-container.padding:has(> .c-box_white) .c-box_white {
    padding: 40px 24px;
  }
  .c-box {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-box {
    border-radius: 12px;
  }
  .c-box-2 .c-box-2_label {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-box-2 .c-box-2_label {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #4D4D4D;
  }
  .c-box-2 .c-box-2_content > * {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-box-3 .c-box-3_image figcaption {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-box-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .c-box-3 figcaption {
    margin-bottom: 20px;
  }
  .c-video {
    gap: 20px;
  }
  .c-video .c-video_source {
    width: 100%;
  }
  .c-video .c-video_expansion {
    width: 100%;
  }
  .c-more .c-more_label {
    width: 100%;
    height: 40px;
  }
  .c-more .c-more_label::after {
    top: calc(50% - 7px);
    right: 24px;
    width: 8px;
    height: 8px;
  }
  .c-more .c-more_label:hover::after {
    top: calc(50% - 7px);
  }
  .c-more .c-more_content {
    width: 100%;
  }
  .c-more.open .c-more_label::after {
    top: calc(50% - 2px);
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .c-more .c-more_cassette {
    display: none;
  }
  .reportSection .reportList .reportList_block .content .c-list {
    font-size: min(3.3816425121vw, 14px);
  }
  .reportSection .reportList .reportList_block .title {
    font-size: min(3.3816425121vw, 14px);
  }
  .reportSection .reportList .reportList_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .reportSection .reportList .reportList_block .visual:not(:empty) {
    margin-bottom: 24px;
  }
  .reportSection .reportList .reportList_block .visual img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reportSection .reportList .reportList_block .content {
    padding-left: min(50px, 12.077294686vw);
  }
  .reportSection .reportList .reportList_block .content::before {
    width: min(24px, 5.7971014493vw);
  }
  .reportSection:not(:first-child) {
    margin-top: 40px;
  }
  .js-carousel .js-carousel_list .js-carousel_img span {
    font-size: min(3.3816425121vw, 14px);
  }
  .js-carousel .js-carousel_list .js-carousel_img {
    width: 320px;
    margin: 0 5px;
  }
  .js-carousel .js-carousel_list .js-carousel_img span {
    min-width: 100px;
    min-height: 20px;
    font-size: min(12px, 2.8985507246vw);
    line-height: 1.2;
    padding: 0 10px;
  }
  .c-example .c-example_title {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-example .c-example_content > * {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-example {
    gap: 20px;
    margin-bottom: 24px;
  }
  .c-example .c-example_title {
    min-width: 70px;
    padding: 10px;
  }
  .c-example .c-example_content ul {
    gap: 10px;
  }
  body.is-loaded .c-title .c-title_main {
    width: 81.884057971vw;
  }
  body.os-mac .c-title .c-title_main span {
    margin-top: 0.18em;
  }
  .c-titleTite {
    aspect-ratio: 3/1;
  }
  .c-titleTite .c-titleTite_main {
    font-size: min(24px, 5.7971014493vw);
  }
  .c-titleTite .c-titleTite_sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3px;
    font-size: min(12px, 2.8985507246vw);
  }
  .c-titleTite.size-tite {
    aspect-ratio: 375/184;
  }
  .c-heading-1 {
    font-size: min(4.347826087vw, 18px);
  }
  .c-heading-2 {
    font-size: min(4.347826087vw, 18px);
  }
  .c-heading-2:has(.c-icon) {
    text-align: left;
    padding: 0 40px 0.5em 0;
  }
  .c-heading-2 .c-icon {
    top: calc(50% - 15px);
    right: 0;
  }
  .c-heading-3 {
    width: 100%;
    font-size: min(4.347826087vw, 18px);
    padding: 0 20px 6px;
    margin: 0 auto 16px;
  }
  .c-heading-3::before, .c-heading-3::after {
    content: "";
    position: absolute;
    background: #009e48;
    height: 14px;
    width: 12px;
  }
  .c-heading-4 {
    font-size: min(4.347826087vw, 18px);
    margin-bottom: 10px;
  }
  .c-heading-5 {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-heading-5 + * {
    margin-top: 32px;
  }
  .c-heading-6 {
    font-size: min(4.347826087vw, 18px);
  }
  .c-heading-6 {
    padding: 0.46em 0.5em;
  }
  .c-heading-6 + * {
    margin-top: 24px;
  }
  .c-heading-7 {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-heading-7 {
    height: min(20px, 4.8309178744vw);
    width: min(120px, 28.9855072464vw);
    margin: min(20px, 4.8309178744vw) auto;
  }
  .c-heading-7::before, .c-heading-7::after {
    width: min(18px, 4.347826087vw);
    height: min(25px, 6.038647343vw);
  }
  .c-heading-7::before {
    top: max(-13px, -3.1400966184vw);
    left: max(-13px, -3.1400966184vw);
  }
  .c-heading-7::after {
    bottom: max(-13px, -3.1400966184vw);
    right: max(-13px, -3.1400966184vw);
  }
  .c-text {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-text.size-sm {
    font-size: min(16px, 3.8647342995vw);
  }
  .c-sentence {
    font-size: min(3.8647342995vw, 16px);
  }
  .c-sentence {
    text-align: left;
  }
  .c-textLink {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-textLink.size-sm {
    font-size: min(16px, 3.8647342995vw);
  }
  .c-arrowLink {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-button {
    padding: 1em 40px;
    font-size: 18px;
  }
  .c-button:not(.icon-none)::after {
    right: 16px;
  }
  .c-table_container:has(.c-table-3) {
    white-space: inherit;
    margin-inline: 0;
  }
  .c-table_container .c-table-3 {
    margin-inline: 0;
  }
  .c-table-1 tr th,
  .c-table-1 tr td {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-table-1 tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .c-table-1 tr th,
  .c-table-1 tr td {
    width: 100%;
  }
  .c-table-1 tr th {
    padding-bottom: 5px;
  }
  .c-table-1 tr td {
    padding-top: 5px;
  }
  .c-table-1 tr td .col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .c-table-1 tr td .col-2 > * {
    padding: 0;
  }
  .c-table-1 tr td .col-2 > *:last-child {
    border: none;
  }
  .c-table-1 tr td .border > * {
    border-right: none;
    border-bottom: 1px solid #005daa;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .c-table-1 tr td .border > *:last-child {
    padding: 0;
    margin: 0;
  }
  .c-table-2 thead tr > *,
  .c-table-2 tbody tr > * {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-table-3 thead tr > *,
  .c-table-3 tbody tr > * {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-table-3 {
    display: block;
  }
  .c-table-3 > * {
    display: block;
  }
  .c-table-3 tr {
    display: block;
    border-bottom: 1px solid #005daa;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .c-table-3 tr th,
  .c-table-3 tr td {
    display: block;
    padding: 3px 0;
    border-bottom: none;
  }
  .c-table-3.sticky thead tr th::after {
    border: none;
  }
  .c-table-3 .adjust tr th,
  .c-table-3 .adjust tr td {
    padding: 0;
  }
  .c-table-3 .adjust tr th span,
  .c-table-3 .adjust tr td span {
    border-right: none;
    padding: 0;
    margin: 3px 0;
  }
  .c-card {
    row-gap: 16px;
  }
  .c-card .c-card_title {
    font-size: min(16px, 3.8647342995vw);
  }
  .c-card .c-card_text {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-catch {
    font-size: min(5.7971014493vw, 24px);
  }
  .c-catchContainer {
    padding-block: 80px;
  }
  .c-bannerButton .c-bannerButton_text {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-bannerButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: clamp(12px, 3.3816425121vw, 24px);
  }
  .c-bannerButton .c-bannerButton_content {
    width: 100%;
    padding: 7.729468599vw 5.7971014493vw;
    background-color: #F0F0F0;
  }
  .c-bannerButton .c-bannerButton_title {
    font-size: min(4.347826087vw, 18px);
  }
  .c-bannerButton .c-bannerButton_title::after {
    width: 1em;
  }
  .c-bannerButton .c-bannerButton_title + * {
    margin-top: 16px;
  }
  .c-bannerButton .c-bannerButton_img {
    position: static;
  }
  .c-list {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-list {
    font-size: min(18px, 4.347826087vw);
  }
  .c-list-2 .c-list-2_label :where(a) {
    font-size: min(3.3816425121vw, 14px);
  }
  .c-list-2 .c-list-2_label a {
    position: relative;
    padding: 1em 40px 1em 0;
  }
  .c-list-2 .c-list-2_label a .c-icon {
    top: calc(50% - 14px);
    width: 24px;
    height: 28px;
  }
  .c-list-2 .c-list-2_label a .c-icon::after {
    width: 24px;
    height: 28px;
  }
  .c-list-2 .c-list-2_label a .c-icon.movie {
    width: 28px;
    height: 28px;
  }
  .c-list-2 .c-list-2_label a .c-icon.movie::after {
    width: 28px;
    height: 28px;
  }
  .c-list-2 .c-list-2_label a:hover .c-icon {
    -webkit-animation: none;
            animation: none;
  }
  .c-noteList {
    font-size: min(16px, 3.8647342995vw);
  }
  .c-list_anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8px;
  }
  .c-list_anchor li {
    width: 100%;
  }
  .c-list_anchor li a {
    padding: 0 16px;
    font-size: min(3.3816425121vw, 14px);
  }
  .c-form {
    width: 100%;
  }
  .c-form .c-form_table {
    margin-block: 24px;
  }
  .c-form .c-form_table div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .c-form .c-form_table div:not(:last-child) {
    margin-bottom: 24px;
  }
  .c-form .c-form_table div dt {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 8px;
    width: 100%;
    color: #808080;
    background: none;
    padding: 0 0 8px 0;
  }
  .c-form .c-form_table div dt span {
    width: 46px;
    height: 22px;
    color: #FFF;
    font-size: 14px;
    background: #808080;
  }
  .c-form .c-form_table div dt .space-1,
  .c-form .c-form_table div dt .space-2,
  .c-form .c-form_table div dt .space-3 {
    width: auto;
  }
  .c-form .c-form_table div dd {
    width: 100%;
  }
  .c-form .c-form_table div dd textarea {
    min-height: 200px;
  }
  .c-form .c-form_btn {
    width: 100%;
    margin: 0 auto 24px;
  }
  .c-form .c-form_btn li {
    width: calc(50% - 11px);
  }
  .c-breadcrumb .c-breadcrumb_item {
    font-size: min(12px, 2.8985507246vw);
  }
  .pc {
    display: none;
  }
  .u-space-lg {
    margin-top: 80px !important;
  }
  .u-space-md {
    margin-top: 64px !important;
  }
  .u-space-y-lg {
    margin-block: 80px !important;
  }
  .u-space-y-md {
    margin-block: 64px !important;
  }
}

@media (max-width: 1401px) {
  #hd .main-hd .nav ul li {
    margin-right: 20px;
  }
}

@media (max-width: 1281px) {
  #hd .sub-hd {
    padding: 12px 30px;
  }
  #hd .sub-hd ul li {
    margin-right: 20px;
    font-size: 14px;
  }
  #hd .main-hd {
    padding: 20px 30px;
  }
  #hd .main-hd .logo {
    width: 25%;
    padding-left: 0px;
  }
  #hd .main-hd .nav {
    width: 75%;
    padding-right: 60px;
  }
  #hd .main-hd .nav ul li {
    margin-right: 1.75vw;
    font-size: 14px;
  }
  #hd .main-hd .nav ul li ul {
    width: 260px;
  }
  #hd .main-hd .nav ul li ul li {
    font-size: 13px;
  }
  #hd .main-hd .nav ul li ul li a span {
    font-size: 10px;
  }
  .pc-nav .main-nav .nav {
    padding-left: 3%;
  }
  .pc-nav .main-nav .nav ul li {
    font-size: 14px;
  }
  .pc-nav .main-nav .nav ul li ul {
    padding-top: 15px;
  }
  .pc-nav .main-nav .nav ul li ul li {
    margin-bottom: 6px;
    font-size: 11px;
  }
}

@media (max-width: 1001px) {
  #hd .main-hd .nav ul li {
    margin-right: 0.6vw;
    font-size: 12px;
  }
  #hd .main-hd .nav ul li ul li {
    font-size: 12px;
  }
  .pc-nav .main-nav .nav {
    padding-left: 0%;
  }
  #ft .ft-flex .logo {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  #hd .sub-hd {
    display: none;
  }
  #hd .main-hd {
    padding: 10px 20px 0;
    height: 62px;
  }
  #hd .main-hd .logo {
    width: 50%;
  }
  #hd .main-hd .nav {
    display: none;
  }
  .sp-menu {
    display: block;
  }
  .sp-menu div {
    background: #005daa;
  }
  .sp-menu div:after {
    content: none;
  }
  .pc-nav {
    display: none;
  }
  .sp-nav {
    display: block;
  }
  #ft .aside-ctn .ctn-flex {
    display: block;
  }
  #ft .youtube {
    width: 100%;
  }
  #ft .recruit {
    display: none;
  }
  #ft .ft-flex .links h4 {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #ft .ft-flex .links ul li {
    font-size: 11px;
  }
  #ft .ft-flex .links ul.aside li {
    font-size: 12px;
  }
}

@media (max-width: 481px) {
  #hd .main-hd {
    padding: 8px 20px 0;
    height: 48px;
  }
  .sp-menu {
    width: 48px;
    height: 48px;
  }
  .sp-menu div span {
    width: 20px;
  }
  .sp-menu div span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
  }
  .sp-menu div span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 7px);
            transform: translate(-50%, 7px);
  }
  .sp-menu.active div span:nth-child(1) {
    -webkit-animation: nav1sp 0.6s ease-out forwards;
            animation: nav1sp 0.6s ease-out forwards;
  }
  .sp-menu.active div span:nth-child(3) {
    -webkit-animation: nav2sp 0.6s ease-out forwards;
            animation: nav2sp 0.6s ease-out forwards;
  }
  .sp-nav .inner {
    padding-top: 48px;
  }
  .sp-nav ul li {
    font-size: 13px;
  }
  .sp-nav ul li a {
    padding: 6px;
    padding-left: 20px;
  }
  .pagetop {
    width: 48px;
  }
  #ft .youtube p {
    margin-bottom: 6px;
    font-size: 12px;
  }
  #ft .copyright p {
    letter-spacing: 0.02rem;
  }
  .slick-arrow {
    width: 45px;
    height: 40px;
    top: 40%;
  }
  .slick-prev:before {
    left: 45%;
  }
  .slick-next:before {
    right: 45%;
  }
  .slick-dotted.slick-slider {
    padding-bottom: 40px;
  }
}

@media (max-width: 1601px) {
  .pc-nav .main-nav .nav ul li {
    font-size: 15px;
  }
  .pc-nav .main-nav .nav ul li ul {
    padding-top: 20px;
  }
  .pc-nav .main-nav .nav ul li ul li {
    font-size: 11px;
  }
}

@media (min-width: 769px) {
  #hd:not(.noFixed) ~ .sp-menu {
    display: none !important;
  }
}

@media (max-width: 1201px) {
  #ft .youtube a {
    padding: 4.9vw 0;
  }
  #ft .recruit a {
    padding: 5.8vw 0 5.2vw;
  }
}

@media (max-width: 641px) {
  #ft .youtube .inner {
    padding: 40px 0;
  }
  #ft .inner-ft {
    display: none;
  }
  #ft .copyright {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 1799px) {
  #ftArchivesL3 .link .text,
  #ftArchivesL4 .link .text {
    font-size: min(18px, 1.125vw);
  }
}

@media only screen and (max-width: 767px) {
  #ftArchivesL3 .link .text,
  #ftArchivesL4 .link .text {
    font-size: min(18px, 4.347826087vw);
  }
  .c-title {
    height: calc(100dvh - var(--nkb-header, 48px));
  }
  .c-title .c-title_inner {
    row-gap: 11px;
  }
  .c-title .c-title_main {
    font-size: min(24px, 5.7971014493vw);
  }
  .c-title .c-title_sub {
    font-size: min(18px, 4.347826087vw);
  }
}

@media (hover: hover) {
  #ftArchivesL3 .link:hover::before,
  #ftArchivesL4 .link:hover::before {
    background-color: #000;
  }
  #ftArchivesL3 .link:hover::after,
  #ftArchivesL4 .link:hover::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-video .c-video_source:hover {
    cursor: pointer;
  }
  .reportSection .reportList .reportList_block:hover {
    opacity: 0.7;
  }
  .c-textLink:hover {
    opacity: 0.7;
    -webkit-animation: textLineAnime 0.65s forwards ease;
            animation: textLineAnime 0.65s forwards ease;
  }
  .c-arrowLink:hover::after {
    -webkit-animation: 0.4s arw1_static linear;
            animation: 0.4s arw1_static linear;
  }
  .c-button:hover {
    color: #fff;
  }
  .c-button:hover::before {
    -webkit-transform: none;
            transform: none;
  }
  .c-button:hover::after {
    background-color: #fff;
    -webkit-animation: 0.4s arw1_static linear;
            animation: 0.4s arw1_static linear;
  }
  .c-button[href*=".pdf"]:hover::after {
    background-image: url(assets/img/common/icon_pdf-white.svg);
    background-color: transparent;
  }
  .c-card[href]:hover .c-card_image img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .c-card[href]:hover .c-card_title::after {
    -webkit-animation: 0.4s arw1_static linear;
            animation: 0.4s arw1_static linear;
  }
  .c-bannerButton:hover .c-bannerButton_title::after {
    -webkit-animation: 0.4s arw1_static linear;
            animation: 0.4s arw1_static linear;
  }
  .c-bannerButton:hover .c-bannerButton_img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    opacity: 0.7;
  }
  .c-list-2 .c-list-2_label a:hover {
    color: #005daa;
  }
  .c-list-2 .c-list-2_label a:hover .c-icon {
    -webkit-animation: icon_float 0.5s ease-in-out;
            animation: icon_float 0.5s ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
  .c-list-2 .c-list-2_label a:hover::after {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .u-hover-underline:hover {
    opacity: 0.7;
    background-position: bottom left;
    background-size: 100% 1px;
  }
}

@media only screen and (max-width: 768px-1px) {
  .sp\:col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sp\:col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sp\:col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sp\:col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sp\:col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sp\:gap-0 {
    gap: 0px;
  }
  .sp\:gap-y-0 {
    row-gap: 0px;
  }
  .sp\:gap-x-0 {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  .sp\:gap-4 {
    gap: 4px;
  }
  .sp\:gap-y-4 {
    row-gap: 4px;
  }
  .sp\:gap-x-4 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .sp\:gap-16 {
    gap: 16px;
  }
  .sp\:gap-y-16 {
    row-gap: 16px;
  }
  .sp\:gap-x-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .sp\:gap-24 {
    gap: 24px;
  }
  .sp\:gap-y-24 {
    row-gap: 24px;
  }
  .sp\:gap-x-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .sp\:gap-32 {
    gap: 32px;
  }
  .sp\:gap-y-32 {
    row-gap: 32px;
  }
  .sp\:gap-x-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .sp\:gap-40 {
    gap: 40px;
  }
  .sp\:gap-y-40 {
    row-gap: 40px;
  }
  .sp\:gap-x-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .sp\:gap-50 {
    gap: 50px;
  }
  .sp\:gap-y-50 {
    row-gap: 50px;
  }
  .sp\:gap-x-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .sp\:gap-80 {
    gap: 80px;
  }
  .sp\:gap-y-80 {
    row-gap: 80px;
  }
  .sp\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .sp\:gap-100 {
    gap: 100px;
  }
  .sp\:gap-y-100 {
    row-gap: 100px;
  }
  .sp\:gap-x-100 {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .sp\:u-pt-0 {
    padding-top: 0 !important;
  }
  .sp\:u-pl-0 {
    padding-left: 0 !important;
  }
  .sp\:u-pr-0 {
    padding-right: 0 !important;
  }
  .sp\:u-pb-0 {
    padding-bottom: 0 !important;
  }
  .sp\:u-mt-0 {
    margin-top: 0 !important;
  }
  .sp\:u-ml-0 {
    margin-left: 0 !important;
  }
  .sp\:u-mr-0 {
    margin-right: 0 !important;
  }
  .sp\:u-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp\:u-text-left {
    text-align: left !important;
  }
  .sp\:u-text-center {
    text-align: center !important;
  }
  .sp\:u-text-right {
    text-align: right !important;
  }
  .sp\:u-width-0p {
    width: 0% !important;
  }
  .sp\:u-width-5p {
    width: 5% !important;
  }
  .sp\:u-width-10p {
    width: 10% !important;
  }
  .sp\:u-width-15p {
    width: 15% !important;
  }
  .sp\:u-width-20p {
    width: 20% !important;
  }
  .sp\:u-width-25p {
    width: 25% !important;
  }
  .sp\:u-width-30p {
    width: 30% !important;
  }
  .sp\:u-width-35p {
    width: 35% !important;
  }
  .sp\:u-width-40p {
    width: 40% !important;
  }
  .sp\:u-width-45p {
    width: 45% !important;
  }
  .sp\:u-width-50p {
    width: 50% !important;
  }
  .sp\:u-width-55p {
    width: 55% !important;
  }
  .sp\:u-width-60p {
    width: 60% !important;
  }
  .sp\:u-width-65p {
    width: 65% !important;
  }
  .sp\:u-width-70p {
    width: 70% !important;
  }
  .sp\:u-width-75p {
    width: 75% !important;
  }
  .sp\:u-width-80p {
    width: 80% !important;
  }
  .sp\:u-width-85p {
    width: 85% !important;
  }
  .sp\:u-width-90p {
    width: 90% !important;
  }
  .sp\:u-width-95p {
    width: 95% !important;
  }
  .sp\:u-width-100p {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc\:col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .md\:col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .pc\:col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pc\:col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pc\:col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md\:col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .pc\:col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .md\:col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .pc\:gap-0 {
    gap: 0px;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .pc\:gap-y-0 {
    row-gap: 0px;
  }
  .md\:gap-y-0 {
    row-gap: 0px;
  }
  .pc\:gap-x-0 {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  .md\:gap-x-0 {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  .pc\:gap-4 {
    gap: 4px;
  }
  .md\:gap-4 {
    gap: 4px;
  }
  .pc\:gap-y-4 {
    row-gap: 4px;
  }
  .md\:gap-y-4 {
    row-gap: 4px;
  }
  .pc\:gap-x-4 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .md\:gap-x-4 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .pc\:gap-16 {
    gap: 16px;
  }
  .md\:gap-16 {
    gap: 16px;
  }
  .pc\:gap-y-16 {
    row-gap: 16px;
  }
  .md\:gap-y-16 {
    row-gap: 16px;
  }
  .pc\:gap-x-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .md\:gap-x-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .pc\:gap-24 {
    gap: 24px;
  }
  .md\:gap-24 {
    gap: 24px;
  }
  .pc\:gap-y-24 {
    row-gap: 24px;
  }
  .md\:gap-y-24 {
    row-gap: 24px;
  }
  .pc\:gap-x-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .md\:gap-x-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .pc\:gap-32 {
    gap: 32px;
  }
  .md\:gap-32 {
    gap: 32px;
  }
  .pc\:gap-y-32 {
    row-gap: 32px;
  }
  .md\:gap-y-32 {
    row-gap: 32px;
  }
  .pc\:gap-x-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .md\:gap-x-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .pc\:gap-40 {
    gap: 40px;
  }
  .md\:gap-40 {
    gap: 40px;
  }
  .pc\:gap-y-40 {
    row-gap: 40px;
  }
  .md\:gap-y-40 {
    row-gap: 40px;
  }
  .pc\:gap-x-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .md\:gap-x-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .pc\:gap-50 {
    gap: 50px;
  }
  .md\:gap-50 {
    gap: 50px;
  }
  .pc\:gap-y-50 {
    row-gap: 50px;
  }
  .md\:gap-y-50 {
    row-gap: 50px;
  }
  .pc\:gap-x-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .md\:gap-x-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .pc\:gap-80 {
    gap: 80px;
  }
  .md\:gap-80 {
    gap: 80px;
  }
  .pc\:gap-y-80 {
    row-gap: 80px;
  }
  .md\:gap-y-80 {
    row-gap: 80px;
  }
  .pc\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .md\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .pc\:gap-100 {
    gap: 100px;
  }
  .md\:gap-100 {
    gap: 100px;
  }
  .pc\:gap-y-100 {
    row-gap: 100px;
  }
  .md\:gap-y-100 {
    row-gap: 100px;
  }
  .pc\:gap-x-100 {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .md\:gap-x-100 {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .c-card.size-lg .c-card_title {
    font-size: min(2.5vw, 32px);
  }
  .c-card.size-lg .c-card_text {
    font-size: min(1.40625vw, 18px);
  }
  .pc\:u-pt-0 {
    padding-top: 0 !important;
  }
  .md\:u-pt-0 {
    padding-top: 0 !important;
  }
  .pc\:u-pl-0 {
    padding-left: 0 !important;
  }
  .md\:u-pl-0 {
    padding-left: 0 !important;
  }
  .pc\:u-pr-0 {
    padding-right: 0 !important;
  }
  .md\:u-pr-0 {
    padding-right: 0 !important;
  }
  .pc\:u-pb-0 {
    padding-bottom: 0 !important;
  }
  .md\:u-pb-0 {
    padding-bottom: 0 !important;
  }
  .pc\:u-mt-0 {
    margin-top: 0 !important;
  }
  .md\:u-mt-0 {
    margin-top: 0 !important;
  }
  .pc\:u-ml-0 {
    margin-left: 0 !important;
  }
  .md\:u-ml-0 {
    margin-left: 0 !important;
  }
  .pc\:u-mr-0 {
    margin-right: 0 !important;
  }
  .md\:u-mr-0 {
    margin-right: 0 !important;
  }
  .pc\:u-mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:u-mb-0 {
    margin-bottom: 0 !important;
  }
  .pc\:u-text-left {
    text-align: left !important;
  }
  .md\:u-text-left {
    text-align: left !important;
  }
  .pc\:u-text-center {
    text-align: center !important;
  }
  .md\:u-text-center {
    text-align: center !important;
  }
  .pc\:u-text-right {
    text-align: right !important;
  }
  .md\:u-text-right {
    text-align: right !important;
  }
  .pc\:u-width-0p {
    width: 0% !important;
  }
  .md\:u-width-0p {
    width: 0% !important;
  }
  .pc\:u-width-5p {
    width: 5% !important;
  }
  .md\:u-width-5p {
    width: 5% !important;
  }
  .pc\:u-width-10p {
    width: 10% !important;
  }
  .md\:u-width-10p {
    width: 10% !important;
  }
  .pc\:u-width-15p {
    width: 15% !important;
  }
  .md\:u-width-15p {
    width: 15% !important;
  }
  .pc\:u-width-20p {
    width: 20% !important;
  }
  .md\:u-width-20p {
    width: 20% !important;
  }
  .pc\:u-width-25p {
    width: 25% !important;
  }
  .md\:u-width-25p {
    width: 25% !important;
  }
  .pc\:u-width-30p {
    width: 30% !important;
  }
  .md\:u-width-30p {
    width: 30% !important;
  }
  .pc\:u-width-35p {
    width: 35% !important;
  }
  .md\:u-width-35p {
    width: 35% !important;
  }
  .pc\:u-width-40p {
    width: 40% !important;
  }
  .md\:u-width-40p {
    width: 40% !important;
  }
  .pc\:u-width-45p {
    width: 45% !important;
  }
  .md\:u-width-45p {
    width: 45% !important;
  }
  .pc\:u-width-50p {
    width: 50% !important;
  }
  .md\:u-width-50p {
    width: 50% !important;
  }
  .pc\:u-width-55p {
    width: 55% !important;
  }
  .md\:u-width-55p {
    width: 55% !important;
  }
  .pc\:u-width-60p {
    width: 60% !important;
  }
  .md\:u-width-60p {
    width: 60% !important;
  }
  .pc\:u-width-65p {
    width: 65% !important;
  }
  .md\:u-width-65p {
    width: 65% !important;
  }
  .pc\:u-width-70p {
    width: 70% !important;
  }
  .md\:u-width-70p {
    width: 70% !important;
  }
  .pc\:u-width-75p {
    width: 75% !important;
  }
  .md\:u-width-75p {
    width: 75% !important;
  }
  .pc\:u-width-80p {
    width: 80% !important;
  }
  .md\:u-width-80p {
    width: 80% !important;
  }
  .pc\:u-width-85p {
    width: 85% !important;
  }
  .md\:u-width-85p {
    width: 85% !important;
  }
  .pc\:u-width-90p {
    width: 90% !important;
  }
  .md\:u-width-90p {
    width: 90% !important;
  }
  .pc\:u-width-95p {
    width: 95% !important;
  }
  .md\:u-width-95p {
    width: 95% !important;
  }
  .pc\:u-width-100p {
    width: 100% !important;
  }
  .md\:u-width-100p {
    width: 100% !important;
  }
}

@media only screen and (min-width: 640px) {
  .sm\:col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sm\:col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm\:col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm\:col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm\:col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm\:gap-0 {
    gap: 0px;
  }
  .sm\:gap-y-0 {
    row-gap: 0px;
  }
  .sm\:gap-x-0 {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  .sm\:gap-4 {
    gap: 4px;
  }
  .sm\:gap-y-4 {
    row-gap: 4px;
  }
  .sm\:gap-x-4 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .sm\:gap-16 {
    gap: 16px;
  }
  .sm\:gap-y-16 {
    row-gap: 16px;
  }
  .sm\:gap-x-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .sm\:gap-24 {
    gap: 24px;
  }
  .sm\:gap-y-24 {
    row-gap: 24px;
  }
  .sm\:gap-x-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .sm\:gap-32 {
    gap: 32px;
  }
  .sm\:gap-y-32 {
    row-gap: 32px;
  }
  .sm\:gap-x-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .sm\:gap-40 {
    gap: 40px;
  }
  .sm\:gap-y-40 {
    row-gap: 40px;
  }
  .sm\:gap-x-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .sm\:gap-50 {
    gap: 50px;
  }
  .sm\:gap-y-50 {
    row-gap: 50px;
  }
  .sm\:gap-x-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .sm\:gap-80 {
    gap: 80px;
  }
  .sm\:gap-y-80 {
    row-gap: 80px;
  }
  .sm\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .sm\:gap-100 {
    gap: 100px;
  }
  .sm\:gap-y-100 {
    row-gap: 100px;
  }
  .sm\:gap-x-100 {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .sm\:u-pt-0 {
    padding-top: 0 !important;
  }
  .sm\:u-pl-0 {
    padding-left: 0 !important;
  }
  .sm\:u-pr-0 {
    padding-right: 0 !important;
  }
  .sm\:u-pb-0 {
    padding-bottom: 0 !important;
  }
  .sm\:u-mt-0 {
    margin-top: 0 !important;
  }
  .sm\:u-ml-0 {
    margin-left: 0 !important;
  }
  .sm\:u-mr-0 {
    margin-right: 0 !important;
  }
  .sm\:u-mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:u-text-left {
    text-align: left !important;
  }
  .sm\:u-text-center {
    text-align: center !important;
  }
  .sm\:u-text-right {
    text-align: right !important;
  }
  .sm\:u-width-0p {
    width: 0% !important;
  }
  .sm\:u-width-5p {
    width: 5% !important;
  }
  .sm\:u-width-10p {
    width: 10% !important;
  }
  .sm\:u-width-15p {
    width: 15% !important;
  }
  .sm\:u-width-20p {
    width: 20% !important;
  }
  .sm\:u-width-25p {
    width: 25% !important;
  }
  .sm\:u-width-30p {
    width: 30% !important;
  }
  .sm\:u-width-35p {
    width: 35% !important;
  }
  .sm\:u-width-40p {
    width: 40% !important;
  }
  .sm\:u-width-45p {
    width: 45% !important;
  }
  .sm\:u-width-50p {
    width: 50% !important;
  }
  .sm\:u-width-55p {
    width: 55% !important;
  }
  .sm\:u-width-60p {
    width: 60% !important;
  }
  .sm\:u-width-65p {
    width: 65% !important;
  }
  .sm\:u-width-70p {
    width: 70% !important;
  }
  .sm\:u-width-75p {
    width: 75% !important;
  }
  .sm\:u-width-80p {
    width: 80% !important;
  }
  .sm\:u-width-85p {
    width: 85% !important;
  }
  .sm\:u-width-90p {
    width: 90% !important;
  }
  .sm\:u-width-95p {
    width: 95% !important;
  }
  .sm\:u-width-100p {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1280px) {
  .lg\:col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg\:col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg\:col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-y-0 {
    row-gap: 0px;
  }
  .lg\:gap-x-0 {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  .lg\:gap-4 {
    gap: 4px;
  }
  .lg\:gap-y-4 {
    row-gap: 4px;
  }
  .lg\:gap-x-4 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .lg\:gap-16 {
    gap: 16px;
  }
  .lg\:gap-y-16 {
    row-gap: 16px;
  }
  .lg\:gap-x-16 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .lg\:gap-24 {
    gap: 24px;
  }
  .lg\:gap-y-24 {
    row-gap: 24px;
  }
  .lg\:gap-x-24 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .lg\:gap-32 {
    gap: 32px;
  }
  .lg\:gap-y-32 {
    row-gap: 32px;
  }
  .lg\:gap-x-32 {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .lg\:gap-40 {
    gap: 40px;
  }
  .lg\:gap-y-40 {
    row-gap: 40px;
  }
  .lg\:gap-x-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .lg\:gap-50 {
    gap: 50px;
  }
  .lg\:gap-y-50 {
    row-gap: 50px;
  }
  .lg\:gap-x-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .lg\:gap-80 {
    gap: 80px;
  }
  .lg\:gap-y-80 {
    row-gap: 80px;
  }
  .lg\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .lg\:gap-100 {
    gap: 100px;
  }
  .lg\:gap-y-100 {
    row-gap: 100px;
  }
  .lg\:gap-x-100 {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
  .lg\:u-pt-0 {
    padding-top: 0 !important;
  }
  .lg\:u-pl-0 {
    padding-left: 0 !important;
  }
  .lg\:u-pr-0 {
    padding-right: 0 !important;
  }
  .lg\:u-pb-0 {
    padding-bottom: 0 !important;
  }
  .lg\:u-mt-0 {
    margin-top: 0 !important;
  }
  .lg\:u-ml-0 {
    margin-left: 0 !important;
  }
  .lg\:u-mr-0 {
    margin-right: 0 !important;
  }
  .lg\:u-mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:u-text-left {
    text-align: left !important;
  }
  .lg\:u-text-center {
    text-align: center !important;
  }
  .lg\:u-text-right {
    text-align: right !important;
  }
  .lg\:u-width-0p {
    width: 0% !important;
  }
  .lg\:u-width-5p {
    width: 5% !important;
  }
  .lg\:u-width-10p {
    width: 10% !important;
  }
  .lg\:u-width-15p {
    width: 15% !important;
  }
  .lg\:u-width-20p {
    width: 20% !important;
  }
  .lg\:u-width-25p {
    width: 25% !important;
  }
  .lg\:u-width-30p {
    width: 30% !important;
  }
  .lg\:u-width-35p {
    width: 35% !important;
  }
  .lg\:u-width-40p {
    width: 40% !important;
  }
  .lg\:u-width-45p {
    width: 45% !important;
  }
  .lg\:u-width-50p {
    width: 50% !important;
  }
  .lg\:u-width-55p {
    width: 55% !important;
  }
  .lg\:u-width-60p {
    width: 60% !important;
  }
  .lg\:u-width-65p {
    width: 65% !important;
  }
  .lg\:u-width-70p {
    width: 70% !important;
  }
  .lg\:u-width-75p {
    width: 75% !important;
  }
  .lg\:u-width-80p {
    width: 80% !important;
  }
  .lg\:u-width-85p {
    width: 85% !important;
  }
  .lg\:u-width-90p {
    width: 90% !important;
  }
  .lg\:u-width-95p {
    width: 95% !important;
  }
  .lg\:u-width-100p {
    width: 100% !important;
  }
}

@media only screen and (min-width: 769px) {
  .c-box-2 {
    display: grid;
    grid-template-columns: 14.844% 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7.25vw;
  }
  .c-box-2 .c-box-2_label {
    padding-right: 2.34375%;
    border-right: 1px solid #4D4D4D;
  }
  .c-box-2 .c-box-2_content {
    padding-left: 5%;
  }
  .c-box-2 .c-box-2_content ul,
  .c-box-2 .c-box-2_content ol {
    text-indent: -1em;
    padding-left: 1em;
  }
  .c-video {
    gap: 3.125vw;
  }
  body.os-mac .c-title .c-title_main span {
    margin-top: 0.18em;
  }
  .c-titleTite {
    aspect-ratio: 1920/420;
  }
  .c-titleTite.size-tite {
    aspect-ratio: 1920/255;
  }
  .c-button {
    min-height: 100px;
  }
  .c-button.size-huge {
    min-height: 200px;
    font-size: min(2.5vw, 32px);
    letter-spacing: 0.3em;
  }
  .c-button.size-huge::after {
    left: calc(50% - 0.59em);
    top: auto;
    bottom: 20px;
    width: 1.18em;
  }
  .c-bannerButton {
    aspect-ratio: 1280/500;
  }
  .c-list_anchor.-flex li a {
    padding: 0 min(32px, 2vw);
  }
  .sp {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .js-carousel .js-carousel_list .js-carousel_img {
    width: 640px;
    margin: 0 10px;
  }
}

@media only screen and (max-width: 1279px) {
  .c-title .c-title_main {
    font-size: 32px;
  }
  .c-title .c-title_sub {
    font-size: 24px;
  }
}

@media only screen and (max-width: 459px) {
  .c-title .c-title_main {
    font-size: 18px;
  }
  .c-title .c-title_sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #colorbox {
    max-width: 90%;
    margin: 0 auto;
  }
  #cboxWrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  #cboxTopCenter {
    max-width: 100%;
    margin: 0 auto;
  }
  #cboxContent {
    max-width: 100%;
    margin: 0 auto;
  }
  #cboxLoadedContent {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */