@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-size: clamp(6px, 0.6666666667vw, 10px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
    font-size: clamp(6px, 2.415459vw, 10px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #1E1E1E;
  background: #FFFFFF;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
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,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -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) {
  .sp-hide, .pc-only {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

.container,
.container-fluid {
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 128rem;
}

@media only screen and (max-width: 768px) {
  .container-fluid,
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .container {
    max-width: 100%;
  }
}
.content-in {
  position: relative;
  max-width: 94rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

picture,
figure {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
}

.color-blue {
  color: #003399 !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes infinite-slider-scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes infinite-slider-scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes infinite-slider-scroll-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infinite-slider-scroll-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.link-btn {
  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: 32rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem;
  background: #FFFFFF;
  color: #003399;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0.6rem;
  border: 2px solid #003399;
  outline: none;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    font-size: 1.6rem;
    height: 5.6rem;
    width: 28rem;
  }
}
.link-btn span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.link-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  background: #003399;
  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 .arrow {
  position: absolute;
  display: block;
  top: calc(50% - 0.4rem);
  right: 2rem;
  display: block;
  width: 2.1rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .link-btn .arrow {
    right: 1.5rem;
  }
}
.link-btn .arrow path {
  fill: #003399;
  -webkit-transition: fill 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: fill 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.link-btn:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .link-btn:hover {
    color: #0069D5;
  }
}
.link-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link-btn:hover .arrow path {
  fill: #FFFFFF;
}
.link-btn.--type-new {
  position: relative;
}
.link-btn.--type-mid {
  border-color: #00AE99;
  color: #00AE99;
}
.link-btn.--type-mid::before {
  background: #00AE99;
}
.link-btn.--type-mid .arrow path {
  fill: #00AE99;
}
.link-btn.--type-mid:hover {
  color: #FFFFFF;
}
.link-btn.--type-mid:hover .arrow path {
  fill: #FFFFFF;
}

.section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 4rem;
  }
}
.section-title .en {
  position: relative;
  display: block;
  max-width: 100%;
  font-family: "Termina", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  color: #003399;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-title .en {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.section-title .jp {
  position: relative;
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5.2rem;
  letter-spacing: 0.05em;
  color: #1E1E1E;
  text-align: center;
  margin: 0.4rem 0 0;
}
@media only screen and (max-width: 768px) {
  .section-title .jp {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}

.section-subtitle {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.025em;
  color: #1E1E1E;
  text-align: left;
  padding: 0 0 0 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .section-subtitle {
    font-size: 2.5rem;
    line-height: 4.4rem;
    margin-bottom: 4rem;
  }
}
.section-subtitle::before {
  content: "⃝";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  line-height: inherit;
  color: #0069D5;
}

.section-label {
  position: relative;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .section-label {
    margin-bottom: 1.6rem;
  }
}
.section-label h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.25em;
  color: #0069D5;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .section-label h2 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

.section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .section-desc {
    font-size: 1.4rem;
  }
}

.underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #FFFF00));
  background: linear-gradient(to bottom, transparent 65%, #FFFF00 65%);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 991;
}
@media only screen and (max-width: 768px) {
  #header {
    padding: 1.5rem 0;
    height: 6rem;
  }
}
#header .container {
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  #header .container {
    padding-right: 0;
  }
}
#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;
  margin: 0;
}
#header .header-wrapper .header-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.2rem;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: block;
  width: 8.8rem;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo a {
    width: 6.2rem;
  }
}
#header .header-wrapper .header-logo a > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
#header .header-wrapper .header-logo p {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Termina", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #1E1E1E;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo p {
    font-size: 1rem;
    gap: 1rem;
  }
}
#header .header-wrapper .header-logo p span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font: inherit;
  color: inherit;
  text-align: left;
  margin: 0;
}
#header .header-wrapper .header-logo p b {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Termina", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #4E3172;
  text-align: left;
  margin: 0.5rem 0 0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo p b {
    font-size: 1.2rem;
  }
}
#header .header-wrapper .header-nav {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .header-wrapper .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 3.6rem;
  }
}
@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.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
  line-height: 1;
}
#header .header-wrapper .header-nav .nav-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;
  max-width: 100%;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #1E1E1E;
  padding: 0.6rem 0 0.6rem;
  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::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: #1E1E1E;
  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:hover, #header .header-wrapper .header-nav .nav-menu > li .menu-link.active {
  color: #1E1E1E;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover::before, #header .header-wrapper .header-nav .nav-menu > li .menu-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#header .header-wrapper .header-nav .nav-actions {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0;
}
#header .header-wrapper .header-nav .nav-actions > 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;
  max-width: 100%;
}
#header .header-wrapper .header-nav .nav-actions > 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: 15rem;
  max-width: 100%;
  height: 8rem;
  padding: 1rem 1rem;
  background: #003399;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #0069D5;
  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-actions > li .action-btn:hover {
  color: #FFFFFF;
}
#header .header-wrapper .header-nav .nav-actions > 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-actions > li .action-btn.--new {
  background: #003399;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn.--new::before {
  background: #0069D5;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn.--mid {
  background: #00AE99;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn.--mid::before {
  background: #00E6C3;
}
#header.header-scrolled {
  -webkit-filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0rem 0.6rem 3rem rgba(0, 0, 0, 0.2));
}

.mobile-nav-toggle {
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 2.6rem;
  height: 2.1rem;
  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: 1px;
  background: #1E1E1E;
  -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:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: 1rem;
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -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(-1rem) rotate(45deg);
          transform: translateY(-1rem) rotate(45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 100%;
  max-width: 32rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #FFFFFF;
}
#mobile-nav .mobile-nav-header {
  position: relative;
  padding: 1.5rem 2rem;
  height: 6rem;
}
#mobile-nav .mobile-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.2rem;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-logo {
    gap: 1rem;
  }
}
#mobile-nav .mobile-logo a {
  position: relative;
  display: block;
  width: 8.8rem;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-logo a {
    width: 6.2rem;
  }
}
#mobile-nav .mobile-logo a > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
#mobile-nav .mobile-logo p {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Termina", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #1E1E1E;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-logo p {
    font-size: 1rem;
  }
}
#mobile-nav .mobile-logo p span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font: inherit;
  color: inherit;
  text-align: left;
  margin: 0;
}
#mobile-nav .mobile-logo p b {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Termina", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #532F76;
  text-align: left;
  margin: 0.5rem 0 0;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-logo p b {
    font-size: 1.2rem;
  }
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 10rem 2rem 3rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #1E1E1E;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #DCDCDC;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  border-bottom: 1px solid #DCDCDC;
}
#mobile-nav .mobile-nav-menu .menu-link {
  position: relative;
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding: 1.6rem 1.6rem 1.6rem 3.6rem;
  margin: 0;
  cursor: pointer;
  outline: none;
  border: none;
  font: inherit;
}
#mobile-nav .mobile-nav-menu .menu-link::before {
  content: "●";
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  font-size: 1rem;
  line-height: inherit;
  color: #003399;
}
#mobile-nav .mobile-nav-menu .menu-link:hover {
  text-decoration: underline;
}
#mobile-nav .mobile-nav-actions {
  position: relative;
  list-style: none;
  display: block;
  margin-top: 6rem;
}
#mobile-nav .mobile-nav-actions > li {
  position: relative;
  display: block;
}
#mobile-nav .mobile-nav-actions > li:not(:last-child) {
  margin-bottom: 2rem;
}
#mobile-nav .mobile-nav-actions > li .action-btn {
  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: 32rem;
  max-width: 100%;
  height: 5.6rem;
  padding: 1rem 2rem 1rem 1rem;
  background: #FFFFFF;
  color: #003399;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0.6rem;
  border: 2px solid #003399;
  outline: none;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
#mobile-nav .mobile-nav-actions > li .action-btn span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#mobile-nav .mobile-nav-actions > li .action-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  background: #003399;
  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;
}
#mobile-nav .mobile-nav-actions > li .action-btn .arrow {
  position: absolute;
  display: block;
  top: calc(50% - 0.4rem);
  right: 2rem;
  display: block;
  width: 2.1rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-actions > li .action-btn .arrow {
    right: 1.5rem;
  }
}
#mobile-nav .mobile-nav-actions > li .action-btn .arrow path {
  fill: #003399;
  -webkit-transition: fill 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: fill 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#mobile-nav .mobile-nav-actions > li .action-btn:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-actions > li .action-btn:hover {
    color: #0069D5;
  }
}
#mobile-nav .mobile-nav-actions > li .action-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#mobile-nav .mobile-nav-actions > li .action-btn:hover .arrow path {
  fill: #FFFFFF;
}
#mobile-nav .mobile-nav-actions > li .action-btn.--new {
  border-color: #003399;
  color: #003399;
}
#mobile-nav .mobile-nav-actions > li .action-btn.--new::before {
  background: #003399;
}
#mobile-nav .mobile-nav-actions > li .action-btn.--new .arrow path {
  fill: #003399;
}
#mobile-nav .mobile-nav-actions > li .action-btn.--new:hover {
  color: #FFFFFF;
}
#mobile-nav .mobile-nav-actions > li .action-btn.--new:hover .arrow path {
  fill: #FFFFFF;
}
#mobile-nav .mobile-nav-actions > li .action-btn.--mid {
  border-color: #00AE99;
  color: #00AE99;
}
#mobile-nav .mobile-nav-actions > li .action-btn.--mid::before {
  background: #00AE99;
}
#mobile-nav .mobile-nav-actions > li .action-btn.--mid .arrow path {
  fill: #00AE99;
}
#mobile-nav .mobile-nav-actions > li .action-btn.--mid:hover {
  color: #FFFFFF;
}
#mobile-nav .mobile-nav-actions > li .action-btn.--mid:hover .arrow path {
  fill: #FFFFFF;
}
#mobile-nav .mobile-nav-actions > li .action-banner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 32rem;
  height: 12rem;
  overflow: hidden;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0;
  margin: 0 auto;
  z-index: 0;
}
#mobile-nav .mobile-nav-actions > li .action-banner .back {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
}
#mobile-nav .mobile-nav-actions > li .action-banner .back > img {
  position: relative;
  -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);
  margin: 0;
  border: none;
}
#mobile-nav .mobile-nav-actions > li .action-banner .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}
#mobile-nav .mobile-nav-actions > li .action-banner .layer .jp {
  position: relative;
  position: absolute;
  top: calc(50% - 2rem);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #F5F5F5;
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-actions > li .action-banner .layer .jp {
    font-size: 1.8rem;
  }
}
#mobile-nav .mobile-nav-actions > li .action-banner .layer .en {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  font-family: "Termina", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
  margin: 0;
}
#mobile-nav .mobile-nav-actions > li .action-banner:hover .back > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sp-fixed-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  z-index: 990;
}
@media print, screen and (min-width: 769px) {
  .sp-fixed-bar {
    display: none;
  }
}
.sp-fixed-bar > li {
  position: relative;
}
.sp-fixed-bar .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: 100%;
  max-width: 100%;
  height: 5rem;
  padding: 1rem 1rem;
  background: #003399;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  border: none;
  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;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
.sp-fixed-bar .action-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.sp-fixed-bar .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #0069D5;
  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;
}
.sp-fixed-bar .action-btn:hover {
  color: #FFFFFF;
}
.sp-fixed-bar .action-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.sp-fixed-bar .action-btn.--new {
  background: #003399;
}
.sp-fixed-bar .action-btn.--new::before {
  background: #0069D5;
}
.sp-fixed-bar .action-btn.--mid {
  background: #00AE99;
}
.sp-fixed-bar .action-btn.--mid::before {
  background: #00E6C3;
}

.fixed-phone-btn {
  position: fixed;
  top: 0;
  right: 6rem;
  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;
  padding: 1rem 1rem;
  width: 6rem;
  height: 6rem;
  background: #03345D;
  border: 2px solid #03345D;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 996;
}
@media print, screen and (min-width: 769px) {
  .fixed-phone-btn {
    display: none;
  }
}
.fixed-phone-btn span {
  position: relative;
  color: inherit;
  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);
  z-index: 3;
}
.fixed-phone-btn svg {
  position: relative;
  display: block;
  width: 2rem;
  z-index: 3;
}
.fixed-phone-btn svg path {
  -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);
}
.fixed-phone-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;
}
.fixed-phone-btn:hover {
  color: #03345D;
}
.fixed-phone-btn:hover svg path {
  fill: #03345D;
}
.fixed-phone-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 993;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Mobile Nav body classes */
body.mobile-nav-active #mobile-nav {
  right: 0;
}

@media only screen and (max-width: 768px) {
  [data-aos=zoom-in] {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  [data-aos=fade-left] {
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  [data-aos=fade-right] {
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
}
#footer {
  position: relative;
  padding: 10rem 0 4rem;
  background: #F5F5F5;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 7rem 0 3rem;
    margin-bottom: 5rem;
  }
}
#footer .container {
  position: relative;
  z-index: 1;
}
#footer .footer-wrapper {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer-wrapper .footer-lead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  #footer .footer-wrapper .footer-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
#footer .footer-wrapper .footer-lead {
  position: relative;
  display: block;
  z-index: 0;
}
#footer .footer-wrapper .footer-lead::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-wrapper .footer-lead .footer-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.2rem;
  white-space: nowrap;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-lead .footer-logo {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-lead .footer-logo {
    margin-bottom: 4rem;
  }
}
#footer .footer-wrapper .footer-lead .footer-logo .link {
  position: relative;
  display: block;
  width: 8.8rem;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
