@charset "utf-8";
/* ----------------------------------------------------------------
        ress
----------------------------------------------------------------- */
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

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

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  margin-right: .5em;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: field;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

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

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

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

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

/* ----------------------------------------------------------------
    base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
html.is-fixed {
  overflow: hidden;
}
html[data-is-scrollable="false"] {
  overflow: hidden;
}
html[data-is-scrollable="false"] body {
  overflow: hidden;
}
html[data-use-keyboard="false"] :focus {
  outline: 0;
}

body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  overflow-x: hidden;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
}
body _:-ms-lang(x)::-ms-backdrop,
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body.is-fixed {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
}
body.is-dialog-fixed {
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

strong,
b,
th {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  box-sizing: border-box;
}

a {
  color: #005bac;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a:hover,
  a:active,
  a:focus {
    text-decoration: underline;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}
table tr {
  vertical-align: top;
}
table td,
table th {
  text-align: left;
}

button,
[role="button"] {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

abbr {
  text-decoration: none;
}

li {
  list-style: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

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

dfn {
  display: block;
  font-style: normal;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}

/* ----------------------------------------------------------------
    Centering Content
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    margin
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
#gx .gx-breadcrumb > li:not(:first-child)::before {
  display: block;
  content: "";
}

/* ----------------------------------------------------------------
    Pseudo element (Inline Block)
----------------------------------------------------------------- */
/* mixin */
#gx .gx-about .mv__list a::before,
#gx .gx-about .about-box .link::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #005bac;
  border-top: 1px solid #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#gx .gx-about .card .item > .link::after {
  position: absolute;
  content: "";
  background-color: #005bac;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  height: 40px;
  width: 40px;
  right: 0;
  bottom: 0;
}

#gx {
  /* .gx-list
    ----------------------------------------------- */
  /* .link-btn
    ----------------------------------------------- */
  /* .link-btn-2
    ----------------------------------------------- */
  /* .link-btn-about
    ----------------------------------------------- */
  /* GX共通
    ----------------------------------------------- */
  /* .gxTab
    ----------------------------------------------- */
  /* js
    ----------------------------------------------- */
  /* .gx-breadcrumb
    ----------------------------------------------- */
}
#gx main {
  margin-bottom: 0;
}
#gx .content {
  margin-top: 0;
}
#gx .w100 {
  width: 100% !important;
  margin-left: 0 !important;
}
#gx .tbl > tbody > tr > th {
  background-color: #e9e9e9;
}
#gx .tbl > tbody > tr > td,
#gx .tbl > tbody > tr > th,
#gx .tbl > thead > tr > td,
#gx .tbl > thead > tr > th {
  padding: 10px 17px;
  font-size: 1.6rem;
}
#gx .tbl > tbody > tr > td .list > li::before,
#gx .tbl > tbody > tr > th .list > li::before,
#gx .tbl > thead > tr > td .list > li::before,
#gx .tbl > thead > tr > th .list > li::before {
  width: 6px;
  height: 6px;
  background-color: #005bac;
}
#gx .text-link {
  text-decoration: none;
}
#gx .text-link:hover,
#gx .text-link:active,
#gx .text-link:focus {
  text-decoration: underline;
}
#gx .fv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 450px;
  background-image: url(/company/gx/img/index-01.png);
  background-size: cover;
  background-position: center center;
}
#gx .fv .fv_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
#gx .fv .fv__titleWrap {
  margin: auto;
  padding-right: 14px;
  padding-left: 14px;
  max-width: 1228px;
  width: 100%;
}
#gx .fv .fv_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
  "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  text-shadow: 1px 1px 1px #333;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: .35rem;
}
#gx .fv .fv_heading {
  display: inline;
  font-size: 4.8rem;
  font-weight: bold;
}
#gx .fv .fv_text {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px #333;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #gx .fv {
    height: 240px;
  }
  #gx .fv .fv_title {
    font-size: 2rem;
    margin-top: 32px;
    line-height: 1.75;
  }
  #gx .fv .fv_text {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  #gx .fv .fv_heading {
    font-size: 2.0rem;
  }
}
#gx .page-nav .nav-pulldown {
  display: none;
}
#gx .page-nav .pulldown-content {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#gx .page-nav .pulldown-content a {
  text-decoration: none;
  color: #000;
  display: block;
}
#gx .page-nav .pulldown-content > li {
  position: relative;
  margin: 0 36px;
  padding: 15px 0 24px;
}
#gx .page-nav .pulldown-content > li.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #005bac, #e0f0b2);
  border-radius: 100px;
  position: absolute;
  bottom: 0;
}
#gx .page-nav .pulldown-content__small {
  font-family: "Roboto", sans-serif;
  display: block;
  color: #005bac;
  font-size: 1.4rem;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #gx .page-nav .nav-pulldown {
    position: relative;
    display: block;
    margin: 0;
    color: #000;
    width: 100%;
    padding: 16px 14px 12px;
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
  }
  #gx .page-nav .nav-pulldown::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #005bac #005bac transparent transparent;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  #gx .page-nav .nav-pulldown[aria-expanded="true"]::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #gx .page-nav .pulldown-content {
    display: block;
    font-size: 1.6rem;
    text-align: left;
  }
  #gx .page-nav .pulldown-content > li {
    position: relative;
    margin: 0 14px;
    padding: 0;
  }
  #gx .page-nav .pulldown-content > li a {
    padding: 12px 0 12px;
    border-bottom: 1px solid #ddd;
  }
  #gx .page-nav .pulldown-content > li::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #005bac #005bac transparent transparent;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  #gx .page-nav .pulldown-content > li.current::after {
    width: 10px;
    height: 10px;
    background: none;
    border-radius: 0;
  }
  #gx .page-nav .pulldown-content > li:last-child {
    border-bottom: 0;
  }
  #gx .page-nav .pulldown-content.is-open {
    display: block;
  }
  #gx .page-nav .pulldown-content.is-close {
    display: none;
  }
  #gx .page-nav .pulldown-content__small {
    display: none;
  }
}
#gx .hdg-box {
  position: relative;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 5px;
  margin-bottom: 35px;
}
#gx .hdg-box h1 {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
}
#gx .hdg-box h2 {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
#gx .hdg-box span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium",
  "Yu Gothic Medium", 游ゴシック, "Yu Gothic",
  "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック",
  sans-serif;
}
#gx .hdg-box::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: linear-gradient(to right, #005bac, #e0f0b2);
  border-radius: 100px;
  margin: auto;
}
#gx .hdg-box.about {
  padding-top: 0;
}
#gx .hdg-box > .top-hdg {
  font-size: 4rem;
  font-weight: bold;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium",
  "Yu Gothic Medium", 游ゴシック, "Yu Gothic",
  "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック",
  sans-serif;
}
#gx .hdg-box > .top-hdg span {
  font-weight: normal;
}
#gx .hdg-box > .top-hdg--color {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gx .hdg-box {
    padding-top: 35px;
    margin-bottom: 13px;
  }
  #gx .hdg-box h1 {
    font-size: 2.8rem;
  }
  #gx .hdg-box h2 {
    font-size: 2.4rem;
  }
  #gx .hdg-box span {
    font-size: 1.2rem;
    margin-bottom: -3px;
  }
  #gx .hdg-box > .top-hdg {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #gx .hdg-box > .top-hdg span {
    font-size: 1.2rem;
  }
}
#gx .hdg-box-2 {
  position: relative;
  white-space: nowrap;
  margin-top: 11px;
}
#gx .hdg-box-2 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
}
#gx .hdg-box-2 p {
  font-size: 2.4rem;
  margin-top: 13px;
  margin-bottom: 8px;
}
#gx .hdg-box-2::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: linear-gradient(to right, #005bac, #e0f0b2);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  #gx .hdg-box-2 {
    margin-top: 13px;
  }
  #gx .hdg-box-2 h2 {
    font-size: 2.8rem;
  }
  #gx .hdg-box-2 p {
    font-size: 1.6rem;
    margin-bottom: -4px;
  }
}
#gx .hdg-box-3 {
  position: relative;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 5px;
  margin-bottom: 33px;
}
#gx .hdg-box-3 h1 {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
}
#gx .hdg-box-3 span,
#gx .hdg-box-3 p {
  display: block;
  font-size: 1.6rem;
  margin-top: 12px;
  margin-bottom: -1px;
  line-height: 1.5;
  font-weight: bold;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium",
  "Yu Gothic Medium", 游ゴシック, "Yu Gothic",
  "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック",
  sans-serif;
}
#gx .hdg-box-3::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: linear-gradient(to right, #005bac, #e0f0b2);
  border-radius: 100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #gx .hdg-box-3 {
    padding-top: 35px;
    margin-bottom: 20px;
  }
  #gx .hdg-box-3 h1 {
    font-size: 2.8rem;
  }
  #gx .hdg-box-3 span,
  #gx .hdg-box-3 p {
    font-size: 1.2rem;
    margin-bottom: -3px;
  }
}
#gx .hdg-box-4 {
  position: relative;
  text-align: center;
  padding-top: 72px;
  margin-bottom: 28px;
}
#gx .hdg-box-4 h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
}
#gx .hdg-box-4::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: linear-gradient(to right, #005bac, #e0f0b2);
  border-radius: 100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #gx .hdg-box-4 {
    padding: 40px 0 0;
    margin-bottom: 14px;
  }
  #gx .hdg-box-4 h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 0;
  }
}
#gx .hdg-box-5 {
  position: relative;
  margin-top: 40px;
  font-size: 2.4rem;
  padding-bottom: 9px;
}
#gx .hdg-box-5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 25em;
  background-color: #005bac;
  background-image: linear-gradient(to right, #005bac, #e0f0b2);
}
#gx .hdg-box-5 > span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  #gx .hdg-box-5 {
    margin-top: 32px;
    padding-bottom: 7px !important;
    font-size: 2rem !important;
    padding-bottom: 12px;
  }
  #gx .hdg-box-5 > span {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
