﻿@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap";

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #dcdcdc;
}

::before,
::after {
  --tw-content: "";
}

html {
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  font-feature-settings: "palt";
  font-size: 100%;
  letter-spacing: 0px;
  scroll-behavior: smooth;
}

@media (max-width: 751px) {
  html {
    font-size: 87.5%;
  }
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
  border-color: #dedede;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  font-size: 1em;
}

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

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

p {
  word-break: break-word;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #dcdcdc;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

p.bold {
  font-weight: 500;
}

div.block.center {
  align-self: center;
}

@media (max-width: 751px) {
  div.block {
    width: 100%;
  }
}

.left {
  margin-left: auto;
}

a.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #454545 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  overflow: hidden;
  border-radius: 0.4375rem;
  position: relative;
  transition: ease 0.2s;
}

a.btn.inactive {
  background: #f2f2f2 0% 0% no-repeat padding-box;
  border: #707070 1px solid;
  box-shadow: none;
}

a.btn.inactive::before {
  content: none;
}

a.btn.inactive span {
  color: #454545;
}

a.btn.inactive span::after {
  content: none;
}

a.btn.w300 {
  max-width: 367px;
  max-height: 70px;
  width: calc(277.6666666667px + 5.9555555556vw);
  height: calc(56.6666666667px + 0.8888888889vw);
}

a.btn.w255 {
  max-width: 300px;
  max-height: 70px;
  width: calc(0px + 20vw);
  height: calc(0px + 4.6666666667vw);
  min-width: 150px;
  min-height: 35px;
}

@media (max-width: 751px) {
  a.btn.w255 {
    width: 255px;
    height: 60px;
  }
}

a.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #179942, #4eb563);
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 0.4375rem;
}

a.btn.advanced::before {
  background: linear-gradient(90deg, #015389, #0379c7);
}

a.btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

a.btn span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.05rem;
  color: #fff;
}

a.btn span:after {
  position: absolute;
  content: "";
  right: 1em;
  height: 1em;
  width: 1em;
  top: calc(50% - 0.5em);
  display: block;
  background-image: url("/assets-gx/images/common/arrow-right2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

p.basic,
h2.basic {
  color: #1b7c3b;
  font-weight: bold;
  border: none;
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 1.875em;
}

@media (max-width: 751px) {

  p.basic,
  h2.basic {
    margin-bottom: 1.15rem;
  }
}

p.advanced,
h2.advanced {
  color: #015389;
  font-weight: bold;
  border: none;
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 0.6em;
}

@media (max-width: 751px) {

  p.advanced,
  h2.advanced {
    margin-bottom: 0.6rem;
  }
}

p.specialist,
h2.specialist {
  color: #8f2f7b;
  font-weight: bold;
  border: none;
  font-size: 1.6em !important;
  line-height: 1.5 !important;
  margin-bottom: 1.875em;
}

@media (max-width: 751px) {

  p.specialist,
  h2.specialist {
    margin-bottom: 1.15rem;
  }
}

@media (max-width: 751px) {
  article.gx-kentei {
    margin-top: calc(1.7rem + 28px);
  }
}

@media (max-width: 751px) {
  body.interview-page article.gx-kentei {
    margin-top: 0 !important;
  }
}

#header {
  width: 100%;
}

#header .headerMenu {
  width: 100%;
  padding: 1rem 4vw 1rem 4.9vw;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: fixed;
  opacity: 95%;
  top: 0;
  left: 0;
  z-index: 999;
}

@media (max-width: 751px) {
  #header .headerMenu {
    padding: 0.85rem 1rem;
  }
}

#header .headerMenu .title {
  position: relative;
  z-index: 3;
}

@media (max-width: 751px) {
  #header .headerMenu .title {
    width: 90px;
  }
}

#header .headerMenu nav .navInner {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  background: #3b3b3b;
  border: 1px solid #707070;
  z-index: 4;
  height: 100vh;
  padding: 98px 30px 30px 30px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 0.35s;
}

#header .headerMenu nav .navInner::-webkit-scrollbar {
  display: none;
}

@media (max-width: 751px) {
  #header .headerMenu nav .navInner {
    padding: 50px 18px 108px 18px;
  }
}

#header .headerMenu nav .navInner ul.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  justify-content: start;
  margin: 0;
  padding-left: 12px;
}

#header .headerMenu nav .navInner ul.menu li {
  font-size: 16px;
  margin: 13px 0;
  font-weight: 500;
  color: #fff;
}

#header .headerMenu nav .navInner ul.sponly {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  justify-content: start;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 26px 0 26px 12px;
}

#header .headerMenu nav .navInner ul.sponly li {
  font-size: 14px;
  margin: 9px 0;
  color: #fff;
}

#header .headerMenu nav .navInner ul.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  justify-content: start;
  margin: 26px 0;
  padding-left: 12px;
}

#header .headerMenu nav .navInner ul.bottom li {
  font-size: 15px;
  color: #fff;
  margin: 12px 0;
}

#header .headerMenu nav .navInner ul.bottom li .to-form {
  width: 14em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .headerMenu nav .navInner ul.bottom li .to-form::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

#header .headerInner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 7.7vw 0 10vw 7vw;
  position: relative;
  background-image: url("/assets-gx/images/top/top_PC.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: calc(2rem + 45px);
}

@media (max-width: 751px) {
  #header .headerInner {
    background-image: url("/assets-gx/images/top/top_SP.jpg");
    width: 100%;
    padding: 8.9285714286rem 0 8.9285714286rem 2.25rem;
    height: auto;
    justify-content: start;
    row-gap: 1rem;
    margin-top: calc(1.7rem + 28px);
  }
}

#header .headerInner i {
  display: block;
  font-style: normal;
}

#header .headerInner div.title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1.2916666667;
}

@media (max-width: 751px) {
  #header .headerInner div.title {
    font-size: 1.4285714286rem;
    line-height: 1.6;
    margin-bottom: 0.5em;
  }
}

#header .headerInner div.logo {
  max-width: 350px;
  max-height: 109px;
  width: calc(226.6666666667px + 8.2222222222vw);
  height: calc(70.6666666667px + 2.5555555556vw);
  margin-bottom: 2rem;
  background-image: url("/assets-gx/images/common/logo.svg");
  background-position: center;
  background-size: cover;
}

@media (max-width: 751px) {
  #header .headerInner div.logo {
    margin-bottom: 0;
  }
}

#header .headerInner div.logo span {
  display: none;
}

#header .headerInner div.nintei {
  position: absolute;
  top: 4vw;
  right: 8.3vw;
  width: calc(100px + 8vw);
  height: calc(100px + 8vw);
  max-width: 220px;
  max-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: url("../images/top/nintei.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 751px) {
  #header .headerInner div.nintei {
    top: 2rem;
    right: 1.8rem;
  }
}

#header .header-kenteidetail {
  width: 86vw;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 4.3vw 0 4vw 0;
  gap: 2em;
  margin: calc(-5.5vw - 1rem) auto 2em;
  position: relative;
  z-index: 2;
}

@media (max-width: 751px) {
  #header .header-kenteidetail {
    padding: 3.5rem 1.15rem;
    margin: 0 0 25px;
    background: #f8f8f8;
    width: 100%;
  }
}

#header .header-kenteidetail div.kentei {
  display: grid;
  grid-template: auto auto auto/16em 32em auto;
  width: 95%;
  margin: 0 auto;
  gap: 2em;
  font-size: min(18px, 11.8260869565px + 0.2898550725vw);
}

@media (max-width: 1400px) {
  #header .header-kenteidetail div.kentei {
    grid-template: auto auto auto/16em 28em auto;
  }
}

@media (max-width: 1200px) {
  #header .header-kenteidetail div.kentei {
    grid-template: repeat(3, auto auto) / 60% 40%;
    gap: 0.5em;
  }
}

@media (max-width: 751px) {
  #header .header-kenteidetail div.kentei {
    display: block;
    font-size: 1.2857142857rem;
    min-width: auto;
    width: 100%;
  }
}

#header .header-kenteidetail div.kentei p.kentei-title {
  width: 16em;
  font-weight: 500;
  font-size: 1em;
  word-break: keep-all;
}

@media (max-width: 751px) {
  #header .header-kenteidetail div.kentei p.kentei-title {
    width: 340px;
    margin: 0 auto 1rem;
  }
}

@media (max-width: 1200px) {
  #header .header-kenteidetail div.kentei p.kentei-title {
    grid-column: 1/2;
  }
}

#header .header-kenteidetail div.kentei p.kentei-title.b {
  color: #1b7c3b;
}

#header .header-kenteidetail div.kentei p.kentei-title.a {
  color: #015389;
}

#header .header-kenteidetail div.kentei p.kentei-title.s {
  color: #8f2f7b;
}

#header .header-kenteidetail div.kentei div.kentei-info {
  font-size: 1em;
  letter-spacing: 0.05rem;
  color: #222;
}

@media (max-width: 1400px) {
  #header .header-kenteidetail div.kentei div.kentei-info b {
    display: block;
  }
}

@media (max-width: 1200px) {
  #header .header-kenteidetail div.kentei div.kentei-info {
    grid-column: 1/2;
    margin-bottom: 2em;
  }
}

@media (max-width: 751px) {
  #header .header-kenteidetail div.kentei div.kentei-info {
    width: auto;
    width: 340px;
    margin: 0 auto;
    line-height: 1.5625;
  }

  #header .header-kenteidetail div.kentei div.kentei-info p {
    margin: 1rem 0;
    font-size: 0.8928571429rem;
  }
}

#header .header-kenteidetail div.kentei div.applying {
  font-size: 1em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  #header .header-kenteidetail div.kentei div.applying {
    grid-column: 2/3;
    font-size: 0.8em;
    align-self: flex-start;
  }

  #header .header-kenteidetail div.kentei div.applying.app1 {
    grid-row: 2/3;
  }

  #header .header-kenteidetail div.kentei div.applying.app2 {
    grid-row: 4/5;
  }

  #header .header-kenteidetail div.kentei div.applying.app3 {
    grid-row: 6/7;
  }
}

@media (max-width: 751px) {
  #header .header-kenteidetail div.kentei div.applying {
    margin: 2.5rem auto 0;
    flex-direction: column;
    font-size: 0.88em;
  }

  #header .header-kenteidetail div.kentei div.applying.dash::after {
    content: "";
    display: block;
    position: relative;
    margin: 2.5rem auto;
    width: 85%;
    border-bottom: dashed 1px #707070;
  }

  #header .header-kenteidetail div.kentei div.applying.app3 {
    display: none;
  }
}

#header .header-kenteidetail div.kentei div.schedule-link {
  grid-column: 3;
  grid-row: 4;
  display: flex;
  justify-content: center;
}

#header .header-kenteidetail div.kentei div.schedule-link span {
  display: flex;
  justify-content: flex-end;
  width: calc(0px + 20vw);
  min-width: 150px;
  max-width: 300px;
}

#header .header-kenteidetail div.kentei div.schedule-link span a {
  font-size: 1em;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 1200px) {
  #header .header-kenteidetail div.kentei div.schedule-link {
    grid-column: 2;
    grid-row: 7;
  }
}

@media (max-width: 751px) {
  #header .header-kenteidetail div.kentei div.schedule-link {
    justify-content: flex-end;
  }

  #header .header-kenteidetail div.kentei div.schedule-link span {
    display: inline-block;
    width: auto;
    min-width: 0;
    max-width: none;
  }

  #header .header-kenteidetail div.kentei div.schedule-link span a {
    font-size: 0.8888888889em;
  }
}

#header .triggerWrap {
  display: block;
  position: relative;
  width: 39px;
  height: 30px;
  z-index: 5;
}

@media (max-width: 751px) {
  #header .triggerWrap {
    width: 31px;
    height: 24px;
  }
}

#header .triggerWrap a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 3px 0;
}

@media (max-width: 751px) {
  #header .triggerWrap a {
    padding: 0;
  }
}

#header .triggerWrap a span {
  display: block;
  width: 80%;
  height: 2px;
  background-color: #222;
  margin: 10px 0 7px;
  transition: all 0.35s ease 0.1s;
}

@media (max-width: 751px) {
  #header .triggerWrap a span {
    margin: 7px 0 5px;
  }
}

#header .triggerWrap a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background-color: #222;
  transition: all 0.35s ease 0.1s;
}

#header .triggerWrap a::after {
  content: "MENU";
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  font-size: 11px;
  line-height: 1.4;
}

@media (max-width: 751px) {
  #header .triggerWrap a::after {
    font-size: 10px;
  }
}

#header .triggerWrap a.open span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #fff;
  transform: translate(0, -1px) rotate(45deg);
  margin: 6px 0 6px;
}

@media (max-width: 751px) {
  #header .triggerWrap a.open span {
    margin: 6px 0 4px;
    transform: translate(0, -2px) rotate(45deg);
  }
}

#header .triggerWrap a.open::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #fff;
  transform: translate(0, 8px) rotate(-45deg);
}

@media (max-width: 751px) {
  #header .triggerWrap a.open::before {
    transform: translate(0, 6px) rotate(-45deg);
  }
}

#header .triggerWrap a.open::after {
  content: "";
  height: 0;
  visibility: hidden;
}

#content section.entry-content .secInner {
  max-width: 1200px;
  min-width: 730px;
  width: 85%;
  margin: 0 auto;
  padding-top: 1rem;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner {
    min-width: auto;
    width: auto;
    margin: 0 0.75rem;
  }
}

