@charset "UTF-8";
@-webkit-keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  30% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  32% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}
@keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  30% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  32% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}
@-webkit-keyframes link-lineloop-vertical {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  32% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
@keyframes link-lineloop-vertical {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  32% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
@-webkit-keyframes slide-in-left-modern {
  0% {
    -webkit-transform: translateX(-120%) scale(0.8);
    transform: translateX(-120%) scale(0.8);
    opacity: 0;
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  20% {
    -webkit-transform: translateX(-2%) scale(1.01);
    transform: translateX(-2%) scale(1.01);
    opacity: 0.7;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  33% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes slide-in-left-modern {
  0% {
    -webkit-transform: translateX(-120%) scale(0.8);
    transform: translateX(-120%) scale(0.8);
    opacity: 0;
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  20% {
    -webkit-transform: translateX(-2%) scale(1.01);
    transform: translateX(-2%) scale(1.01);
    opacity: 0.7;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  33% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes slide-in-right-modern {
  0% {
    -webkit-transform: translateX(120%) scale(0.8);
    transform: translateX(120%) scale(0.8);
    opacity: 0;
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  20% {
    -webkit-transform: translateX(2%) scale(1.01);
    transform: translateX(2%) scale(1.01);
    opacity: 0.7;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  33% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes slide-in-right-modern {
  0% {
    -webkit-transform: translateX(120%) scale(0.8);
    transform: translateX(120%) scale(0.8);
    opacity: 0;
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  20% {
    -webkit-transform: translateX(2%) scale(1.01);
    transform: translateX(2%) scale(1.01);
    opacity: 0.7;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  33% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes text-glow {
  0%,
  to {
    text-shadow: 0 0 0 rgba(22, 71, 149, 0);
  }
  50% {
    text-shadow: 0 0 20px rgba(22, 71, 149, 0.3),
      0 0 40px rgba(22, 71, 149, 0.1);
  }
}
@keyframes text-glow {
  0%,
  to {
    text-shadow: 0 0 0 rgba(22, 71, 149, 0);
  }
  50% {
    text-shadow: 0 0 20px rgba(22, 71, 149, 0.3),
      0 0 40px rgba(22, 71, 149, 0.1);
  }
}
@-webkit-keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  font-size: clamp(6px, 0.6944vw, 10px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000000;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1 {
  line-height: 1.2;
}
h2,
h3,
h4 {
  line-height: 1.5;
}
h5,
h6 {
  line-height: inherit;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
b,
strong {
  font-weight: bold;
  font-weight: 600;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
button {
  outline: none;
  border: none;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
[hidden] {
  display: none !important;
}
:focus {
  outline: none;
}
.clearfix:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}
* html .clearfix {
  zoom: 1;
}
:first-child + html .clearfix {
  zoom: 1;
}
#wrapper {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .pc-hide,
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc-only,
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}
main {
  position: relative;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  position: relative;
  background: #ffffff;
  border: 1px solid #d8dde3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 0.4rem;
  vertical-align: middle;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #d9d9d9;
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #d9d9d9;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #d9d9d9;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select {
  height: 4.5rem;
}
textarea {
  height: 20rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: #20135f;
}
input[type="text"].datepicker,
input[type="text"].timepicker,
select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../image/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
.checkbox {
  display: block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  font-size: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .checkbox {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox .checkmark {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .checkbox .checkmark {
    top: 0.3rem;
    height: 2rem;
    width: 2rem;
  }
}
.checkbox:hover input ~ .checkmark {
  background-color: #f2f3f4;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox input:checked ~ .checkmark {
  border-color: #00339b;
}
.checkbox .checkmark:after {
  left: 0.8rem;
  top: 0.2rem;
  width: 0.8rem;
  height: 1.4rem;
  border: 1px solid #00339b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .checkbox .checkmark:after {
    left: 0.6rem;
    width: 0.6rem;
    height: 1.2rem;
  }
}
.radiobox {
  display: block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  font-size: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .radiobox {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}
.radiobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobox .checkmark {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .radiobox .checkmark {
    top: 0.3rem;
    height: 2rem;
    width: 2rem;
  }
}
.radiobox:hover input ~ .checkmark {
  background-color: #f2f3f4;
}
.radiobox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobox input:checked ~ .checkmark:after {
  display: block;
}
.radiobox input:checked ~ .checkmark {
  border-color: #00339b;
}
.radiobox .checkmark:after {
  left: 0.4rem;
  top: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #00339b;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .radiobox .checkmark:after {
    width: 1rem;
    height: 1rem;
  }
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .container,
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.container {
  max-width: 112rem;
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 54rem;
  }
}
.content-in {
  position: relative;
  max-width: 94rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
figure,
picture {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
figure img,
picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.color-blue {
  color: #2ca6e0 !important;
}
.color-yellow {
  color: #ee7d32 !important;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
#wrapper {
  position: relative;
}
main#main {
  position: relative;
  overflow: hidden;
}
.link-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42rem;
  max-width: 100%;
  height: 7.2rem;
  padding: 1rem 1rem;
  background: #1755b7;
  border: 2px solid #1755b7;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 0.6rem;
  -webkit-box-shadow: 0px 0.6rem 0.9rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0.6rem 0.9rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    height: 5.6rem;
    width: 100%;
    font-size: 1.6rem;
  }
}
.link-btn em,
.link-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.link-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.link-btn:hover {
  color: #1755b7;
}
.link-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.section-title {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 2.4rem;
  }
}
.section-title h2 {
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #113369;
}
@media only screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.section-title p {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
  color: #1755b7;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .section-title p {
    margin-top: 0.4rem;
  }
}
.section-label {
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .section-label {
    margin-bottom: 2.4rem;
  }
}
.section-label p {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  color: #c90a38;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .section-label p {
    margin-bottom: 0.4rem;
  }
}
.section-label h2 {
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #113369;
}
@media only screen and (max-width: 768px) {
  .section-label h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}
.section-desc p {
  font: inherit;
}
#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 996;
}
#header .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 18rem 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper {
    padding: 0 10rem 0 0;
  }
}
#header .header-wrapper .header-logo {
  position: relative;
  width: 20rem;
  padding: 0.8rem 2rem 0.8rem 3rem;
  background: #164795;
  display: block;
  border-radius: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo {
    width: 19.6rem;
    padding: 0.8rem 1.6rem 0.8rem 2rem;
  }
}
#header .header-wrapper .header-logo a.logo {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}
#header .header-wrapper .header-logo a.logo strong {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #ffffff;
}
#header .header-wrapper .header-logo a.logo span {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  color: #ffffff;
}
#header .header-wrapper .header-nav {
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-nav {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  line-height: 1;
}
#header .header-wrapper .header-nav .nav-menu > li {
  position: relative;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #1755b7;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link.active,
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover {
  color: #164795;
}
#header .header-wrapper .header-nav .nav-menu > li .action-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18rem;
  max-width: 100%;
  height: 4.8rem;
  padding: 1rem 1rem;
  background: #e94919;
  border: 2px solid #e94919;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 1rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-menu > li .action-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-menu > li .action-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
#header .header-wrapper .header-nav .nav-menu > li .action-btn:hover {
  color: #e94919;
}
#header .header-wrapper .header-nav .nav-menu > li .action-btn:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#header .header-wrapper .header-nav .nav-action-btn {
  position: relative;
  display: block;
  width: 30rem;
  max-width: 100%;
  padding: 2px;
  background: linear-gradient(96deg, #0ea300 0%, #075700 100%);
  border-radius: 5.6rem;
  margin: 0;
  text-decoration: none;
  outline: none;
  border: none;
}
#header .header-wrapper .header-nav .nav-action-btn .btn-label {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  display: block;
  width: 16rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.2rem 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #086101;
  text-align: center;
  border: 2px solid #086101;
  border-radius: 3rem;
  background: #ffffff;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-action-btn .btn-label:after,
#header .header-wrapper .header-nav .nav-action-btn .btn-label:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
}
#header .header-wrapper .header-nav .nav-action-btn .btn-label:before {
  bottom: -1rem;
  border-width: 1rem 1rem 0 1rem;
  border-style: solid;
  border-color: #086101 transparent transparent transparent;
}
#header .header-wrapper .header-nav .nav-action-btn .btn-label:after {
  bottom: -0.7rem;
  border-width: 1rem 1rem 0 1rem;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
#header .header-wrapper .header-nav .nav-action-btn .btn-body {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 5.6rem;
  padding: 1rem 1rem;
  background: linear-gradient(96deg, #0ea300 0%, #075700 100%);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 5.6rem;
  -webkit-box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-action-btn .btn-body em,
#header .header-wrapper .header-nav .nav-action-btn .btn-body span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-action-btn .btn-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
#header .header-wrapper .header-nav .nav-action-btn:hover .btn-body {
  color: #086101;
}
#header .header-wrapper .header-nav .nav-action-btn:hover .btn-body:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mobile-nav-toggle {
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 2.8rem;
  height: 2rem;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1755b7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:first-child {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% - 1px);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #ffffff;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:first-child {
  -webkit-transform: translateY(0.9rem) rotate(-45deg);
  transform: translateY(0.9rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.9rem) rotate(45deg);
  transform: translateY(-0.9rem) rotate(45deg);
}
#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 80%;
  max-width: 50rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #1755b7;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 6rem 2rem 3rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ffffff;
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-bottom: 1px solid #323232;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #323232;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#mobile-nav .mobile-nav-action {
  margin-top: 3rem;
}
#mobile-nav .mobile-nav-action .action-btn {
  margin-left: auto;
  margin-right: auto;
}
.fixed-menu {
  position: fixed;
  top: 0;
  right: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  padding: 0;
  margin: 0;
  z-index: 997;
}
@media only screen and (max-width: 768px) {
  .fixed-menu {
    top: 0.8rem;
    right: 6.6rem;
  }
}
.fixed-menu > li {
  position: relative;
  display: block;
}
.fixed-menu .menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 6rem;
  height: 6rem;
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  gap: 0.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .fixed-menu .menu-link {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 0.6rem;
  }
}
.fixed-menu .menu-link span {
  position: relative;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .fixed-menu .menu-link span {
    display: none;
  }
}
.fixed-menu .menu-link img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
}
.fixed-menu .menu-link.download {
  background: #1755b7;
}
.fixed-menu .menu-link.download:hover {
  background: #164795;
}
.fixed-menu .menu-link.free {
  background: #b82a3c;
}
.fixed-menu .menu-link.free:hover {
  background: #992333;
}
.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}
body.mobile-nav-active #mobile-nav {
  right: 0;
}
body.contact-page .mobile-nav-toggle {
  display: none;
}
body.contact-page .sp-phone-link {
  right: 0;
}
#footer {
  position: relative;
  padding: 8rem 0 3rem;
  background: #333333;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 5rem 0 2.7rem;
  }
}
#footer .footer-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  white-space: nowrap;
  text-align: left;
  color: #ffffff;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-menu {
    gap: 1rem 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 3rem;
  }
}
#footer .footer-menu > li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  #footer .footer-menu > li {
    width: 100%;
  }
}
#footer .footer-menu > li a.menu-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#footer .footer-menu > li a.menu-link:hover {
  text-decoration: underline;
}
#footer .footer-content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  color: #ffffff;
  text-align: left;
}
#footer .footer-content > p {
  position: relative;
  margin: 0;
}
#footer .footer-copy {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.75;
  text-align: left;
  color: #ffffff;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-copy {
    padding-top: 2.4rem;
    border-top: 1px solid #ffffff;
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}
.mainvisual {
  position: relative;
  padding: 0;
  margin-bottom: 4rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    margin-bottom: 0;
  }
}
.mainvisual .mainvisual-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainvisual .mainvisual-swiper .swiper-wrapper {
  position: relative;
}
.mainvisual .mainvisual-swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.mainvisual .mainvisual-swiper .swiper-slide .slide-image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  z-index: 0;
}
.mainvisual .mainvisual-swiper .swiper-slide .slide-image > iframe,
.mainvisual .mainvisual-swiper .swiper-slide .slide-image > img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: none;
}
.mainvisual .mainvisual-swiper .swiper-slide .slide-link-01 {
  position: absolute;
  right: 12%;
  bottom: 12.4%;
  display: inline-block;
  width: 2.2%;
  height: 28.6%;
  background: none;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-swiper .swiper-slide .slide-link-01 {
    right: 4.8%;
    bottom: 10.5%;
    height: 32.2%;
    width: 5.6%;
  }
}
.mainvisual .mainvisual-swiper .swiper-slide .slide-link-01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background: #c9103b;
}
.mainvisual .mainvisual-swiper .swiper-slide .slide-link-01:hover:before {
  -webkit-animation: link-lineloop-vertical 0.6s ease-in-out;
  animation: link-lineloop-vertical 0.6s ease-in-out;
}
.mainvisual .mainvisual-swiper .swiper-slide .slide-link-02 {
  position: absolute;
  right: 15.8%;
  bottom: 17.4%;
  display: inline-block;
  width: 16.4%;
  height: 7.8%;
  background: none;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-swiper .swiper-slide .slide-link-02 {
    right: 19.8%;
    bottom: 11.8%;
    height: 8.8%;
    width: 60.6%;
  }
}
.mainvisual .mainvisual-swiper .swiper-slide .slide-link-02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #c9103b;
}
.mainvisual .mainvisual-swiper .swiper-slide .slide-link-02:hover:before {
  -webkit-animation: link-lineloop 0.6s ease-in-out;
  animation: link-lineloop 0.6s ease-in-out;
}
.top-apply-section {
  position: relative;
  padding: 5rem 0 5rem;
  background: #e9f0f9;
}
@media only screen and (max-width: 768px) {
  .top-apply-section {
    padding: 5rem 0 5rem;
  }
}
.top-apply-section .apply-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 4rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 3rem 4rem;
  width: 100%;
  max-width: 88rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top-apply-section .apply-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
  }
}
.top-apply-section .apply-list > li {
  position: relative;
  display: block;
}
.top-apply-section .apply-list .apply-item {
  position: relative;
}
.top-apply-section .apply-list .apply-item .label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1755b7;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .top-apply-section .apply-list .apply-item .label {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.top-apply-section .apply-list .apply-item .action {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top-apply-section .apply-list .apply-item .action .link-btn {
    margin: 0 auto;
  }
}
.top-apply-section .apply-list .apply-item.download .label {
  color: #1755b7;
}
.top-apply-section .apply-list .apply-item.download .link-btn {
  background: #1755b7;
  border: 2px solid #1755b7;
}
.top-apply-section .apply-list .apply-item.download .link-btn:hover {
  color: #1755b7;
}
.top-apply-section .apply-list .apply-item.free .label {
  color: #ca0f3c;
}
.top-apply-section .apply-list .apply-item.free .link-btn {
  background: #ca0f3c;
  border: 2px solid #ca0f3c;
}
.top-apply-section .apply-list .apply-item.free .link-btn:hover {
  color: #ca0f3c;
}
.top-apply-section .apply-help {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-apply-section .apply-help {
    text-align: left;
    margin-top: 3rem;
  }
}
.top-about-section {
  position: relative;
  padding: 8rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section {
    padding: 5rem 0 6rem;
  }
}
.top-about-section .section-block {
  position: relative;
}
.top-about-section .section-block .inner-rows {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 11.6rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 3rem 11.6rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block .inner-rows {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 3rem;
  }
}
.top-about-section .section-block .inner-rows > li {
  position: relative;
  display: block;
}
.top-about-section .section-block .block-title {
  position: relative;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block .block-title {
    margin-bottom: 2rem;
  }
}
.top-about-section .section-block .block-desc {
  position: relative;
}
.top-about-section .section-block .block-content {
  position: relative;
}
.top-about-section .section-block .block-content .image {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0.8rem;
}
.top-about-section .section-block .block-content .image img {
  position: relative;
  display: block;
  z-index: 0;
}
.top-about-section .section-block .block-content .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.8rem;
  border: 2px solid #000000;
  z-index: 3;
}
.top-about-section .section-block .block-content .text-box {
  position: relative;
  padding: 3rem 2rem;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block .block-content .text-box {
    padding: 1.6rem 1.8rem;
    border-radius: 0.6rem;
  }
}
.top-about-section .section-block .block-content .text-box strong {
  font-weight: 600;
}
.top-about-section .section-block .block-label {
  position: relative;
  margin-bottom: 3rem;
}
.top-about-section .section-block .block-zero {
  position: relative;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.top-about-section .section-block .block-zero .zero-label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #113369;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block .block-zero .zero-label {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.top-about-section .section-block .block-zero .zero-box {
  position: relative;
  padding: 1.6rem 2rem;
  background: rgba(33, 95, 227, 0.1);
  border: 2px solid #215fe3;
  border-radius: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block .block-zero .zero-box {
    padding: 1.6rem 1.8rem;
  }
}
.top-about-section .section-block .block-zero .zero-box h5 {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}
.top-about-section .section-block .block-zero .zero-box p {
  position: relative;
  margin: 0;
}
.top-about-section .section-block .block-zero .zero-box.first {
  margin-bottom: 7rem;
}
.top-about-section .section-block .block-zero .zero-box.first:before {
  content: "";
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -5rem;
  display: inline-block;
  width: 4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24'%3E%3Cpath id='Polygon_4' data-name='Polygon 4' d='M20,0,40,24H0Z' transform='translate(40 24) rotate(180)' fill='%23113369'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
.top-about-section .section-block .block-zero .zero-box.second {
  background: rgba(59, 163, 86, 0.1);
  border-color: #3ba356;
}
.top-about-section .section-block .block-zero .zero-box.second h5 {
  color: #3ca356;
}
.top-about-section .section-block .block-download {
  position: relative;
  padding-top: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block .block-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 2rem;
  }
}
.top-about-section .section-block .block-download .download-label {
  position: relative;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block .block-download .download-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin: 5rem 0 0;
  }
}
.top-about-section .section-block .block-download .download-label h4 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #113369;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block .block-download .download-label h4 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
.top-about-section .section-block .block-download .download-label p {
  position: relative;
}
.top-about-section .section-block .block-download .download-action {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block .block-download .download-action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.top-about-section .section-block .block-download .download-action .link-btn {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block .block-download .download-action .link-btn {
    margin: 0 auto;
  }
}
.top-about-section .section-block.defference {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block.defference {
    margin-top: 5rem;
  }
}
.top-about-section .section-block.importance {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block.importance {
    margin-top: 5rem;
  }
}
.top-about-section .section-block.once {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block.once {
    margin-top: 5rem;
  }
}
.top-about-section .section-block.optimization {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-block.optimization {
    margin-top: 5rem;
  }
}
.top-measure-section {
  position: relative;
  padding: 8rem 0 9rem;
  background-image: url(../image/pc-red.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .top-measure-section {
    padding: 5rem 0 6rem;
    background-image: url(../image/sp-red.png);
  }
}
.top-measure-section .section-lead {
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-measure-section .section-lead {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
  }
}
.top-measure-section .section-box {
  position: relative;
  display: block;
  padding: 4rem 3rem;
  background: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .top-measure-section .section-box {
    padding: 3rem 1.6rem;
    letter-spacing: -0.02em;
  }
}
.top-measure-section .section-box .wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-measure-section .section-box .wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
  }
}
.top-measure-section .section-action {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-measure-section .section-action {
    margin-top: 4rem;
  }
}
.top-measure-section .section-action .link-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
  border: 2px solid #ffffff;
  background: transparent;
  height: 6rem;
  font-size: 1.6rem;
  border-radius: 0;
  max-width: 36rem;
  margin: 0 auto;
}
.top-measure-section .section-action .link-btn:before {
  background: #ffffff;
}
.top-points-section {
  position: relative;
  padding: 8rem 0 9rem;
  background-image: url(../image/pc-yellow.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .top-points-section {
    padding: 5rem 0 23rem;
    background-image: url(../image/sp-yellow.png);
  }
}
.top-points-section:before {
  content: "";
  position: absolute;
  right: calc(50% - 68rem);
  bottom: 0;
  width: 57rem;
  height: 38rem;
  background-image: url(../image/pc-note.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-points-section:before {
    right: calc(50% - 13.6rem);
    width: 27.2rem;
    height: 18.1rem;
  }
}
.top-points-section .container {
  position: relative;
  z-index: 3;
}
.top-points-section .section-label {
  position: relative;
  width: 100%;
  max-width: 70.2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-points-section .section-label {
    margin-bottom: 2.4rem;
  }
}
.top-points-section .section-content {
  position: relative;
  width: 100%;
  max-width: 70.2rem;
}
.top-points-section .section-content strong {
  font-weight: 600;
}
.top-usage-section {
  position: relative;
  padding: 8rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  .top-usage-section {
    padding: 5rem 0 6rem;
  }
}
.top-usage-section:before {
  content: "";
  position: absolute;
  right: calc(50% - 69rem);
  bottom: 0;
  width: 50rem;
  height: 33.4rem;
  background-image: url(../image/pc-calling.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.top-usage-section .container {
  position: relative;
  z-index: 3;
}
.top-usage-section .section-label {
  position: relative;
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 769px) {
  .top-usage-section .section-label {
    float: left;
    width: 46%;
  }
}
@media only screen and (max-width: 768px) {
  .top-usage-section .section-label {
    margin-bottom: 4rem;
  }
}
.top-usage-section .section-steps {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-usage-section .section-steps {
    padding-top: 6.8rem;
    float: right;
    width: 54%;
  }
}
.top-usage-section .section-steps .wrap {
  position: relative;
  width: 100%;
  max-width: 36rem;
}
.top-usage-section .section-steps .step-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .top-usage-section .section-steps .step-list {
    gap: 3.2rem;
  }
}
.top-usage-section .section-steps .step-list > li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.top-usage-section .section-steps .step-list .step-item {
  position: relative;
}
.top-usage-section .section-steps .step-list .step-item .counter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 5.2rem;
  height: 5.2rem;
  padding: 0.2rem 0 0;
  background: #ebebeb;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.top-usage-section .section-steps .step-list .step-item .counter span {
  position: relative;
  display: block;
  width: 100%;
  font-size: inherit;
  color: inherit;
}
.top-usage-section .section-steps .step-list .step-item .counter strong {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: inherit;
}
.top-usage-section .section-steps .step-list .step-item .content {
  position: relative;
  font-size: 1.6;
  font-weight: 600;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  margin-top: 1rem;
}
.top-usage-section .section-steps .step-list .step-item.active .counter {
  background: #164792;
  color: #ffffff;
}
.top-usage-section .section-steps .step-action {
  position: relative;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .top-usage-section .section-steps .step-action {
    margin-top: 3rem;
  }
}
.top-usage-section .section-steps .step-action .link-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
  border: 2px solid #164792;
  height: 6rem;
  font-size: 1.6rem;
  color: #164792;
  background: #ffffff;
  border-radius: 0;
}
.top-usage-section .section-steps .step-action .link-btn:before {
  background: #164792;
}
.top-usage-section .section-steps .step-action .link-btn:hover {
  color: #ffffff;
}
.top-usage-section .section-progress {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-usage-section .section-progress {
    float: left;
    width: 46%;
  }
}
@media only screen and (max-width: 768px) {
  .top-usage-section .section-progress {
    margin-top: 4rem;
  }
}
.top-usage-section .section-progress .progress-image {
  position: relative;
  width: 36.7rem;
  max-width: 100%;
  margin: 0;
}
.top-voice-section {
  position: relative;
  padding: 8rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section {
    padding: 5rem 0 1rem;
  }
}
.top-voice-section .section-label {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-label {
    margin-bottom: 4rem;
  }
}
.top-voice-section .section-content {
  position: relative;
}
.top-voice-section .section-content .voice-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 5rem minmax(0rem, 1fr) 5rem
    minmax(0rem, 1fr);
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 4rem 5rem;
}
@media only screen and (max-width: 768px) {
  .top-voice-section .section-content .voice-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
  }
}
.top-voice-section .section-content .voice-list > li {
  position: relative;
  display: block;
}
.top-voice-section .section-content .voice-list .voice-item {
  position: relative;
}
.top-voice-section .section-content .voice-list .voice-item .author {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  max-width: 30.2rem;
}
.top-voice-section .section-content .voice-list .voice-item .author img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.top-voice-section .section-content .voice-list .voice-item .author.left {
  margin-left: 0;
  margin-right: auto;
}
.top-voice-section .section-content .voice-list .voice-item .author.right {
  margin-left: auto;
  margin-right: 0;
}
.top-voice-section .section-content .voice-list .voice-item .content {
  position: relative;
  margin-top: 2.8rem;
}
.top-voice-section .section-content .voice-list .voice-item .content strong {
  font-weight: 600;
}
.top-faq-section {
  position: relative;
  padding: 8rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section {
    padding: 5rem 0 5rem;
  }
}
.top-faq-section .section-label {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-label {
    margin-bottom: 4rem;
  }
}
.top-faq-section .section-content {
  position: relative;
}
.top-faq-section .section-content .faq-list {
  position: relative;
}
.top-faq-section .section-content .faq-list .faq-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: left;
}
.top-faq-section .section-content .faq-list .faq-item .question {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0.8rem;
}
.top-faq-section .section-content .faq-list .faq-item .question:after,
.top-faq-section .section-content .faq-list .faq-item .question:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  display: inline-block;
  width: 2.4rem;
  height: 2px;
  background: #164792;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .question:after,
  .top-faq-section .section-content .faq-list .faq-item .question:before {
    right: 1.5rem;
    width: 2rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item .question:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.top-faq-section .section-content .faq-list .faq-item .question.expanded:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.top-faq-section .section-content .faq-list .faq-item .question h4 {
  position: relative;
  padding: 1.3rem 5rem 1.2rem 6.6rem;
  background: #effaff;
  min-height: 5rem;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .question h4 {
    padding: 1.3rem 3.6rem 1.2rem 5.7rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item .question h4:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #164792;
  width: 5rem;
  height: 5rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .question h4:before {
    width: 4.5rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item .question h4.sm {
  padding-left: 5.8rem;
  letter-spacing: -0.05em;
}
.top-faq-section .section-content .faq-list .faq-item .answer {
  position: relative;
}
.top-faq-section .section-content .faq-list .faq-item .answer p {
  position: relative;
  padding: 1.3rem 5rem 1.2rem 6.6rem;
  background: #f7d9e0;
  min-height: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .answer p {
    padding: 1.3rem 3.6rem 1.2rem 5.7rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item .answer p:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ca0938;
  width: 5rem;
  height: 5rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item .answer p:before {
    width: 4.5rem;
  }
}
.top-faq-section .section-content .faq-list .faq-item + .faq-item {
  margin-top: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-content .faq-list .faq-item + .faq-item {
    margin-top: 3rem;
  }
}
.top-faq-section .section-note {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-note {
    margin-top: 8rem;
    width: 100%;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-faq-section .section-note h2 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #164795;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-note h2 {
    font-size: 4rem;
    line-height: 1.5;
  }
  .top-faq-section .section-note h2 span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .top-faq-section .section-note h2 span:first-child {
    margin-left: 0;
    margin-right: auto;
  }
  .top-faq-section .section-note h2 span:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}
.top-faq-section .section-note h2 .animate-left {
  display: inline-block;
  position: relative;
  -webkit-animation: slide-in-left-modern 4.8s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: slide-in-left-modern 4.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite;
  opacity: 0;
  will-change: transform, opacity, filter;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-faq-section .section-note h2 .animate-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(22, 71, 149, 0.1)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(22, 71, 149, 0.1),
    transparent
  );
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: shimmer 2s ease-in-out 1.8s infinite;
  animation: shimmer 2s ease-in-out 1.8s infinite;
  pointer-events: none;
}
.top-faq-section .section-note h2 .animate-right {
  display: inline-block;
  position: relative;
  -webkit-animation: slide-in-right-modern 4.8s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s infinite;
  animation: slide-in-right-modern 4.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    0.8s infinite;
  opacity: 0;
  will-change: transform, opacity, filter;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-faq-section .section-note h2 .animate-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(22, 71, 149, 0.1)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(22, 71, 149, 0.1),
    transparent
  );
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: shimmer 2s ease-in-out 2.6s infinite;
  animation: shimmer 2s ease-in-out 2.6s infinite;
  pointer-events: none;
}
.page-breadcrumbs {
  position: relative;
  padding: 2.4rem 0 0;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs {
    padding: 2rem 0 0;
  }
}
.page-breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.page-breadcrumbs ol a {
  color: inherit;
}
.page-breadcrumbs ol a:hover {
  text-decoration: underline;
}
.page-breadcrumbs ol li {
  position: relative;
  display: inline;
}
.page-breadcrumbs ol li + li:before {
  content: "＞";
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs ol li + li:before {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.page-content-section {
  position: relative;
  padding: 5rem 0 8rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  word-break: break-all;
}
.page-content-section .page-content-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 5rem 33rem;
  grid-template-columns: minmax(0, 1fr) 33rem;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
  }
}
.page-content-section .page-content-wrapper .page-content {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content {
    width: 100%;
  }
}
.page-content-section .page-content-wrapper .page-content .page-tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  gap: 1rem;
  margin-bottom: 2.4rem;
}
.page-content-section .page-content-wrapper .page-content .page-tags li {
  position: relative;
}
.page-content-section .page-content-wrapper .page-content .page-tags a {
  color: inherit;
}
.page-content-section .page-content-wrapper .page-content .page-tags a:hover {
  text-decoration: underline;
}
.page-content-section .page-content-wrapper .page-content .page-tags .tag {
  position: relative;
  display: inline-block;
  padding: 0.1rem 1rem 0.2rem;
  background: #000000;
  border-radius: 0.4rem;
  color: #ffffff;
}
.page-content-section .page-content-wrapper .page-content .page-title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content .page-title {
    font-size: 2.4rem;
  }
}
.page-content-section .page-content-wrapper .page-content .page-meta {
  position: relative;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  max-width: 100%;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content .page-meta {
    margin-bottom: 3rem;
  }
}
.page-content-section .page-content-wrapper .page-content .page-meta > li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.page-content-section .page-content-wrapper .page-content .page-article {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content .page-article {
    font-size: 1.6rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-txt {
  position: relative;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-thumb {
  position: relative;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-thumb {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-thumb
  img {
  width: 100%;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action {
  position: relative;
  display: block;
  margin-top: 6rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-action {
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn {
  position: relative;
  display: block;
  width: 28rem;
  max-width: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn
  .btn-label {
  position: absolute;
  top: -2rem;
  left: -1.6rem;
  display: block;
  width: 20rem;
  padding: 0.2rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #d44114;
  text-align: center;
  border: 2px solid #d44114;
  border-radius: 3rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.16);
  z-index: 3;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn
  .btn-label:after,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn
  .btn-label:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn
  .btn-label:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn
  .btn-label:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn
  .btn-body {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem;
  background: #e94919;
  border: 2px solid #e94919;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn
  .btn-body
  em,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn
  .btn-body
  span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn
  .btn-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn:hover
  .btn-body {
  color: #e94919;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-action
  .action-btn:hover
  .btn-body:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box {
  position: relative;
  padding: 2.4rem 3rem;
  background: #efefef;
  border-radius: 1rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-box {
    padding: 2rem 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 1.2rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  h4:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  ul
  > li {
  position: relative;
  padding-left: 1.6rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  ul
  > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-box
  p {
  padding: 0;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author {
  position: relative;
  position: relative;
  padding: 2.4rem 2.4rem;
  background: #efefef;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-author {
    padding: 2rem 2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-inner-rows {
  position: relative;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15rem 2rem minmax(0, 1fr);
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 2rem;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-author
    .author-inner-rows {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    gap: 1.6rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-inner-rows
  > li {
  position: relative;
  padding: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-inner-rows
  > li:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-label {
  position: relative;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-author
    .author-label {
    margin-bottom: 1rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-thumb
  img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
  border: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-content {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .intro-author
    .author-content {
    text-align: center;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-content
  .name {
  position: relative;
  font: inherit;
  font-weight: 700;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-content
  .name:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .intro-author
  .author-content
  p {
  margin: 0;
}
.page-content-section .page-content-wrapper .page-content .page-article h1,
.page-content-section .page-content-wrapper .page-content .page-article {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 2rem;
  background: #2c2c2c;
  border-radius: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.page-content-section .page-content-wrapper .page-content .page-article h2 {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 2rem;
  background: #efefef;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.page-content-section .page-content-wrapper .page-content .page-article h4,
.page-content-section .page-content-wrapper .page-content .page-article h5 {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  h4:before,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  h5:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  background: #004ea2;
}
.page-content-section .page-content-wrapper .page-content .page-article p {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-content-section .page-content-wrapper .page-content .page-article a {
  position: relative;
  color: #004ea2;
  text-decoration: underline;
}
.page-content-section .page-content-wrapper .page-content .page-article strong {
  font-weight: 700;
}
.page-content-section .page-content-wrapper .page-content .page-article b {
  font-weight: 700;
}
.page-content-section .page-content-wrapper .page-content .page-article ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  ul
  > li {
  position: relative;
  padding-left: 1.2rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  ul
  > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  blockquote {
  position: relative;
  display: block;
  quotes: none;
  padding: 2.4rem 3rem;
  background: none;
  border: 1px solid #e0025f;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    blockquote {
    padding: 2rem 2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  blockquote:after,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  blockquote:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  blockquote
  p {
  position: relative;
  margin: 0;
}
.page-content-section .page-content-wrapper .page-content .page-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-content .page-article img {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-content-section .page-content-wrapper .page-content .page-article figure,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  picture {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    figure,
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    picture {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  figure
  img,
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  picture
  img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
  border: none;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container {
  position: relative;
  width: 100%;
  max-width: 55rem;
  padding: 2rem 2rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .toc-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0 3rem;
  color: #000000;
  background: none;
  border: none;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  :before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.6rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-129.5 -356)'%3E%3Cline id='Line_1' data-name='Line 1' x2='16' transform='translate(129.5 356.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline id='Line_2' data-name='Line 2' x2='16' transform='translate(129.5 361.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline id='Line_3' data-name='Line 3' x2='16' transform='translate(129.5 366.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  ul {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
  margin: 1.6rem 0 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  ul
  li {
  position: relative;
  padding: 0;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  ul
  li:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  ul
  li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  ul
  a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .toc-container
  ul
  a:hover {
  text-decoration: underline;
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #fffb8e)
  );
  background: linear-gradient(to bottom, transparent 60%, #fffb8e 60%);
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .seo-back {
  position: relative;
  padding: 2rem 2.4rem;
  background: #f5f5f5;
  border-radius: 0.4rem;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-content
    .page-article
    .seo-back {
    padding: 2rem 2rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-content
  .page-article
  .seo-back
  p {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.page-content-section .page-content-wrapper .page-sidebar {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-sidebar {
    max-width: 100%;
    width: 100%;
  }
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-banner {
  position: relative;
  display: block;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 769px) {
  .page-content-section .page-content-wrapper .page-sidebar .sidebar-banner {
    position: sticky;
    top: 12rem;
    right: 0;
    float: right;
  }
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-banner
  .banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: none;
  outline: none;
  overflow: hidden;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-banner
  .banner
  img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
  border: none;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-popular {
  position: relative;
  margin-bottom: 4rem;
  counter-reset: popular-item;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 1rem;
  border-bottom: 1px solid #707070;
  text-align: left;
  margin: 0 0 2rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 8rem;
  height: 1px;
  background: #004ea2;
  z-index: 1;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  > li {
  position: relative;
  padding: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  > li:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  > li:not(:last-child) {
  margin-bottom: 2rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12rem 1.6rem minmax(0, 1fr);
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 1.6rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows
  > li {
  position: relative;
  padding: 0;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows
  > li:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows
  .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  outline: none;
  border: none;
  overflow: hidden;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows
  .thumb
  img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows
  .thumb:before {
  counter-increment: popular-item;
  content: counter(popular-item);
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2rem;
  background: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  z-index: 3;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows
  .thumb:hover
  img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows
  .date {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
  white-space: nowrap;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows
  .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  width: 100%;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows
  .title
  a {
  color: inherit;
  text-decoration: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-popular
  .popular-list
  .popular-item
  .item-inner-rows
  .title
  a:hover {
  text-decoration: underline;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-toc {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-content-section .page-content-wrapper .page-sidebar .sidebar-toc {
    position: sticky;
    top: 12rem;
    right: 0;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-content-section .page-content-wrapper .page-sidebar .sidebar-toc {
    display: none;
  }
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container {
  position: relative;
  width: 100%;
  max-width: 55rem;
  padding: 2rem 2rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-sidebar
    .sidebar-toc
    .toc-container {
    margin-bottom: 3rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0 3rem;
  background: none;
  border: none;
  margin: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  :before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.6rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-129.5 -356)'%3E%3Cline id='Line_1' data-name='Line 1' x2='16' transform='translate(129.5 356.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline id='Line_2' data-name='Line 2' x2='16' transform='translate(129.5 361.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline id='Line_3' data-name='Line 3' x2='16' transform='translate(129.5 366.5)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul {
  position: relative;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 1.6rem 0 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul
  li {
  position: relative;
  padding: 0;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul
  li:before {
  display: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul
  li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul
  a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-toc
  .toc-container
  ul
  a:hover {
  text-decoration: underline;
}
.page-content-section .page-content-wrapper .page-sidebar .sidebar-box {
  position: relative;
  padding: 4rem 1.5rem 3rem;
  background: #000000;
  border-radius: 1rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-content {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-action {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26rem;
  max-width: 100%;
  height: 4.8rem;
  padding: 1rem 1rem;
  background: #ffffff;
  border: 2px solid #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #b6a381;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .page-content-wrapper
    .page-sidebar
    .sidebar-box
    .box-action {
    width: 26rem;
  }
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-action
  span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-action:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #000000;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-action:hover {
  color: #ffffff;
}
.page-content-section
  .page-content-wrapper
  .page-sidebar
  .sidebar-box
  .box-action:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-content-section .column-list-wrapper {
  position: relative;
}
.page-content-section .column-list-wrapper .column-list {
  position: relative;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
  gap: 5rem 3rem;
  padding: 0;
  margin: 0;
}
.page-content-section .column-list-wrapper .column-list > li {
  position: relative;
  padding: 0;
}
.page-content-section .column-list-wrapper .column-list .column-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  outline: none;
  border: none;
}
.page-content-section .column-list-wrapper .column-list .column-item .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .thumb
  img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .thumb:hover
  img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.page-content-section .column-list-wrapper .column-list .column-item .content {
  position: relative;
  margin-top: 2rem;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem 1.5rem;
  margin-bottom: 1.2rem;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .meta
  .date {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #707070;
  white-space: nowrap;
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .meta
  .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  gap: 1rem;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .meta
  .tags
  li {
  position: relative;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .meta
  .tags
  a {
  color: inherit;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .meta
  .tags
  a:hover {
  text-decoration: underline;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .meta
  .tags
  .tag {
  position: relative;
  display: inline-block;
  padding: 0.1rem 1rem 0.2rem;
  background: #000000;
  border-radius: 0.4rem;
  color: #ffffff;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .title
  a {
  color: inherit;
  text-decoration: none;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .title
  a:hover {
  text-decoration: underline;
}
.page-content-section
  .column-list-wrapper
  .column-list
  .column-item
  .content
  .concept {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 100%;
}
.page-content-section .column-list-wrapper .column-pagination {
  position: relative;
  margin-top: 6rem;
}
.page-content-section .column-list-wrapper .column-pagination .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-content-section .column-list-wrapper .column-pagination .wp-pagenavi {
    gap: 0.8rem;
  }
}
.page-content-section .column-list-wrapper .column-pagination .wp-pagenavi > a,
.page-content-section
  .column-list-wrapper
  .column-pagination
  .wp-pagenavi
  > span {
  position: relative;
  padding: 0.6rem 1.5rem 0.8rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 4rem;
  height: 4rem;
  border: 1px solid #000000;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #000000;
  border-radius: 0.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .page-content-section
    .column-list-wrapper
    .column-pagination
    .wp-pagenavi
    > a,
  .page-content-section
    .column-list-wrapper
    .column-pagination
    .wp-pagenavi
    > span {
    padding: 0.4rem 1rem 0.6rem;
    min-width: 3.6rem;
    height: 3.6rem;
  }
}
.page-content-section
  .column-list-wrapper
  .column-pagination
  .wp-pagenavi
  > span {
  background: #000000;
  color: #ffffff;
}
.page-content-section
  .column-list-wrapper
  .column-pagination
  .wp-pagenavi
  > a:hover {
  background: #000000;
  color: #ffffff;
}
.page-content-section
  .column-list-wrapper
  .column-pagination
  .wp-pagenavi
  > span.pages {
  display: none;
}
.page-contact-section {
  position: relative;
  padding: 8rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section {
    padding: 5rem 0 5rem;
  }
}
.page-contact-section .section-label {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-label {
    margin-bottom: 4rem;
  }
}
.page-contact-section .section-content {
  position: relative;
}
.page-contact-section .section-content .voice-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 5rem minmax(0rem, 1fr) 5rem
    minmax(0rem, 1fr);
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 4rem 5rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .section-content .voice-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
  }
}
.page-contact-section .section-content .voice-list > li {
  position: relative;
  display: block;
}
.page-contact-section .section-content .voice-list .voice-item {
  position: relative;
}
.page-contact-section .section-content .voice-list .voice-item .author {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  max-width: 30.2rem;
}
.page-contact-section .section-content .voice-list .voice-item .author img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.page-contact-section .section-content .voice-list .voice-item .author.left {
  margin-left: 0;
  margin-right: auto;
}
.page-contact-section .section-content .voice-list .voice-item .author.right {
  margin-left: auto;
  margin-right: 0;
}
.page-contact-section .section-content .voice-list .voice-item .content {
  position: relative;
  margin-top: 2.8rem;
}
.page-contact-section .section-content .voice-list .voice-item .content strong {
  font-weight: 600;
}

.marker-yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.hover-link {
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hover-link:hover {
  color: #0073e6;
  text-decoration: underline;
}