#gx .gx-bg {
  background-color: #f5f5f5;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #gx .gx-bg {
    padding-bottom: 5px;
  }
}
#gx .gx-know {
  background-image: url(/company/gx/img/index-02.png);
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #gx .gx-know {
    padding-bottom: 32px;
  }
  #gx .gx-know .content__primary {
    margin-bottom: 40px;
  }
}
#gx .gx-know .gx-filter {
  display: none;
  margin-bottom: 48px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  #gx .gx-know .gx-filter {
    padding: 24px;
  }
}
#gx .gx-know .gx-filter::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 48px;
  height: 24px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 24px, 0% 0%, 48px 0%);
  clip-path: polygon(50% 24px, 0% 0%, 48px 0%);
}
@media screen and (max-width: 767px) {
  #gx .gx-know .gx-filter::after {
    -webkit-clip-path: polygon(50% 18px, 0% 0%, 48px 0%);
    clip-path: polygon(50% 18px, 0% 0%, 48px 0%);
    bottom: -17px;
    width: 48px;
    height: 18px;
  }
}
#gx .gx-know .gx-filter__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #gx .gx-know .gx-filter__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
#gx .gx-know .gx-filter-interface-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
#gx .gx-know .gx-filter-interface-box__item {
  position: relative;
  font-size: 1.6rem;
}
#gx .gx-know .gx-filter-interface-box__tag {
  background-color: #fff;
  border: 1px #0068cd solid;
  padding: 10px 18px;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  #gx .gx-know .gx-filter-interface-box {
    gap: 8px;
    margin-bottom: 24px;
  }
  #gx .gx-know .gx-filter-interface-box__item label {
    padding: 8px 24px;
  }
}
#gx .gx-know .gx-filter-clearBtn {
  text-align: end;
}
#gx .gx-know .gx-filter-clearBtn__btn {
  position: relative;
  padding-left: 28px;
}
#gx .gx-know .gx-filter-clearBtn__btn::before,
#gx .gx-know .gx-filter-clearBtn__btn::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #000;
  position: absolute;
  top: 2px;
  left: 8px;
}
#gx .gx-know .gx-filter-clearBtn__btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gx .gx-know .gx-filter-clearBtn__btn::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#gx .gx-know .gx-filter-clearBtn__text {
  text-decoration: none;
}
#gx .gx-know .gx-filter-clearBtn__text:hover {
  text-decoration: underline;
}
#gx .gx-know .gx-filter-count {
  display: none;
  text-align: center;
  margin-bottom: 16px;
}
#gx .gx-know .gx-filter-count__text {
  font-weight: bold;
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  #gx .gx-know .gx-filter-count__text {
    font-size: 1.8rem;
  }
}
#gx .gx-know .gx-filter-count__number {
  font-weight: bold;
  text-align: center;
  font-size: 4.0rem;
}
#gx .gx-know .gx-filter-count__number::after {
  content: "件";
  font-size: 3.0rem;
}
@media screen and (max-width: 767px) {
  #gx .gx-know .gx-filter-count__number::after {
    font-size: 2.4rem;
  }
}
#gx .gx-know .gx-filter-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 24px;
}
#gx .gx-know .gx-filter-column.col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #gx .gx-know .gx-filter-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
#gx .gx-know .gxPanelLink {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: box-shadow .3s;
}
#gx .gx-know .gxPanelLink:hover,
#gx .gx-know .gxPanelLink:active,
#gx .gx-know .gxPanelLink:focus {
  box-shadow: none;
}
#gx .gx-know .gxPanelLink__media {
  margin-top: 8px;
}
#gx .gx-know .gxPanelLink__text {
  margin-top: 16px;
}
#gx .gx-know .gxPanelLink__textArea {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#gx .gx-know .gxPanelLink__title {
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #gx .gx-know .gxPanelLink__title {
    font-size: 1.8rem;
  }
}
#gx .gx-know .gxPanelLink__date {
  margin-bottom: 16px;
}
#gx .gx-know .gxPanelLink__tagAerea {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#gx .gx-know .gxPanelLink__tag {
  display: inline-block;
  border-radius: 12px;
  background-color: #fff;
  border-radius: 24px;
  border: 1px #0068cd solid;
  text-align: center;
  padding: 3px 12px;
  font-size: 1.4rem;
}
#gx .gx-know .gxPanelLink__img {
  flex-shrink: 0;
  margin-bottom: 16px;
}
#gx .gx-know .gxPanelLink__img-inner {
  width: 100%;
  height: auto;
}
#gx .gx-know .is-active {
  background: linear-gradient(to right, #005fb5, #006cd5);
  color: #fff;
}
#gx .gx-know .js-filter-category {
  display: none;
}
#gx .gx-know .is-show {
  display: block;
}
#gx .gx-know .is-hide {
  display: none;
}
#gx .know-hdg1 {
  margin-bottom: 16px;
}
#gx .gx-know-detail {
  position: relative;
  background-color: #f5f5f5;
  padding-top: 21.5%;
  padding-bottom: 100px;
}
#gx .gx-know-detail > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#gx .gx-know-detail .content__primary {
  z-index: 1;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1040px;
  border-radius: 10px;
  padding: 0 80px 52px;
}
#gx .gx-know-detail .content__primary .media {
  display: block;
  margin: 26px auto;
}
#gx .gx-know-detail .content__inner {
  justify-content: space-around;
}
#gx .gx-know-detail h2 {
  -o-border-image: linear-gradient(to right, #005bac 0%, #e0f0b2 100%) 1/0 0 2px 0;
  border-image: linear-gradient(to right, #005bac 0%, #e0f0b2 100%) 1/0 0 2px 0;
  border-style: solid;
  padding-bottom: 5px;
  margin-bottom: 23px;
}
#gx .gx-know-detail h3 {
  font-size: 1.8rem;
  margin-bottom: 13px;
}
#gx .gx-know-detail .link-tab {
  word-wrap: break-word;
  text-decoration: none;
}
#gx .gx-know-detail .link-tab:hover,
#gx .gx-know-detail .link-tab:active,
#gx .gx-know-detail .link-tab:focus {
  text-decoration: underline;
}
#gx .gx-know-detail .link-tab img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #gx .gx-know-detail {
    padding-bottom: 0;
  }
  #gx .gx-know-detail .content__primary {
    padding: 0 16px 60px;
    border-radius: 0;
  }
}
#gx .gx-member {
  background-image: url(/company/gx/img/member-01.png);
  background-size: cover;
  background-position: top center;
  padding-bottom: 100px;
}
#gx .gx-member .hdg-box-3 {
  color: #fff;
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
}
#gx .gx-member .gx-member__lead {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#gx .gx-member .gx-member__date {
  display: block;
  color: #fff;
  text-align: right;
}
#gx .gx-member .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
}
#gx .gx-member .box-wrapper .box {
  margin: 22px 1% 0 !important;
  width: 100%;
  background-color: #fff;
  padding: 40px 40px;
}
#gx .gx-member .box-wrapper .box--row-reserve {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 51px;
}
#gx .gx-member .box-wrapper .box__content {
  padding: 13px 0 0;
}
#gx .gx-member .box-wrapper .box__hdg {
  margin-bottom: 23px;
}
#gx .gx-member .box-wrapper .box__hdg h2 {
  font-size: 2.4rem;
  padding-bottom: 5px;
}
#gx .gx-member .box-wrapper .box__hdg::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #005bac, #e0f0b2);
}
#gx .gx-member .box-wrapper .box__hdg--2::after {
  background: linear-gradient(to left, #005bac, #e0f0b2);
}
#gx .gx-member .box-wrapper .box__lead {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
#gx .gx-member .box-wrapper .box__lead + p {
  margin-bottom: 20px;
}
.center #gx .gx-member .box-wrapper .box__lead {
  margin-bottom: 0;
}
#gx .gx-member .box-wrapper .box__items {
  display: flex;
  flex-wrap: wrap;
}
#gx .gx-member .box-wrapper .box__items > div {
  max-width: 60%;
}
#gx .gx-member .box-wrapper .box .img {
  width: 87%;
  max-width: 546px;
}
#gx .gx-member .box-wrapper .box .img img {
  width: 100%;
}
#gx .gx-member .box-wrapper .box .content {
  width: 80%;
  margin-left: 35px;
  margin-top: 6px !important;
}
#gx .gx-member .box-wrapper .box .content.center {
  margin: auto !important;
}
#gx .gx-member .box-wrapper .box .tag-01 {
  display: inline-block;
  border-radius: 100px;
  background: linear-gradient(to right, #005bac, #0070e0);
  color: #fff;
  text-align: center;
  border: 2px solid #005bac;
  padding: 2px 16px;
  line-height: 1;
  font-size: 1.4rem;
  margin-bottom: 10px;
  white-space: nowrap;
}
#gx .gx-member .box-wrapper .box:nth-of-type(3n -1) {
  background-color: #005bac;
  color: #fff;
}
#gx .gx-member .box-wrapper .box:nth-of-type(3n -1) .tag-01 {
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}
#gx .gx-member .box-wrapper .box:nth-of-type(3n) {
  background-color: #e9e9e9;
}
#gx .gx-member .box-wrapper .box .name {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 14px;
  margin-bottom: 6px;
}
#gx .gx-member .box-wrapper .box .name::before {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 4px;
  height: 16px;
  background: linear-gradient(to top, #005bac, #e0f0b2);
  margin-right: 12px;
  vertical-align: middle;
}
#gx .gx-member .box-wrapper .box .boxMember p {
  margin: 0;
}
#gx .gx-member .box-wrapper .box .boxMember__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
#gx .gx-member .box-wrapper .box .boxMember__headingText {
  font-size: 3.2rem;
  font-weight: bold;
}
#gx .gx-member .box-wrapper .box .boxMember__text {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-top: 16px !important;
}
#gx .gx-member .box-wrapper .box .boxMember__content {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 24px;
  background-color: #fff;
}
#gx .gx-member .box-wrapper .box .boxMember__title {
  position: relative;
  padding: 0 10px;
  background-color: #005bac;
}
#gx .gx-member .box-wrapper .box .boxMember__title::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  left: 50%;
  bottom: 1px;
  width: 20px;
  height: 12px;
  background-color: #005bac;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#gx .gx-member .box-wrapper .box .boxMember__titleText {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