#content section.entry-content .secInner.gxsection {
  padding: 3.45rem 0 0;
}

#content section.entry-content .secInner.gxsection p.main-pr {
  font-size: 1rem;
  line-height: 2.0555555556;
  letter-spacing: 0.45px;
  margin-left: 15%;
  max-width: 54em;
}

#content section.entry-content .secInner.gxsection p.main-pr span.big {
  display: block;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.4583333333;
  margin-bottom: 0.75em;
}

#content section.entry-content .secInner.gxsection p.main-pr span.mini {
  display: block;
  font-size: 87.5%;
  line-height: 2.6428571429;
  margin-top: 0.75em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gxsection p.main-pr {
    margin-left: 0;
    font-size: 1.0714285714rem;
    line-height: 1.8666666667;
  }

  #content section.entry-content .secInner.gxsection p.main-pr span.big {
    font-size: 120%;
  }
}

#content section.entry-content .secInner.gxsection div.sub-pr {
  margin-left: 15%;
  margin-top: 1.25rem;
  width: 85%;
  max-width: 54em;
  background-color: #fafafa;
  padding: 2.25rem 3rem 1.5rem;
}

#content section.entry-content .secInner.gxsection div.sub-pr p {
  margin-bottom: 1em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gxsection div.sub-pr {
    width: 100%;
    margin-left: 0;
    padding: 2.25rem 1.5rem 1.5rem;
  }
}

#content section.entry-content .secInner.gxsection div.sub-pr h2.check-h {
  font-size: 125%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}

#content section.entry-content .secInner.gxsection div.sub-pr h2.check-h::before {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background-image: url("../images/common/check_g.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0.8rem;
}

#content section.entry-content .secInner.gxsection .merit {
  margin-top: 5em;
  font-size: min(24px, 16px + 0.5333333333vw);
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gxsection .merit {
    margin-top: 3rem;
  }
}

#content section.entry-content .secInner.gxsection .level {
  margin-top: 6.5rem;
  font-size: min(25px, 9px + 1.0666666667vw);
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gxsection .level {
    margin-top: 4rem;
    font-size: 22px;
  }
}

#content section.entry-content .secInner.gxsection .merit ul,
#content section.entry-content .secInner.gxsection .level ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner.gxsection .merit ul,
  #content section.entry-content .secInner.gxsection .level ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
  }
}

#content section.entry-content .secInner.gxsection .merit ul li,
#content section.entry-content .secInner.gxsection .level ul li {
  width: calc((100% - 2.6em) / 3);
}

@media (max-width: 751px) {

  #content section.entry-content .secInner.gxsection .merit ul li,
  #content section.entry-content .secInner.gxsection .level ul li {
    width: 100%;
  }
}

#content section.entry-content .secInner.gxsection .merit ul li div.img,
#content section.entry-content .secInner.gxsection .level ul li div.img {
  width: 100%;
  height: auto;
}

#content section.entry-content .secInner.gxsection .merit ul li h2,
#content section.entry-content .secInner.gxsection .level ul li h2 {
  color: #222;
  font-weight: bold;
  margin: 1.16em 0 0.67em 0;
  font-size: 0.9166666667em;
  line-height: 1.3636363636;
}

#content section.entry-content .secInner.gxsection .merit ul li p,
#content section.entry-content .secInner.gxsection .level ul li p {
  color: #222;
  font-size: 0.75em;
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box,
#content section.entry-content .secInner.gxsection .level ul li.basic-box,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box {
  height: 15.5em;
  padding: 0.5em;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner.gxsection .merit ul li.basic-box,
  #content section.entry-content .secInner.gxsection .merit ul li.advanced-box,
  #content section.entry-content .secInner.gxsection .merit ul li.specialist-box,
  #content section.entry-content .secInner.gxsection .level ul li.basic-box,
  #content section.entry-content .secInner.gxsection .level ul li.advanced-box,
  #content section.entry-content .secInner.gxsection .level ul li.specialist-box {
    max-height: 325px;
    max-width: 325px;
  }
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(50px, 0px + 3.3333333333vw) 0;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner.gxsection .merit ul li.basic-box>div,
  #content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div,
  #content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div,
  #content section.entry-content .secInner.gxsection .level ul li.basic-box>div,
  #content section.entry-content .secInner.gxsection .level ul li.advanced-box>div,
  #content section.entry-content .secInner.gxsection .level ul li.specialist-box>div {
    padding: 1.8em 0;
  }
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div div.svgicon,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div div.svgicon,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div div.svgicon,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div div.svgicon,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div div.svgicon,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div div.svgicon {
  width: 60px;
  height: 60px;
  flex-grow: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner.gxsection .merit ul li.basic-box>div div.svgicon,
  #content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div div.svgicon,
  #content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div div.svgicon,
  #content section.entry-content .secInner.gxsection .level ul li.basic-box>div div.svgicon,
  #content section.entry-content .secInner.gxsection .level ul li.advanced-box>div div.svgicon,
  #content section.entry-content .secInner.gxsection .level ul li.specialist-box>div div.svgicon {
    width: 40px;
    height: 40px;
  }
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div h2,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div h2,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div h2,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div h2,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div h2,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div h2 {
  text-align: center;
  margin: 1em 0 1em 0;
  font-weight: 600;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner.gxsection .merit ul li.basic-box>div h2,
  #content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div h2,
  #content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div h2,
  #content section.entry-content .secInner.gxsection .level ul li.basic-box>div h2,
  #content section.entry-content .secInner.gxsection .level ul li.advanced-box>div h2,
  #content section.entry-content .secInner.gxsection .level ul li.specialist-box>div h2 {
    margin: 0.5em 0 0.75em 0;
  }
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div h2 span,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div h2 span,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div h2 span,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div h2 span,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div h2 span,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div h2 span {
  display: block;
  letter-spacing: 0.1em;
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div h2 span.main,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div h2 span.main,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div h2 span.main,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div h2 span.main,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div h2 span.main,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div h2 span.main {
  font-size: 1em;
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div h2 span.sub,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div h2 span.sub,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div h2 span.sub,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div h2 span.sub,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div h2 span.sub,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div h2 span.sub {
  font-size: 0.64em;
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div p,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div p,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div p,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div p,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div p,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div p {
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner.gxsection .merit ul li.basic-box>div p,
  #content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div p,
  #content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div p,
  #content section.entry-content .secInner.gxsection .level ul li.basic-box>div p,
  #content section.entry-content .secInner.gxsection .level ul li.advanced-box>div p,
  #content section.entry-content .secInner.gxsection .level ul li.specialist-box>div p {
    font-size: 0.6818181818em;
  }
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div p.box,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div p.box,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div p.box,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div p.box,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div p.box,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div p.box {
  max-width: 19em;
  padding: 0 0.5em;
  height: 5em;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 0.5em;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner.gxsection .merit ul li.basic-box>div p.box,
  #content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div p.box,
  #content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div p.box,
  #content section.entry-content .secInner.gxsection .level ul li.basic-box>div p.box,
  #content section.entry-content .secInner.gxsection .level ul li.advanced-box>div p.box,
  #content section.entry-content .secInner.gxsection .level ul li.specialist-box>div p.box {
    max-width: 17em;
  }
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div p a,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div p a,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div p a,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div p a,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div p a,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div p a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0666666667em;
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div p a::after,
#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div p a::after,
#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div p a::after,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div p a::after,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div p a::after,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div p a::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box,
#content section.entry-content .secInner.gxsection .level ul li.basic-box {
  background: linear-gradient(to bottom, #1b7c3b, #28a853);
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div div.svgicon,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div div.svgicon {
  background-image: url("../images/common/icon_basic.svg");
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div h2,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div h2 {
  color: #1b7c3b;
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div p,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div p {
  color: #1b7c3b;
}

#content section.entry-content .secInner.gxsection .merit ul li.basic-box>div p a::after,
#content section.entry-content .secInner.gxsection .level ul li.basic-box>div p a::after {
  background-color: #1b7c3b;
}

#content section.entry-content .secInner.gxsection .merit ul li.advanced-box,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box {
  background: linear-gradient(to bottom, #015389, #0379c7);
}

#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div div.svgicon,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div div.svgicon {
  background-image: url("../images/common/icon_advanced.svg");
}

#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div h2,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div h2 {
  color: #015389;
}

#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div p,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div p {
  color: #015389;
}

#content section.entry-content .secInner.gxsection .merit ul li.advanced-box>div p a::after,
#content section.entry-content .secInner.gxsection .level ul li.advanced-box>div p a::after {
  background-color: #015389;
}

#content section.entry-content .secInner.gxsection .merit ul li.specialist-box,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box {
  background: linear-gradient(to bottom, #8f2f7b, #d047b3);
}

#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div div.svgicon,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div div.svgicon {
  background-image: url("../images/common/icon_specialist.svg");
}

#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div h2,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div h2 {
  color: #8f2f7b;
}

#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div p,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div p {
  color: #8f2f7b;
}

#content section.entry-content .secInner.gxsection .merit ul li.specialist-box>div p a::after,
#content section.entry-content .secInner.gxsection .level ul li.specialist-box>div p a::after {
  background-color: #8f2f7b;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gxsection {
    padding: 4.2857142857rem 0 0;
    margin: 0 1.25rem;
  }
}

#content section.entry-content .secInner.gxsection.pb0 {
  padding-bottom: 0;
}

#content section.entry-content .secInner.gxsection.pb {
  padding-bottom: 8rem;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gxsection.pb {
    padding-bottom: 3.5rem;
  }
}

#content section.entry-content .secInner h1 {
  font-size: min(50px, 18px + 2.1333333333vw);
  font-weight: bold;
  margin: 3.3rem 0;
  line-height: 1.5;
  width: fit-content;
  padding: 0 0.5em 0 0.24em;
  background: no-repeat rgba(0, 0, 0, 0) linear-gradient(90deg,
      rgba(27, 124, 59, 0.5) 0%,
      rgba(51, 204, 102, 0.5) 100%) 0 100%/100% 24%;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner h1 {
    font-size: 28px;
    margin: 0 0 1.1em;
  }
}

@media (max-width: 751px) {
  #content section.entry-content .secInner h1.multiline {
    padding: 0;
    background: none;
  }

  #content section.entry-content .secInner h1.multiline span {
    display: block;
    width: fit-content;
    padding: 0 0.5em 0 0.24em;
    background: no-repeat rgba(0, 0, 0, 0) linear-gradient(90deg,
        rgba(27, 124, 59, 0.5) 0%,
        rgba(51, 204, 102, 0.5) 100%) 0 100%/100% 24%;
  }
}

#content section.entry-content .secInner .gxleague {
  position: relative;
  font-size: min(50px, 18px + 2.1333333333vw);
  font-weight: bold;
  margin: 3.3rem 0;
  max-width: 528px;
  max-height: 330px;
  width: calc(208px + 21.3333333333vw);
  height: calc(130px + 13.3333333333vw);
  margin-left: 2rem;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner .gxleague {
    font-size: 28px;
    margin: 0 0 1.1em;
  }
}

@media (max-width: 751px) {
  #content section.entry-content .secInner .gxleague {
    margin: 1em auto 0;
  }
}

#content section.entry-content .secInner .gxleague::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 0.625rem);
  top: 1rem;
  left: -2rem;
  background: #ebebeb 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
  filter: blur(6px);
  z-index: 1;
}

#content section.entry-content .secInner img.gxleagueimg {
  border: 1px solid #dedede;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

#content section.entry-content .secInner img.literacylevel {
  width: calc(241px + 24.2666666667vw);
  height: auto;
  margin-top: 1.5rem;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner img.literacylevel {
    margin: 1.5rem auto 0;
  }
}

#content section.entry-content .secInner div.roleblock {
  width: 100%;
  position: relative;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner div.roleblock {
    display: block;
  }
}

#content section.entry-content .secInner div.roleblock #canvas-line {
  position: absolute;
  top: 0;
  left: 0;
}

#content section.entry-content .secInner div.roleblock .exblock1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner div.roleblock .exblock1 {
    position: absolute;
    top: 0;
    left: 0;
    gap: 250px;
  }
}

#content section.entry-content .secInner div.roleblock .exblock2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  position: relative;
  top: 0;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner div.roleblock .exblock2 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    gap: 250px;
  }
}

#content section.entry-content .secInner div.roleblock .ex {
  position: relative;
  max-width: 350px;
  width: calc(0px + 23.3333333333vw);
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner div.roleblock .ex#ex1,
  #content section.entry-content .secInner div.roleblock .ex#ex3 {
    width: 160px;
    height: 142px;
  }

  #content section.entry-content .secInner div.roleblock .ex#ex2,
  #content section.entry-content .secInner div.roleblock .ex#ex4 {
    width: 160px;
    height: 194px;
  }
}

#content section.entry-content .secInner div.roleblock .ex p {
  width: 100%;
  height: 100%;
  font-size: min(16px, 8px + 0.5333333333vw);
  padding: 2em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner div.roleblock .ex p {
    font-size: 12px;
    padding: 1em;
  }
}

#content section.entry-content .secInner div.roleblock .roles {
  position: relative;
  top: 0;
  font-weight: bold;
  color: #fff;
  font-size: min(26px, 6px + 1.3333333333vw);
  line-height: 1.35;
  max-width: 364px;
  min-width: 218px;
  width: calc(0px + 24.2666666667vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.36em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner div.roleblock .roles {
    min-width: auto;
    width: 64%;
    padding: calc(142px + 2.75em) 0 calc(194px + 2.5em);
    margin: 0 auto;
    font-size: 16px;
    top: 0;
  }
}