#footer .footer-wrapper .footer-lead .footer-logo .link > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
#footer .footer-wrapper .footer-lead .footer-logo .text {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Termina", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #1E1E1E;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
#footer .footer-wrapper .footer-lead .footer-logo .text span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font: inherit;
  color: inherit;
  text-align: left;
  margin: 0;
}
#footer .footer-wrapper .footer-lead .footer-logo .text b {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Termina", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #4E3172;
  text-align: left;
  margin: 0.5rem 0 0;
}
#footer .footer-wrapper .footer-lead .footer-info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-lead .footer-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
    margin-left: 8rem;
  }
}
#footer .footer-wrapper .footer-lead .footer-info .label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-lead .footer-info .label {
    font-size: 1.8rem;
    letter-spacing: -0.06em;
    margin-right: -1rem;
  }
}
#footer .footer-wrapper .footer-lead .footer-info .address {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.025em;
  color: #1E1E1E;
  padding: 0;
  margin: 0;
}
#footer .footer-wrapper .footer-lead .footer-info .contact {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #1E1E1E;
  padding: 0;
  margin: 0;
}
#footer .footer-wrapper .footer-lead .footer-info .contact strong {
  font: inherit;
}
#footer .footer-wrapper .footer-content {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-content {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-content {
    margin-top: 3rem;
    border-top: 1px solid #DCDCDC;
    padding-top: 3rem;
  }
}
#footer .footer-wrapper .footer-content::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-wrapper .footer-content .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-content .footer-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
  }
}
#footer .footer-wrapper .footer-content .footer-nav > 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;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-content .footer-nav > li {
    padding-bottom: 6rem;
  }
}
#footer .footer-wrapper .footer-content .footer-nav > li:not(:first-child) {
  padding-left: 6rem;
  border-left: 1px solid #DCDCDC;
  margin-left: 6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-content .footer-nav > li:not(:first-child) {
    padding-left: 4rem;
    margin-left: 4rem;
  }
}
#footer .footer-wrapper .footer-content .footer-nav .footer-menu {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #1E1E1E;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-wrapper .footer-content .footer-nav .footer-menu > li {
  position: relative;
}
#footer .footer-wrapper .footer-content .footer-nav .footer-menu > li:not(:last-child) {
  margin-bottom: 0.4rem;
}
#footer .footer-wrapper .footer-content .footer-nav .footer-menu .menu-link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 0 0 0 2rem;
  margin: 0;
  cursor: pointer;
  outline: none;
  border: none;
  font: inherit;
}
#footer .footer-wrapper .footer-content .footer-nav .footer-menu .menu-link::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  line-height: inherit;
  color: #003399;
}
#footer .footer-wrapper .footer-content .footer-nav .footer-menu .menu-link:hover {
  text-decoration: underline;
}
#footer .footer-wrapper .footer-content .footer-banner {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-content .footer-banner {
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-content .footer-banner {
    margin-top: 4rem;
  }
}
#footer .footer-wrapper .footer-content .footer-banner .banner {
  position: relative;
  display: block;
  width: 32rem;
  max-width: 100%;
  height: 12rem;
  overflow: hidden;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-content .footer-banner .banner {
    width: 100%;
    height: 14rem;
  }
}
#footer .footer-wrapper .footer-content .footer-banner .banner .back {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
}
#footer .footer-wrapper .footer-content .footer-banner .banner .back > img {
  position: relative;
  -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);
  margin: 0;
  border: none;
}
#footer .footer-wrapper .footer-content .footer-banner .banner .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}
#footer .footer-wrapper .footer-content .footer-banner .banner .layer .jp {
  position: relative;
  position: absolute;
  top: calc(50% - 2rem);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #F5F5F5;
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-content .footer-banner .banner .layer .jp {
    font-size: 1.8rem;
  }
}
#footer .footer-wrapper .footer-content .footer-banner .banner .layer .en {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  font-family: "Termina", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
  margin: 0;
}
#footer .footer-wrapper .footer-content .footer-banner .banner:hover .back > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#footer .footer-wrapper .footer-related {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-related {
    position: absolute;
    right: 0;
    bottom: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-related {
    margin-top: 4rem;
  }
}
#footer .footer-wrapper .footer-related .related-label {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  color: #1E1E1E;
  margin-bottom: 1.6rem;
}
#footer .footer-wrapper .footer-related .related-thumb {
  position: relative;
  width: 21rem;
}
#footer .footer-copyright {
  position: relative;
  font-family: "Termina", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
  color: #1E1E1E;
  text-align: left;
  margin: 8rem 0 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-copyright {
    font-size: 0.8rem;
    margin-top: 4rem;
  }
}

.mainvisual {
  position: relative;
  display: block;
  padding: 13rem 0 10rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 153, 235, 0.5)), color-stop(16%, rgba(0, 163, 219, 0.5)), color-stop(48.7%, rgba(0, 180, 192, 0.5)), color-stop(77.8%, rgba(0, 191, 175, 0.5)), to(rgba(0, 195, 170, 0.5)));
  background: linear-gradient(to right, rgba(0, 153, 235, 0.5) 0%, rgba(0, 163, 219, 0.5) 16%, rgba(0, 180, 192, 0.5) 48.7%, rgba(0, 191, 175, 0.5) 77.8%, rgba(0, 195, 170, 0.5) 100%);
  margin: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    padding: 10rem 0 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual::after {
    content: "";
    position: absolute;
    top: 87.8rem;
    left: 0;
    width: 100%;
    bottom: -1px;
    background: #FFFFFF;
    z-index: 0;
  }
}
.mainvisual .container {
  position: relative;
  z-index: 1;
}
.mainvisual .mainvisual-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88rem;
  overflow: hidden;
  z-index: 0;
}
.mainvisual .mainvisual-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 100rem);
  width: 200rem;
  height: 100%;
  background: #FFFFFF;
  -webkit-transform: skewX(-60.5deg);
          transform: skewX(-60.5deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-background::before {
    -webkit-transform: skewX(-58deg);
            transform: skewX(-58deg);
  }
}
.mainvisual .mainvisual-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.mainvisual .mainvisual-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.mainvisual .mainvisual-wrapper .mainvisual-image {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .mainvisual .mainvisual-wrapper .mainvisual-image {
    width: 66.6rem;
    float: right;
    margin-right: -12rem;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper .mainvisual-image {
    width: 35.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.mainvisual .mainvisual-wrapper .mainvisual-content {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .mainvisual .mainvisual-wrapper .mainvisual-content {
    width: 64rem;
    float: left;
    margin-top: 3.2rem;
  }
}
.mainvisual .mainvisual-wrapper .mainvisual-content .title {
  position: relative;
}
.mainvisual .mainvisual-wrapper .mainvisual-content .title .en {
  position: relative;
  display: block;
  font-family: "Termina", sans-serif;
  font-size: 6.2rem;
  font-weight: 600;
  line-height: 7.4rem;
  color: rgba(255, 255, 255, 0.2);
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper .mainvisual-content .title .en {
    font-size: 2.6rem;
    line-height: 3.6rem;
    color: #003399;
    margin-bottom: 0.6rem;
  }
}
.mainvisual .mainvisual-wrapper .mainvisual-content .title .jp {
  position: relative;
  display: block;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 7.8rem;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper .mainvisual-content .title .jp {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}
.mainvisual .mainvisual-wrapper .mainvisual-content .desc {
  position: relative;
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4.2rem;
  letter-spacing: 0.025em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper .mainvisual-content .desc {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-top: 3rem;
  }
}
.mainvisual .mainvisual-wrapper .mainvisual-content .actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper .mainvisual-content .actions {
    margin-top: 5rem;
    gap: 1.4rem;
  }
}
.mainvisual .mainvisual-wrapper .mainvisual-content .actions > 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;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper .mainvisual-content .actions > li {
    width: calc(50% - 0.7rem);
  }
}
.mainvisual .mainvisual-wrapper .mainvisual-content .actions .link-btn {
  width: 27.6rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-wrapper .mainvisual-content .actions .link-btn {
    width: 100%;
    height: 4.8rem;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
  .mainvisual .mainvisual-wrapper .mainvisual-content .actions .link-btn .arrow {
    right: 1.2rem;
  }
}

.top-about-section {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .top-about-section {
    min-height: 96rem;
  }
  .top-about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(86rem, 53.34%, 100%);
    height: 1px;
    background: #00AE99;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section {
    padding: 8rem 0 10rem;
  }
}
.top-about-section .container {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .container {
    max-width: 100%;
    padding: 0;
  }
}
.top-about-section .section-wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper {
    padding: 11rem 0 12rem clamp(4rem, 50% - 60rem, 50%);
  }
}
.top-about-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-about-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-title {
    width: 60rem;
    max-width: 100%;
  }
  .top-about-section .section-wrapper .section-title .en {
    text-align: left;
  }
  .top-about-section .section-wrapper .section-title .jp {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-title {
    margin-bottom: 6rem;
  }
}
.top-about-section .section-wrapper .section-image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-image {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(64rem, 42.66%, 50%);
    max-width: 100%;
    height: 96rem;
    border-radius: 0 0 0 12rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-image {
    margin-right: -2rem;
    width: calc(100% + 2rem);
  }
}
.top-about-section .section-wrapper .section-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-content {
    width: 60rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-content {
    margin-top: 4rem;
  }
}
.top-about-section .section-wrapper .section-content .lead {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-content .lead {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.top-about-section .section-wrapper .section-content .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
}

.top-personality-section {
  position: relative;
  padding: 12rem 0 15rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-personality-section {
    padding: 8rem 0 10rem;
  }
}
.top-personality-section::before {
  content: "";
  position: absolute;
  top: 16rem;
  left: clamp(4rem, 50% - 60rem, 50%);
  width: 14rem;
  height: 16rem;
  background-image: url(../image/personality-effect.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-personality-section::before {
    top: -6rem;
    left: 2rem;
    width: 9.8rem;
    height: 11.2rem;
  }
}
.top-personality-section .section-background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 234.4rem;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-personality-section .section-background {
    top: -22rem;
    height: calc(100% + 22rem);
  }
}
.top-personality-section .section-background::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='3824' height='2344' viewBox='0 0 3824 2344'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' y1='0.414' x2='0.5' y2='1.108' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='0.082' stop-color='%23f6fcfb'/%3E%3Cstop offset='0.211' stop-color='%23dff4f2'/%3E%3Cstop offset='0.373' stop-color='%23b9e9e3'/%3E%3Cstop offset='0.561' stop-color='%2385d8ce'/%3E%3Cstop offset='0.768' stop-color='%2343c3b3'/%3E%3Cstop offset='0.958' stop-color='%2300ae99'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_1396' data-name='Path 1396' d='M2662.484,2964.212l.524-2343.356-3824,2344Z' transform='translate(1160.992 -620.856)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-personality-section .section-background::before {
    background-position: top center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='414' height='2555' viewBox='0 0 414 2555'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' y1='-0.156' x2='0.5' y2='1.143' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='0.082' stop-color='%23f6fcfb'/%3E%3Cstop offset='0.211' stop-color='%23dff5f2'/%3E%3Cstop offset='0.373' stop-color='%23b9e9e3'/%3E%3Cstop offset='0.561' stop-color='%2385d9ce'/%3E%3Cstop offset='0.768' stop-color='%2343c5b3'/%3E%3Cstop offset='0.958' stop-color='%2300b199'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_1400' data-name='Path 1400' d='M0,1937.878V3029.605H414v-1330Z' transform='translate(0 -1699.606)' fill='url(%23linear-gradient)'/%3E%3Crect id='Rectangle_95' data-name='Rectangle 95' width='414' height='1226' transform='translate(0 1329)' fill='%231bb9a4'/%3E%3C/svg%3E%0A");
  }
}
.top-personality-section .container {
  position: relative;
  z-index: 1;
}
.top-personality-section .section-wrapper {
  position: relative;
}
.top-personality-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-personality-section .section-wrapper .section-title {
    margin-bottom: 5rem;
  }
}
.top-personality-section .section-wrapper .section-content {
  position: relative;
}
.top-personality-section .section-wrapper .section-content .lead {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-personality-section .section-wrapper .section-content .lead {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 3rem;
  }
}
.top-personality-section .section-wrapper .section-content .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .top-personality-section .section-wrapper .section-content .desc {
    text-align: center;
  }
}
.top-personality-section .section-wrapper .section-slider {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-personality-section .section-wrapper .section-slider {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: 7rem;
  }
}
.top-personality-section .section-wrapper .section-slider .personality-slider {
  position: relative;
}
.top-personality-section .section-wrapper .section-slider .personality-slider .swiper-wrapper {
  position: relative;
}
.top-personality-section .section-wrapper .section-slider .personality-slider .swiper-slide {
  position: relative;
  height: unset;
}
@media only screen and (max-width: 768px) {
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-slide {
    width: 35.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-pagination {
    display: none;
  }
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-prev,
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .top-personality-section .section-wrapper .section-slider .personality-slider {
    padding: 0 0 4rem;
  }
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 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;
    gap: 1.5rem;
  }
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
  }
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #003399;
  }
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-prev,
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-next {
    position: absolute;
    top: calc(50% - 4rem);
    background: rgba(30, 30, 30, 0.6);
    border-radius: 50%;
    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: 4rem;
    height: 4rem;
    padding: 0;
    margin: 0 !important;
  }
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-prev::before, .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-prev::after,
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-next::before,
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-next::after {
    display: none;
  }
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-prev svg,
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-next svg {
    display: block;
    width: 1.6rem;
  }
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-prev {
    left: 1rem;
  }
  .top-personality-section .section-wrapper .section-slider .personality-slider .swiper-button-next {
    right: 1rem;
  }
}
.top-personality-section .section-wrapper .section-slider .personality-slider .personality-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3rem 1.8rem 3rem;
  background: #FFFFFF;
  border-radius: 1rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-personality-section .section-wrapper .section-slider .personality-slider .personality-item {
    padding: 3rem 2.4rem 3.6rem;
  }
}
.top-personality-section .section-wrapper .section-slider .personality-slider .personality-item .icon {
  position: relative;
  width: 10rem;
  margin: 0 auto 2.6rem;
}
.top-personality-section .section-wrapper .section-slider .personality-slider .personality-item .title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 2.4rem;
}
.top-personality-section .section-wrapper .section-slider .personality-slider .personality-item .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0;
  text-align: left;
}