#gx .gx-member .box-wrapper .box .boxMember__titlePoint {
  font-size: 4.2rem;
}
#gx .gx-member .box-wrapper .box .boxMember__body {
  padding: 20px 40px;
}
#gx .gx-member .box-wrapper .box .boxMember__bodyLayout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
#gx .gx-member .box-wrapper .box .boxMember__imageItem img {
  display: block;
  width: 100%;
}
#gx .gx-member .box-wrapper .box .boxMember__bodyItemTitle {
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
}
#gx .gx-member .box-wrapper .box .boxMember__imageLayout {
  margin-top: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: (1fr)[4];
  grid-template-rows: repeat(4, 1fr);
  row-gap: 8px;
}
#gx .gx-member .box-wrapper .box .boxMember__notion {
  margin-top: 16px !important;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #gx .gx-member .box-wrapper .box {
    padding: 16px;
  }
  #gx .gx-member .box-wrapper .box .boxMember {
    padding: 0;
  }
  #gx .gx-member .box-wrapper .box .boxMember__headingText {
    font-size: 2.0rem;
  }
  #gx .gx-member .box-wrapper .box .boxMember__text {
    font-size: 1.6rem;
  }
  #gx .gx-member .box-wrapper .box .boxMember__title {
    position: relative;
    padding: 0 10px;
    background-color: #005bac;
  }
  #gx .gx-member .box-wrapper .box .boxMember__title::after {
    width: 10px;
    height: 6px;
  }
  #gx .gx-member .box-wrapper .box .boxMember__titleText {
    font-size: 1.4rem;
  }
  #gx .gx-member .box-wrapper .box .boxMember__titlePoint {
    font-size: 3.2rem;
  }
  #gx .gx-member .box-wrapper .box .boxMember__body {
    padding: 16px;
  }
  #gx .gx-member .box-wrapper .box .boxMember__bodyLayout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
    row-gap: 24px;
  }
  #gx .gx-member .box-wrapper .box .boxMember__bodyItemTitle {
    font-size: 1.6rem;
  }
  #gx .gx-member .box-wrapper .box .boxMember__imageLayout {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
  }
  #gx .gx-member .box-wrapper .box .boxMember__notion {
    margin-top: 8px !important;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #gx .gx-member {
    padding-bottom: 28px;
  }
  #gx .gx-member .hdg-box-3 span,
  #gx .gx-member .hdg-box-3 p {
    font-size: 1rem;
  }
  #gx .gx-member .box-wrapper {
    display: block;
  }
  #gx .gx-member .box-wrapper .box {
    flex-direction: column-reverse;
    margin: 44px 0 0 !important;
  }
  #gx .gx-member .box-wrapper .box__content {
    padding-top: 0;
    margin-left: 0;
  }
  #gx .gx-member .box-wrapper .box__lead {
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 13px;
  }
  #gx .gx-member .box-wrapper .box__hdg {
    margin-bottom: 16px;
  }
  #gx .gx-member .box-wrapper .box__hdg h2 {
    font-size: 2rem;
  }
  #gx .gx-member .box-wrapper .box .img {
    margin-right: 16px;
    width: 100%;
    max-width: 100%;
  }
  #gx .gx-member .box-wrapper .box .content {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  #gx .gx-member .box-wrapper .box p {
    margin-bottom: 0;
  }
  #gx .gx-member .box-wrapper .box .tag-01 {
    margin-bottom: 6px;
  }
}
#gx .gx-about {
  background-image: url(/company/gx/img/index-02.png);
  background-size: cover;
  background-position: center top;
  padding-bottom: 44px;
}
#gx .gx-about .grid {
  display: block;
}
#gx .gx-about .text-link {
  text-decoration: none;
}
#gx .gx-about .text-link:hover,
#gx .gx-about .text-link:active,
#gx .gx-about .text-link:focus {
  text-decoration: underline;
}
#gx .gx-about .box {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  overflow: hidden;
  margin: 0 0 26px !important;
  flex-direction: column;
}
#gx .gx-about .box:nth-of-type(2n) {
  margin-left: 1.5% !important;
}
#gx .gx-about .box__btn {
  display: block;
  border-top: 1px solid #ddd;
  margin: auto;
  padding: 13px 0 11px;
  width: 100%;
  z-index: 1;
}
#gx .gx-about .box__btn[data-state="close"]::before {
  margin-bottom: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#gx .gx-about .box__btn::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #005bac #005bac transparent transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-bottom: 3px;
  margin-right: 12px;
}
#gx .gx-about h4 {
  margin-bottom: 5px;
}
#gx .gx-about p {
  margin-bottom: 20px;
}
#gx .gx-about .list {
  margin-bottom: 21px !important;
}
#gx .gx-about .list > li + li {
  margin-top: 5px;
}
#gx .gx-about .img {
  z-index: 1;
  background-color: #fff;
  text-align: center;
  padding: 27px 31px;
  display: flex;
  flex-direction: column-reverse;
}
#gx .gx-about .accordion-content {
  padding: 0 31px;
  display: flex;
  flex-direction: column;
}
#gx .gx-about .accordion-content > div {
  margin-bottom: auto;
}
#gx .gx-about .mv {
  padding-top: 84px;
  padding-bottom: 64px;
  position: relative;
  color: #fff;
}
#gx .gx-about .mv::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url("/company/gx/about/img/index-01.png");
  background-position: center;
  background-size: cover;
}
#gx .gx-about .mv__inner {
  position: relative;
  max-width: 860px;
  margin-inline: auto;
  z-index: 1;
}
#gx .gx-about .mv__lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
#gx .gx-about .mv__textWrap {
  margin-top: 32px;
}
#gx .gx-about .mv__text {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
#gx .gx-about .mv__text span {
  display: inline-block;
}
#gx .gx-about .mv__list {
  display: flex;
  justify-content: center;
  gap: 16px 24px;
  margin-top: 32px;
  flex-wrap: wrap;
}
#gx .gx-about .mv__list a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px 8px 40px;
  border-radius: 25em;
  background-color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-weight: bold;
  font-size: 1.6rem;
  transition: .3s;
}
#gx .gx-about .mv__list a:hover,
#gx .gx-about .mv__list a:active,
#gx .gx-about .mv__list a:focus {
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}
#gx .gx-about .mv__list a::before {
  left: 24px;
  top: 16px;
}
@media only screen and (max-width: 767px) {
  #gx .gx-about .mv {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  #gx .gx-about .mv::before {
    background-image: url("/company/gx/about/img/index-01-sp.png");
  }
  #gx .gx-about .mv__lead {
    margin-top: 6px;
    font-size: 2.2rem;
  }
  #gx .gx-about .mv__textWrap {
    margin-top: 30px;
  }
  #gx .gx-about .mv__text {
    text-align: left;
    font-size: 1.4rem;
  }
  #gx .gx-about .mv__text span {
    display: inline;
  }
  #gx .gx-about .mv__list {
    margin-top: 16px;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 16px;
  }
  #gx .gx-about .mv__list a {
    width: 100%;
    font-size: 1.6rem;
  }
}
#gx .gx-about .about-box {
  margin-top: 62px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