#content section.entry-content .secInner div.roleblock .roles>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #138037;
  overflow: hidden;
  word-break: keep-all;
}

#content section.entry-content .secInner div.roleblock .roles>div#role1,
#content section.entry-content .secInner div.roleblock .roles>div#role4 {
  width: 100%;
  height: 78px;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner div.roleblock .roles>div#role1,
  #content section.entry-content .secInner div.roleblock .roles>div#role4 {
    height: auto;
    padding: 10px 0;
  }
}

#content section.entry-content .secInner div.roleblock .roles>div#role2,
#content section.entry-content .secInner div.roleblock .roles>div#role3 {
  width: calc(50% - 0.2em);
  height: 137px;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner div.roleblock .roles>div#role2,
  #content section.entry-content .secInner div.roleblock .roles>div#role3 {
    height: auto;
    padding: 14px 0;
  }
}

#content section.entry-content .secInner div.roleblock .roles>div span {
  display: block;
}

#content section.entry-content .secInner dl.jissigaiyo dt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: #222 2px solid;
  width: 20%;
  height: 80px;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.075em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner dl.jissigaiyo dt {
    justify-content: start;
    width: 20%;
  }

  #content section.entry-content .secInner dl.jissigaiyo dt.multi-line {
    height: 78px;
  }
}

#content section.entry-content .secInner dl.jissigaiyo dd {
  display: flex;
  align-items: center;
  border-bottom: #dedede 2px solid;
  width: 80%;
  height: 80px;
  padding-left: 3.5rem;
  font-size: 1em;
  letter-spacing: 0.05rem;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner dl.jissigaiyo dd {
    width: 80%;
    padding-left: 1.5rem;
  }

  #content section.entry-content .secInner dl.jissigaiyo dd.multi-line {
    height: 78px;
  }
}

#content section.entry-content .secInner dl.jissigaiyo dd.tabledisplay {
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 1.225em 0 1.225em 3.5rem;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner dl.jissigaiyo dd.tabledisplay {
    padding: 0.85em 0 0.85em 1.5rem;
    min-height: 78px;
    height: auto;
    row-gap: 0.5em;
  }
}

#content section.entry-content .secInner dl.jissigaiyo dd.tabledisplay span:nth-child(odd) {
  flex-basis: 7em;
}

#content section.entry-content .secInner dl.jissigaiyo dd.tabledisplay span:nth-child(even) {
  flex-basis: calc(100% - 7em);
}

#content section.entry-content .secInner ol.syllabus {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  row-gap: 1.625rem;
  column-gap: calc(2% - 1px);
}

@media (max-width: 751px) {
  #content section.entry-content .secInner ol.syllabus {
    row-gap: 1rem;
  }
}

#content section.entry-content .secInner ol.syllabus li {
  display: block;
  position: relative;
  width: 32%;
  height: 15.5vw;
  max-height: 204px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #dedede;
  opacity: 1;
  overflow: hidden;
}

@media (max-width: 900px) {
  #content section.entry-content .secInner ol.syllabus li {
    width: 48%;
    max-width: 425px;
  }
}

@media (max-width: 751px) {
  #content section.entry-content .secInner ol.syllabus li {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    height: auto;
    max-height: none;
  }
}

#content section.entry-content .secInner ol.syllabus li .count {
  position: absolute;
  top: -45px;
  left: -45px;
  display: block;
  background-color: #222;
  width: 90px;
  height: 90px;
  transform: rotate(45deg);
}

@media (max-width: 751px) {
  #content section.entry-content .secInner ol.syllabus li .count {
    top: -35px;
    left: -35px;
    width: 70px;
    height: 70px;
  }
}

#content section.entry-content .secInner ol.syllabus li .count span {
  display: inline-block;
  font-size: 1.625rem;
  font-weight: bold;
  position: absolute;
  line-height: 0;
  color: #fff;
  transform: rotate(-45deg);
  top: 45px;
  left: 63px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner ol.syllabus li .count span {
    font-size: 20px;
    top: 37px;
    left: 50px;
  }
}

#content section.entry-content .secInner ol.syllabus li .innertext {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  min-height: 8.1vw;
  margin: 2.5vw auto auto;
  width: 82%;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner ol.syllabus li .innertext {
    margin: 1.75rem auto;
    justify-content: center;
    gap: 1rem;
  }
}

#content section.entry-content .secInner ol.syllabus li .innertext h2 {
  font-size: calc(14px + 0.8vw);
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner ol.syllabus li .innertext h2 {
    font-size: 20px;
    line-height: 2;
  }
}

#content section.entry-content .secInner ol.syllabus li .innertext p {
  font-size: calc(8px + 0.5333333333vw);
  margin-top: calc(8px + 0.5333333333vw);
}

@media (max-width: 751px) {
  #content section.entry-content .secInner ol.syllabus li .innertext p {
    font-size: 1rem;
  }
}

#content section.entry-content .secInner ol.examflow .flowlist {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 3.75rem;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner ol.examflow .flowlist {
    column-gap: 20px;
  }
}

#content section.entry-content .secInner ol.examflow .flowlist .count {
  background-color: #222;
  max-width: 46px;
  max-height: 46px;
  width: 46px;
  height: 46px;
  margin-left: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  flex-shrink: 0;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner ol.examflow .flowlist .count {
    width: 37px;
    height: 37px;
    margin-left: 0;
    font-size: 20px;
  }
}

#content section.entry-content .secInner ol.examflow .line {
  width: 100%;
  margin: 1.25rem 0 0.75rem 0;
  height: 0.5rem;
  border-top: #aaa 1px solid;
  position: relative;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner ol.examflow .line {
    margin: 1.5rem 0 1rem 0;
  }
}

#content section.entry-content .secInner ol.examflow .line::after {
  content: "";
  width: 2rem;
  height: 0.5rem;
  background-image: url("/assets-gx/images/common/chevron-down.svg");
  background-color: #fff;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: calc(50% - 1rem);
  margin-top: -1px;
  z-index: 2;
}

#content section.entry-content .secInner ol.examflow .line-nochevron {
  width: 100%;
  margin: 1.25rem 0 0 0;
  height: 0.5rem;
  border-top: #aaa 1px solid;
}

#content section.entry-content .secInner .learning-guide h2.learning {
  font-weight: bold;
  font-size: 1.425rem;
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}

#content section.entry-content .secInner .learning-guide h2.learning::before {
  content: "・";
  display: block;
  margin-right: 0.5em;
}

#content section.entry-content .secInner .learning-guide h2.learning sup {
  font-size: max(60%, 10px);
}

#content section.entry-content .secInner .learning-guide p.annotation {
  margin: 1.2em 0;
}

#content section.entry-content .secInner .learning-guide p.additional-info {
  font-size: 1rem;
  line-height: 1.325;
  margin-top: 1.325rem;
  font-weight: 500;
}

#content section.entry-content .secInner .learning-guide ul.learning-cource {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  row-gap: 1.625rem;
  column-gap: calc(2% - 1px);
  margin: 2rem 0 3rem;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner .learning-guide ul.learning-cource {
    row-gap: 3rem;
    max-width: 420px;
    margin: 2rem auto 3rem;
  }
}

#content section.entry-content .secInner .learning-guide ul.learning-cource.one-cource {
  justify-content: flex-start;
}

#content section.entry-content .secInner .learning-guide ul.learning-cource.one-cource li {
  width: 45%;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner .learning-guide ul.learning-cource.one-cource li {
    width: 100%;
  }
}

#content section.entry-content .secInner .learning-guide ul.learning-cource li {
  display: block;
  position: relative;
  width: 32%;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner .learning-guide ul.learning-cource li {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    height: auto;
    max-height: none;
  }
}

#content section.entry-content .secInner .learning-guide ul.learning-cource li .innertext {
  font-size: min(20px, 12px + 0.5333333333vw);
  width: 98%;
  margin: 1em auto 0;
}

#content section.entry-content .secInner .learning-guide ul.learning-cource li .innertext h3 {
  font-weight: bold;
  margin-bottom: 0.7692307692em;
  font-size: 1em;
  letter-spacing: 0.05rem;
  line-height: 2rem;
}

#content section.entry-content .secInner .learning-guide ul.learning-cource li .innertext p.link-cource {
  font-weight: bold;
  font-size: 1em;
  color: #1b7c3b;
  margin-top: 0.8333333333em;
}

#content section.entry-content .secInner .learning-guide ul.learning-cource li .innertext p.advanced {
  color: #015389;
}

#content section.entry-content .secInner .learning-guide ul.learning-cource li .innertext p.specialist {
  color: #8f2f7b;
}

#content section.entry-content .secInner .learning-guide .fl {
  display: grid;
  grid-template-areas: "a b" ". p";
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 2rem;
  margin-bottom: 1.2rem;
}

#content section.entry-content .secInner .learning-guide .fl>a {
  width: 126px;
  grid-area: a;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner .learning-guide .fl>a {
    width: 98px;
  }
}

#content section.entry-content .secInner .learning-guide .fl>div {
  grid-area: b;
}

#content section.entry-content .secInner .learning-guide .fl>p {
  grid-area: p;
}

#content section.entry-content .secInner .learning-guide a:hover {
  opacity: 0.8;
}

#content section.entry-content .secInner .learning-guide a.link-em {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

#content section.entry-content .secInner .learning-guide a.big {
  font-size: 1.325rem;
}

#content section.entry-content .secInner.gx-kentei {
  display: grid;
  grid-template-columns: 1fr 2.3fr;
  gap: 3%;
  position: relative;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gx-kentei {
    display: block;
  }
}

#content section.entry-content .secInner.gx-kentei .secSide {
  font-size: min(16px, 8px + 0.5333333333vw);
  margin-bottom: 4.375em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gx-kentei .secSide {
    display: none;
  }
}

#content section.entry-content .secInner.gx-kentei .secSide .kaisai-box {
  width: 100%;
  height: auto;
  position: sticky;
  top: 1em;
  background-color: #fafafa;
  padding: 2.75em 3.25em;
}

#content section.entry-content .secInner.gx-kentei .secSide .kaisai-box h1 {
  background: none;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 auto 0.625em;
  padding: 0;
}

#content section.entry-content .secInner.gx-kentei .secSide .kaisai-box.basic h1 {
  color: #1b7c3b;
}

#content section.entry-content .secInner.gx-kentei .secSide .kaisai-box.advanced h1 {
  color: #015389;
}

#content section.entry-content .secInner.gx-kentei .secSide .kaisai-box.specialist h1 {
  color: #8f2f7b;
}

#content section.entry-content .secInner.gx-kentei .secSide .kaisai-box div.info {
  margin: 1.5em 0;
}

#content section.entry-content .secInner.gx-kentei .secSide .kaisai-box div.info p {
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 2rem;
}

#content section.entry-content .secInner.gx-kentei .secSide .kaisai-box div.apbtn {
  margin: 3em 0 0.5rem auto;
}

#content section.entry-content .secInner.gx-kentei .secMain {
  font-size: min(16px, 12px + 0.2666666667vw);
  padding: 0 0.5em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gx-kentei .secMain {
    padding: 0 0.35rem;
  }
}

#content section.entry-content .secInner.gx-kentei .secMain .title {
  width: 100%;
  margin-bottom: 4.375em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gx-kentei .secMain .title {
    margin-top: 2rem;
  }
}

#content section.entry-content .secInner.gx-kentei .secMain .title .basic,
#content section.entry-content .secInner.gx-kentei .secMain .title .advanced,
#content section.entry-content .secInner.gx-kentei .secMain .title .specialist {
  justify-content: flex-start;
  padding: 3em 0 3em 4em;
}

@media (max-width: 751px) {

  #content section.entry-content .secInner.gx-kentei .secMain .title .basic,
  #content section.entry-content .secInner.gx-kentei .secMain .title .advanced,
  #content section.entry-content .secInner.gx-kentei .secMain .title .specialist {
    padding: 2rem 0 2rem 2rem;
    gap: 1.5rem;
  }

  #content section.entry-content .secInner.gx-kentei .secMain .title .basic div.logo,
  #content section.entry-content .secInner.gx-kentei .secMain .title .advanced div.logo,
  #content section.entry-content .secInner.gx-kentei .secMain .title .specialist div.logo {
    width: 38px;
    height: 38px;
  }

  #content section.entry-content .secInner.gx-kentei .secMain .title .basic div.title,
  #content section.entry-content .secInner.gx-kentei .secMain .title .advanced div.title,
  #content section.entry-content .secInner.gx-kentei .secMain .title .specialist div.title {
    align-items: flex-start;
    margin-top: 0;
  }

  #content section.entry-content .secInner.gx-kentei .secMain .title .basic div.title p.main,
  #content section.entry-content .secInner.gx-kentei .secMain .title .advanced div.title p.main,
  #content section.entry-content .secInner.gx-kentei .secMain .title .specialist div.title p.main {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  #content section.entry-content .secInner.gx-kentei .secMain .title .basic div.title p.sub,
  #content section.entry-content .secInner.gx-kentei .secMain .title .advanced div.title p.sub,
  #content section.entry-content .secInner.gx-kentei .secMain .title .specialist div.title p.sub {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}