.top-cross-talk-section {
  position: relative;
  padding: 12rem 0 14rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-cross-talk-section {
    padding: 10rem 0 12rem;
  }
}
.top-cross-talk-section::before {
  content: "";
  position: absolute;
  top: 14rem;
  right: clamp(4rem, 50% - 60rem, 50%);
  width: 24.8rem;
  height: 22.8rem;
  background-image: url(../image/cross-talk-effect.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-cross-talk-section::before {
    top: -4.4rem;
    right: 2rem;
    width: 15rem;
    height: 13.2rem;
  }
}
.top-cross-talk-section .container {
  position: relative;
  z-index: 1;
}
.top-cross-talk-section .section-wrapper {
  position: relative;
}
.top-cross-talk-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-cross-talk-section .section-wrapper .section-title {
    margin-bottom: 5rem;
  }
}
.top-cross-talk-section .section-wrapper .section-lead {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-cross-talk-section .section-wrapper .section-lead {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 6rem;
  }
}
.top-cross-talk-section .section-wrapper .section-content {
  position: relative;
}
.top-cross-talk-section .section-wrapper .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-banner {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .top-cross-talk-section .section-wrapper .section-content .cross-talk-banner {
    width: 55rem;
    max-width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-cross-talk-section .section-wrapper .section-content .cross-talk-banner {
    margin-bottom: 5rem;
  }
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-banner .banner-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 36rem;
  max-width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-cross-talk-section .section-wrapper .section-content .cross-talk-banner .banner-btn {
    height: 24.4rem;
  }
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-banner .banner-btn .back {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 0;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-banner .banner-btn .back img {
  position: relative;
  -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: center center;
          transform-origin: center center;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-banner .banner-btn .action {
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  text-align: right;
  color: #1E1E1E;
  white-space: nowrap;
  padding: 0;
  z-index: 2;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-banner .banner-btn .action .icon {
  position: absolute;
  top: calc(50% - 1rem);
  right: 0;
  width: 2rem;
  height: auto;
  display: none;
  z-index: 0;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-banner .banner-btn:hover .back img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-voices {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .top-cross-talk-section .section-wrapper .section-content .cross-talk-voices {
    width: 60rem;
    max-width: 100%;
    float: right;
  }
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-voices .voice-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-voices .voice-list > li {
  position: relative;
  display: block;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-voices .voice-list > li:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 2.8rem;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-voices .voice-list > li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2'%3E%3Cg id='Group_458' data-name='Group 458' transform='translate(740 -3519)'%3E%3Cpath id='Path_1397' data-name='Path 1397' d='M5.011,1H5.006a1,1,0,0,1-1-1,1,1,0,0,1,1-1h.005a1,1,0,0,1,1,1A1,1,0,0,1,5.011,1ZM.006,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.006a1,1,0,0,1,1,1A1,1,0,0,1,.006,1Z' transform='translate(-739 3520)' fill='%23b2c2e0'/%3E%3Crect id='Rectangle_92' data-name='Rectangle 92' width='3' height='2' transform='translate(-733 3519)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center left;
  background-repeat: repeat-x;
  z-index: 0;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-voices .voice-list .voice-item {
  position: relative;
  display: block;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-voices .voice-list .voice-item::after {
  content: "";
  display: block;
  clear: both;
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-voices .voice-list .voice-item .thumb {
  position: relative;
  width: 15rem;
  float: left;
}
@media only screen and (max-width: 768px) {
  .top-cross-talk-section .section-wrapper .section-content .cross-talk-voices .voice-list .voice-item .thumb {
    width: 10rem;
  }
}
.top-cross-talk-section .section-wrapper .section-content .cross-talk-voices .voice-list .voice-item .content {
  position: relative;
  width: calc(100% - 18rem);
  float: right;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.4rem;
  letter-spacing: 0.025em;
  text-align: left;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-cross-talk-section .section-wrapper .section-content .cross-talk-voices .voice-list .voice-item .content {
    width: calc(100% - 12rem);
    line-height: 3rem;
  }
}
.top-cross-talk-section .section-wrapper .section-action {
  position: relative;
  margin-top: 12rem;
}
@media only screen and (max-width: 768px) {
  .top-cross-talk-section .section-wrapper .section-action {
    margin-top: 10rem;
  }
}
.top-cross-talk-section .section-wrapper .section-action .link-btn {
  position: relative;
  width: 39.4rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top-cross-talk-section .section-wrapper .section-action .link-btn {
    width: 31.6rem;
  }
}

.top-numbers-section {
  position: relative;
  padding: 12rem 0 14rem;
  background: #F5F5F5;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-numbers-section {
    padding: 8rem 0 12rem;
  }
}
.top-numbers-section .container {
  position: relative;
  z-index: 1;
}
.top-numbers-section .section-wrapper {
  position: relative;
}
.top-numbers-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-title {
    margin-bottom: 4rem;
  }
}
.top-numbers-section .section-wrapper .section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 8rem;
}
.top-numbers-section .section-wrapper .section-content {
  position: relative;
}
.top-numbers-section .section-wrapper .section-content .number-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3rem minmax(0, 1fr) 3rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-content .number-list {
    -ms-grid-columns: minmax(0, 1fr) 1.4rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
  }
}
.top-numbers-section .section-wrapper .section-content .number-list > li {
  position: relative;
  display: block;
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem 3rem 3.6rem;
  background: #FFFFFF;
  border-radius: 1rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item {
    padding: 2.4rem 1rem 3rem;
  }
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item .item-label {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content {
  position: relative;
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content::after {
  content: "";
  display: block;
  clear: both;
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 5.6rem;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value {
    width: calc(100% - 12rem);
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value {
    font-size: 1.6rem;
    line-height: 3.6rem;
    text-align: center;
  }
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b {
  position: relative;
  display: inline-block;
  font-family: "Akshar", sans-serif;
  font-size: 8.2rem;
  font-weight: 500;
  line-height: 8rem;
  letter-spacing: -0.025em;
  vertical-align: bottom;
  color: #003399;
  text-indent: -0.4rem;
  margin-right: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b {
    font-size: 5.6rem;
    line-height: 5.4rem;
  }
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b.male {
  margin: 0;
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b.male::before {
  content: "男性";
  position: absolute;
  top: -1.6rem;
  left: 0;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0;
  color: #1E1E1E;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b.male::before {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b.female {
  margin: 0;
  color: #003399;
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b.female::before {
  content: "女性";
  position: absolute;
  top: -1.6rem;
  left: 0;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0;
  color: #1E1E1E;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b.female::before {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b.btw {
  margin-right: 0.4rem;
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b em {
  position: relative;
  display: inline-block;
  font-family: "Akshar", sans-serif;
  font-style: normal;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 6.4rem;
  letter-spacing: -0.025em;
  vertical-align: bottom;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .value b em {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .icon {
  position: relative;
  width: 12rem;
}
@media print, screen and (min-width: 769px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .icon {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .icon {
    width: 10rem;
    margin: 0 auto 2.4rem;
  }
}
.top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .time {
  position: absolute;
  bottom: -1.6rem;
  left: -0.4rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: left;
  color: #A6A6A6;
}
@media only screen and (max-width: 768px) {
  .top-numbers-section .section-wrapper .section-content .number-list .number-item .item-content .time {
    left: unset;
    bottom: -1.8rem;
    right: -0.4rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: right;
  }
}

.top-environment-section {
  position: relative;
  padding: 12rem 0 14rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-environment-section {
    padding: 10rem 0 12rem;
  }
}
.top-environment-section::before {
  content: "";
  position: absolute;
  top: 13rem;
  right: clamp(4rem, 50% - 55.5rem, 50%);
  width: 15.7rem;
  height: 21.1rem;
  background-image: url(../image/environment-effect.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-environment-section::before {
    width: 9.4rem;
    height: 12.6rem;
    top: -3rem;
    right: 2rem;
  }
}
.top-environment-section .container {
  position: relative;
  z-index: 1;
}
.top-environment-section .section-wrapper {
  position: relative;
}
.top-environment-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-environment-section .section-wrapper .section-title {
    margin-bottom: 5rem;
  }
}
.top-environment-section .section-wrapper .section-lead {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-environment-section .section-wrapper .section-lead {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 6rem;
  }
}
.top-environment-section .section-wrapper .section-content {
  position: relative;
}
.top-environment-section .section-wrapper .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.top-environment-section .section-wrapper .section-content .environment-thumb-wrap {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .top-environment-section .section-wrapper .section-content .environment-thumb-wrap {
    width: 30rem;
    max-width: 100%;
    float: left;
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-environment-section .section-wrapper .section-content .environment-thumb-wrap {
    margin-bottom: 6rem;
  }
}
.top-environment-section .section-wrapper .section-content .environment-thumb-wrap .thumb {
  position: relative;
  width: 22rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top-environment-section .section-wrapper .section-content .environment-thumb-wrap .thumb {
    width: 17.6rem;
  }
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .top-environment-section .section-wrapper .section-content .environment-list-wrap {
    width: 80rem;
    max-width: 100%;
    float: right;
  }
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list > li {
  position: relative;
  display: block;
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list > li:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 2.8rem;
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list > li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2'%3E%3Cg id='Group_458' data-name='Group 458' transform='translate(740 -3519)'%3E%3Cpath id='Path_1397' data-name='Path 1397' d='M5.011,1H5.006a1,1,0,0,1-1-1,1,1,0,0,1,1-1h.005a1,1,0,0,1,1,1A1,1,0,0,1,5.011,1ZM.006,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.006a1,1,0,0,1,1,1A1,1,0,0,1,.006,1Z' transform='translate(-739 3520)' fill='%23b2e7e0'/%3E%3Crect id='Rectangle_92' data-name='Rectangle 92' width='3' height='2' transform='translate(-733 3519)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center left;
  background-repeat: repeat-x;
  z-index: 0;
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list .environment-item {
  position: relative;
  display: block;
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list .environment-item::after {
  content: "";
  display: block;
  clear: both;
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list .environment-item .thumb {
  position: relative;
  width: 15rem;
  float: left;
}
@media only screen and (max-width: 768px) {
  .top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list .environment-item .thumb {
    width: 10rem;
  }
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list .environment-item .content {
  position: relative;
  width: calc(100% - 18rem);
  float: right;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.4rem;
  letter-spacing: 0.025em;
  text-align: left;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list .environment-item .content {
    width: calc(100% - 12rem);
    line-height: 3rem;
  }
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list .environment-item .content .label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 2rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list .environment-item .content .label {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 1.2rem;
  }
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list .environment-item .content .label::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  line-height: inherit;
  font-weight: 700;
  color: #00AE99;
}
.top-environment-section .section-wrapper .section-content .environment-list-wrap .environment-list .environment-item .content .desc {
  position: relative;
}
.top-environment-section .section-wrapper .section-action {
  position: relative;
  margin-top: 12rem;
}
@media only screen and (max-width: 768px) {
  .top-environment-section .section-wrapper .section-action {
    margin-top: 10rem;
  }
}
.top-environment-section .section-wrapper .section-action .link-btn {
  position: relative;
  width: 39.4rem;
  max-width: 100%;
  margin: 0 auto;
  border-color: #1E1E1E;
  color: #1E1E1E;
}
.top-environment-section .section-wrapper .section-action .link-btn::before {
  background: #1E1E1E;
}
.top-environment-section .section-wrapper .section-action .link-btn .arrow path {
  fill: #1E1E1E;
}
.top-environment-section .section-wrapper .section-action .link-btn:hover {
  color: #FFFFFF;
}
.top-environment-section .section-wrapper .section-action .link-btn:hover .arrow path {
  fill: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .top-environment-section .section-wrapper .section-action .link-btn {
    width: 31.6rem;
  }
}

.top-sns-section {
  position: relative;
  padding: 10rem 0 14rem;
  background: #003399;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-sns-section {
    padding: 8rem 0 10rem;
  }
}
.top-sns-section::before {
  content: "Technical Software Consultant";
  position: absolute;
  right: 4rem;
  bottom: 1.6rem;
  font-family: "Termina", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-align: right;
  color: #FFFFFF;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-sns-section::before {
    right: 0;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
  }
}
.top-sns-section .container {
  position: relative;
  z-index: 1;
}
.top-sns-section .section-wrapper {
  position: relative;
}
.top-sns-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-sns-section .section-wrapper .section-title {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-sns-section .section-wrapper .section-title {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-sns-section .section-wrapper .section-title {
    margin-bottom: 6rem;
  }
}
.top-sns-section .section-wrapper .section-title .en, .top-sns-section .section-wrapper .section-title .jp {
  color: #FFFFFF;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-sns-section .section-wrapper .section-title .en, .top-sns-section .section-wrapper .section-title .jp {
    text-align: center;
  }
}
.top-sns-section .section-wrapper .section-title .sub {
  position: relative;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: left;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-sns-section .section-wrapper .section-title .sub {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    text-align: center;
  }
}
.top-sns-section .section-wrapper .section-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-sns-section .section-wrapper .section-content {
    width: 78rem;
    max-width: 100%;
    float: right;
    margin-top: 3.6rem;
  }
}
.top-sns-section .section-wrapper .section-content .sns-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3rem minmax(0, 1fr) 3rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top-sns-section .section-wrapper .section-content .sns-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}
.top-sns-section .section-wrapper .section-content .sns-list > li {
  position: relative;
}
.top-sns-section .section-wrapper .section-content .sns-list .sns-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem;
  background: #FFFFFF;
  border-radius: 1rem;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-sns-section .section-wrapper .section-content .sns-list .sns-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-sns-section .section-wrapper .section-content .sns-list .sns-banner .label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.4rem;
    margin: 0;
  }
  .top-sns-section .section-wrapper .section-content .sns-list .sns-banner .desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 13.6rem);
  }
}
.top-sns-section .section-wrapper .section-content .sns-list .sns-banner .label {
  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;
  gap: 1.5rem;
  font-family: "Akshar", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.5rem;
  letter-spacing: 0;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 1.6rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-sns-section .section-wrapper .section-content .sns-list .sns-banner .label {
    font-size: 2rem;
    line-height: 3rem;
    gap: 1rem;
    margin: 0;
  }
}
.top-sns-section .section-wrapper .section-content .sns-list .sns-banner .label img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3.6rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .top-sns-section .section-wrapper .section-content .sns-list .sns-banner .label img {
    width: 3rem;
  }
}
.top-sns-section .section-wrapper .section-content .sns-list .sns-banner .label span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: inherit;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .top-sns-section .section-wrapper .section-content .sns-list .sns-banner .label span {
    min-width: 8.2rem;
    text-align: left;
  }
}
.top-sns-section .section-wrapper .section-content .sns-list .sns-banner .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
  color: #595757;
  text-align: left;
  z-index: 1;
}
.top-sns-section .section-wrapper .section-content .sns-list .sns-banner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  background: #B2C2E0;
  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;
}
.top-sns-section .section-wrapper .section-content .sns-list .sns-banner:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.top-sns-section .section-lead {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0.05em;
  text-align: left;
}
.top-sns-section .section-content {
  position: relative;
}
.top-sns-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}

.top-news-section {
  position: relative;
  padding: 14rem 0 6rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-news-section {
    padding: 10rem 0 4rem;
  }
}
.top-news-section .container {
  position: relative;
  z-index: 1;
}
.top-news-section .section-wrapper {
  position: relative;
}
.top-news-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-news-section .section-wrapper .section-title {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-wrapper .section-title {
    float: left;
    width: calc(100% - 84rem);
    margin-bottom: 8rem;
  }
  .top-news-section .section-wrapper .section-title .en, .top-news-section .section-wrapper .section-title .jp {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-title {
    margin-bottom: 6rem;
  }
}
.top-news-section .section-wrapper .section-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-wrapper .section-content {
    float: right;
    width: 80rem;
    max-width: 100%;
  }
}
.top-news-section .section-wrapper .section-content .news-list {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding: 2px 0 0;
  margin: 0;
}
.top-news-section .section-wrapper .section-content .news-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2'%3E%3Cg id='Group_458' data-name='Group 458' transform='translate(740 -3519)'%3E%3Cpath id='Path_1397' data-name='Path 1397' d='M5.011,1H5.006a1,1,0,0,1-1-1,1,1,0,0,1,1-1h.005a1,1,0,0,1,1,1A1,1,0,0,1,5.011,1ZM.006,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.006a1,1,0,0,1,1,1A1,1,0,0,1,.006,1Z' transform='translate(-739 3520)' fill='%23b2c2e0'/%3E%3Crect id='Rectangle_92' data-name='Rectangle 92' width='3' height='2' transform='translate(-733 3519)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center left;
  background-repeat: repeat-x;
  z-index: 0;
}
.top-news-section .section-wrapper .section-content .news-list > li {
  position: relative;
  display: block;
  padding: 0 0 2px;
  width: 100%;
}
.top-news-section .section-wrapper .section-content .news-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2'%3E%3Cg id='Group_458' data-name='Group 458' transform='translate(740 -3519)'%3E%3Cpath id='Path_1397' data-name='Path 1397' d='M5.011,1H5.006a1,1,0,0,1-1-1,1,1,0,0,1,1-1h.005a1,1,0,0,1,1,1A1,1,0,0,1,5.011,1ZM.006,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.006a1,1,0,0,1,1,1A1,1,0,0,1,.006,1Z' transform='translate(-739 3520)' fill='%23b2c2e0'/%3E%3Crect id='Rectangle_92' data-name='Rectangle 92' width='3' height='2' transform='translate(-733 3519)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center left;
  background-repeat: repeat-x;
  z-index: 0;
}
.top-news-section .section-wrapper .section-content .news-list .news-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 4rem 7.8rem 4rem 0;
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-content .news-list .news-item {
    padding: 3rem 6rem 3rem 0;
  }
}
.top-news-section .section-wrapper .section-content .news-list .news-item::after {
  content: "";
  display: block;
  clear: both;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .link {
  position: absolute;
  top: calc(50% - 2.4rem);
  right: 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;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #003399;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-content .news-list .news-item .link {
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
  }
}
.top-news-section .section-wrapper .section-content .news-list .news-item .link svg {
  display: block;
  width: 2.1rem;
  height: auto;
  margin-bottom: 0.2rem;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .link svg path {
  fill: #003399;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .link:hover {
  background: #003399;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .link:hover svg path {
  fill: #FFFFFF;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-wrapper .section-content .news-list .news-item .meta {
    float: left;
    width: 20rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-content .news-list .news-item .meta {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.top-news-section .section-wrapper .section-content .news-list .news-item .meta .time {
  position: relative;
  font-family: "Akshar", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #003399;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .meta .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem 1.6rem;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .meta .tags > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .meta .tags .tag {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 9rem;
  padding: 0.3rem 1rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #003399;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #003399;
  border-radius: 3rem;
  z-index: 0;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .title {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-wrapper .section-content .news-list .news-item .title {
    float: right;
    width: calc(100% - 22rem);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.top-news-section .section-wrapper .section-content .news-list .news-item .title a {
  color: inherit;
  text-decoration: none;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .title a:hover {
  text-decoration: underline;
}
.top-news-section .section-wrapper .section-action {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-wrapper .section-action {
    float: left;
    width: calc(100% - 84rem);
  }
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-action {
    margin-top: 8rem;
  }
  .top-news-section .section-wrapper .section-action .link-btn {
    margin: 0 auto;
    width: 31.6rem;
  }
}

.top-faq-section {
  position: relative;
  padding: 12rem 0 16rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(8.2%, #f6fcfb), color-stop(21.1%, #dff4f2), color-stop(37.3%, #b9e9e3), color-stop(56.1%, #85d8ce), color-stop(76.8%, #43c3b3), color-stop(95.8%, #00ae99));
  background: linear-gradient(to bottom, #ffffff 0%, #f6fcfb 8.2%, #dff4f2 21.1%, #b9e9e3 37.3%, #85d8ce 56.1%, #43c3b3 76.8%, #00ae99 95.8%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-faq-section {
    padding: 8rem 0 12rem;
  }
}
.top-faq-section .container {
  position: relative;
  z-index: 1;
}
.top-faq-section .section-wrapper {
  position: relative;
}
.top-faq-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-wrapper .section-title {
    margin-bottom: 6rem;
  }
}
.top-faq-section .section-wrapper .section-content {
  position: relative;
}
.top-faq-section .section-wrapper .section-content .faq-list {
  position: relative;
  display: block;
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item {
  position: relative;
  padding: 0;
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 0;
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .question {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .question .label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #1E1E1E;
  padding: 3rem 9rem 3rem 12rem;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-wrapper .section-content .faq-list .faq-item .question .label {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0;
    padding: 2rem 6rem 2rem 6rem;
  }
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .question .label::before {
  content: "Q.";
  position: absolute;
  top: 2.6rem;
  left: 4rem;
  font-family: "Termina", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  color: #00AE99;
  letter-spacing: 0.05em;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-wrapper .section-content .faq-list .faq-item .question .label::before {
    top: 2rem;
    left: 2rem;
    font-size: 2.6rem;
  }
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .question .label::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background: #00AE99;
  border-radius: 0.6rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-wrapper .section-content .faq-list .faq-item .question .label::after {
    width: 3rem;
    height: 3rem;
    border-radius: 0.4rem;
  }
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .question::before, .top-faq-section .section-wrapper .section-content .faq-list .faq-item .question::after {
  content: "";
  position: absolute;
  top: 4.5rem;
  right: 3.3rem;
  width: 2.4rem;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-wrapper .section-content .faq-list .faq-item .question::before, .top-faq-section .section-wrapper .section-content .faq-list .faq-item .question::after {
    top: 3.5rem;
    right: 2.7rem;
    width: 1.6rem;
  }
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .question.expanded::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .answer {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.4rem;
  letter-spacing: 0.025em;
  text-align: left;
  color: #1E1E1E;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-wrapper .section-content .faq-list .faq-item .answer {
    line-height: 3rem;
    letter-spacing: 0;
  }
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .answer .inner {
  position: relative;
  padding: 3rem 4rem 3.2rem 12rem;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-wrapper .section-content .faq-list .faq-item .answer .inner {
    padding: 2.4rem 2rem 2.8rem 2.4rem;
  }
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .answer .inner::before {
  content: "A.";
  position: absolute;
  top: 2.8rem;
  left: 4rem;
  font-family: "Termina", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  color: #003399;
  letter-spacing: 0;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-faq-section .section-wrapper .section-content .faq-list .faq-item .answer .inner::before {
    display: none;
  }
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .answer .inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2'%3E%3Cg id='Group_458' data-name='Group 458' transform='translate(740 -3519)'%3E%3Cpath id='Path_1397' data-name='Path 1397' d='M5.011,1H5.006a1,1,0,0,1-1-1,1,1,0,0,1,1-1h.005a1,1,0,0,1,1,1A1,1,0,0,1,5.011,1ZM.006,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.006a1,1,0,0,1,1,1A1,1,0,0,1,.006,1Z' transform='translate(-739 3520)' fill='%23b2e7e0'/%3E%3Crect id='Rectangle_92' data-name='Rectangle 92' width='3' height='2' transform='translate(-733 3519)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center left;
  background-repeat: repeat-x;
  z-index: 0;
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item .answer .inner p {
  position: relative;
  margin: 0;
}
.top-faq-section .section-wrapper .section-content .faq-list .faq-item + .faq-item {
  margin-top: 1rem;
}

.pageindex {
  position: relative;
  padding: 4rem 0 0;
  height: 44rem;
  background: #003399;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .pageindex {
    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;
  }
}
@media only screen and (max-width: 768px) {
  .pageindex {
    padding: 14rem 0 0;
    height: 42rem;
  }
}
.pageindex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60rem;
  background-image: url(../image/pageindex.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .pageindex::before {
    top: 13.5rem;
    background-image: url(../image/pageindex-sp.webp);
    height: 37rem;
  }
}
.pageindex .container {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .pageindex .container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.pageindex .index-title {
  position: relative;
}
.pageindex .index-title .en {
  position: relative;
  display: block;
  font-family: "Termina", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  color: #B2C2E0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pageindex .index-title .en {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.pageindex .index-title .jp {
  position: relative;
  display: block;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 6.4rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pageindex .index-title .jp {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }
}

.breadcrumbs {
  position: relative;
  padding: 2.4rem 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    padding: 1.2rem 0;
  }
}
.breadcrumbs ol {
  display: block;
  list-style: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #606060;
  letter-spacing: 0.025em;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs ol {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #FFFFFF;
  }
}
.breadcrumbs ol a {
  color: inherit;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li {
  position: relative;
  display: inline;
}
.breadcrumbs ol li + li::before {
  content: "－";
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs ol li + li::before {
    padding-left: 0.8rem;
    padding-right: 1rem;
  }
}

.page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210rem;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-background {
    height: 214rem;
  }
}
.page-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  -webkit-transform: skewY(-29deg);
          transform: skewY(-29deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 0;
}

.page-content {
  position: relative;
  z-index: 1;
}

.page-banner-section {
  position: relative;
  padding: 8rem 0 16rem;
}
@media only screen and (max-width: 768px) {
  .page-banner-section {
    padding: 6rem 0 12rem;
  }
}
.page-banner-section .container {
  position: relative;
  z-index: 0;
}
.page-banner-section .banner-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-banner-section .banner-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}
.page-banner-section .banner-list > li {
  position: relative;
  display: block;
}
.page-banner-section .banner-list .banner-item {
  position: relative;
  display: block;
  width: 100%;
  height: 18rem;
  max-width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-banner-section .banner-list .banner-item {
    height: 13rem;
    border-radius: 0.6rem;
  }
}
.page-banner-section .banner-list .banner-item .back {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 0;
}
.page-banner-section .banner-list .banner-item .back img {
  position: relative;
  -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: center center;
          transform-origin: center center;
}
.page-banner-section .banner-list .banner-item .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 2.6rem 4rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-banner-section .banner-list .banner-item .layer {
    padding: 2rem 2rem;
  }
}
.page-banner-section .banner-list .banner-item .layer .title {
  position: relative;
}
.page-banner-section .banner-list .banner-item .layer .title .en {
  position: relative;
  font-family: "Termina", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0;
  text-align: left;
  color: #1E1E1E;
}
@media only screen and (max-width: 768px) {
  .page-banner-section .banner-list .banner-item .layer .title .en {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.page-banner-section .banner-list .banner-item .layer .title .jp {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .page-banner-section .banner-list .banner-item .layer .title .jp {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.page-banner-section .banner-list .banner-item .action {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Termina", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-align: left;
  color: #1E1E1E;
  white-space: nowrap;
  padding: 0 4rem 0 5rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page-banner-section .banner-list .banner-item .action {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0 3.6rem 0 4.5rem;
  }
}
.page-banner-section .banner-list .banner-item .action .icon {
  position: absolute;
  top: calc(50% - 0.8rem);
  left: 0;
  width: 1.6rem;
  height: auto;
  z-index: 0;
}
.page-banner-section .banner-list .banner-item .action .arrow {
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 0;
  width: 2.1rem;
  height: auto;
  z-index: 0;
}
.page-banner-section .banner-list .banner-item.white .layer .title .en {
  color: #FFFFFF;
}
.page-banner-section .banner-list .banner-item.white .layer .title .jp {
  color: #FFFFFF;
}
.page-banner-section .banner-list .banner-item.white .action {
  color: #FFFFFF;
}
.page-banner-section .banner-list .banner-item.white .action .icon path {
  fill: #FFFFFF;
}
.page-banner-section .banner-list .banner-item.white .action .arrow path {
  fill: #FFFFFF;
}
.page-banner-section .banner-list .banner-item:hover .back img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-banner-section .banner-action {
  position: relative;
  margin-top: 16rem;
}
@media only screen and (max-width: 768px) {
  .page-banner-section .banner-action {
    margin-top: 10rem;
  }
}
.page-banner-section .banner-action .link-btn {
  position: relative;
  width: 39.4rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-banner-section .banner-action .link-btn {
    width: 31.6rem;
  }
}

.common-intry-section {
  position: relative;
  padding: 8rem 0 10rem;
  background-image: url(../image/intry-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-intry-section {
    padding: 8rem 0 10rem;
  }
}
.common-intry-section::before {
  content: "Technical Software Consultant";
  position: absolute;
  right: 4rem;
  bottom: 1.6rem;
  font-family: "Termina", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-align: right;
  color: #FFFFFF;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-intry-section::before {
    right: 0;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
  }
}
.common-intry-section .container {
  position: relative;
  z-index: 1;
}
.common-intry-section .section-title {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .common-intry-section .section-title {
    margin-bottom: 5rem;
  }
}
.common-intry-section .section-title .en, .common-intry-section .section-title .jp {
  color: #FFFFFF;
}
.common-intry-section .section-desc {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .common-intry-section .section-desc {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.common-intry-section .section-note {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: center;
  color: #FFFFFF;
  margin-top: 4rem;
}
.common-intry-section .section-content {
  position: relative;
  margin-top: 6rem;
}
.common-intry-section .section-content .intry-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .common-intry-section .section-content .intry-list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.common-intry-section .section-content .intry-list > li {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .common-intry-section .section-content .intry-list > li {
    -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) {
  .common-intry-section .section-content .intry-list > li {
    width: 100%;
  }
  .common-intry-section .section-content .intry-list > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.common-intry-section .section-content .intry-list .link-btn {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .common-intry-section .section-content .intry-list .link-btn {
    margin: 0 auto;
  }
}
.common-intry-section .section-content .intry-list .link-btn.--type-new {
  position: relative;
}
.common-intry-section .section-content .intry-list .link-btn.--type-mid {
  border-color: #00AE99;
  color: #00AE99;
}
.common-intry-section .section-content .intry-list .link-btn.--type-mid::before {
  background: #00AE99;
}
.common-intry-section .section-content .intry-list .link-btn.--type-mid .arrow path {
  fill: #00AE99;
}
.common-intry-section .section-content .intry-list .link-btn.--type-mid:hover {
  color: #FFFFFF;
}
.common-intry-section .section-content .intry-list .link-btn.--type-mid:hover .arrow path {
  fill: #FFFFFF;
}

.page-recruit-job {
  position: relative;
  z-index: 0;
}
.page-recruit-job .page-voice-section {
  position: relative;
  padding: 8rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-voice-section {
    padding: 6rem 0 4rem;
  }
}
.page-recruit-job .page-voice-section .section-lead {
  position: relative;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-voice-section .section-lead {
    margin-bottom: 12rem;
  }
}
.page-recruit-job .page-voice-section .section-lead .title {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 5.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-voice-section .section-lead .title {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
.page-recruit-job .page-voice-section .section-lead .title::before {
  content: "";
  position: absolute;
  top: -9rem;
  right: -13.5rem;
  width: 10.7rem;
  height: 11rem;
  background-image: url(../image/recruit-job/voice-title-icon01.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-voice-section .section-lead .title::before {
    top: -7rem;
    right: -4rem;
    width: 6.4rem;
    height: 6.6rem;
  }
}
.page-recruit-job .page-voice-section .section-lead .title::after {
  content: "";
  position: absolute;
  top: 5rem;
  left: -13rem;
  width: 9.6rem;
  height: 9.1rem;
  background-image: url(../image/recruit-job/voice-title-icon02.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-voice-section .section-lead .title::after {
    top: auto;
    bottom: -6.6rem;
    left: -3.6rem;
    width: 5.8rem;
    height: 5.5rem;
  }
}
.page-recruit-job .page-voice-section .section-content {
  position: relative;
}
.page-recruit-job .page-voice-section .section-content .voice-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: 4rem 4rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-voice-section .section-content .voice-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
  }
}
.page-recruit-job .page-voice-section .section-content .voice-list > li {
  position: relative;
  display: block;
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.4rem 3rem 3rem 1.1rem;
  background: #FFFFFF;
  border-radius: 1rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-voice-section .section-content .voice-list .voice-item {
    padding: 0.6rem 2rem 3rem 1rem;
  }
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item::after {
  content: "";
  display: block;
  clear: both;
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item .thumb {
  position: relative;
  width: 23.8rem;
  max-width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-voice-section .section-content .voice-list .voice-item .thumb {
    width: 11.8rem;
  }
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item .title {
  position: relative;
  float: right;
  width: calc(100% - 24.9rem);
  margin-top: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-voice-section .section-content .voice-list .voice-item .title {
    width: calc(100% - 13.8rem);
    margin-top: 3rem;
  }
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item .title .department {
  position: relative;
  width: 16rem;
  max-width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  text-align: center;
  color: #FFFFFF;
  background: #003399;
  padding: 0.3rem 1rem;
  border-radius: 0.5rem;
  z-index: 0;
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item .title .name {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
  margin-top: 1.2rem;
  z-index: 1;
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item .content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
  margin-top: 1.2rem;
  z-index: 1;
  float: right;
  width: calc(100% - 24.9rem);
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-voice-section .section-content .voice-list .voice-item .content {
    width: calc(100% - 1rem);
    margin-top: 2rem;
    letter-spacing: 0.025em;
  }
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item.--type-system .title .department {
  background: #003399;
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item.--type-manager .title .department {
  background: #DA5B59;
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item.--type-sales .title .department {
  background: #EEA471;
}
.page-recruit-job .page-voice-section .section-content .voice-list .voice-item.--type-solution .title .department {
  background: #00AE99;
}
.page-recruit-job .page-faq-section {
  position: relative;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section {
    padding: 6rem 0 4rem;
  }
}
.page-recruit-job .page-faq-section .section-lead {
  position: relative;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-lead {
    margin-bottom: 5rem;
  }
}
.page-recruit-job .page-faq-section .section-lead .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-lead .title {
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: 0.025em;
  }
}
.page-recruit-job .page-faq-section .section-lead .title > span {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E6F050));
  background: linear-gradient(to bottom, transparent 60%, #E6F050 60%);
}
.page-recruit-job .page-faq-section .section-content {
  position: relative;
}
.page-recruit-job .page-faq-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.page-recruit-job .page-faq-section .section-content .faq-indexs {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-job .page-faq-section .section-content .faq-indexs {
    position: sticky;
    top: 12rem;
    left: 0;
    float: left;
    width: 24rem;
    max-width: 100%;
  }
}
.page-recruit-job .page-faq-section .section-content .faq-indexs .index-title {
  position: relative;
  font-family: "Termina", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
  color: #003399;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}
.page-recruit-job .page-faq-section .section-content .faq-indexs .index-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2'%3E%3Cg id='Group_422' data-name='Group 422' transform='translate(307 -1683)'%3E%3Cpath id='Line_4' data-name='Line 4' d='M5.011,1H5.005a1,1,0,0,1-1-1,1,1,0,0,1,1-1h.006a1,1,0,0,1,1,1A1,1,0,0,1,5.011,1ZM.005,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H.005a1,1,0,0,1,1,1A1,1,0,0,1,.005,1Z' transform='translate(-306 1684)' fill='%23b2c2e0'/%3E%3Crect id='Rectangle_64' data-name='Rectangle 64' width='3' height='2' transform='translate(-300 1683)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center left;
  background-repeat: repeat-x;
  z-index: 0;
}
.page-recruit-job .page-faq-section .section-content .faq-indexs .index-list {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
  list-style: none;
  counter-reset: list-item;
  padding: 0;
  margin: 0;
}
.page-recruit-job .page-faq-section .section-content .faq-indexs .index-list > li {
  position: relative;
  display: block;
  counter-increment: list-item;
}
.page-recruit-job .page-faq-section .section-content .faq-indexs .index-list > li:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-content .faq-indexs .index-list > li:not(:first-child) {
    margin-top: 1.2rem;
  }
}
.page-recruit-job .page-faq-section .section-content .faq-indexs .index-list .link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font: inherit;
  color: #606060;
  text-decoration: none;
  padding: 0 0 0 4rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-recruit-job .page-faq-section .section-content .faq-indexs .index-list .link::before {
  content: "Q." counter(list-item);
  position: absolute;
  left: 0;
  top: 0;
  font: inherit;
  color: inherit;
  z-index: 0;
}
.page-recruit-job .page-faq-section .section-content .faq-indexs .index-list .link:hover {
  text-decoration: underline;
}
.page-recruit-job .page-faq-section .section-content .faq-indexs .index-list .link.active {
  color: #003399;
}
.page-recruit-job .page-faq-section .section-content .faq-indexs .index-list .link.active::before {
  color: #003399;
}
.page-recruit-job .page-faq-section .section-content .faq-contents {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-job .page-faq-section .section-content .faq-contents {
    float: right;
    width: calc(100% - 32rem);
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-content .faq-contents {
    margin-top: 6rem;
  }
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content {
  position: relative;
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .question {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .question {
    margin-bottom: 3rem;
  }
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .question .count {
  position: relative;
  font-family: "Termina", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #003399;
  text-align: left;
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .question .title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4.8rem;
  letter-spacing: 0.025em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .question .title {
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: 0.025em;
  }
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list > li {
  position: relative;
  display: block;
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list > li:not(:first-child) {
  margin-top: 1.6rem;
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer {
  position: relative;
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer::after {
  content: "";
  display: block;
  clear: both;
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer .icon {
  position: relative;
  width: 8rem;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer .icon {
    width: 6.4rem;
  }
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer .icon.--bit {
  width: 8.7rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer .icon.--bit {
    width: 7rem;
  }
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer .message {
  position: relative;
  width: calc(100% - 11.6rem);
  float: right;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: left;
  padding: 2.4rem 4rem;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 0.8rem;
  margin-top: 1rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer .message {
    width: calc(100% - 8.8rem);
    padding: 2rem 2rem;
  }
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer .message::before {
  content: "";
  position: absolute;
  top: 3.4rem;
  left: -1.7rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='Group_427' data-name='Group 427' transform='translate(190 -1808)'%3E%3Cpath id='Path_1528' data-name='Path 1528' d='M587.282,1836.138v18l-17.4-9Zm-1.047,16.248v-14.5l-14.012,7.248Z' transform='translate(-759.882 -28.138)' fill='%23dcdcdc'/%3E%3Cpath id='Path_1530' data-name='Path 1530' d='M571,1845.138l15.782-8.191v16.382Z' transform='translate(-758.782 -28.138)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer .message::before {
    top: 2.4rem;
    left: -1.3rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer.reverse .icon {
  float: right;
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer.reverse .message {
  float: left;
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer.reverse .message::before {
  left: auto;
  right: -1.7rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-content .faq-contents .faq-content .answer-list .answer.reverse .message::before {
    right: -1.3rem;
  }
}
.page-recruit-job .page-faq-section .section-content .faq-contents .faq-content + .faq-content {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-job .page-faq-section .section-content .faq-contents .faq-content + .faq-content {
    margin-top: 6rem;
  }
}

.page-recruit-work {
  position: relative;
  z-index: 0;
}
.page-recruit-work .page-background {
  height: 360rem;
}
.page-recruit-work .pageindex {
  background: #00AE99;
}
.page-recruit-work .pageindex::before {
  background-image: url(../image/recruit-work/pageindex.webp);
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .pageindex::before {
    background-image: url(../image/recruit-work/pageindex-sp.webp);
  }
}
.page-recruit-work .pageindex .index-title .en {
  color: #99DFD6;
}
.page-recruit-work .page-training-section {
  position: relative;
  padding: 8rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section {
    padding: 6rem 0 4rem;
  }
}
.page-recruit-work .page-training-section::before {
  content: "";
  position: absolute;
  top: 12.2rem;
  left: clamp(0rem, 50% - 73rem, 50%);
  width: 26.4rem;
  height: 20.4rem;
  background-image: url(../image/recruit-work/training-shape01.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section::before {
    top: 6rem;
    left: 0.6rem;
    width: 12.6rem;
    height: 9.4rem;
  }
}
.page-recruit-work .page-training-section .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-title {
    margin-bottom: 4rem;
  }
}
.page-recruit-work .page-training-section .section-title .en {
  color: #00AE99;
}
.page-recruit-work .page-training-section .section-desc {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-desc {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 6rem;
  }
}
.page-recruit-work .page-training-section .section-content {
  position: relative;
  padding: 6rem 8rem;
  background: #FFFFFF;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.025em;
  text-align: left;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-content {
    padding: 4rem 2rem;
    letter-spacing: 0;
  }
}
.page-recruit-work .page-training-section .section-content .training-list {
  position: relative;
  display: block;
}
.page-recruit-work .page-training-section .section-content .training-list > li {
  position: relative;
  display: block;
}
.page-recruit-work .page-training-section .section-content .training-list > li:not(:first-child) {
  margin-top: 9rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-content .training-list > li:not(:first-child) {
    margin-top: 6rem;
  }
}
.page-recruit-work .page-training-section .section-content .training-block {
  position: relative;
  display: block;
}
.page-recruit-work .page-training-section .section-content .training-block .block-label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem 1rem;
  background: #003399;
  border-radius: 0.5rem;
  width: 36rem;
  max-width: 100%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-content .training-block .block-label {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-recruit-work .page-training-section .section-content .training-block .block-desc {
  position: relative;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-content .training-block .block-desc {
    max-width: 84rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-content .training-block .block-desc {
    margin-bottom: 4rem;
  }
}
.page-recruit-work .page-training-section .section-content .training-block .block-list {
  position: relative;
  display: block;
}
.page-recruit-work .page-training-section .section-content .training-block .block-list > li {
  position: relative;
  display: block;
}
.page-recruit-work .page-training-section .section-content .training-block .block-list > li:not(:first-child) {
  margin-top: 3rem;
}
.page-recruit-work .page-training-section .section-content .training-block .block-list .box {
  position: relative;
  background: #FFFFFF;
  padding: 2.4rem 4rem 3.6rem;
  border: 1px solid #99ADD6;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-content .training-block .block-list .box {
    padding: 2.4rem 2rem 3rem;
  }
}
.page-recruit-work .page-training-section .section-content .training-block .block-list .box .label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #003399;
  text-align: left;
  padding-bottom: 2rem;
  border-bottom: 1px solid #99ADD6;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-content .training-block .block-list .box .label {
    padding-bottom: 2rem;
    margin-bottom: 2.4rem;
  }
}
.page-recruit-work .page-training-section .section-content .training-block .block-list .box .desc {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-content .training-block.--type-mid::before {
    content: "";
    position: absolute;
    top: -7.2rem;
    right: -19rem;
    width: 26.4rem;
    height: 23rem;
    background-image: url(../image/recruit-work/training-shape02.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.page-recruit-work .page-training-section .section-content .training-block.--type-mid .block-label {
  background: #00AE99;
}
.page-recruit-work .page-training-section .section-content .training-block.--type-mid .block-list .box {
  border-color: #99DFD6;
}
.page-recruit-work .page-training-section .section-content .training-block.--type-mid .block-list .box .label {
  color: #00AE99;
  border-color: #99DFD6;
}
.page-recruit-work .page-training-section .section-career {
  position: relative;
  margin-top: 9rem;
  padding: 6rem 8rem;
  background: -webkit-gradient(linear, left top, right top, from(#0099EB), color-stop(25%, #00A6CA), color-stop(50%, #00B1AF), color-stop(75%, #00B79E), to(#00BA99));
  background: linear-gradient(90deg, #0099EB 0%, #00A6CA 25%, #00B1AF 50%, #00B79E 75%, #00BA99 100%);
  border-radius: 2rem;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-career {
    margin-top: 6rem;
    padding: 6rem 2rem 4rem;
    border-radius: 1.5rem;
  }
}
.page-recruit-work .page-training-section .section-career::before {
  content: "Career up!";
  position: absolute;
  top: -1.2rem;
  left: 0;
  font-family: "Termina", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-career::before {
    font-size: 4.8rem;
    top: -0.8rem;
  }
}
.page-recruit-work .page-training-section .section-career .career-label {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-career .career-label {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
}
.page-recruit-work .page-training-section .section-career .career-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-career .career-desc {
    text-align: left;
    margin-bottom: 4rem;
  }
}
.page-recruit-work .page-training-section .section-career .career-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-career .career-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-recruit-work .page-training-section .section-career .career-list::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 83.8%;
    width: 100%;
    height: 29.4rem;
    background-image: url(../image/recruit-work/career-up.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.page-recruit-work .page-training-section .section-career .career-list > li {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-career .career-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-training-section .section-career .career-list > li {
    width: 100%;
  }
  .page-recruit-work .page-training-section .section-career .career-list > li:not(:first-child) {
    margin-top: 2rem;
  }
}
.page-recruit-work .page-training-section .section-career .career-list .career-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 3rem 2rem 3rem;
  background: #F2FBFA;
  z-index: 0;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block .block-body {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block .block-body .icon {
  position: relative;
  width: 10rem;
  border-radius: 50%;
  margin: 0 auto 2.4rem;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block .block-body .label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #00AE99;
  text-align: center;
  margin-bottom: 3rem;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block .block-body .desc {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
  text-align: left;
  color: #606060;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block .block-footer {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-top: 3.4rem;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block .block-footer .period {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #606060;
  text-align: center;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block .block-footer .period em {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-style: normal;
  font: inherit;
  background: #F2FBFA;
  padding: 0 1rem;
  z-index: 1;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block .block-footer .period span {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font: inherit;
  background: #F2FBFA;
  padding: 0 1rem;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-career .career-list .career-block .block-footer .period span {
    padding: 0 1rem 0 1.6rem;
  }
  .page-recruit-work .page-training-section .section-career .career-list .career-block .block-footer .period span::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 0.4rem);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #00AE99;
    z-index: 0;
  }
}
.page-recruit-work .page-training-section .section-career .career-list .career-block.--step01 {
  background: #F2FBFA;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block.--step01 .block-footer .period em, .page-recruit-work .page-training-section .section-career .career-list .career-block.--step01 .block-footer .period span {
  background: #F2FBFA;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-career .career-list .career-block.--step01 {
    min-height: 42rem;
  }
}
.page-recruit-work .page-training-section .section-career .career-list .career-block.--step02 {
  background: #E0F5F3;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block.--step02 .block-footer .period em, .page-recruit-work .page-training-section .section-career .career-list .career-block.--step02 .block-footer .period span {
  background: #E0F5F3;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-career .career-list .career-block.--step02 .block-footer .period::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 88%;
    height: 1px;
    background: #00AE99;
    z-index: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-career .career-list .career-block.--step02 {
    min-height: 46rem;
  }
}
.page-recruit-work .page-training-section .section-career .career-list .career-block.--step03 {
  background: #CCEFEB;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block.--step03 .block-footer .period em, .page-recruit-work .page-training-section .section-career .career-list .career-block.--step03 .block-footer .period span {
  background: #CCEFEB;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-career .career-list .career-block.--step03 .block-footer .period::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 87%;
    height: 1px;
    background: #00AE99;
    z-index: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-career .career-list .career-block.--step03 {
    min-height: 50rem;
  }
}
.page-recruit-work .page-training-section .section-career .career-list .career-block.--step04 {
  background: #B2E7E0;
}
.page-recruit-work .page-training-section .section-career .career-list .career-block.--step04 .block-footer .period em, .page-recruit-work .page-training-section .section-career .career-list .career-block.--step04 .block-footer .period span {
  background: #B2E7E0;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-career .career-list .career-block.--step04 .block-footer .period::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 98%;
    height: 1px;
    background: #00AE99;
    z-index: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-training-section .section-career .career-list .career-block.--step04 {
    min-height: 54rem;
  }
}
.page-recruit-work .page-benefit-section {
  position: relative;
  padding: 8rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section {
    padding: 6rem 0 4rem;
  }
}
.page-recruit-work .page-benefit-section::before {
  content: "";
  position: absolute;
  top: 7.2rem;
  left: clamp(0rem, 50% - 66.5rem, 50%);
  width: 15.3rem;
  height: 23rem;
  background-image: url(../image/recruit-work/benefit-shape.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section::before {
    top: 1.2rem;
    left: 1.5rem;
    width: 9.6rem;
    height: 14.8rem;
  }
}
.page-recruit-work .page-benefit-section .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-title {
    margin-bottom: 4rem;
  }
}
.page-recruit-work .page-benefit-section .section-title .en {
  color: #00AE99;
}
.page-recruit-work .page-benefit-section .section-desc {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-desc {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 6rem;
  }
}
.page-recruit-work .page-benefit-section .section-content {
  position: relative;
}
.page-recruit-work .page-benefit-section .section-content .benefit-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.4rem minmax(0, 1fr) 2.4rem minmax(0, 1fr) 2.4rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-list {
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-list > li {
  position: relative;
}
.page-recruit-work .page-benefit-section .section-content .benefit-list .benefit-block {
  position: relative;
  display: block;
  width: 100%;
  height: 28.2rem;
  padding: 3rem 2rem 3rem;
  background: #F0FAF9;
  border-radius: 1.5rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-list .benefit-block {
    height: 100%;
    padding: 2.4rem 1.6rem 3rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-list .benefit-block .icon {
  position: relative;
  width: 12rem;
  margin: 0 auto 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-list .benefit-block .icon {
    width: 8rem;
    margin: 0 auto 2rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-list .benefit-block .label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: center;
  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;
  min-height: 7.2rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-list .benefit-block .label {
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    text-align: center;
    min-height: 6.2rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-list .benefit-block .label span {
  font: inherit;
}
.page-recruit-work .page-benefit-section .section-content .benefit-list .benefit-block .label.ls {
  letter-spacing: -0.025em;
}
.page-recruit-work .page-benefit-section .section-content .benefit-other {
  position: relative;
  background: #FFFFFF;
  padding: 2rem 2rem;
  border: 1px solid #00AE99;
  border-radius: 1.5rem;
  margin-top: 4rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-other {
    padding: 2.4rem 2rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-head {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-head {
    padding: 2.4rem 3.6rem 2.4rem 1.6rem;
    border-right: 1px solid #DCDCDC;
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-head {
    margin-bottom: 2.4rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-head .label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-head .label {
    padding: 0 0 0 8.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-head .label {
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 5.6rem 0 0;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-head .label::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.4rem);
  left: 0;
  width: 5.4rem;
  height: 4.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='48' viewBox='0 0 54 48'%3E%3Cpath id='Path_1515' data-name='Path 1515' d='M215.4,4751.692h0a4.409,4.409,0,0,1-2.395-.706,90.131,90.131,0,0,1-13.123-10.293c-6.381-6.139-10.121-12.082-11.115-17.664a16.018,16.018,0,0,1,3.2-12.883,16.91,16.91,0,0,1,5.75-5.021,13.135,13.135,0,0,1,6.017-1.433c5.236,0,9.8,2.934,11.762,4.4,1.957-1.467,6.53-4.4,11.772-4.4a13.152,13.152,0,0,1,6.02,1.433,16.907,16.907,0,0,1,5.751,5.021,15.941,15.941,0,0,1,3.184,12.849c-1,5.59-4.778,11.543-11.215,17.694a90.777,90.777,0,0,1-13.225,10.3A4.416,4.416,0,0,1,215.4,4751.692Zm-11.663-44.958c-3.57,0-6.709,1.764-9.332,5.241a12.926,12.926,0,0,0-2.636,10.522c2.086,11.709,18.049,22.811,22.892,25.934a1.363,1.363,0,0,0,1.479,0,87.637,87.637,0,0,0,12.764-9.942c5.961-5.7,9.434-11.09,10.322-16.033a12.85,12.85,0,0,0-2.619-10.482c-2.623-3.477-5.764-5.241-9.336-5.241-4.913,0-9.258,3.221-10.473,4.208a2.053,2.053,0,0,1-2.6,0C212.987,4709.955,208.646,4706.734,203.738,4706.734Z' transform='translate(-188.499 -4703.692)' fill='%2300ae99'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-head .label::before {
    top: 0;
    left: calc(50% - 2.4rem);
    width: 4.8rem;
    height: 4.4rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-body {
  position: relative;
}
.page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-body .other-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-body .other-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;
}
.page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-body .other-list > li .box {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20rem;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0.025em;
  color: #00AE99;
  text-align: center;
  background: #FFFFFF;
  padding: 1rem 2.4rem;
  border: 1px solid #00AE99;
  border-radius: 0.5rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-other .other-wrapper .other-body .other-list > li .box {
    min-width: 15.8rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-operate {
  position: relative;
  background: #FFFFFF;
  padding: 3.6rem 2rem 3.6rem 4.5rem;
  border: 1px solid #00AE99;
  border-radius: 1.5rem;
  margin-top: 4rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-operate {
    padding: 2.4rem 2rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-operate .operate-wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-operate .operate-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-operate .operate-wrapper .thumb {
  position: relative;
  width: 13.2rem;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-operate .operate-wrapper .thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-operate .operate-wrapper .thumb {
    margin: 0 auto 2.4rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-operate .operate-wrapper .info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-operate .operate-wrapper .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 17.2rem);
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-operate .operate-wrapper .info .label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-work .page-benefit-section .section-content .benefit-operate .operate-wrapper .info .label {
    font-size: 1.8rem;
    line-height: 3.2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.page-recruit-work .page-benefit-section .section-content .benefit-operate .operate-wrapper .info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
}

.contact-mail-section {
  position: relative;
  padding: 10rem 0 16rem;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section {
    padding: 8rem 0 12rem;
  }
}
.contact-mail-section .section-wrapper {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.contact-mail-section .contact-form {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.025em;
  color: #1E1E1E;
  text-align: left;
  word-break: break-all;
  /* input */
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form {
    font-size: 1.6rem;
  }
}
.contact-mail-section .contact-form input[type=text],
.contact-mail-section .contact-form input[type=email],
.contact-mail-section .contact-form input[type=tel],
.contact-mail-section .contact-form input[type=number],
.contact-mail-section .contact-form input[type=password],
.contact-mail-section .contact-form select,
.contact-mail-section .contact-form textarea {
  position: relative;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.4rem 3rem;
  width: 100%;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  color: #1E1E1E;
  outline: none;
  border-radius: 0.8rem;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form input[type=text],
  .contact-mail-section .contact-form input[type=email],
  .contact-mail-section .contact-form input[type=tel],
  .contact-mail-section .contact-form input[type=number],
  .contact-mail-section .contact-form input[type=password],
  .contact-mail-section .contact-form select,
  .contact-mail-section .contact-form textarea {
    padding: 2rem 2rem;
  }
}
.contact-mail-section .contact-form input[type=text],
.contact-mail-section .contact-form input[type=email],
.contact-mail-section .contact-form input[type=tel],
.contact-mail-section .contact-form input[type=number],
.contact-mail-section .contact-form input[type=password],
.contact-mail-section .contact-form select {
  height: 8rem;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form input[type=text],
  .contact-mail-section .contact-form input[type=email],
  .contact-mail-section .contact-form input[type=tel],
  .contact-mail-section .contact-form input[type=number],
  .contact-mail-section .contact-form input[type=password],
  .contact-mail-section .contact-form select {
    height: 7rem;
  }
}
.contact-mail-section .contact-form textarea {
  height: 32rem;
}
.contact-mail-section .contact-form input[type=text]:focus,
.contact-mail-section .contact-form input[type=email]:focus,
.contact-mail-section .contact-form input[type=tel]:focus,
.contact-mail-section .contact-form input[type=number]:focus,
.contact-mail-section .contact-form input[type=password]:focus,
.contact-mail-section .contact-form select:focus,
.contact-mail-section .contact-form textarea:focus {
  border-color: #1E1E1E;
}
.contact-mail-section .contact-form .form-lead {
  position: relative;
  color: #DA5B59;
  padding: 0 0 2rem;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form .form-lead {
    margin-bottom: 4rem;
  }
}
.contact-mail-section .contact-form .form-inputs {
  position: relative;
}
.contact-mail-section .contact-form .form-inputs > li {
  position: relative;
}
.contact-mail-section .contact-form .form-inputs > li:not(:last-child) {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form .form-inputs > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.contact-mail-section .contact-form .form-accept {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form .form-accept {
    margin-top: 4rem;
  }
}
.contact-mail-section .contact-form .form-accept a {
  color: inherit;
  text-decoration: underline;
}
.contact-mail-section .contact-form .form-submit {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form .form-submit {
    margin-top: 6rem;
  }
}
.contact-mail-section .contact-form .form-submit .btn-submit {
  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: 36rem;
  max-width: 100%;
  height: 8.6rem;
  padding: 1.2rem 2rem 1rem 1rem;
  border-radius: 7.2rem;
  background: #0069D5;
  color: #FFFFFF;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border: 1px solid #0069D5;
  outline: none !important;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form .form-submit .btn-submit {
    width: 32rem;
    height: 7.2rem;
  }
}
.contact-mail-section .contact-form .form-submit .btn-submit span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.contact-mail-section .contact-form .form-submit .btn-submit::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;
}
.contact-mail-section .contact-form .form-submit .btn-submit::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.7rem);
  right: 2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -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);
  z-index: 3;
}
.contact-mail-section .contact-form .form-submit .btn-submit:hover {
  color: #0069D5;
}
.contact-mail-section .contact-form .form-submit .btn-submit:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.contact-mail-section .contact-form .form-submit .btn-submit:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%230069d5'/%3E%3C/svg%3E%0A");
}
.contact-mail-section .contact-form .input-group {
  position: relative;
  display: block;
  width: 100%;
}
.contact-mail-section .contact-form .input-group > label {
  position: relative;
  display: block;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.contact-mail-section .contact-form .input-group > label .required {
  position: relative;
  display: inline-block;
  color: #DA5B59;
  margin-left: 0.5rem;
}
.contact-mail-section .contact-form .input {
  position: relative;
}
.contact-mail-section .contact-form .validate {
  color: #EE1414;
}
.contact-mail-section .contact-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contact-mail-section .contact-form .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 0;
  margin: 0;
}
.contact-mail-section .contact-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio], .contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 3.6rem;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after, .contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before, .contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 5rem;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before {
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #0069D5;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #0069D5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0.4rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #FFFFFF;
  border: 1px solid #150201;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
    top: 0.1rem;
  }
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  top: -0.1rem;
  left: 1.2rem;
  width: 1rem;
  height: 2.4rem;
  border: 1px solid #0069D5;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
    top: -0.4rem;
  }
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #0069D5;
}
.contact-mail-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.contact-mail-section .contact-form .wpcf7-spinner {
  display: none;
}
.contact-mail-section .wpcf7 form .wpcf7-response-output {
  position: relative;
  width: 100%;
  padding: 3rem 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
  margin: 6rem auto 0;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .wpcf7 form .wpcf7-response-output {
    margin-top: 5rem;
    padding: 3rem 2rem;
  }
}

.contact-thanks-section {
  position: relative;
  padding: 10rem 0 16rem;
}
@media only screen and (max-width: 768px) {
  .contact-thanks-section {
    padding: 8rem 0 12rem;
  }
}
.contact-thanks-section .container {
  position: relative;
  z-index: 1;
}
.contact-thanks-section .section-wrapper {
  position: relative;
}
.contact-thanks-section .section-wrapper .thanks-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5.6rem;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .contact-thanks-section .section-wrapper .thanks-title {
    font-size: 2.5rem;
    line-height: 4.4rem;
    margin-bottom: 5rem;
  }
}
.contact-thanks-section .section-wrapper .thanks-content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: center;
}
.contact-thanks-section .section-wrapper .thanks-content a {
  color: #0069D5;
  text-decoration: underline;
}
.contact-thanks-section .section-wrapper .thanks-action {
  position: relative;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .contact-thanks-section .section-wrapper .thanks-action {
    margin-top: 6rem;
  }
}
.contact-thanks-section .section-wrapper .thanks-action .link-btn {
  margin: 0 auto;
}

.page-notfound-section {
  position: relative;
  padding: 10rem 0 16rem;
}
@media only screen and (max-width: 768px) {
  .page-notfound-section {
    padding: 8rem 0 12rem;
  }
}
.page-notfound-section .container {
  position: relative;
  z-index: 1;
}
.page-notfound-section .section-wrapper {
  position: relative;
}
.page-notfound-section .section-wrapper .page-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5.6rem;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-notfound-section .section-wrapper .page-title {
    font-size: 2.5rem;
    line-height: 4.4rem;
    margin-bottom: 5rem;
  }
}
.page-notfound-section .section-wrapper .page-content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: center;
}
.page-notfound-section .section-wrapper .page-content a {
  color: #0069D5;
  text-decoration: underline;
}
.page-notfound-section .section-wrapper .page-action {
  position: relative;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-notfound-section .section-wrapper .page-action {
    margin-top: 6rem;
  }
}
.page-notfound-section .section-wrapper .page-action .link-btn {
  margin: 0 auto;
}

.page-news-section {
  position: relative;
  padding: 10rem 0 16rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section {
    padding: 8rem 0 12rem;
  }
}
.page-news-section .container {
  position: relative;
  z-index: 1;
}
.page-news-section .section-wrapper {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.page-news-section .section-wrapper .section-content {
  position: relative;
  max-width: 100%;
}
.page-news-section .section-wrapper .section-content .news-indexes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 3rem;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-wrapper .section-content .news-indexes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem 1.6rem;
    margin-bottom: 6rem;
  }
}
.page-news-section .section-wrapper .section-content .news-indexes > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-news-section .section-wrapper .section-content .news-indexes .index-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;
  width: 14rem;
  max-width: 100%;
  height: 5rem;
  padding: 0.7rem 0.5rem 0.5rem 0.5rem;
  border-radius: 5rem;
  background: transparent;
  color: #0069D5;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border: 1px solid #0069D5;
  outline: none !important;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-wrapper .section-content .news-indexes .index-link {
    width: 11rem;
    height: 4.4rem;
  }
}
.page-news-section .section-wrapper .section-content .news-indexes .index-link span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.page-news-section .section-wrapper .section-content .news-indexes .index-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  background: #0069D5;
  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-news-section .section-wrapper .section-content .news-indexes .index-link:hover, .page-news-section .section-wrapper .section-content .news-indexes .index-link.active {
  color: #FFFFFF;
}
.page-news-section .section-wrapper .section-content .news-indexes .index-link:hover::before, .page-news-section .section-wrapper .section-content .news-indexes .index-link.active::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.page-news-section .section-wrapper .section-content .news-list {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #DCDCDC;
}
.page-news-section .section-wrapper .section-content .news-list > li {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
}
.page-news-section .section-wrapper .section-content .news-list .news-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 4rem 7.8rem 4rem 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-wrapper .section-content .news-list .news-item {
    padding: 3rem 6rem 3rem 0;
  }
}
.page-news-section .section-wrapper .section-content .news-list .news-item::after {
  content: "";
  display: block;
  clear: both;
}
.page-news-section .section-wrapper .section-content .news-list .news-item .link {
  position: absolute;
  top: calc(50% - 2.4rem);
  right: 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;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #0069D5;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-wrapper .section-content .news-list .news-item .link {
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
  }
}
.page-news-section .section-wrapper .section-content .news-list .news-item .link svg {
  display: block;
  width: 1.6rem;
  height: 1.4rem;
}
.page-news-section .section-wrapper .section-content .news-list .news-item .link svg path {
  fill: #0069D5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-news-section .section-wrapper .section-content .news-list .news-item .link:hover {
  background: #0069D5;
}
.page-news-section .section-wrapper .section-content .news-list .news-item .link:hover svg path {
  fill: #FFFFFF;
}
.page-news-section .section-wrapper .section-content .news-list .news-item .meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .page-news-section .section-wrapper .section-content .news-list .news-item .meta {
    float: left;
    width: 24rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-wrapper .section-content .news-list .news-item .meta {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.page-news-section .section-wrapper .section-content .news-list .news-item .meta .time {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #606060;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.page-news-section .section-wrapper .section-content .news-list .news-item .meta .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem 1.6rem;
}
.page-news-section .section-wrapper .section-content .news-list .news-item .meta .tags > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-news-section .section-wrapper .section-content .news-list .news-item .meta .tags .tag {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 9rem;
  padding: 0.3rem 1rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #0069D5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #0069D5;
  border-radius: 3rem;
  z-index: 0;
}
.page-news-section .section-wrapper .section-content .news-list .news-item .title {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .page-news-section .section-wrapper .section-content .news-list .news-item .title {
    float: right;
    width: calc(100% - 26rem);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.page-news-section .section-wrapper .section-content .news-list .news-item .title a {
  color: inherit;
  text-decoration: none;
}
.page-news-section .section-wrapper .section-content .news-list .news-item .title a:hover {
  text-decoration: underline;
}
.page-news-section .section-wrapper .section-content .news-action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-wrapper .section-content .news-action {
    margin-top: 6rem;
  }
}
.page-news-section .section-wrapper .section-content .news-action .link-btn {
  margin: 0 auto;
}
.page-news-section .section-wrapper .section-content .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-wrapper .section-content .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.2rem;
    margin-top: 6rem;
  }
}
.page-news-section .section-wrapper .section-content .wp-pagenavi > span, .page-news-section .section-wrapper .section-content .wp-pagenavi > a {
  position: relative;
  padding: 0.5rem 0.5rem;
  background: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid #0069D5;
  border-radius: 50%;
  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;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  color: #0069D5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-wrapper .section-content .wp-pagenavi > span, .page-news-section .section-wrapper .section-content .wp-pagenavi > a {
    font-size: 1.6rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.page-news-section .section-wrapper .section-content .wp-pagenavi > span.current {
  background: #0069D5;
  color: #FFFFFF;
}
.page-news-section .section-wrapper .section-content .wp-pagenavi > span.dots {
  background: transparent;
  border: none !important;
  color: #0069D5;
}
.page-news-section .section-wrapper .section-content .wp-pagenavi > a:hover {
  background: #0069D5;
  color: #FFFFFF;
}
.page-news-section .section-wrapper .section-content .wp-pagenavi > a.prevpostslink, .page-news-section .section-wrapper .section-content .wp-pagenavi > a.nextpostslink {
  font-size: 0;
  color: transparent;
}
.page-news-section .section-wrapper .section-content .wp-pagenavi > a.prevpostslink::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.7rem);
  left: calc(50% - 0.8rem);
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972.3a.945.945,0,0,0,0,1.433L11.7,5.987H1.124A1.073,1.073,0,0,0,0,7,1.073,1.073,0,0,0,1.124,8.014H11.7L6.972,12.271a.944.944,0,0,0,0,1.432,1.214,1.214,0,0,0,1.59,0L15.2,7.725l.019-.017L16,7l-.774-.7-.042-.038L8.562.3a1.214,1.214,0,0,0-1.59,0Z' transform='translate(16 14) rotate(180)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.page-news-section .section-wrapper .section-content .wp-pagenavi > a.prevpostslink:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972.3a.945.945,0,0,0,0,1.433L11.7,5.987H1.124A1.073,1.073,0,0,0,0,7,1.073,1.073,0,0,0,1.124,8.014H11.7L6.972,12.271a.944.944,0,0,0,0,1.432,1.214,1.214,0,0,0,1.59,0L15.2,7.725l.019-.017L16,7l-.774-.7-.042-.038L8.562.3a1.214,1.214,0,0,0-1.59,0Z' transform='translate(16 14) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.page-news-section .section-wrapper .section-content .wp-pagenavi > a.nextpostslink::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.7rem);
  left: calc(50% - 0.8rem);
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.page-news-section .section-wrapper .section-content .wp-pagenavi > a.nextpostslink:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.page-news-section .section-wrapper .section-content .wp-pagenavi > span.pages, .page-news-section .section-wrapper .section-content .wp-pagenavi > a.last, .page-news-section .section-wrapper .section-content .wp-pagenavi > a.first {
  display: none;
}
.page-news-section .news-single-wrapper {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.page-news-section .news-single-wrapper .single-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5.6rem;
  letter-spacing: 0.025em;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-title {
    font-size: 2.5rem;
    line-height: 4.4rem;
  }
}
.page-news-section .news-single-wrapper .single-meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  margin: 0 0 6rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-meta {
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.page-news-section .news-single-wrapper .single-meta .time {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #606060;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.page-news-section .news-single-wrapper .single-meta .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem 1.6rem;
}
.page-news-section .news-single-wrapper .single-meta .tags > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-news-section .news-single-wrapper .single-meta .tags .tag {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 9rem;
  padding: 0.4rem 2rem;
  background: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #0069D5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #0069D5;
  border-radius: 4rem;
  z-index: 0;
}
.page-news-section .news-single-wrapper .single-thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 4rem;
}
.page-news-section .news-single-wrapper .single-article {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  color: #1E1E1E;
  letter-spacing: 0.025em;
  word-break: break-all;
  text-align: left;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.page-news-section .news-single-wrapper .single-article h1, .page-news-section .news-single-wrapper .single-article h2 {
  position: relative;
  display: block;
  padding: 1.3rem 1rem 1.3rem 2rem;
  background: #0069D5;
  border-radius: 0.4rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: left;
  color: #FFFFFF;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.page-news-section .news-single-wrapper .single-article h3 {
  position: relative;
  display: block;
  padding: 0 0 1.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.page-news-section .news-single-wrapper .single-article h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #DCDCDC;
  z-index: 0;
}
.page-news-section .news-single-wrapper .single-article h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 2px;
  background: #0069D5;
  z-index: 1;
}
.page-news-section .news-single-wrapper .single-article h4, .page-news-section .news-single-wrapper .single-article h5 {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.6rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.page-news-section .news-single-wrapper .single-article h4::after, .page-news-section .news-single-wrapper .single-article h5::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.3rem;
  height: 2.4rem;
  border-radius: 0.3rem;
  background: #0069D5;
}
.page-news-section .news-single-wrapper .single-article h6 {
  position: relative;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.page-news-section .news-single-wrapper .single-article h6::before, .page-news-section .news-single-wrapper .single-article h6::after {
  display: none;
}
.page-news-section .news-single-wrapper .single-article p {
  position: relative;
  margin-bottom: 3rem;
}
.page-news-section .news-single-wrapper .single-article a {
  position: relative;
  color: #0069D5;
  text-decoration: underline;
}
.page-news-section .news-single-wrapper .single-article strong {
  font-weight: 700;
}
.page-news-section .news-single-wrapper .single-article b {
  font-weight: 700;
}
.page-news-section .news-single-wrapper .single-article ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-news-section .news-single-wrapper .single-article ul > li {
  position: relative;
  padding-left: 1.2rem;
}
.page-news-section .news-single-wrapper .single-article ul > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-news-section .news-single-wrapper .single-article blockquote {
  position: relative;
  display: block;
  quotes: none;
  padding: 3rem 3rem;
  background: none;
  border: 1px solid #DCDCDC;
  border-radius: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article blockquote {
    padding: 3rem 2rem;
  }
}
.page-news-section .news-single-wrapper .single-article blockquote::before, .page-news-section .news-single-wrapper .single-article blockquote::after {
  display: none;
}
.page-news-section .news-single-wrapper .single-article blockquote p {
  position: relative;
  margin: 0;
}
.page-news-section .news-single-wrapper .single-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-news-section .news-single-wrapper .single-article figure, .page-news-section .news-single-wrapper .single-article picture {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-news-section .news-single-wrapper .single-article figure img, .page-news-section .news-single-wrapper .single-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-news-section .news-single-wrapper .single-article .download-action {
  position: relative;
  display: block;
  margin-top: 5.6rem;
  margin-bottom: 4rem;
}
.page-news-section .news-single-wrapper .single-article .download-action .download-btn {
  position: relative;
  display: block;
  width: 32rem;
  max-width: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .download-action .download-btn {
    width: 30rem;
  }
}
.page-news-section .news-single-wrapper .single-article .download-action .download-btn .btn-label {
  position: absolute;
  top: -1.6rem;
  left: calc(50% - 10rem);
  display: block;
  width: 20rem;
  padding: 0.1rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #BF282D;
  text-align: center;
  border: 2px solid #BF282D;
  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-news-section .news-single-wrapper .single-article .download-action .download-btn .btn-label::before, .page-news-section .news-single-wrapper .single-article .download-action .download-btn .btn-label::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
}
.page-news-section .news-single-wrapper .single-article .download-action .download-btn .btn-label::before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #BF282D transparent transparent transparent;
}
.page-news-section .news-single-wrapper .single-article .download-action .download-btn .btn-label::after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}
.page-news-section .news-single-wrapper .single-article .download-action .download-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: 6.4rem;
  padding: 1.2rem 1rem 1rem;
  background: #BF282D;
  border: 2px solid #BF282D;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  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: 6.4rem;
  -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-news-section .news-single-wrapper .single-article .download-action .download-btn .btn-body span, .page-news-section .news-single-wrapper .single-article .download-action .download-btn .btn-body em {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-news-section .news-single-wrapper .single-article .download-action .download-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-news-section .news-single-wrapper .single-article .download-action .download-btn:hover .btn-body {
  color: #BF282D;
}
.page-news-section .news-single-wrapper .single-article .download-action .download-btn:hover .btn-body::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.page-news-section .news-single-wrapper .single-article .link-action {
  position: relative;
  display: block;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-news-section .news-single-wrapper .single-article .link-action .link-btn {
  margin: 0 auto;
}
.page-news-section .news-single-wrapper .single-article .link-btn {
  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: 32rem;
  max-width: 100%;
  height: 7.2rem;
  padding: 1.2rem 2rem 1rem 1rem;
  border-radius: 7.2rem;
  background: transparent;
  color: #0069D5;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border: 1px solid #0069D5;
  outline: none !important;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .link-btn {
    background: #0069D5;
    border-color: #0069D5;
    color: #FFFFFF;
  }
}
.page-news-section .news-single-wrapper .single-article .link-btn span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.page-news-section .news-single-wrapper .single-article .link-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  background: #0069D5;
  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;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .link-btn::before {
    background: #FFFFFF;
  }
}
.page-news-section .news-single-wrapper .single-article .link-btn::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.7rem);
  right: 2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -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);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .link-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
}
.page-news-section .news-single-wrapper .single-article .link-btn:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .link-btn:hover {
    color: #0069D5;
  }
}
.page-news-section .news-single-wrapper .single-article .link-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.page-news-section .news-single-wrapper .single-article .link-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .link-btn:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  }
}
.page-news-section .news-single-wrapper .single-article .c-supervisor {
  position: relative;
  padding: 3rem 3rem;
  background: transparent;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  border: 1px solid #DCDCDC;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .c-supervisor {
    padding: 3rem 2rem;
  }
}
.page-news-section .news-single-wrapper .single-article .c-supervisor::after {
  content: "";
  display: block;
  clear: both;
}
.page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  color: #1E1E1E;
  clear: both;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-label {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-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: 15rem;
  height: 15rem;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-thumb {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-thumb {
    margin: 0 auto 2.4rem;
  }
}
.page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-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-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content {
    float: right;
    width: calc(100% - 17.4rem);
  }
}
.page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content p {
  margin: 0;
}
.page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content .position {
  position: relative;
  font-size: 1.4rem;
  color: #707070;
  margin-bottom: 0.4rem;
}
.page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content .name, .page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  color: inherit;
  margin: 0 0 1.2rem;
  padding: 0;
}
.page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content .name::before, .page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content .name::after, .page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content h4::before, .page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content h4::after {
  display: none;
}
.page-news-section .news-single-wrapper .single-article .c-supervisor .supervisor-content .profile {
  position: relative;
  line-height: 1.875;
}
.page-news-section .news-single-wrapper .single-article .toc-container {
  position: relative;
  width: 100%;
  background: #E9E9E9;
  padding: 3rem 3rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .toc-container {
    padding: 3rem 2rem;
  }
}
.page-news-section .news-single-wrapper .single-article .toc-container .toc-label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  padding: 0 0 0 3rem;
  color: #1E1E1E;
  background: none;
  border: none;
  margin: 0;
}
.page-news-section .news-single-wrapper .single-article .toc-container .toc-label::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  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-news-section .news-single-wrapper .single-article .toc-container ul {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
  margin: 1.6rem 0 0;
}
.page-news-section .news-single-wrapper .single-article .toc-container ul > li {
  position: relative;
  padding: 0;
}
.page-news-section .news-single-wrapper .single-article .toc-container ul > li::before {
  display: none;
}
.page-news-section .news-single-wrapper .single-article .toc-container ul > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.page-news-section .news-single-wrapper .single-article .toc-container ul a {
  position: relative;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.page-news-section .news-single-wrapper .single-article .toc-container ul a:hover {
  text-decoration: underline;
}
.page-news-section .news-single-wrapper .single-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-news-section .news-single-wrapper .single-article .seo-back {
  position: relative;
  padding: 3rem 3rem;
  background: #F5F8F8;
  border: 1px solid #DCDCDC;
  border-radius: 1rem;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-article .seo-back {
    padding: 3rem 2rem;
  }
}
.page-news-section .news-single-wrapper .single-article .seo-back p {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.page-news-section .news-single-wrapper .single-pagination {
  position: relative;
  padding: 2.4rem 0 0;
  margin: 5rem 0 0;
  border-top: 1px solid #1E1E1E;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-pagination {
    padding: 2.4rem 0 0;
  }
}
.page-news-section .news-single-wrapper .single-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 16rem;
  background: #1E1E1E;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-pagination::before {
    height: 12rem;
  }
}
.page-news-section .news-single-wrapper .single-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.page-news-section .news-single-wrapper .single-pagination .page-link {
  position: relative;
  display: block;
  width: 27.3rem;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-pagination .page-link {
    width: 15.3rem;
  }
}
.page-news-section .news-single-wrapper .single-pagination .page-link .label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #1E1E1E;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-pagination .page-link .label {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.page-news-section .news-single-wrapper .single-pagination .page-link .thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  aspect-ratio: 3/2;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0 0 2rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-pagination .page-link .thumb {
    margin-bottom: 1.8rem;
  }
}
.page-news-section .news-single-wrapper .single-pagination .page-link .thumb img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -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);
  margin: 0;
  border: none;
}
.page-news-section .news-single-wrapper .single-pagination .page-link .content {
  position: relative;
}
.page-news-section .news-single-wrapper .single-pagination .page-link .content .date {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.1rem;
  color: #1E1E1E;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-pagination .page-link .content .date {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
}
.page-news-section .news-single-wrapper .single-pagination .page-link .content .title {
  position: relative;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #1E1E1E;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-pagination .page-link .content .title {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.page-news-section .news-single-wrapper .single-pagination .page-link::before {
  content: "";
  position: absolute;
  top: 10rem;
  width: 2.6rem;
  height: 0.9rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-pagination .page-link::before {
    width: 1.6rem;
    height: 0.6rem;
  }
}
.page-news-section .news-single-wrapper .single-pagination .page-link.prev {
  float: left;
}
.page-news-section .news-single-wrapper .single-pagination .page-link.prev .label {
  text-align: left;
}
.page-news-section .news-single-wrapper .single-pagination .page-link.next {
  float: right;
}
.page-news-section .news-single-wrapper .single-pagination .page-link.next .label {
  text-align: right;
}
.page-news-section .news-single-wrapper .single-pagination .page-link:hover .thumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.page-news-section .news-single-wrapper .single-pagination .page-link:hover .content .title {
  text-decoration: underline;
}
.page-news-section .news-single-wrapper .single-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .news-single-wrapper .single-action {
    margin-top: 6rem;
  }
}
.page-news-section .news-single-wrapper .single-action .link-btn {
  margin: 0 auto;
}

.page-main-section {
  position: relative;
  padding: 12rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .page-main-section {
    padding: 6rem 0 6rem;
  }
}
.page-main-section .container {
  max-width: 104rem;
}
.page-main-section .page-title {
  position: relative;
  margin-bottom: 5rem;
}
.page-main-section .page-content {
  position: relative;
}
.page-main-section .no-columns {
  position: relative;
  padding: 3rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .page-main-section .no-columns {
    padding: 2.4rem 0;
    font-size: 1.4rem;
  }
}
.page-main-section .not-found-wrapper {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .page-main-section .not-found-wrapper {
    font-size: 1.4rem;
  }
}
.page-main-section .not-found-wrapper .section-lead {
  position: relative;
  text-align: center;
}
.page-main-section .not-found-wrapper .section-desc {
  position: relative;
  text-align: center;
}
.page-main-section .not-found-wrapper .section-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-main-section .not-found-wrapper .section-action {
    margin-top: 4rem;
  }
}
.page-main-section .not-found-wrapper .section-action .link-btn {
  margin: 0 auto;
}

.blog-list-wrapper {
  position: relative;
}
.blog-list-wrapper .blog-list {
  position: relative;
  display: block;
}
.blog-list-wrapper .blog-list > li {
  position: relative;
}
.blog-list-wrapper .blog-list > li:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .blog-list-wrapper .blog-list > li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.blog-list-wrapper .blog-list .blog-item {
  position: relative;
  display: block;
}
.blog-list-wrapper .blog-list .blog-item::after {
  content: "";
  display: block;
  clear: both;
}
.blog-list-wrapper .blog-list .blog-item .thumb {
  position: relative;
  width: 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;
  aspect-ratio: 320/240;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .blog-list-wrapper .blog-list .blog-item .thumb {
    float: left;
    width: 32rem;
  }
}
.blog-list-wrapper .blog-list .blog-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;
  margin: 0;
  border: none;
}
.blog-list-wrapper .blog-list .blog-item .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.blog-list-wrapper .blog-list .blog-item .content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media print, screen and (min-width: 769px) {
  .blog-list-wrapper .blog-list .blog-item .content {
    width: calc(100% - 36rem);
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .blog-list-wrapper .blog-list .blog-item .content {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.blog-list-wrapper .blog-list .blog-item .content .meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .blog-list-wrapper .blog-list .blog-item .content .meta {
    margin-bottom: 1.2rem;
  }
}
.blog-list-wrapper .blog-list .blog-item .content .meta .time {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.blog-list-wrapper .blog-list .blog-item .content .meta .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem;
}
.blog-list-wrapper .blog-list .blog-item .content .meta .tags > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-list-wrapper .blog-list .blog-item .content .meta .tags .tag {
  position: relative;
  display: block;
  padding: 0.3rem 1rem;
  background: #0069D5;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.blog-list-wrapper .blog-list .blog-item .content .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .blog-list-wrapper .blog-list .blog-item .content .title {
    font-size: 2rem;
  }
}
.blog-list-wrapper .blog-list .blog-item .content .title a {
  color: inherit;
  text-decoration: none;
}
.blog-list-wrapper .blog-list .blog-item .content .title a:hover {
  text-decoration: underline;
}
.blog-list-wrapper .blog-list .blog-item .content .concept {
  position: relative;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .blog-list-wrapper .blog-list .blog-item .content .concept {
    margin-top: 1.2rem;
  }
}
.blog-list-wrapper .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .blog-list-wrapper .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.2rem;
    margin-top: 5rem;
  }
}
.blog-list-wrapper .wp-pagenavi > span, .blog-list-wrapper .wp-pagenavi > a {
  position: relative;
  padding: 0.5rem 0.5rem;
  background: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  border: 1px solid #0069D5;
  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;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #0069D5;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .blog-list-wrapper .wp-pagenavi > span, .blog-list-wrapper .wp-pagenavi > a {
    font-size: 1.4rem;
  }
}
.blog-list-wrapper .wp-pagenavi > span.current {
  background: #0069D5;
  color: #FFFFFF;
}
.blog-list-wrapper .wp-pagenavi > span.dots {
  background: transparent;
  border: none !important;
  color: #0069D5;
}
.blog-list-wrapper .wp-pagenavi > a:hover {
  background: #0069D5;
  color: #FFFFFF;
}
.blog-list-wrapper .wp-pagenavi > span.pages, .blog-list-wrapper .wp-pagenavi > a.last, .blog-list-wrapper .wp-pagenavi > a.first {
  display: none;
}

.blog-single-wrapper {
  position: relative;
}
.blog-single-wrapper .single-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.blog-single-wrapper .single-meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-meta {
    margin-bottom: 2.4rem;
  }
}
.blog-single-wrapper .single-meta .time {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.blog-single-wrapper .single-meta .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem;
}
.blog-single-wrapper .single-meta .tags > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-single-wrapper .single-meta .tags .tag {
  position: relative;
  display: block;
  padding: 0.3rem 1rem;
  background: #0069D5;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.blog-single-wrapper .single-thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-thumb {
    margin-bottom: 2.4rem;
  }
}
.blog-single-wrapper .single-content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content {
    font-size: 1.4rem;
  }
}
.blog-single-wrapper .single-content p {
  margin-bottom: 2.4rem;
}
.blog-single-wrapper .single-content h1, .blog-single-wrapper .single-content h2 {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content h1, .blog-single-wrapper .single-content h2 {
    font-size: 2rem;
  }
}
.blog-single-wrapper .single-content h3, .blog-single-wrapper .single-content h4 {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content h3, .blog-single-wrapper .single-content h4 {
    font-size: 1.8rem;
  }
}
.blog-single-wrapper .single-content h5, .blog-single-wrapper .single-content h6 {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 2rem;
}
.blog-single-wrapper .single-content a {
  position: relative;
  color: inherit;
  text-decoration: underline;
}
.blog-single-wrapper .single-content strong {
  font-weight: 700;
}
.blog-single-wrapper .single-content b {
  font-weight: 700;
}
.blog-single-wrapper .single-content i {
  font-style: italic;
}
.blog-single-wrapper .single-content ul, .blog-single-wrapper .single-content ol {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 2.4rem;
}
.blog-single-wrapper .single-content ul > li, .blog-single-wrapper .single-content ol > li {
  position: relative;
  padding-left: 1.4rem;
}
.blog-single-wrapper .single-content ul > li:before, .blog-single-wrapper .single-content ol > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.blog-single-wrapper .single-content blockquote {
  position: relative;
  display: block;
  quotes: none;
  padding: 2.4rem 3rem;
  background: #F3F1EE;
  border: none;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content blockquote {
    padding: 1.6rem 2rem;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.blog-single-wrapper .single-content blockquote::before, .blog-single-wrapper .single-content blockquote::after {
  display: none;
}
.blog-single-wrapper .single-content blockquote p {
  position: relative;
  margin: 0;
}
.blog-single-wrapper .single-content img {
  display: block;
  width: initial;
  max-width: 100%;
  height: auto;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content img {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.blog-single-wrapper .single-content figure, .blog-single-wrapper .single-content picture {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content figure, .blog-single-wrapper .single-content picture {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.blog-single-wrapper .single-content figure img, .blog-single-wrapper .single-content 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;
}
.blog-single-wrapper .single-content .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%);
}
.blog-single-wrapper .single-content .toc-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 4rem 6rem 5rem;
  background: #E4F4F9;
  border-radius: 3.2rem;
  border: none;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content .toc-container {
    padding: 2.4rem 2rem;
    border-radius: 1rem;
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
.blog-single-wrapper .single-content .toc-container h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  padding: 0 0 1.2rem 3rem;
  color: #3E95B4;
  background: none;
  border: none;
  border-bottom: 1px solid #95BECC;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content .toc-container h2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 0 0 1rem 2.8rem;
  }
}
.blog-single-wrapper .single-content .toc-container h2::before {
  content: "";
  position: absolute;
  top: 1rem;
  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='%233E95B4' stroke-width='1'/%3E%3Cline id='Line_2' data-name='Line 2' x2='16' transform='translate(129.5 361.5)' fill='none' stroke='%233E95B4' stroke-width='1'/%3E%3Cline id='Line_3' data-name='Line 3' x2='16' transform='translate(129.5 366.5)' fill='none' stroke='%233E95B4' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content .toc-container h2::before {
    top: 0.7rem;
  }
}
.blog-single-wrapper .single-content .toc-container ul {
  position: relative;
  list-style: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #3E95B4;
  padding: 0;
  margin: 3.6rem 0 0;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content .toc-container ul {
    margin: 2rem 0 0;
  }
}
.blog-single-wrapper .single-content .toc-container ul > li {
  position: relative;
  padding: 0 0 0 1.6rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content .toc-container ul > li {
    padding: 0;
  }
}
.blog-single-wrapper .single-content .toc-container ul > li::before {
  display: none;
}
.blog-single-wrapper .single-content .toc-container ul > li:not(:first-child) {
  padding-top: 3.6rem;
  border-top: 1px solid #95BECC;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content .toc-container ul > li:not(:first-child) {
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.blog-single-wrapper .single-content .toc-container ul > li > ul {
  font-weight: 500;
  padding-left: 2.4rem;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-content .toc-container ul > li > ul {
    padding-left: 1.6rem;
    margin-top: 0.8rem;
  }
}
.blog-single-wrapper .single-content .toc-container ul > li > ul > li {
  padding: 0;
}
.blog-single-wrapper .single-content .toc-container ul > li > ul > li:not(:first-child) {
  padding: 0;
  border: none;
  margin-top: 0.8rem;
}
.blog-single-wrapper .single-content .toc-container ul a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.blog-single-wrapper .single-content .toc-container ul a:hover {
  text-decoration: underline;
}
.blog-single-wrapper .single-content .mt-0 {
  margin-top: 0;
}
.blog-single-wrapper .single-content .mb-0 {
  margin-bottom: 0;
}
.blog-single-wrapper .single-content .mt-1 {
  margin-top: 1rem;
}
.blog-single-wrapper .single-content .mb-1 {
  margin-bottom: 1rem;
}
.blog-single-wrapper .single-content .mt-2 {
  margin-top: 2rem;
}
.blog-single-wrapper .single-content .mb-2 {
  margin-bottom: 2rem;
}
.blog-single-wrapper .single-content .mt-3 {
  margin-top: 3rem;
}
.blog-single-wrapper .single-content .mb-3 {
  margin-bottom: 3rem;
}
.blog-single-wrapper .single-content .mt-4 {
  margin-top: 4rem;
}
.blog-single-wrapper .single-content .mb-4 {
  margin-bottom: 4rem;
}
.blog-single-wrapper .single-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .blog-single-wrapper .single-action {
    margin-top: 4rem;
  }
}
.blog-single-wrapper .single-action .link-btn {
  margin: 0 auto;
}