#gx .gx-about .about-box.about-box02 {
  padding-top: 64px;
  margin-top: 64px;
}
#gx .gx-about .about-box > *:first-child {
  margin-top: 0;
}
#gx .gx-about .about-box > p {
  margin-bottom: 0;
  margin-top: 24px;
}
#gx .gx-about .about-box .link {
  margin-top: 26px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 4px 4px 4px 20px;
}
#gx .gx-about .about-box .link::before {
  left: 0;
  top: 10px;
}
#gx .gx-about .about-box .link:hover,
#gx .gx-about .about-box .link:active,
#gx .gx-about .about-box .link:focus {
  text-decoration: underline;
}
#gx .gx-about .about-box .lyt {
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
#gx .gx-about .about-box .lyt__contents > *:first-child {
  margin-top: 0;
}
#gx .gx-about .about-box .lyt__contents p {
  margin-top: 12px;
  margin-bottom: 0;
}
#gx .gx-about .about-box .lyt__contents .logo {
  margin-top: 32px;
}
#gx .gx-about .about-box .lyt__media {
  min-width: 366px;
}
@media only screen and (max-width: 768px) {
  #gx .gx-about .about-box {
    padding: 32px 16px;
    margin-top: 44px;
  }
  #gx .gx-about .about-box > p {
    margin-top: 16px;
  }
  #gx .gx-about .about-box.about-box02 {
    padding: 32px 16px;
    margin-top: 45px;
  }
  #gx .gx-about .about-box .lyt {
    flex-direction: column;
    row-gap: 20px;
  }
  #gx .gx-about .about-box .lyt__contents .text,
  #gx .gx-about .about-box .lyt__contents .logo {
    margin-top: 20px;
  }
  #gx .gx-about .about-box .lyt__contents .link {
    margin-top: 18px;
  }
  #gx .gx-about .about-box .lyt__media {
    padding: 0 38px;
    text-align: center;
    min-width: initial;
  }
}
#gx .gx-about .carousel {
  padding: 0;
  margin-top: 20px;
}
#gx .gx-about .carousel .item {
  padding: 12px;
}
#gx .gx-about .carousel .gxPanelLink__heading {
  text-align: center;
}
#gx .gx-about .carousel .gxPanelLink__media {
  margin-top: 8px;
}
#gx .gx-about .carousel .gxPanelLink__text {
  margin-top: 16px;
}
#gx .gx-about .carousel__pagination {
  margin-top: 12px;
  gap: 12px;
  align-items: center;
}
#gx .gx-about .carousel__pagination .presentation {
  padding: 1px;
}
#gx .gx-about .carousel__paginationItem {
  width: 8px;
  height: 8px;
  border-radius: 25em;
  background-color: #6b7075;
  vertical-align: middle;
  text-indent: 100%;
  overflow: hidden;
}
#gx .gx-about .carousel__paginationItem.is-active {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #005bac;
  z-index: 1;
}
#gx .gx-about .carousel__arrow {
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  top: 40%;
  z-index: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
#gx .gx-about .carousel__arrow svg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  fill: #005bac;
}
#gx .gx-about .carousel__arrow--prev {
  left: 0;
}
#gx .gx-about .carousel__arrow--prev svg {
  rotate: 180deg;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#gx .gx-about .carousel__arrow--next {
  right: 0;
}
@media only screen and (max-width: 767px) {
  #gx .gx-about .carousel {
    margin-top: 8px;
  }
  #gx .gx-about .carousel .gxPanelLink__text {
    margin-top: 8px;
  }
  #gx .gx-about .carousel__arrow {
    width: 40px;
    height: 40px;
    top: 45%;
  }
  #gx .gx-about .carousel__arrow svg {
    width: 22px;
    height: 22px;
  }
  #gx .gx-about .carousel__pagination {
    margin-top: 4px;
  }
}
#gx .gx-about .card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 24px;
  margin-top: 24px;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  #gx .gx-about .card {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 16px;
  }
}
#gx .gx-about .card .item {
  font-size: clamp(1.4px, 1.75695vw, 2.4px);
  background-color: #fff;
  color: #000;
}
#gx .gx-about .card .item > *:first-child {
  margin-top: 0;
}
#gx .gx-about .card .item > .link {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 10px;
  align-items: center;
  padding: 24px 38px;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: box-shadow .3s;
  text-decoration: none;
}
#gx .gx-about .card .item > .link > img,
#gx .gx-about .card .item > .link .icon-blank {
  position: absolute;
  bottom: 24px;
  right: 12px;
}
#gx .gx-about .card .item > .link::before {
  display: none;
}
#gx .gx-about .card .item > .link:hover,
#gx .gx-about .card .item > .link:active,
#gx .gx-about .card .item > .link:focus {
  box-shadow: none;
}
#gx .gx-about .card .item .lyt {
  gap: 16px;
  align-items: center;
}
#gx .gx-about .card .item .lyt .contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#gx .gx-about .card .item .lyt .contents .contents_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
#gx .gx-about .card .item .lyt .contents .hdg {
  font-weight: bold;
  display: inline;
  font-size: 2.0rem;
}
#gx .gx-about .card .item .lyt .contents .number {
  color: #005bac;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}