#content section.entry-content .secInner.gx-kentei .secMain .title .basic div.title,
#content section.entry-content .secInner.gx-kentei .secMain .title .advanced div.title,
#content section.entry-content .secInner.gx-kentei .secMain .title .specialist div.title {
  margin-bottom: 0;
  width: max-content;
}

#content section.entry-content .secInner.gx-kentei .secMain .title .basic {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #1b7c3b 0%, #28a853 100%, #2db95c 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2.025rem;
  color: #fff;
}

#content section.entry-content .secInner.gx-kentei .secMain .title .basic div.logo {
  width: 54px;
  height: 54px;
  background-image: url("/assets-gx/images/common/icon_basic_wh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#content section.entry-content .secInner.gx-kentei .secMain .title .basic div.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: min(19.2px, 12.8px + 0.4266666667vw);
}

#content section.entry-content .secInner.gx-kentei .secMain .title .basic div.title p.main {
  font-size: 1.4em;
  letter-spacing: 2.5px;
  line-height: 1.72;
  word-break: keep-all;
}

#content section.entry-content .secInner.gx-kentei .secMain .title .basic div.title p.sub {
  font-size: 1.0625em;
  letter-spacing: 1.7px;
  line-height: 1.7058823529;
  word-break: keep-all;
}

@media (min-width: 751px) {
  #content section.entry-content .secInner.gx-kentei .secMain .title .basic.mark::after {
    content: "";
    width: 1.2em;
    height: 1.2em;
    border-right: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
    transform: rotate(45deg);
    margin-left: 3.6em;
  }
}

#content section.entry-content .secInner.gx-kentei .secMain .title .advanced {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #015389 0%, #0379c7 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2.025rem;
  color: #fff;
}

#content section.entry-content .secInner.gx-kentei .secMain .title .advanced div.logo {
  width: 54px;
  height: 54px;
  background-image: url("/assets-gx/images/common/icon_advanced_wh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#content section.entry-content .secInner.gx-kentei .secMain .title .advanced div.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: min(19.2px, 12.8px + 0.4266666667vw);
}

#content section.entry-content .secInner.gx-kentei .secMain .title .advanced div.title p.main {
  font-size: 1.4em;
  letter-spacing: 2.5px;
  line-height: 1.72;
  word-break: keep-all;
}

#content section.entry-content .secInner.gx-kentei .secMain .title .advanced div.title p.sub {
  font-size: 1.0625em;
  letter-spacing: 1.7px;
  line-height: 1.7058823529;
  word-break: keep-all;
}

@media (min-width: 751px) {
  #content section.entry-content .secInner.gx-kentei .secMain .title .advanced.mark::after {
    content: "";
    width: 1.2em;
    height: 1.2em;
    border-right: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
    transform: rotate(45deg);
    margin-left: 3.6em;
  }
}

#content section.entry-content .secInner.gx-kentei .secMain .title .specialist {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #8f2f7b 0%, #d047b3 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2.025rem;
  color: #fff;
}

#content section.entry-content .secInner.gx-kentei .secMain .title .specialist div.logo {
  width: 54px;
  height: 54px;
  background-image: url("/assets-gx/images/common/icon_specialist_wh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#content section.entry-content .secInner.gx-kentei .secMain .title .specialist div.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: min(19.2px, 12.8px + 0.4266666667vw);
}

#content section.entry-content .secInner.gx-kentei .secMain .title .specialist div.title p.main {
  font-size: 1.4em;
  letter-spacing: 2.5px;
  line-height: 1.72;
  word-break: keep-all;
}

#content section.entry-content .secInner.gx-kentei .secMain .title .specialist div.title p.sub {
  font-size: 1.0625em;
  letter-spacing: 1.7px;
  line-height: 1.7058823529;
  word-break: keep-all;
}

@media (min-width: 751px) {
  #content section.entry-content .secInner.gx-kentei .secMain .title .specialist.mark::after {
    content: "";
    width: 1.2em;
    height: 1.2em;
    border-right: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
    transform: rotate(45deg);
    margin-left: 3.6em;
  }
}

#content section.entry-content .secInner.gx-kentei .secMain p.gx-alert-bgy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  color: #ff0303;
  padding: 0.625rem;
  background-color: #fff500;
}

#content section.entry-content .secInner.gx-kentei .secMain p.gx-alert-bgy::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1em;
  background-image: url("../images/common/check_r.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gx-kentei .secMain p.gx-alert-bgy::before {
    width: 1.8em;
    height: 1.2em;
    margin-right: 0.6em;
  }
}

#content section.entry-content .secInner.gx-kentei .secMain p.gx-alert {
  color: #ff0303;
  font-weight: bold;
}

#content section.entry-content .secInner.gx-kentei .secMain div.section {
  margin-top: 4.375em;
  margin-bottom: 4.375em;
}

#content section.entry-content .secInner.gx-kentei .secMain div.section>h2 {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 0.65em;
  border-left: solid 0.3em #1b7c3b;
  margin-bottom: 1.875em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gx-kentei .secMain div.section>h2 {
    margin-bottom: 1.15rem;
  }

  #content section.entry-content .secInner.gx-kentei .secMain div.section>h2.mb30 {
    margin-bottom: 1.875rem;
  }
}

#content section.entry-content .secInner.gx-kentei .secMain div.section .box {
  margin: 2rem 0 2rem;
}

#content section.entry-content .secInner.gx-kentei .secMain div.section p {
  line-height: 1.9444444444;
  font-size: 1rem;
  letter-spacing: 0.075rem;
}

#content section.entry-content .secInner.gx-kentei .secMain div.section h3 {
  margin-top: 1em;
  font-size: 1.25rem;
  font-weight: bold;
}

#content section.entry-content .secInner.gx-kentei .secMain.advanced div.section>h2 {
  border-left: solid 0.3em #015389;
}

#content section.entry-content .secInner.gx-kentei .secMain.specialist div.section>h2 {
  border-left: solid 0.3em #8f2f7b;
}

#content section.entry-content .secInner.gx-kentei .secMain div.inquery {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14.375rem;
}

#content section.entry-content .secInner.gx-kentei .secMain div.inquery.part {
  margin-bottom: 4.375em;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gx-kentei .secMain div.inquery.part {
    width: 100vw;
    position: relative;
    left: -1.1rem;
  }
}

#content section.entry-content .secInner.gx-kentei .secMain div.form-link {
  width: max-content;
  margin: 4.375em auto;
}

#content section.entry-content .secInner.gx-kentei-single {
  width: min(1000px, 69.4vw);
  max-width: none;
  min-width: 0;
  margin-inline: auto;
  padding: 0 0 0.75rem;
}

@media (max-width: 751px) {
  #content section.entry-content .secInner.gx-kentei-single {
    width: 90.66666vw;
  }
}

#content section.entry-content .secInner.gx-kentei-single .top-button {
  display: flex;
  justify-content: center;
  margin-top: 6.25rem;
}

#content section.entry-content .secInner.gx-kentei-single .top-button a.btn::before {
  display: none;
}

#content section.entry-content .secInner.gx-kentei-single .top-button a.btn span::after {
  right: auto;
  left: 1em;
  transform: rotateY(180deg);
}

.interview-page #content section.entry-content .secInner.gx-kentei-single .breadcrumb {
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: 72px;
  margin-left: -100px;
}

@media (max-width: 751px) {
  .interview-page #content section.entry-content .secInner.gx-kentei-single .breadcrumb {
    margin-top: 80px;
    margin-left: 0;
  }
}

.interview-page #content section.entry-content .secInner.gx-kentei-single .breadcrumb-item {
  color: #1B7C3B;
  font-weight: 400;
  line-height: 1.6;
}

.interview-page #content section.entry-content .secInner.gx-kentei-single .breadcrumb-item.active {
  color: #696969;
  font-weight: 400;
  line-height: 1.6;
}

.interview-page #content section.entry-content .secInner.gx-kentei-single li::after {
  content: url('/assets-gx/images/common/breadcrumb_arrow.svg');
  padding: 0 8px;
  display: inline-block;
  position: relative;
  top: 5px;
}

.interview-page #content section.entry-content .secInner.gx-kentei-single li:last-child::after {
  content: none;
}

#content section.entry-content .question {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 2.125rem 3.125rem;
  background-color: #fff;
}

@media (max-width: 751px) {
  #content section.entry-content .question {
    padding: 2rem 1rem;
  }
}

#content section.entry-content .question.mt-2 {
  margin-top: 1.875rem;
}

#content section.entry-content .question .q-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
  column-gap: 2rem;
  flex-shrink: 0;
}

@media (max-width: 751px) {
  #content section.entry-content .question .q-title {
    align-items: start;
    column-gap: 1rem;
  }
}

#content section.entry-content .question .q-title .qcount {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  background-color: #222;
  color: #fff;
  padding: 0.15rem 1rem;
  flex-shrink: 0;
}

@media (max-width: 751px) {
  #content section.entry-content .question .q-title .qcount {
    flex-shrink: 0;
    margin: 0.3em;
    padding: 0.1em 0.66em;
  }
}

#content section.entry-content .question .q-title h2 {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.6;
}

#content section.entry-content .question .q-title h2 span {
  display: block;
}

@media (max-width: 751px) {
  #content section.entry-content .question .q-title h2 {
    line-height: 1.625;
  }

  #content section.entry-content .question .q-title h2 span {
    display: inline;
  }
}

#content section.entry-content .question .q-text {
  margin-top: 1.75rem;
}

#content section.entry-content .question .q-text.mb {
  margin-bottom: 1.75rem;
}

@media (max-width: 751px) {
  #content section.entry-content .question .q-text {
    margin-top: 1.5em;
  }
}

#content section.entry-content .question .q-text p {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 0.5rem;
}

@media (max-width: 751px) {
  #content section.entry-content .question .q-text p {
    margin-bottom: 1em;
  }
}

#content section.entry-content .question .q-text p span {
  display: block;
}

#content section.entry-content .question .q-text p span.number {
  flex-shrink: 0;
}

#content section.entry-content .question .q-text p span i {
  display: block;
  font-style: normal;
}

#content section.entry-content div.faqbox {
  width: 65%;
  margin: 0 auto;
  min-width: 740px;
}

@media (max-width: 751px) {
  #content section.entry-content div.faqbox {
    width: 100%;
    min-width: unset;
  }
}

#content section.entry-content li.faq {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0;
  padding: 0 2rem;
  overflow: hidden;
}

@media (max-width: 751px) {
  #content section.entry-content li.faq {
    padding: 0 1rem;
  }
}

#content section.entry-content li.faq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  font-size: 16px;
}

#content section.entry-content li.faq input:checked {
  font-size: 16px;
}

#content section.entry-content li.faq input:checked+.q span.switch {
  background-image: url("/assets-gx/images/common/close.svg");
}

#content section.entry-content li.faq input:checked~.a {
  max-height: 100vh;
  display: block;
}

#content section.entry-content li.faq .q {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.25rem;
  column-gap: 1.4375rem;
  cursor: pointer;
}

@media (max-width: 751px) {
  #content section.entry-content li.faq .q {
    font-size: 20px;
    column-gap: 0.5rem;
    align-items: flex-start;
  }
}

#content section.entry-content li.faq .q span.switch {
  display: block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets-gx/images/common/open.svg");
  transition: all 0.35s;
}

@media (max-width: 751px) {
  #content section.entry-content li.faq .q span.switch {
    margin-top: 1.25rem;
  }
}

#content section.entry-content li.faq .q span.heading {
  display: block;
  margin: 1.25rem 0;
  line-height: 1.5;
}

@media (max-width: 751px) {
  #content section.entry-content li.faq .q span.heading {
    font-size: 16px;
    margin: 1rem 0;
  }
}

#content section.entry-content li.faq .a {
  max-height: 0;
  display: none;
  transition: all 0.35s ease 0.1s;
}

#content section.entry-content li.faq .a p {
  margin: 1.75rem 0 1.75rem;
}

@media (max-width: 751px) {
  #content section.entry-content li.faq .a p {
    margin: 1em;
  }
}

#content section.entry-content li.faq .a p span {
  word-break: initial;
}

#content section.entry-content li.faq .a p a {
  text-decoration: underline;
}

#content section.entry-content .recommende-env {
  width: 100%;
  padding: 1rem 3rem 2.5rem;
  border: 1px solid #dedede;
}

#content section.entry-content .recommende-env h2 {
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  margin: 1rem 0;
}

#content section.entry-content .recommende-env p {
  font-size: 0.875rem;
  line-height: 2.15;
  margin: 1rem 0;
}

#content section.entry-content .gx-grid1 {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  grid-gap: 2rem 0.5rem;
}

@media (max-width: 751px) {
  #content section.entry-content .gx-grid1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 2rem;
  }
}

@media (max-width: 751px) {
  #content section.entry-content .gx-grid1 .sp-second {
    order: 2;
  }
}

#content section.entry-content .gx-grid1 img {
  width: 100%;
}

#content section.entry-content .gx-grid1 .img1 {
  width: 85%;
  margin: 7rem 0 0 auto;
}

@media (max-width: 751px) {
  #content section.entry-content .gx-grid1 .img1 {
    margin: 0 auto;
    width: 80%;
  }
}

#content section.entry-content .gx-grid1 .img2 {
  margin: auto auto auto 20%;
  width: 40%;
  max-width: 225px;
}

@media (max-width: 751px) {
  #content section.entry-content .gx-grid1 .img2 {
    margin: 0 auto;
    width: 80%;
  }
}

#content section.entry-content .gx-flex2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
}