#gx .gx-about .card .item .lyt .contents .number em {
  font-size: 5.4rem;
  line-height: 1;
}
#gx .gx-about .card .item .lyt .contents .number em.triangle::before {
  content: "";
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  max-width: 29px;
  width: 2.12298vw;
  max-height: 29px;
  height: 2.12298vw;
  display: inline-block;
  background-color: #005bac;
}
#gx .gx-about .card .item .lyt .contents .number span {
  white-space: nowrap;
  font-size: 2.4rem;
}
#gx .gx-about .card .item .lyt .contents .title {
  color: #005bac;
  font-weight: bold;
  font-size: clamp(1.8rem, 2.92825vw, 4rem);
  line-height: 1.2;
}
#gx .gx-about .card .item .text {
  font-size: 1.4rem;
  margin-bottom: 0;
}
#gx .gx-about .card .item .text.is-sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #gx .gx-about .card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  #gx .gx-about .card {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  #gx .gx-about .card .item .lyt {
    flex-direction: row;
    margin-inline: auto;
    max-width: 280px;
    flex-wrap: wrap;
    width: 100%;
  }
  #gx .gx-about .card .item .lyt .icon {
    flex-shrink: 0;
  }
  #gx .gx-about .card .item .lyt .contents {
    width: calc(100% - 16px - 106px);
  }
  #gx .gx-about .card .item .lyt .contents .contents_inner {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  #gx .gx-about .card .item .lyt .contents .hdg {
    font-size: 2.0rem;
    white-space: nowrap;
  }
  #gx .gx-about .card .item .lyt .contents .number {
    color: #005bac;
    font-weight: bold;
  }
  #gx .gx-about .card .item .lyt .contents .number em {
    font-size: 5.4rem;
  }
  #gx .gx-about .card .item .lyt .contents .number em.triangle {
    white-space: nowrap;
  }
  #gx .gx-about .card .item .lyt .contents .number em.triangle::before {
    content: "";
    width: 29px;
    height: 25px;
  }
  #gx .gx-about .card .item .lyt .contents .number span {
    font-size: 2.4rem;
  }
  #gx .gx-about .card .item .lyt .contents .number span.fz20 {
    font-size: 2.0rem;
  }
  #gx .gx-about .card .item .lyt .contents .title {
    font-size: 4.0rem;
  }
  #gx .gx-about .card .item .lyt .contents .title.green {
    text-align: center;
  }
  #gx .gx-about .card .item .text {
    width: 100%;
    text-align: center;
  }
  #gx .gx-about .card .item .text.is-pc {
    display: none;
  }
  #gx .gx-about .card .item .text.is-sp {
    display: block;
  }
}
#gx .gx-about .media-lyt {
  margin-top: 24px;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
#gx .gx-about .media-lyt .contents {
  width: 67.3214286%;
}
#gx .gx-about .media-lyt .contents > p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #gx .gx-about .media-lyt {
    flex-direction: column;
    row-gap: 20px;
  }
  #gx .gx-about .media-lyt .contents {
    width: 100%;
  }
  #gx .gx-about .media-lyt .contents h4 {
    margin-top: 16px;
  }
}
#gx .gx-about .link-area {
  margin-top: 32px;
}
#gx .gx-about .link-area h4 {
  font-size: 1.6rem;
}
#gx .gx-about .link-area .link-item {
  position: relative;
  margin-top: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 0 4px 20px;
  text-decoration: none;
}
#gx .gx-about .link-area .link-item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #005bac;
  border-top: 1px solid #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  top: 10px;
}
#gx .gx-about .link-area .link-item:hover,
#gx .gx-about .link-area .link-item:active,
#gx .gx-about .link-area .link-item:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #gx .gx-about .link-area {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #gx .gx-about {
    padding-bottom: 1px;
  }
  #gx .gx-about .content__primary {
    margin-bottom: 25px;
  }
  #gx .gx-about .box {
    width: 100%;
    border-radius: 16px;
    margin: 0 0 16px !important;
  }
  #gx .gx-about .box:nth-of-type(2n) {
    margin-left: 0 !important;
  }
  #gx .gx-about .box__btn {
    padding: 6px 0 7px;
  }
  #gx .gx-about h3 {
    padding: 3px 0;
    font-size: 1.6rem;
  }
  #gx .gx-about .img {
    padding: 18px 15px;
    margin-bottom: 0;
  }
  #gx .gx-about .img img {
    width: 40%;
  }
}
#gx .gx-news {
  padding-top: 71px;
  padding-bottom: 64px;
  background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 40%, #fff 40%, #fff 100%);
}
#gx .gx-news__inner {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title space newsContents" "button space newsContents";
  -ms-grid-columns: 178px minmax(80px, 1fr) minmax(auto, 894px);
  grid-template-columns: 178px minmax(80px, 1fr) minmax(auto, 894px);
  -ms-grid-rows: min-content 16px 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  row-gap: 16px;
}
#gx .gx-news__left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}
#gx .gx-news__left h1 {
  font-size: 6.0rem;
}
#gx .gx-news__button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: button;
}
#gx .gx-news__right {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: newsContents;
}
#gx .gx-news__lists > li {
  display: flex;
  flex-direction: row;
  padding-bottom: 24px;
}
#gx .gx-news__lists > li .date {
  font-weight: bold;
  width: 95px;
  min-width: 95px;
  margin-right: 26px;
  padding-top: 4px;
}
#gx .gx-news__lists > li .tagArea {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: 2%;
}
#gx .gx-news__lists > li .tag-1 {
  text-align: center;
  min-width: 123px;
  height: 22px;
  background: linear-gradient(to right, #005bac, #0070e0);
  border-radius: 100px;
  color: #fff;
  margin-right: 2%;
  border: 2px solid #005bac;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 10px;
}
#gx .gx-news__lists > li .tag-2 {
  text-align: center;
  min-width: 123px;
  height: 22px;
  background: #fff;
  border-radius: 100px;
  margin-right: 2%;
  border: 2px solid #005bac;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 10px;
}
#gx .gx-news__lists > li .title {
  position: relative;
  padding-left: 24px;
  min-width: 200px;
}
#gx .gx-news__lists > li .title::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #005bac;
  border-right: solid 3px #005bac;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gx .gx-news__lists a {
  color: #333;
  text-decoration: none;
  display: block;
}
#gx .gx-news__lists a:hover,
#gx .gx-news__lists a:active,
#gx .gx-news__lists a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #gx .gx-news {
    text-align: center;
    padding-top: 29px;
    padding-bottom: 13px;
    background: #f5f5f5;
  }
  #gx .gx-news__inner {
    grid-template-areas: "title" "newsContents" "button";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 16px auto 16px auto;
    grid-template-rows: repeat(3, auto);
    row-gap: 16px;
  }
  #gx .gx-news__left {
    width: 100%;
  }
  #gx .gx-news__left h1 {
    font-size: 2.8rem;
  }
  #gx .gx-news__right {
    width: 100%;
    margin-left: 0;
  }
  #gx .gx-news__right p {
    margin-bottom: 21px;
  }
  #gx .gx-news__lists > li {
    text-align: left;
    flex-direction: column;
    gap: 8px;
  }
  #gx .gx-news__lists > li .date {
    margin-right: 10px;
  }
  #gx .gx-news__lists > li > div {
    margin-top: 8px;
  }
  #gx .gx-news__lists > li .tag-1,
  #gx .gx-news__lists > li .tag-2 {
    max-width: 123px;
  }
  #gx .gx-news__lists > li .title {
    padding-left: 15px;
  }
  #gx .gx-news__lists > li .title::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
  #gx .gx-news__left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #gx .gx-news__button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #gx .gx-news__right {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
#gx .gx-related {
  position: relative;
  padding-right: 83px;
  padding-left: 83px;
}
#gx .gx-related__inner {
  width: 100%;
  max-width: 1228px;
  text-align: center;
  padding: 0 0 64px 0;
  margin: auto;
}
#gx .gx-related--color {
  background-color: #005bac;
}
#gx .gx-related > .img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#gx .gx-related > .img img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}
#gx .gx-related > .img--left img {
  left: 0;
}
#gx .gx-related .box {
  margin: 0;
  max-width: 100%;
  width: 600px;
  padding: 42px 44px;
  height: 282px;
  display: flex;
  flex-direction: column;
}
#gx .gx-related .box h3 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}
#gx .gx-related .box p {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 17px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gx .gx-related .box .link-btn-2 {
  width: 320px;
  max-width: 100%;
}
#gx .gx-related .box-right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #gx .gx-related {
    padding-right: 14px;
    padding-left: 14px;
  }
  #gx .gx-related__inner {
    padding: 0 0 27px 0;
    margin: auto;
  }
  #gx .gx-related .box {
    margin: 0 auto !important;
    box-shadow: none;
    width: 100%;
  }
  #gx .gx-related .box h3 {
    font-size: 2rem;
  }
}
#gx .gx-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 24px;
}
#gx .gx-link.col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
#gx .gx-link .box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 24px;
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: box-shadow .3s;
}
#gx .gx-link .box:hover,
#gx .gx-link .box:active,
#gx .gx-link .box:focus {
  box-shadow: none;
}
#gx .gx-link .box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(-45deg, #005bac 0%, #005bac 50%, transparent 50%, transparent 100%);
}
#gx .gx-link a {
  width: 100%;
  text-decoration: none;
  color: #000;
}
#gx .gx-link .img {
  flex-shrink: 0;
}
#gx .gx-link img {
  width: 100%;
  height: auto;
}
#gx .gx-link .text {
  height: 100%;
}
#gx .gx-link .text .text-title {
  margin: 24px 0 16px;
}
@media screen and (max-width: 767px) {
  #gx .gx-link .text .text-title {
    margin: 16px 0 12px;
    font-size: 1.6rem;
  }
}
#gx .gx-link .text .lg {
  margin: 6px 0 0;
  font-size: 2.1rem;
  font-weight: bold;
}
#gx .gx-link .text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #gx .gx-link {
    row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #gx .gx-link.col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#gx .gx-newsContents {
  background-image: url("/company/gx/img/index-02.png");
  background-size: cover;
  background-position: center top;
  padding-bottom: 64px;
}
#gx .gx-newsContents a {
  text-decoration: none;
}
#gx .gx-newsContents a:hover,
#gx .gx-newsContents a:active,
#gx .gx-newsContents a:focus {
  text-decoration: underline;
}
#gx .gx-newsContents .box {
  padding: 24px 40px;
  border-radius: 10px;
  margin-bottom: 0 !important;
}
#gx .gx-newsContents .box.box02 {
  padding: 40px;
  margin-top: 32px;
}
#gx .gx-newsContents .anc-list {
  display: flex;
  margin-top: 24px;
  gap: 16px;
}
#gx .gx-newsContents .anc-list li {
  width: 100%;
  max-width: 140px;
}
#gx .gx-newsContents .news-lists {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
#gx .gx-newsContents .news-lists > li {
  display: flex;
}
#gx .gx-newsContents .news-lists > li .date {
  font-weight: bold;
  width: 95px;
  min-width: 95px;
  margin-right: 26px;
  padding-top: 4px;
  flex: 0 0 auto;
}
#gx .gx-newsContents .news-lists > li .tagArea {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: 2%;
}
#gx .gx-newsContents .news-lists > li .tag-1 {
  text-align: center;
  min-width: 123px;
  height: 22px;
  background: linear-gradient(to right, #005bac, #0070e0);
  border-radius: 100px;
  color: #fff;
  border: 2px solid #005bac;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 10px;
  flex: 0 0 auto;
}
#gx .gx-newsContents .news-lists > li .tag-2 {
  text-align: center;
  min-width: 123px;
  height: 22px;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #005bac;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 10px;
}
#gx .gx-newsContents .news-lists > li .title {
  position: relative;
  padding-left: 24px;
  min-width: 200px;
}
#gx .gx-newsContents .news-lists > li .title::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #005bac;
  border-right: solid 3px #005bac;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gx .gx-newsContents .news-lists a {
  color: #333;
  text-decoration: none;
  display: block;
}
#gx .gx-newsContents .news-lists a:hover,
#gx .gx-newsContents .news-lists a:active,
#gx .gx-newsContents .news-lists a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #gx .gx-newsContents {
    margin-top: 0;
  }
  #gx .gx-newsContents .box {
    padding: 16px;
    border-radius: 10px;
  }
  #gx .gx-newsContents .box > *:first-child {
    margin-top: 0;
  }
  #gx .gx-newsContents .box.box02 {
    padding: 32px 16px;
    margin-top: 44px;
  }
  #gx .gx-newsContents .anc-list {
    gap: 10px;
  }
  #gx .gx-newsContents .news-lists > li {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #gx .gx-newsContents .news-lists > li .date {
    margin-right: 10px;
  }
  #gx .gx-newsContents .news-lists > li .tag-1,
  #gx .gx-newsContents .news-lists > li .tag-2 {
    max-width: 123px;
  }
  #gx .gx-newsContents .news-lists > li .title {
    padding-left: 15px;
  }
  #gx .gx-newsContents .news-lists > li .title::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
  #gx .gx-newsContents .news-lists .contents {
    margin-top: 8px;
  }
}
#gx .gx-about.gx-insurance.gx-service .box {
  width: 100%;
  margin-left: 0 !important;
  padding: 24px 40px;
}
#gx .gx-about.gx-insurance.gx-service .box p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #gx .gx-about.gx-insurance.gx-service .box {
    padding: 16px;
  }
}
#gx .gx-top .gx-btnLink {
  position: relative;
  display: block;
  background-color: #005bac;
  color: #fff;
  max-width: 320px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  margin: 40px auto 0;
  padding: 10px;
}
#gx .gx-top .gx-btnLink::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 16px;
}
#gx .gx-top .gx-btnLink:hover,
#gx .gx-top .gx-btnLink:active,
#gx .gx-top .gx-btnLink:focus {
  transition: .3s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}