@media (max-width: 751px) {
  #content section.entry-content .gx-flex2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
  }
}

#content section.entry-content .gx-flex2 div.fl1 {
  width: 48%;
  padding-right: 2rem;
}

@media (max-width: 751px) {
  #content section.entry-content .gx-flex2 div.fl1 {
    width: 100%;
    padding-right: 0;
  }
}

#content section.entry-content .gx-flex2 div.fl2 {
  width: 52%;
  padding-left: 2rem;
}

@media (max-width: 751px) {
  #content section.entry-content .gx-flex2 div.fl2 {
    width: 100%;
    padding-left: 0;
  }
}

#content section.entry-content .gx-grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 751px) {
  #content section.entry-content .gx-grid3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
  }
}

#content section.entry-content .gx-flex4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}

#content section.entry-content .gx-glid10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
  margin-bottom: 6.5rem;
}

#content section.entry-content .gx-glid10 .more-link {
  margin-right: 0;
  margin-left: auto;
}

#content section.entry-content .gx-glid10 .more-link a {
  text-decoration: underline;
}

#content section.entry-content div.gx-table {
  overflow-x: scroll;
  margin-top: 6rem;
}

@media (max-width: 751px) {
  #content section.entry-content div.gx-table {
    margin-top: 2.5rem;
  }
}

#content section.entry-content div.gx-table table {
  border-collapse: collapse;
  font-size: min(16px, 8px + 0.5333333333vw);
  line-height: 1.5555555556;
  width: max-content;
}

@media (max-width: 751px) {
  #content section.entry-content div.gx-table table {
    font-size: 0.8125rem;
  }
}

#content section.entry-content div.gx-table table tbody {
  background-color: #fafafa;
}

#content section.entry-content div.gx-table table tr.thead {
  background-color: #b1b1b1;
}

#content section.entry-content div.gx-table table tr:not(.thead) {
  border-bottom: 1px solid #333;
}

#content section.entry-content div.gx-table table tr th {
  color: #fff;
  font-size: 1.05em;
  text-align: center;
  padding: 1em 0;
  background-color: #b1b1b1;
}

@media (max-width: 751px) {
  #content section.entry-content div.gx-table table tr th {
    font-weight: normal;
    padding: 0.5em 0;
  }
}

#content section.entry-content div.gx-table table tr th.cell {
  width: 11em;
}

#content section.entry-content div.gx-table table tr th.koza {
  width: 14.4em;
}

#content section.entry-content div.gx-table table tr th.jinbutsu {
  width: 14.4em;
}

#content section.entry-content div.gx-table table tr th.gaitou {
  width: 20.5em;
}

#content section.entry-content div.gx-table table tr td {
  font-size: 1em;
  text-align: left;
  padding: 2em 1em;
}

#content section.entry-content div.gx-table table tr td span {
  display: block;
}

@media (max-width: 751px) {
  #content section.entry-content div.gx-table table tr td span:not(.kentei-title) {
    font-weight: normal;
  }
}

#content section.entry-content div.gx-table table tr td span.kentei-title {
  font-size: 1.22em;
  line-height: 1.2727272727;
  font-weight: bold;
}

#content section.entry-content div.gx-table table tr td span.kentei-title.b {
  color: #1b7c3b;
}

#content section.entry-content div.gx-table table tr td span.kentei-title.a {
  color: #015389;
}

#content section.entry-content div.gx-table table tr td span.kentei-title.s {
  color: #8f2f7b;
}

#content #gx-role {
  width: 100%;
  margin: 0;
  background-image: url("/assets-gx/images/top/bk_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#content #gxleague,
#content #gx-inquery {
  width: 100%;
  margin: 0;
}

#content #gx-adviser {
  width: 100%;
  margin: 0;
  background-image: url("/assets-gx/images/top/bk_main.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 751px) {
  #content #gx-adviser {
    background-image: url("/assets-gx/images/top/bk_main_sp.jpg");
  }
}

#content #accent-section {
  width: 100%;
  margin: 0;
  max-height: 462px;
  height: auto;
  background-image: url("/assets-gx/images/top/bk_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: min(150px, 10vw) 0 min(150px, 10vw) min(150px, 10vw);
}

@media (max-width: 751px) {
  #content #accent-section {
    height: 461px;
    background-image: url("/assets-gx/images/top/bk_1_sp.jpg");
    padding: 60px 0 0 0;
  }
}

#content #accent-section p {
  font-size: 1.25rem;
  width: 44%;
}

@media (max-width: 751px) {
  #content #accent-section p {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
  }
}

#gx-introduction .lead {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #1b1b1b;
  margin-top: 3.75rem;
  margin-left: 4.25rem;
}

#gx-introduction .lead br {
  display: none;
}

#gx-introduction .box {
  display: grid;
  grid-template-columns: 35.3% 57%;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  margin-top: 2rem;
  margin-left: 4.25rem;
}

#gx-introduction .position {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #1b1b1b;
}

#gx-introduction .name-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: 0.75rem;
}

#gx-introduction .name {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}

#gx-introduction .name span {
  font-size: 1.5rem;
}

#gx-introduction .name-en {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
  color: #238B42;
}

#gx-introduction .text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-feature-settings: normal;
  color: #1b1b1b;
  margin-top: 0.75rem;
}

@media (max-width: 751px) {
  #gx-introduction .lead {
    font-size: 1.28rem;
    margin-top: 1.28rem;
    margin-left: 0;
  }

  #gx-introduction .lead br {
    display: block;
  }

  #gx-introduction .box {
    display: grid;
    grid-template-columns: auto;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    margin-top: 1.43rem;
    margin-left: 0;
  }

  #gx-introduction .position {
    font-size: 1.14rem;
    margin-top: 1.43rem;
  }

  #gx-introduction .name-container {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: 1.43rem;
  }

  #gx-introduction .name {
    font-size: 1.57rem;
  }

  #gx-introduction .name span {
    font-size: 1.28rem;
  }

  #gx-introduction .name-en {
    font-size: 1.14rem;
  }

  #gx-introduction .text {
    font-size: 1.07rem;
    margin-top: 1.43rem;
  }
}

#content #gx-level {
  background-color: #f5f6f7;
}

#content #gx-questions {
  background-color: #f5f6f7;
}

#content #gx-inquery .inquery-wrap {
  background-image: url("/assets-gx/images/top/footer_PC.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 751px) {
  #content #gx-inquery .inquery-wrap {
    background-image: url("/assets-gx/images/top/footer_SP.jpg");
  }
}

#content #gx-inquery .inquery-wrap .inquery {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
  padding: 9.25rem 0 7.375rem;
  background-color: rgba(0, 0, 0, 0.25);
}

@media (max-width: 751px) {
  #content #gx-inquery .inquery-wrap .inquery {
    padding: 3.75rem 0 3.125rem;
  }
}

#content #gx-inquery p.fst-line {
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#content #gx-inquery p.fst-line i {
  font-style: normal;
}

@media (max-width: 751px) {
  #content #gx-inquery p.fst-line {
    font-size: 20px;
    row-gap: 2rem;
  }

  #content #gx-inquery p.fst-line i {
    display: block;
  }
}

#content p.mini {
  font-weight: normal;
  font-size: 0.83em;
  display: inline-block;
  margin-top: 0.25em;
}

#content #schedule .secInner {
  width: min(1000px, 85%);
}

#content #schedule .secInner>.title {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.37;
  color: #000000;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#content #schedule .secInner>.title::before {
  content: "";
  display: block;
  background-image: linear-gradient(to right, rgba(27, 124, 59, 0.5), rgba(51, 204, 102, 0.25));
  width: 17.75rem;
  height: 0.8125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#content #schedule .secInner .section {
  margin-top: 3.75rem;
}

#content #schedule .secInner .section .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.54;
  color: #000000;
  padding-left: 1.75rem;
  position: relative;
}

#content #schedule .secInner .section .title::before {
  content: "";
  display: block;
  background-color: #787878;
  width: 0.625rem;
  height: 2.3125rem;
  position: absolute;
  top: 0;
  left: 0;
}

#content #schedule .secInner .section .box-container {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  margin-top: 1.75rem;
}

#content #schedule .secInner .section .head {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.19;
  outline-color: #000000;
}

#content #schedule .secInner .section .table-container {
  margin-top: 0.625rem;
}

#content #schedule .secInner .section table {
  width: 100%;
}

#content #schedule .secInner .section table tr {
  display: grid;
  grid-template-columns: 196fr 140fr 322fr 322fr;
  border-bottom: solid 1px #dedede;
}

#content #schedule .secInner .section table th {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  padding-block: 1.25rem;
}

#content #schedule .secInner .section table td {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.25rem;
}

#content #schedule .secInner .section table td:nth-of-type(1) {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
}

#content #schedule .secInner .section table td:nth-of-type(2) span {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  border-radius: 0.6875rem;
  padding-block: 0.3125rem;
}

#content #schedule .secInner .section table td:nth-of-type(n + 3) {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  color: #000000;
}

#content #schedule .secInner .section table td.reception span {
  background-color: #ff9797;
  padding-inline: 1rem;
}

#content #schedule .secInner .section table td.end span {
  background-color: #d3d3d3;
  padding-inline: 1.3125rem;
}

#content #schedule .secInner .is-pc {
  display: block;
}

#content #schedule .secInner .is-sp {
  display: none;
}

@media (max-width: 751px) {
  #content #schedule .secInner {
    width: 90.6666666667%;
  }

  #content #schedule .secInner>.title {
    font-size: 1.7857142857rem;
  }

  #content #schedule .secInner>.title::before {
    width: 15rem;
    height: 0.7142857143rem;
  }

  #content #schedule .secInner .section {
    margin-top: 2.8571428571rem;
  }

  #content #schedule .secInner .section .title {
    font-size: 1.2857142857rem;
    line-height: 2.06;
    padding-left: 1.7857142857rem;
  }

  #content #schedule .secInner .section .title::before {
    width: 0.7142857143rem;
    height: 2.6428571429rem;
  }

  #content #schedule .secInner .section .box-container {
    row-gap: 2.8571428571rem;
    margin-top: 2.4285714286rem;
  }

  #content #schedule .secInner .section .head {
    font-size: 1.5rem;
  }

  #content #schedule .secInner .section .card-container {
    display: flex;
    flex-direction: column;
    row-gap: 1.4285714286rem;
    margin-top: 1.5714285714rem;
  }

  #content #schedule .secInner .section .card-container .card {
    background-color: #fafafa;
    padding: 2.1428571429rem;
  }

  #content #schedule .secInner .section .card-container .label {
    padding-bottom: 0.7142857143rem;
    position: relative;
  }

  #content #schedule .secInner .section .card-container .label::before {
    content: "";
    display: block;
    background-color: #dedede;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  #content #schedule .secInner .section .card-container .label.reception span {
    background-color: #ff9797;
    padding-inline: 0.9285714286rem;
  }

  #content #schedule .secInner .section .card-container .label.end span {
    background-color: #d3d3d3;
    padding-inline: 1.3571428571rem;
  }

  #content #schedule .secInner .section .card-container .label p {
    font-size: 1.1428571429rem;
    font-weight: 700;
    line-height: 1.1875;
    letter-spacing: 0.05em;
  }

  #content #schedule .secInner .section .card-container .label span {
    font-size: 0.8571428571rem;
    line-height: 1.3333;
    text-align: center;
    border-radius: 0.8571428571rem;
    padding-block: 0.2857142857rem;
    position: absolute;
    right: 0;
    bottom: 0.7142857143rem;
  }

  #content #schedule .secInner .section .card-container .span {
    font-size: 1.0714285714rem;
    font-weight: 700;
    margin-top: 1.0714285714rem;
  }

  #content #schedule .secInner .section .card-container .date {
    font-size: 1.1428571429rem;
    font-weight: 500;
    line-height: 1.5625;
    letter-spacing: 0.05em;
    margin-top: 0.3571428571rem;
  }

  #content #schedule .secInner .is-pc {
    display: none;
  }

  #content #schedule .secInner .is-sp {
    display: block;
  }
}

#content #syllabus .secInner {
  width: min(1000px, 85%);
}

#content #syllabus .secInner .title {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.37;
  letter-spacing: 0em;
}

#content #syllabus .secInner .link-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 4.625rem;
  column-gap: 4.625rem;
  margin-top: 1.875rem;
}

#content #syllabus .secInner .link-container a {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  text-decoration: underline;
}

#content #syllabus .secInner .example {
  margin-top: 5.625rem;
}

#content #syllabus .secInner .example .tab-container {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  justify-content: space-between;
  margin-top: 3.125rem;
}

#content #syllabus .secInner .example .tab-container .tab {
  display: flex;
  justify-content: center;
  background-color: #454545;
  padding-block: 1.3125rem;
  position: relative;
  cursor: pointer;
}

#content #syllabus .secInner .example .tab-container .tab .head {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}

#content #syllabus .secInner .example .tab-container .tab.active {
  background-color: #fafafa;
}

#content #syllabus .secInner .example .tab-container .tab.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3125rem;
  position: absolute;
  top: 0;
  left: 0;
}

#content #syllabus .secInner .example .tab-container .tab.basic.active::before {
  background-color: #1b7c3b;
}

#content #syllabus .secInner .example .tab-container .tab.advanced.active::before {
  background-color: #4c9dd1;
}

#content #syllabus .secInner .example .tab-container .tab.specialist.active::before {
  background-color: #B95B8A;
}

#content #syllabus .secInner .example .tab-container .tab.biz.active::before {
  background-color: #75e4e5;
}

#content #syllabus .secInner .example .tab-container .tab.active .head {
  color: #333333;
}

#content #syllabus .secInner .example .panel-container .panel {
  display: none;
  background-color: #fafafa;
  padding-block: 4.375rem;
}

#content #syllabus .secInner .example .panel-container .panel.active {
  display: block;
}

#content #syllabus .secInner .example .card-container {
  display: flex;
  flex-direction: column;
  row-gap: 3.125rem;
  width: 90%;
  margin-inline: auto;
}

#content #syllabus .secInner .example .more-content {
  display: flex;
  flex-direction: column;
  row-gap: 3.125rem;
}

#content #syllabus .secInner .example .card {
  display: flex;
  flex-direction: column;
  row-gap: 2.1875rem;
  background-color: #fff;
  padding: 3.125rem;
}

#content #syllabus .secInner .example .card .question {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  color: #000;
  border: none;
  box-shadow: none;
  padding: 0;
}

#content #syllabus .secInner .example .card .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  color: #000;
}

#content #syllabus .secInner .example .card .image {
  width: min(550px, 100%);
  margin-inline: auto;
}

#content #syllabus .secInner .example .card .list {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

#content #syllabus .secInner .example .card .list.child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 0;
}

#content #syllabus .secInner .example .card .list .item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  color: #000;
  position: relative;
}

#content #syllabus .secInner .example .card .list.num>.item {
  padding-left: 1.625rem;
}

#content #syllabus .secInner .example .card .list.num>.item.child {
  padding-left: 1.125rem;
}

#content #syllabus .secInner .example .card .list.num>.item::before {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

#content #syllabus .secInner .example .card .list.num>.item:nth-of-type(1)::before {
  content: "1.";
}

#content #syllabus .secInner .example .card .list.num>.item:nth-of-type(2)::before {
  content: "2.";
}

#content #syllabus .secInner .example .card .list.num>.item:nth-of-type(3)::before {
  content: "3.";
}

#content #syllabus .secInner .example .card .list.num>.item:nth-of-type(4)::before {
  content: "4.";
}

#content #syllabus .secInner .example .card .list.num>.item:nth-of-type(5)::before {
  content: "5.";
}

#content #syllabus .secInner .example .card .list.num>.item:nth-of-type(6)::before {
  content: "6.";
}

#content #syllabus .secInner .example .card .list.num>.item:nth-of-type(7)::before {
  content: "7.";
}

#content #syllabus .secInner .example .card .list.num>.item:nth-of-type(8)::before {
  content: "8.";
}

#content #syllabus .secInner .example .card .list.num>.item:nth-of-type(9)::before {
  content: "9.";
}

#content #syllabus .secInner .example .card .list.num>.item:nth-of-type(10)::before {
  content: "10.";
}

#content #syllabus .secInner .example .card .list.kana>.item {
  padding-left: 3.5625rem;
}

#content #syllabus .secInner .example .card .list.kana>.item.child {
  padding-left: 2.5rem;
}

#content #syllabus .secInner .example .card .list.kana>.item::before {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

#content #syllabus .secInner .example .card .list.kana>.item:nth-of-type(1)::before {
  content: "（ア）";
}

#content #syllabus .secInner .example .card .list.kana>.item:nth-of-type(2)::before {
  content: "（イ）";
}

#content #syllabus .secInner .example .card .list.kana>.item:nth-of-type(3)::before {
  content: "（ウ）";
}

#content #syllabus .secInner .example .card .list.kana>.item:nth-of-type(4)::before {
  content: "（エ）";
}

#content #syllabus .secInner .example .card .list.kana>.item:nth-of-type(5)::before {
  content: "（オ）";
}

#content #syllabus .secInner .example .card .list.kana>.item:nth-of-type(6)::before {
  content: "（カ）";
}

#content #syllabus .secInner .example .card .list.kana>.item:nth-of-type(7)::before {
  content: "（キ）";
}

#content #syllabus .secInner .example .card .list.kana>.item:nth-of-type(8)::before {
  content: "（ク）";
}

#content #syllabus .secInner .example .card .list.kana>.item:nth-of-type(9)::before {
  content: "（ケ）";
}

#content #syllabus .secInner .example .card .list.kana>.item:nth-of-type(10)::before {
  content: "（コ）";
}

#content #syllabus .secInner .example .card .answer {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  text-align: right;
  color: #000;
}

#content #syllabus .secInner .example .more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #454545;
  border-radius: 0.625rem;
  width: 20.3125rem;
  height: 3.75rem;
  margin-inline: auto;
  position: relative;
  cursor: pointer;
}

#content #syllabus .secInner .example .more-button::before,
#content #syllabus .secInner .example .more-button::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 1.125rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 1.125rem;
}

#content #syllabus .secInner .example .more-button::before {
  transform: translateY(-50%);
}

#content #syllabus .secInner .example .more-button::after {
  transform: translateY(-50%) rotateZ(-90deg);
  transition: all 0.3s;
}

#content #syllabus .secInner .example .more-button p {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

#content #syllabus .secInner .example .more-button p:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
}

#content #syllabus .secInner .example .more-button p:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}

#content #syllabus .secInner .example .more-button.open::after {
  transform: translateY(-50%) rotateZ(0);
}

#content #syllabus .secInner .example .more-button.open p:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}

#content #syllabus .secInner .example .more-button.open p:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}

#content #syllabus .secInner .is-sp {
  display: none;
}

#content #syllabus .secInner .is-pc {
  display: block;
}

@media (max-width: 751px) {
  #content #syllabus .secInner {
    width: 94.6666666667%;
  }

  #content #syllabus .secInner .title {
    font-size: 2.5rem;
    margin-left: 0.7142857143rem;
  }

  #content #syllabus .secInner .link-container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2.5rem;
    margin-top: 2.1428571429rem;
    margin-left: 0.7142857143rem;
  }

  #content #syllabus .secInner .link-container a {
    font-size: 1.0714285714rem;
  }

  #content #syllabus .secInner .example {
    margin-top: 5.7142857143rem;
  }

  #content #syllabus .secInner .example .tab-container {
    grid-template-columns: repeat(4, minmax(130px, 25%));
    gap: 5px;
    justify-content: normal;
    margin-top: 3.5714285714rem;
    overflow-x: scroll;
  }

  #content #syllabus .secInner .example .tab-container .tab {
    padding-top: 1.0714285714rem;
    padding-bottom: 0.7857142857rem;
  }

  #content #syllabus .secInner .example .tab-container .tab .head {
    font-size: 1rem;
    line-height: 1.2;
  }

  #content #syllabus .secInner .example .tab-container .tab.active::before {
    height: 0.3571428571rem;
  }

  #content #syllabus .secInner .example .panel-container .panel {
    padding-top: 3.7142857143rem;
    padding-bottom: 5rem;
  }

  #content #syllabus .secInner .example .card-container {
    row-gap: 3.7142857143rem;
    width: 91.5492957746%;
  }

  #content #syllabus .secInner .example .more-content {
    row-gap: 3.7142857143rem;
  }

  #content #syllabus .secInner .example .card {
    row-gap: 2.5rem;
    padding: 2.5rem 1.4285714286rem;
  }

  #content #syllabus .secInner .example .card .question {
    font-size: 1.1428571429rem;
    line-height: 1.375;
  }

  #content #syllabus .secInner .example .card .text {
    font-size: 1.1428571429rem;
    line-height: 1.5625;
  }

  #content #syllabus .secInner .example .card .list {
    row-gap: 0.8571428571rem;
  }

  #content #syllabus .secInner .example .card .list.child {
    -moz-column-gap: 1.1428571429rem;
    column-gap: 1.1428571429rem;
  }

  #content #syllabus .secInner .example .card .list .item {
    font-size: 1.1428571429rem;
  }

  #content #syllabus .secInner .example .card .list.num>.item {
    padding-left: 1.7142857143rem;
  }

  #content #syllabus .secInner .example .card .list.num>.item.child {
    padding-left: 1.2857142857rem;
  }

  #content #syllabus .secInner .example .card .list.num>.item::before {
    font-size: 1.1428571429rem;
  }

  #content #syllabus .secInner .example .card .list.kana>.item {
    padding-left: 3.8571428571rem;
  }

  #content #syllabus .secInner .example .card .list.kana>.item.child {
    padding-left: 2.8571428571rem;
  }

  #content #syllabus .secInner .example .card .list.kana>.item::before {
    font-size: 1.1428571429rem;
  }

  #content #syllabus .secInner .example .card .answer {
    font-size: 1.1428571429rem;
  }

  #content #syllabus .secInner .example .more-button {
    border-radius: 0.7142857143rem;
    width: 23.2142857143rem;
    height: 4.2857142857rem;
  }

  #content #syllabus .secInner .example .more-button::before,
  #content #syllabus .secInner .example .more-button::after {
    width: 1.2857142857rem;
    right: 1.2857142857rem;
  }

  #content #syllabus .secInner .example .more-button p {
    font-size: 1.0714285714rem;
  }

  #content #syllabus .secInner .is-sp {
    display: block;
  }

  #content #syllabus .secInner .is-pc {
    display: none;
  }
}

#content #top-interview {
  background-color: #f6f6f6;
}

#content #top-interview .secInner {
  display: grid;
  grid-template-columns: 49% 43%;
  grid-template-rows: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  width: min(1200px, 83.33vw);
  margin-inline: auto;
  padding-block: 4.6875rem;
  padding-left: 6.25rem;
}

#content #top-interview .title-container {
  grid-column: 1;
  grid-row: 1;
}

#content #top-interview .title-container .label {
  display: inline-block;
  background-image: linear-gradient(to right, #1b7c3b, #2db95c);
  padding-block: 0.3125rem;
  padding-right: 2rem;
  padding-left: 1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}

#content #top-interview .title-container .label p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.43;
  color: #ffffff;
}

#content #top-interview .title-container .lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.39;
  margin-top: 1.0625rem;
}

#content #top-interview .title-container .title {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-top: 0.9375rem;
}

#content #top-interview .text-container {
  grid-column: 1;
  grid-row: 2;
}

#content #top-interview .text-container .text {
  font-size: 0.875rem;
  line-height: 1.64;
  margin-top: 1.125rem;
}

#content #top-interview .text-container .text span {
  font-weight: 700;
}

#content #top-interview .text-container .button {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

#content #top-interview .text-container .button a {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.36;
  text-align: center;
  padding-block: 0.3125rem;
  padding-inline: 1.875rem;
  position: relative;
}

#content #top-interview .text-container .button a::before,
#content #top-interview .text-container .button a::after {
  content: "";
  display: block;
  background-color: #000000;
  height: 1px;
  position: absolute;
  bottom: 0;
}

#content #top-interview .text-container .button a::before {
  width: 100%;
  left: 0;
}

#content #top-interview .text-container .button a::after {
  width: 1.0625rem;
  right: 0;
  transform: rotateZ(35deg);
  transform-origin: right;
}

#content #top-interview .image-container {
  grid-column: 2;
  grid-row: 1/-1;
}

@media (max-width: 751px) {
  #content #top-interview {
    padding-block: 50px;
  }

  #content #top-interview .secInner {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    background-color: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
    width: 89.3333333333%;
    padding-top: 2.8571428571rem;
    padding-inline: 1.4285714286rem;
    padding-bottom: 3.2142857143rem;
  }

  #content #top-interview .title-container .label {
    padding-block: 0.3571428571rem;
    padding-right: 2.2857142857rem;
    padding-left: 1.1428571429rem;
  }

  #content #top-interview .title-container .label p {
    font-size: 1rem;
  }

  #content #top-interview .title-container .lead {
    font-size: 1.2857142857rem;
    margin-top: 1.2142857143rem;
  }

  #content #top-interview .title-container .title {
    font-size: 2rem;
    margin-top: 1.2857142857rem;
  }

  #content #top-interview .text-container {
    grid-row: 3;
    margin-top: 1.4285714286rem;
  }

  #content #top-interview .text-container .text {
    font-size: 1.0714285714rem;
    margin-top: 0;
  }

  #content #top-interview .text-container .button {
    margin-top: 1.4285714286rem;
  }

  #content #top-interview .text-container .button a {
    font-size: 0.7857142857rem;
    padding-block: 0.3571428571rem;
    padding-inline: 2.1428571429rem;
  }

  #content #top-interview .text-container .button a::after {
    width: 1.2142857143rem;
  }

  #content #top-interview .image-container {
    grid-column: 1;
    grid-row: 2;
    margin-top: 1.7857142857rem;
  }
}

#content #interview .secInner.gx-kentei-single {
  width: calc(100vw - 444px);
  max-width: 996px;
}

#content #interview .secInner .label {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0.075rem;
  text-align: center;
  color: #fff;
  background-color: #1B7C3B;
  padding-block: 0.25rem;
  padding-inline: 0.625rem;
}

#content #interview .secInner .title {
  color: #242424;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 32px auto 60px;
  padding: 0;
  background: none;
}

#content #interview .secInner .date {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.267;
  margin-top: 0.4375rem;
}

#content #interview .secInner .top-image {
  margin-top: 1.625rem;
}

#content #interview .secInner .interview-content {
  display: flex;
  flex-direction: column;
  row-gap: 4.375rem;
  margin-top: 3.125rem;
}

#content #interview .secInner .interview-content .text-container {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

#content #interview .secInner .interview-content .text-container .head {
  color: var(--Semantic-Text-Default, #242424);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 0.075rem;
  position: relative;
}