@media only screen and (max-width: 767px) {
  #gx .gx-top .gx-btnLink {
    margin: 24px auto 0;
    max-width: 283px;
  }
  #gx .gx-top .gx-btnLink + [class="hdg-box"] {
    padding-top: 64px;
  }
}
#gx .gx-top .carousel {
  padding: 0;
  margin-top: 20px;
  background-color: transparent;
}
#gx .gx-top .carousel .item {
  padding: 0 12px 16px;
}
@media only screen and (max-width: 767px) {
  #gx .gx-top .carousel .item {
    padding: 0 12px 16px;
  }
}
#gx .gx-top .carousel .gxPanelLink {
  padding: 24px;
}
#gx .gx-top .carousel .gxPanelLink__heading {
  text-align: center;
}
#gx .gx-top .carousel .gxPanelLink__media {
  margin-top: 8px;
}
#gx .gx-top .carousel .gxPanelLink__text {
  margin-top: 16px;
}
#gx .gx-top .carousel .gxPanelLink__textArea {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  text-align: left;
}
#gx .gx-top .carousel .gxPanelLink__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  color: #333;
}
#gx .gx-top .carousel .gxPanelLink__date {
  margin: 8px 0 16px;
}
#gx .gx-top .carousel .gxPanelLink__tagAerea {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#gx .gx-top .carousel .gxPanelLink__tag {
  display: inline-block;
  border-radius: 24px;
  background: #fff;
  color: #333;
  border: 1px #0068cd solid;
  padding: 3px 12px;
  font-size: 14px;
}
#gx .gx-top .carousel__pagination {
  margin-top: 12px;
  gap: 12px;
  align-items: center;
  width: 116px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 20px;
  padding: 12px;
}
#gx .gx-top .carousel__pagination .presentation {
  padding: 1px;
}
#gx .gx-top .carousel__paginationItem {
  width: 8px;
  height: 8px;
  border-radius: 25em;
  background-color: #6b7075;
  vertical-align: middle;
  text-indent: 100%;
  overflow: hidden;
}
#gx .gx-top .carousel__paginationItem.is-active {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #005bac;
  z-index: 1;
}
#gx .gx-top .carousel__arrow {
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  top: 33%;
  z-index: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}
#gx .gx-top .carousel__arrow svg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  fill: #005bac;
}
#gx .gx-top .carousel__arrow--prev {
  left: -20px;
}
#gx .gx-top .carousel__arrow--prev svg {
  rotate: 180deg;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media only screen and (max-width: 767px) {
  #gx .gx-top .carousel__arrow--prev {
    left: 0;
  }
}
#gx .gx-top .carousel__arrow--next {
  right: -20px;
}
@media only screen and (max-width: 767px) {
  #gx .gx-top .carousel__arrow--next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #gx .gx-top .carousel {
    margin-top: 8px;
  }
  #gx .gx-top .carousel .gxPanelLink__text {
    margin-top: 8px;
  }
  #gx .gx-top .carousel__arrow {
    width: 40px;
    height: 40px;
    top: 45%;
  }
  #gx .gx-top .carousel__arrow svg {
    width: 22px;
    height: 22px;
  }
  #gx .gx-top .carousel__pagination {
    margin-top: 4px;
    width: calc(100% - 24px);
    margin-right: 12px;
    margin-left: 12px;
  }
}
#gx .gx-top .box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
#gx .gx-top .box-wrapper .gx-layout {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #gx .gx-top .box-wrapper .gx-layout {
    flex-direction: column-reverse;
    padding: 16px;
    gap: 16px;
  }
}
#gx .gx-top .box-wrapper .gx-layout__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #gx .gx-top .box-wrapper .gx-layout__content {
    width: 100%;
  }
}
#gx .gx-top .box-wrapper .gx-layout__lead {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #gx .gx-top .box-wrapper .gx-layout__lead {
    font-size: 1.6rem;
  }
}
#gx .gx-top .box-wrapper .gx-layout__text {
  margin: 0;
}
#gx .gx-top .box-wrapper .gx-layout__intro {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#gx .gx-top .box-wrapper .gx-layout__tag {
  display: flex;
  align-items: center;
  gap: 16px;
}
#gx .gx-top .box-wrapper .gx-layout__tag-name {
  position: relative;
  margin-left: 10px;
}
#gx .gx-top .box-wrapper .gx-layout__tag-name::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background: linear-gradient(to right, #005bac, #e0f0b2);
  border-radius: 100px;
  position: absolute;
  top: 3px;
  left: -7px;
}
#gx .gx-top .box-wrapper .gx-layout__tag-role {
  display: inline-block;
  background: linear-gradient(to right, #005bac, #0070e0);
  color: #fff;
  text-align: center;
  padding: 3px 18px;
  font-size: 1.4rem;
  border-radius: 24px;
}
#gx .gx-top .box-wrapper .gx-layout__img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #gx .gx-top .box-wrapper .gx-layout__img {
    width: 100%;
  }
}
#gx .gx-list {
  padding: 0 25px;
}
#gx .gx-list > li {
  display: flex;
  font-size: 1.8rem;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