#content #interview .secInner .interview-content .text-container .head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #65A078 11%, #E9E9E9 11%);
}

#content #interview .secInner .interview-content .text-container .text {
  align-self: stretch;
  font-size: 1.125rem;
  line-height: 1.975;
  letter-spacing: 0.07rem;
}

#content #interview .secInner .interview-content .profile {
  display: flex;
  max-width: 996px;
  min-width: 350px;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  gap: 4px;
  border-radius: 12px;
  background: #F4F9F5;
  margin-top: 0.875rem;
}

#content #interview .secInner .interview-content .profile .profession {
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
}

#content #interview .secInner .interview-content .profile .name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 160%;
}

#content #interview .secInner .interview-content .profile .name span {
  font-size: 0.75rem;
  line-height: 120%;
}

#content #interview .secInner .interview-content .profile .lead {
  display: flex;
  width: auto;
  max-width: 96px;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 9999px;
  border: 1px solid #A6A6A6;
  color: #696969;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  margin-top: 0.75rem;
}

#content #interview .secInner .interview-content .profile .text {
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04rem;
}

@media (max-width: 1071px) {
  #content #interview .secInner .title .is-pc {
    display: none;
  }
}

@media (max-width: 751px) {
  #content #interview .secInner.gx-kentei-single {
    width: 90.6666666667%;
  }

  #content #interview .secInner .label {
    font-size: 1.0714285714rem;
    padding-block: 0.2857142857rem;
    padding-inline: 0.7142857143rem;
  }

  #content #interview .secInner .title {
    font-size: 24px;
    line-height: 140%;
    text-align: left;
    letter-spacing: 0.08rem;
    margin: 35px 0 38px 0;
  }

  #content #interview .secInner .date {
    font-size: 1.0714285714rem;
    margin-top: 0.5rem;
  }

  #content #interview .secInner .top-image {
    margin-top: 1.8571428571rem;
  }

  #content #interview .secInner .interview-content {
    row-gap: 3.5714285714rem;
    margin-top: 3.5714285714rem;
  }

  #content #interview .secInner .interview-content .text-container {
    row-gap: 30px;
  }

  #content #interview .secInner .interview-content .text-container .head {
    font-size: 20px;
    line-height: 1.5;
    padding-top: 10px;
  }

  #content #interview .secInner .interview-content .text-container .text {
    font-size: 16px;
    line-height: 1.6;
  }

  #content #interview .secInner .interview-content .profile {
    margin-top: -8px;
  }

  #content #interview .secInner .interview-content .profile .profession {
    font-size: 14px;
  }

  #content #interview .secInner .interview-content .profile .name {
    font-size: 20px;
    line-height: 1.6;
  }

  #content #interview .secInner .interview-content .profile .name span {
    padding-left: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03rem;
  }

  #content #interview .secInner .interview-content .profile .lead {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
  }

  #content #interview .secInner .interview-content .profile .text {
    font-size: 14px;
  }
}

#content section#top-voice {
  background-color: #f6f6f6;
}

#content section#top-voice .secInner.gxsection {
  padding: 1.3875rem 0 4.6875rem;
}

#content section#top-voice .secInner.gxsection .card-container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.3333333333%;
  column-gap: 3.3333333333%;
  row-gap: 1.875rem;
}

#content section#top-voice .secInner.gxsection .card {
  width: 48.3333333333%;
}

#content section#top-voice .secInner.gxsection .card a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  padding: 5.1724137931%;
  position: relative;
  transition: opacity 0.3s ease-out;
}

#content section#top-voice .secInner.gxsection .card a:hover {
  opacity: 0.7;
}

#content section#top-voice .secInner.gxsection .card a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 0 1.875rem 1.875rem;
  border-color: transparent transparent #28A853 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

#content section#top-voice .secInner.gxsection .image {
  width: 38.4615384615%;
}

#content section#top-voice .secInner.gxsection .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.5rem;
  width: 55.7692307692%;
}

#content section#top-voice .secInner.gxsection .text {
  flex-grow: 1;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44;
}

#content section#top-voice .secInner.gxsection .cat {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.21;
  border: 1px solid #222;
  border-radius: 0.71875rem;
  padding: 0.1875rem 0.875rem;
}

#content section#top-voice .secInner.gxsection .name {
  font-size: 1.0625rem;
  line-height: 1.53;
}

@media (max-width: 751px) {
  #content section#top-voice .secInner.gxsection {
    padding: 2.8571428571rem 0;
  }

  #content section#top-voice .secInner.gxsection .card-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 2.1428571429rem;
  }

  #content section#top-voice .secInner.gxsection .card {
    width: 100%;
  }

  #content section#top-voice .secInner.gxsection .card a {
    padding: 1.4285714286rem 1.0714285714rem;
  }

  #content section#top-voice .secInner.gxsection .card a::before {
    border-width: 0 0 2.1428571429rem 2.1428571429rem;
  }

  #content section#top-voice .secInner.gxsection .image {
    width: 33.8709677419%;
  }

  #content section#top-voice .secInner.gxsection .text-container {
    row-gap: 0.5714285714rem;
    width: 61.2903225806%;
  }

  #content section#top-voice .secInner.gxsection .text {
    font-size: 1.2142857143rem;
    line-height: 1.53;
  }

  #content section#top-voice .secInner.gxsection .cat {
    font-size: 0.8571428571rem;
    line-height: 1.25;
    border-radius: 0.8214285714rem;
    padding: 0.2857142857rem 1rem;
  }

  #content section#top-voice .secInner.gxsection .name {
    font-size: 1.2142857143rem;
  }
}

#content section .gx-kentei-single .voice .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  background: none;
  width: auto;
  padding: 0;
}

#content section .gx-kentei-single .voice .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.5rem;
}

#content section .gx-kentei-single .voice .info .top {
  font-size: 0.875rem;
  line-height: 1.21;
  border: solid 1px #222;
  border-radius: 0.71875rem;
  padding: 0.1875rem 0.875rem;
}

#content section .gx-kentei-single .voice .info .name {
  font-size: 1.0625rem;
  line-height: 1.53;
}

#content section .gx-kentei-single .voice .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2.1875rem;
}

#content section .gx-kentei-single .voice .wrapper .image {
  width: 30%;
}

#content section .gx-kentei-single .voice .wrapper .text {
  width: 64.5%;
}

#content section .gx-kentei-single .voice .wrapper .text p {
  font-size: 1rem;
  line-height: 2;
}

#content section .gx-kentei-single .voice .recommend {
  background-color: #f6f6f6;
  width: 100vw;
  margin-top: 8.125rem;
  margin-inline: calc(50% - 50vw);
}

#content section .gx-kentei-single .voice .recommend .inner {
  width: min(1200px, 83.333vw);
  margin-inline: auto;
  padding-top: 4.6875rem;
  padding-bottom: 3.125rem;
}

#content section .gx-kentei-single .voice .recommend .head {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.21875;
}

#content section .gx-kentei-single .voice .recommend .head .is-sp {
  display: none;
}

#content section .gx-kentei-single .voice .recommend .card-container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.3333333333%;
  column-gap: 3.3333333333%;
  row-gap: 1.875rem;
  margin-top: 1.875rem;
}

#content section .gx-kentei-single .voice .recommend .card {
  width: 48.3333333333%;
}

#content section .gx-kentei-single .voice .recommend .card a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  padding: 5.1724137931%;
  position: relative;
  transition: opacity 0.3s ease-out;
}

#content section .gx-kentei-single .voice .recommend .card a:hover {
  opacity: 0.7;
}

#content section .gx-kentei-single .voice .recommend .card a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 0 1.875rem 1.875rem;
  border-color: transparent transparent #28A853 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

#content section .gx-kentei-single .voice .recommend .image {
  width: 38.4615384615%;
}

#content section .gx-kentei-single .voice .recommend .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.5rem;
  width: 55.7692307692%;
}

#content section .gx-kentei-single .voice .recommend .text {
  flex-grow: 1;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44;
}

#content section .gx-kentei-single .voice .recommend .cat {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.21;
  border: 1px solid #222;
  border-radius: 0.71875rem;
  padding: 0.1875rem 0.875rem;
}

#content section .gx-kentei-single .voice .recommend .name {
  font-size: 1.0625rem;
  line-height: 1.53;
}

#content section .gx-kentei-single .voice .recommend a.btn {
  margin-top: 3.75rem;
  margin-inline: auto;
}

#content section .gx-kentei-single .voice .recommend a.btn span::after {
  right: auto;
  left: 1em;
  transform: rotateY(180deg);
}

@media (max-width: 751px) {
  #content section .gx-kentei-single .voice .title {
    font-size: 1.5714285714rem;
    line-height: 1.77;
  }

  #content section .gx-kentei-single .voice .info {
    row-gap: 0.5714285714rem;
  }

  #content section .gx-kentei-single .voice .info .top {
    font-size: 1rem;
    border-radius: 0.8214285714rem;
    padding: 0.2142857143rem 1rem;
  }

  #content section .gx-kentei-single .voice .info .name {
    font-size: 1.2142857143rem;
  }

  #content section .gx-kentei-single .voice .wrapper {
    flex-direction: column;
    justify-content: normal;
    row-gap: 1.7857142857rem;
    margin-top: 1.4285714286rem;
  }

  #content section .gx-kentei-single .voice .wrapper .image {
    width: 17.8571428571rem;
  }

  #content section .gx-kentei-single .voice .wrapper .text {
    width: 100%;
  }

  #content section .gx-kentei-single .voice .wrapper .text p {
    font-size: 1.0714285714rem;
  }

  #content section .gx-kentei-single .voice .recommend {
    margin-top: 4.2857142857rem;
  }

  #content section .gx-kentei-single .voice .recommend .inner {
    width: 90.666666666vw;
    padding-top: 2.8571428571rem;
    padding-bottom: 2.5714285714rem;
  }

  #content section .gx-kentei-single .voice .recommend .head {
    font-size: 2.2857142857rem;
  }

  #content section .gx-kentei-single .voice .recommend .head .is-sp {
    display: block;
  }

  #content section .gx-kentei-single .voice .recommend .card-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 2.1428571429rem;
  }

  #content section .gx-kentei-single .voice .recommend .card {
    width: 100%;
  }

  #content section .gx-kentei-single .voice .recommend .card a {
    padding: 1.4285714286rem 1.0714285714rem;
  }

  #content section .gx-kentei-single .voice .recommend .card a::before {
    border-width: 0 0 2.1428571429rem 2.1428571429rem;
  }

  #content section .gx-kentei-single .voice .recommend .image {
    width: 33.8709677419%;
  }

  #content section .gx-kentei-single .voice .recommend .text-container {
    row-gap: 0.5714285714rem;
    width: 61.2903225806%;
  }

  #content section .gx-kentei-single .voice .recommend .text {
    font-size: 1.2142857143rem;
    line-height: 1.53;
  }

  #content section .gx-kentei-single .voice .recommend .cat {
    font-size: 0.8571428571rem;
    line-height: 1.25;
    border-radius: 0.8214285714rem;
    padding: 0.2857142857rem 1rem;
  }

  #content section .gx-kentei-single .voice .recommend .name {
    font-size: 1.2142857143rem;
  }

  #content section .gx-kentei-single .voice .recommend a.btn {
    margin-top: 4.2857142857rem;
  }
}

#footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.25rem 0 1.625rem;
  row-gap: 2.75rem;
  background-color: #fafafa;
}

@media (max-width: 751px) {
  #footer {
    align-items: flex-start;
    padding: 2.5rem 1.2rem 2rem;
    row-gap: 2rem;
  }
}

#footer nav.navi {
  width: 100%;
}

#footer nav.navi ul.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 0 auto;
  font-size: 1rem;
  color: #222;
  font-weight: 500;
  justify-content: center;
}

@media (max-width: 751px) {
  #footer nav.navi ul.menu {
    font-size: 0.6875rem;
    line-height: 2;
    align-items: flex-start;
    margin: 0 auto 0 0;
    justify-content: flex-start;
  }
}

#footer nav.navi ul.menu li:not(.lst)::after {
  content: "|";
  display: inline-block;
  margin: 0 1.5em;
}

@media (max-width: 751px) {
  #footer nav.navi ul.menu li:not(.lst)::after {
    margin: 0 1em;
  }
}

#footer .copyright {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}

@media (max-width: 751px) {
  #footer .copyright {
    font-size: 0.6875rem;
  }
}

.ogp_hidden {
  display: none;
}

div.mod-float {
  display: block;
}

div.mod-float .floatInner {
  position: fixed;
  z-index: 2;
  bottom: -6.5rem;
  left: 0;
  right: 0;
  height: 6.5rem;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: rgba(60, 60, 60, 0.9);
}

div.mod-float .floatInner.fixed {
  transform: translate(0, -6.5rem);
}

div.mod-float .floatInner.fixed .btn_mod {
  transform: translateY(0);
  opacity: 1;
}

div.mod-float a.btn_mod {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  border-radius: 0.4375rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 30%;
  height: 60%;
  min-width: 250px;
  overflow: hidden;
  z-index: 2;
  background: linear-gradient(180deg, #1b7c3b, #2db95c);
}

div.mod-float a.btn_mod span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  color: #fff;
}