#gx .gx-list > li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
#gx .gx-list > li::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  margin-right: 15px;
  border: 3px solid;
  border-color: transparent transparent #145690 #145690;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#gx .gx-list--2 > li::before {
  border-color: transparent transparent #fff #fff;
}
@media screen and (max-width: 767px) {
  #gx .gx-list {
    padding: 0;
  }
  #gx .gx-list > li {
    font-size: 1.4rem;
  }
  #gx .gx-list > li::before {
    height: 11px;
    width: 24px;
    margin-left: -4px;
    margin-right: 13px;
  }
}
#gx .link-btn {
  position: relative;
  display: block;
  background-color: #fff;
  color: #333;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  margin-top: 13px;
  padding: 6px;
}
#gx .link-btn[data-state="close"]::before {
  top: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#gx .link-btn::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #005bac;
  border-right: solid 2px #005bac;
  border-radius: 1px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: 16px;
}
#gx .link-btn-2 {
  position: relative;
  display: block;
  background-color: #005bac;
  color: #fff;
  max-width: 322px;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  margin: auto;
  padding: 7px;
  transition: .3s;
}
#gx .link-btn-2::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 16px;
}
#gx .link-btn-2:hover,
#gx .link-btn-2:active,
#gx .link-btn-2:focus {
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 767px) {
  #gx .link-btn-2 {
    max-width: 302px;
  }
}
#gx .link-btn-2.anc::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  #gx .link-btn-2.anc {
    max-width: 135px;
  }
}
#gx .link-btn-about {
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  #gx .link-btn-about {
    min-width: auto;
  }
}
#gx .gxPanelLink {
  display: block;
  position: relative;
  padding: 24px 24px 32px;
  text-decoration: none;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: box-shadow .3s;
}
#gx .gxPanelLink:hover,
#gx .gxPanelLink:active,
#gx .gxPanelLink:focus {
  box-shadow: none;
}
#gx .gxPanelLink > *:first-child {
  margin-top: 0;
}
#gx .gxPanelLink::after {
  position: absolute;
  content: "";
  background-color: #005bac;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  height: 40px;
  width: 40px;
  right: 0;
  bottom: 0;
}
#gx .gxPanelLink .icon-blank,
#gx .gxPanelLink .icon-pdf {
  position: absolute;
  right: 30px;
  bottom: 10px;
}
#gx .gxPanelLink__heading {
  font-weight: bold;
  margin-top: 16px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #gx .gxPanelLink__heading {
    text-align: center;
  }
}
#gx .gxPanelLink__newLine {
  display: inline-block;
}
#gx .gxPanelLink__media {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  #gx .gxPanelLink__media {
    margin-top: 4px;
  }
}
#gx .gxPanelLink__media img {
  width: 100%;
  height: auto;
}
#gx .gxPanelLink__text {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  #gx .gxPanelLink__text {
    margin-top: 14px;
  }
}
#gx .gxPanelLink-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
#gx .gxPanelLink-2.col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #gx .gxPanelLink-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
  #gx .gxPanelLink-2.col2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #gx .gxPanelLink-2 + [class="hdg-box-3"] {
    padding-top: 64px;
  }
}
#gx .gxPanelLink-2 > li {
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
#gx .gxPanelLink-2 > li:hover .gxPanelLink-2__link,
#gx .gxPanelLink-2 > li:active .gxPanelLink-2__link,
#gx .gxPanelLink-2 > li:focus .gxPanelLink-2__link {
  text-decoration: underline;
}
#gx .gxPanelLink-2 > li:hover .gxPanelLink-2__text,
#gx .gxPanelLink-2 > li:active .gxPanelLink-2__text,
#gx .gxPanelLink-2 > li:focus .gxPanelLink-2__text {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #gx .gxPanelLink-2 > li {
    row-gap: 0;
  }
}
#gx .gxPanelLink-2__link {
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #gx .gxPanelLink-2__link {
    margin-top: 16px;
    margin-bottom: 6px;
    padding-left: 16px;
    font-size: 1.8rem;
  }
}
#gx .gxPanelLink-2__link::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gx .gxPanelLink-2__text {
  color: #fff;
}
#gx .gxPanelLink-2__item {
  display: block;
  position: relative;
  padding: 24px;
  text-decoration: none;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: box-shadow .3s;
}
#gx .gxPanelLink-2__item:hover,
#gx .gxPanelLink-2__item:active,
#gx .gxPanelLink-2__item:focus {
  box-shadow: none;
}
#gx .gxPanelLink-2__item::before {
  position: absolute;
  content: "";
  background-color: #005bac;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  height: 40px;
  width: 40px;
  right: 0;
  bottom: 0;
}
#gx .gxPanelLink-2__tag {
  display: inline-block;
  border-radius: 24px;
  background: #cce0f5;
  color: #333;
  text-align: center;
  padding: 3px 12px;
  font-size: 1.4rem;
  margin: 16px 0;
}
#gx .gxPanelLink-2__tag--color02 {
  background: #f2f3f5;
}
#gx .gxPanelLink-2__image {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
#gx .gxPanelLink-2__title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  #gx .gxPanelLink-2__title {
    font-size: 1.8rem;
  }
}
#gx .gxPanelLink-2__date {
  margin-bottom: 8px;
}
#gx .gxPanelLink-2 .gx-list-dList__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#gx .gxPanelLink-2 .gx-list-dList__content {
  display: flex;
  flex-direction: row;
}
#gx .gxPanelLink-2 .gx-list-dList__head {
  min-width: 70px;
}
#gx .gxPanelLink-2 .gx-list-dList__body {
  margin: 0;
  position: relative;
  margin-left: 10px;
}
#gx .gxPanelLink-2 .gx-list-dList__body::before {
  content: "：";
  position: absolute;
  top: 0;
  left: -15px;
}
#gx .gxPanelLink-2 .gx-list-dList__body-text {
  margin: 0;
}
#gx .gxTab {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}
#gx .gxTab--single .gxTab__hooks {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
#gx .gxTab--single .gxTab__hookItem:last-child {
  display: none;
}
#gx .gxTab__hooks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
#gx .gxTab__hook {
  background-image: linear-gradient(to right, #005bac, #0070e0);
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 18px 12px;
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #gx .gxTab__hook {
    padding: 16px 12px;
    font-size: 1.6rem;
  }
}
#gx .gxTab__hook[aria-selected=true] {
  background: #f5f5f5;
  color: #000;
}
#gx .gxTab__contentsWrap {
  padding: 20px 40px 40px;
}
@media only screen and (max-width: 768px) {
  #gx .gxTab__contentsWrap {
    padding: 12px 16px 24px;
  }
}
#gx .gxTab__contents[hidden] {
  display: none;
}
#gx .gxTab__contentsList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #gx .gxTab__contentsList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 24px;
  }
}
@media only screen and (max-width: 768px) {
  #gx .gxTab__contentsList {
    margin-top: 12px;
  }
}
#gx .gxTab__contentsItem > .gxPanelLink.gxPanelLink--noLInk {
  box-shadow: none;
  pointer-events: none;
}
#gx .gxTab__contentsItem > .gxPanelLink.gxPanelLink--noLInk::after {
  display: none;
}
#gx .gxTab__text {
  padding: 4px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #gx .gxTab__text {
    padding-top: 4px;
    padding-bottom: 8px;
  }
}
#gx .gxBox {
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 24px;
}
#gx .gxBox__heading {
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  align-items: center;
}
#gx .gxBox__heading::before {
  content: "";
  background-image: url("/shared/img/icon-alert.png");
  background-position: center;
  background-size: contain;
  width: 27px;
  height: 22px;
}
#gx .gxBox__headingText {
  font-weight: bold;
}
#gx .gxBox > .gxBox__text {
  margin-top: 8px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #gx .gxBox > .gxBox__text {
    margin-top: 16px;
  }
}
#gx .gxBox__contentsList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #gx .gxBox__contentsList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 24px;
  }
}
@media only screen and (max-width: 768px) {
  #gx .gxBox__contentsList {
    margin-top: 12px;
  }
}
#gx .gxBox__contentsItem > .gxPanelLink.gxPanelLink--noLInk {
  box-shadow: none;
  pointer-events: none;
}
#gx .gxBox__contentsItem > .gxPanelLink.gxPanelLink--noLInk::after {
  display: none;
}
#gx .gxBox--color {
  background-color: #f5f5f5;
}
#gx .gxRecruitment {
  text-align: right;
  margin-top: 16px;
  margin-bottom: 0 !important;
}
#gx .js-accordion-content {
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
#gx .js-accordion-content.is-hidden {
  max-height: 0;
}
#gx .js-accordion-content-news {
  height: auto !important;
}
#gx .js-know-category-contents {
  display: none;
}
#gx .is-show {
  display: block;
}
#gx .is-hide {
  display: none;
}
#gx .js-pulldown-open {
  display: block;
}
[data-script-enabled="true"] #gx .js-scrollAnimation {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
#gx .js-scrollAnimation.is-shown {
  opacity: 1;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  transition-delay: .3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  #gx .pc {
    display: none;
  }
}
#gx .gx-breadcrumb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 13px 40px 13px 20px;
  border-bottom: 1px solid #ddd;
}
#gx .gx-breadcrumb > li:not(:first-child) {
  position: relative;
  margin-left: 53px;
}
#gx .gx-breadcrumb > li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #a7a7a7;
  border-right: 2px solid #a7a7a7;
  -webkit-transform: rotate(45deg) translateY(-.5em);
  transform: rotate(45deg) translateY(-.5em);
}
#gx .gx-breadcrumb > li > a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #000;
}
#gx .gx-breadcrumb > li > a > img {
  margin-bottom: 5px;
}
#gx .gx-breadcrumb > li > a > b {
  font-weight: normal;
}
#gx .gx-breadcrumb > li > a:hover,
#gx .gx-breadcrumb > li > a:active,
#gx .gx-breadcrumb > li > a:focus {
  text-decoration: underline;
}
#gx .gx-breadcrumb > li > a:hover[aria-current="page"],
#gx .gx-breadcrumb > li > a:active[aria-current="page"],
#gx .gx-breadcrumb > li > a:focus[aria-current="page"] {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #gx .gx-breadcrumb {
    position: relative;
    padding: 8px 40px 8px 14px;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #gx .gx-breadcrumb::-webkit-scrollbar {
    display: none;
  }
  #gx .gx-breadcrumb > li:not(:first-child) {
    position: relative;
    margin-left: 20px;
    display: inline;
  }
  #gx .gx-breadcrumb > li:not(:first-child)::before {
    position: absolute;
    top: 50%;
    left: -25px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #a7a7a7;
    border-right: 2px solid #a7a7a7;
    -webkit-transform: rotate(45deg) translateY(-.5em);
    transform: rotate(45deg) translateY(-.5em);
  }
  #gx .gx-breadcrumb > li:nth-child(2) {
    margin-left: 24px;
  }
  #gx .gx-breadcrumb > li > a {
    color: #000;
    text-decoration: none;
    font-size: 1.4rem;
  }
  #gx .gx-breadcrumb > li > a > img {
    margin-bottom: 5px;
  }
  #gx .gx-breadcrumb > li > a > b {
    font-weight: normal;
    margin-right: 8px;
  }
  #gx .gx-breadcrumb > li > a:hover,
  #gx .gx-breadcrumb > li > a:active,
  #gx .gx-breadcrumb > li > a:focus {
    text-decoration: underline;
  }
  #gx .gx-breadcrumb > li > a:hover[aria-current="page"],
  #gx .gx-breadcrumb > li > a:active[aria-current="page"],
  #gx .gx-breadcrumb > li > a:focus[aria-current="page"] {
    text-decoration: none;
  }
}