div.mod-float a.btn_mod span:after {
  position: absolute;
  content: "";
  right: 1em;
  height: 1em;
  width: 1em;
  top: calc(50% - 0.5em);
  display: block;
  background-image: url("/assets-gx/images/common/arrow-right2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.mod-float a.btn_mod::before,
div.mod-float a.btn_mod::after {
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: #222;
  transition: all 0.3s ease-in-out;
}

div.mod-float a.btn_mod::before {
  left: 0;
}

div.mod-float a.btn_mod::after {
  right: 0;
}

div.mod-float a.btn_mod:hover {
  color: #fff;
  opacity: 0.7;
}

.bottom-menu {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: calc(93.3333333333px + 1.7777777778vw);
  max-height: 160px;
}

@media (max-width: 751px) {
  .bottom-menu {
    height: 125px;
  }
}

.bottom-menu .basic {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #1b7c3b 0%, #28a853 100%, #2db95c 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1.35rem;
  color: #fff;
  justify-content: center;
}

.bottom-menu .basic div.logo {
  width: 36px;
  height: 36px;
  background-image: url("/assets-gx/images/common/icon_basic_wh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bottom-menu .basic div.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: min(12.8px, 8.5333333333px + 0.2844444444vw);
}

.bottom-menu .basic div.title p.main {
  font-size: 1.4em;
  letter-spacing: 2.5px;
  line-height: 1.72;
  word-break: keep-all;
}

.bottom-menu .basic div.title p.sub {
  font-size: 1.0625em;
  letter-spacing: 1.7px;
  line-height: 1.7058823529;
  word-break: keep-all;
}

@media (min-width: 751px) {
  .bottom-menu .basic.mark::after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border-right: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
    transform: rotate(45deg);
    margin-left: 2.4em;
  }
}

.bottom-menu .basic:hover {
  opacity: 0.8;
}

@media (max-width: 751px) {
  .bottom-menu .basic {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #1b7c3b 0%, #28a853 100%, #2db95c 100%) 0% 0% no-repeat padding-box;
    flex-direction: column;
    gap: 0.78125rem;
  }

  .bottom-menu .basic div.logo {
    width: 25px;
    height: 25px;
  }
}

.bottom-menu .advanced {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #015389 0%, #0379c7 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1.35rem;
  color: #fff;
  justify-content: center;
}

.bottom-menu .advanced div.logo {
  width: 36px;
  height: 36px;
  background-image: url("/assets-gx/images/common/icon_advanced_wh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bottom-menu .advanced div.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: min(12.8px, 8.5333333333px + 0.2844444444vw);
}

.bottom-menu .advanced div.title p.main {
  font-size: 1.4em;
  letter-spacing: 2.5px;
  line-height: 1.72;
  word-break: keep-all;
}

.bottom-menu .advanced div.title p.sub {
  font-size: 1.0625em;
  letter-spacing: 1.7px;
  line-height: 1.7058823529;
  word-break: keep-all;
}

@media (min-width: 751px) {
  .bottom-menu .advanced.mark::after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border-right: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
    transform: rotate(45deg);
    margin-left: 2.4em;
  }
}

.bottom-menu .advanced:hover {
  opacity: 0.8;
}

@media (max-width: 751px) {
  .bottom-menu .advanced {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #015389 0%, #0379c7 100%) 0% 0% no-repeat padding-box;
    flex-direction: column;
    gap: 0.78125rem;
  }

  .bottom-menu .advanced div.logo {
    width: 25px;
    height: 25px;
  }
}

.bottom-menu .specialist {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #8f2f7b 0%, #d047b3 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1.35rem;
  color: #fff;
  justify-content: center;
}

.bottom-menu .specialist div.logo {
  width: 36px;
  height: 36px;
  background-image: url("/assets-gx/images/common/icon_specialist_wh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bottom-menu .specialist div.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: min(12.8px, 8.5333333333px + 0.2844444444vw);
}

.bottom-menu .specialist div.title p.main {
  font-size: 1.4em;
  letter-spacing: 2.5px;
  line-height: 1.72;
  word-break: keep-all;
}

.bottom-menu .specialist div.title p.sub {
  font-size: 1.0625em;
  letter-spacing: 1.7px;
  line-height: 1.7058823529;
  word-break: keep-all;
}

@media (min-width: 751px) {
  .bottom-menu .specialist.mark::after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border-right: 2.5px solid #fff;
    border-top: 2.5px solid #fff;
    transform: rotate(45deg);
    margin-left: 2.4em;
  }
}

.bottom-menu .specialist:hover {
  opacity: 0.8;
}

@media (max-width: 751px) {
  .bottom-menu .specialist {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #8f2f7b 0%, #d047b3 100%) 0% 0% no-repeat padding-box;
    flex-direction: column;
    gap: 0.78125rem;
  }

  .bottom-menu .specialist div.logo {
    width: 25px;
    height: 25px;
  }
}

#bread-navi {
  width: 100%;
  background-color: #f8f8f8;
  margin-bottom: 6.4rem;
  margin-top: calc(2rem + 45px);
}

#bread-navi.news-navi {
  margin-bottom: 0;
}

@media (max-width: 751px) {
  #bread-navi {
    display: none;
  }
}

#bread-navi ol {
  max-width: 1200px;
  min-width: 730px;
  width: 85%;
  margin: 0 auto;
  padding: 0.25em 0;
  display: flex;
  flex-wrap: wrap;
}

#bread-navi ol li {
  font-size: 1.0625rem;
}

#bread-navi ol li a {
  text-decoration: underline;
}

#bread-navi ol li.lead::after {
  content: ">";
  margin: 0 0.25em;
}

#news {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#news .linksec {
  margin: 0 auto 7.1875rem;
}

@media (max-width: 750px) {
  #news .linksec {
    margin: 0 auto 4rem;
  }
}

#news .linksec .back_to_list {
  font-weight: 500;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #454545;
  border-radius: 0.4375em;
  background-color: #fff;
  padding: 0.75em 1.5em;
  gap: 1.5em;
}

#news .linksec .back_to_list::before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  transform: rotate(45deg);
  border-left: 1px solid #454545;
  border-bottom: 1px solid #454545;
  margin-top: 2px;
}

#newstags {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#newstags .list-title {
  margin-bottom: 6.25rem;
}

@media (max-width: 750px) {
  #newstags .list-title {
    margin-bottom: 2.8571428571rem;
  }
}

#newstags .list-title h1 {
  font-size: 1.75rem;
  font-weight: bold;
  width: max-content;
  margin: 0 auto;
}

@media (max-width: 750px) {
  #newstags .list-title h1 {
    font-size: 1.5714285714rem;
  }
}

#newstags ul.list-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  font-size: 16px;
  font-weight: 500;
  width: max-content;
  margin: 0 0 3em;
  letter-spacing: 0.65px;
}

@media (max-width: 1000px) {
  #newstags ul.list-links {
    font-size: 14px;
    margin: 0 auto 3em;
  }
}

@media (max-width: 750px) {
  #newstags ul.list-links {
    font-size: 13px;
    align-items: flex-start;
    margin: 0 0 3em;
    gap: 15px;
  }
}

#newstags ul.list-links ul {
  display: flex;
  gap: 30px;
}

@media (max-width: 750px) {
  #newstags ul.list-links ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
}

#newstags ul.list-links li a {
  padding: 1em 3em;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #238b42;
  color: #238b42;
  background-color: #fff;
}

@media (max-width: 1000px) {
  #newstags ul.list-links li a {
    padding: 1em 1.5em;
  }
}

@media (max-width: 750px) {
  #newstags ul.list-links li a {
    padding: 0.8em 1.5em;
  }
}

#newstags ul.list-links li a:hover {
  border-color: #fff;
  color: #fff;
  background-color: #238b42;
}

#newstags ul.list-links li.now a {
  border-color: #fff;
  color: #fff;
  background-color: #238b42;
}

#newstags ul.list-links li.now a:hover {
  border-color: #238b42;
  color: #238b42;
  background-color: #fff;
}

#newstags ul.list-links li.all {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

@media (max-width: 750px) {
  #newstags ul.list-links li.all {
    gap: 15px;
  }
}

#newstags ul.list-links li.all::after {
  content: "";
  width: 1px;
  height: auto;
  border-right: 1px solid #707070;
  margin: 3px 0;
}

#newstags ul.list-links li.tag {
  display: contents;
}

#newstags ul.list-articles {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

#newstags ul.list-articles li {
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  display: grid;
  grid-template-columns: 10em 8.5em auto;
  row-gap: 0.8em;
  padding: 0.8em 0;
}

@media (max-width: 1000px) {
  #newstags ul.list-articles li {
    grid-template-columns: 9em 7.5em auto;
  }
}

@media (max-width: 750px) {
  #newstags ul.list-articles li {
    grid-template-columns: 8em 7.5em auto;
  }
}

#newstags ul.list-articles li div {
  display: block;
  align-self: center;
}

#newstags ul.list-articles li div.date {
  color: #707070;
  letter-spacing: 0.8px;
  padding: 0 1em;
}

#newstags ul.list-articles li div.tag span {
  color: #fff;
  background-color: #238b42;
  padding: 0.25em 1em;
  font-size: 12px;
  font-weight: 300;
}

#newstags ul.list-articles li div.title {
  color: #000;
  letter-spacing: 0.8px;
  line-height: 1.6875;
}

@media (max-width: 750px) {
  #newstags ul.list-articles li div.title {
    grid-area: 2/1/2/4;
    padding: 0 1em;
  }
}

#newstags ul.list-articles li div.title a:hover {
  text-decoration: underline;
}

.innersec {
  max-width: 1000px;
  width: 90%;
  margin: 6rem auto 5rem;
  padding: min(55px, 5.5vw);
  background-color: #fff;
}

@media (max-width: 750px) {
  .innersec {
    margin: 3rem auto 4rem;
    padding: 55px 22px 22px;
  }

  .innersec.list {
    padding: 20px 0;
  }
}

.innersec .attributes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.75rem;
}

.innersec .attributes ul.tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.innersec .attributes ul.tags li {
  line-height: 1.25;
  color: #fff;
  font-size: 0.75rem;
  display: block;
  padding: 5px 1.2rem;
  background-color: #238b42;
}

.innersec .attributes time {
  letter-spacing: 0.8px;
}

.innersec .headtitle {
  margin: 2.8125rem 0 2.25rem;
}

.innersec .headtitle h1 {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.6153846154;
  letter-spacing: 1.3px;
}

@media (max-width: 750px) {
  .innersec .headtitle h1 {
    font-size: 1.5714285714rem;
    line-height: 1.5909090909;
    letter-spacing: 1.1px;
  }
}

.innersec .contentsec {
  margin: 2.25rem 0 6.25rem;
  font-size: 16px;
}

@media (max-width: 750px) {
  .innersec .contentsec {
    margin: 2.25rem 0 22px;
  }
}

.innersec .contentsec h1,
.innersec .contentsec h2,
.innersec .contentsec h3 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.6875rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 1.5625rem;
  letter-spacing: 0.8px;
}

.innersec .contentsec h1::before,
.innersec .contentsec h2::before,
.innersec .contentsec h3::before {
  content: "";
  display: block;
  height: auto;
  width: 0.5rem;
  background-color: #238b42;
  flex-grow: 0;
  flex-shrink: 0;
}

.innersec .contentsec p {
  font-weight: 500;
  line-height: 1.9375;
  margin-bottom: 1rem;
  letter-spacing: 0.8px;
}

.innersec .contentsec img {
  margin: 2.5rem auto;
}

.innersec .contentsec a {
  text-decoration: underline;
  color: #238b42;
}

.innersec nav.gx-pagenation {
  margin-top: 6rem;
}

@media (max-width: 750px) {
  .innersec nav.gx-pagenation {
    margin-top: 4rem;
  }
}

.innersec nav.gx-pagenation div {
  width: max-content;
  margin: 1em auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}

.innersec nav.gx-pagenation div>a,
.innersec nav.gx-pagenation div>span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  background-color: #eee;
  text-decoration: none;
  color: #000;
}

.innersec nav.gx-pagenation div>a:not(.current):hover,
.innersec nav.gx-pagenation div>a:not(.current):focus,
.innersec nav.gx-pagenation div>span:not(.current):hover,
.innersec nav.gx-pagenation div>span:not(.current):focus {
  background-color: #ddd;
}

.innersec nav.gx-pagenation div>a.current,
.innersec nav.gx-pagenation div>span.current {
  background-color: #238b42;
  color: #fff;
}

#content section.entry-content .news-wrap {
  margin-top: 3.125rem;
  width: 100%;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
}

@media (max-width: 750px) {
  #content section.entry-content .news-wrap {
    margin-top: 2.8571428571rem;
  }
}

#content section.entry-content .news-wrap .secInner h1 {
  margin: 0;
}

@media (max-width: 750px) {
  #content section.entry-content .news-wrap .secInner.gxsection {
    padding: 2.1428571429rem 0 0;
  }
}

#content section.entry-content .news-wrap .secInner .newslist-wrap {
  max-width: 800px;
  margin: 0 auto 4.375rem;
}

@media (max-width: 750px) {
  #content section.entry-content .news-wrap .secInner .newslist-wrap {
    margin: 0 0 3rem;
  }
}

#content section.entry-content .news-wrap .secInner .newslist-wrap a.tolist {
  display: block;
  width: max-content;
  margin: 5px 0 5px auto;
  text-decoration: underline;
  font-size: 14px;
}

.campaign-img {
  width: max-content;
  max-width: 90%;
  margin: 0 auto;
}

a.sylink {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
}

a.underline {
  text-decoration: underline;
}