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

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

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333333;
  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: 6rem;
  padding-right: 6rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 114.4rem;
}

@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: 30rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem;
  background: transparent;
  color: #0076BE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6rem;
  border: 1px solid #0076BE;
  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: #0076BE;
  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.7rem);
  right: 2.4rem;
  display: block;
  width: 0.9rem;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .link-btn .arrow {
    right: 2rem;
  }
}
.link-btn .arrow path {
  fill: #0076BE;
  -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;
}
.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-blue {
  background: #0076BE;
  color: #FFFFFF;
  border-color: #0076BE;
}
.link-btn.--type-blue::before {
  background: #FFFFFF;
}
.link-btn.--type-blue .arrow path {
  fill: #FFFFFF;
}
.link-btn.--type-blue:hover {
  color: #0076BE;
}
.link-btn.--type-blue:hover::before {
  background: #0076BE;
}
.link-btn.--type-blue:hover .arrow path {
  fill: #0076BE;
}

.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;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: #333333;
  text-align: left;
}
.section-title .jp {
  position: relative;
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5.2rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  margin: 0.4rem 0 0;
}

.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: #0076BE;
}

.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: #0076BE;
  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: sticky;
  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: 0.9rem 0;
    height: 6rem;
  }
}
#header .container {
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  #header .container {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #header .container {
    padding: 0 1rem;
  }
}
#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: center;
      -ms-flex-align: center;
          align-items: center;
  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) {
  #header .header-wrapper .header-logo {
    gap: 0.8rem;
  }
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: block;
  width: 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: 6rem;
  }
}
#header .header-wrapper .header-logo a > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
#header .header-wrapper .header-logo span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  color: #000000;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo span {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#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: 5rem;
  }
}
@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: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  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.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #333333;
  padding: 0.6rem 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: #0076BE;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover, #header .header-wrapper .header-nav .nav-menu > li .menu-link.active {
  color: #0076BE;
}
#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-action {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#header .header-wrapper .header-nav .nav-action .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;
  gap: 1rem;
  width: 20rem;
  max-width: 100%;
  height: 8rem;
  padding: 1rem 1rem;
  background: #1C2C43;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  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-action .action-btn svg {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2rem;
  height: auto;
  margin: 0.2rem 0 0;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-action .action-btn svg path {
  fill: #FFFFFF;
  -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);
}
#header .header-wrapper .header-nav .nav-action .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;
}
#header .header-wrapper .header-nav .nav-action .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#header .header-wrapper .header-nav .nav-action .action-btn:hover {
  color: #FFFFFF;
}
#header .header-wrapper .header-nav .nav-action .action-btn:hover svg path {
  fill: #FFFFFF;
}
#header .header-wrapper .header-nav .nav-action .action-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#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: "Noto Sans JP", 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: "Noto Sans JP", 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 #DBDBDB;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  border-bottom: 1px solid #DBDBDB;
}
#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: #0076BE;
}
#mobile-nav .mobile-nav-menu .menu-link:hover {
  text-decoration: underline;
}
#mobile-nav .mobile-nav-action {
  position: relative;
  list-style: none;
  display: block;
  margin-top: 6rem;
}
#mobile-nav .mobile-nav-action .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;
  gap: 1rem;
  width: 24rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem;
  background: #1C2C43;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  z-index: 0;
}
#mobile-nav .mobile-nav-action .action-btn svg {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2rem;
  height: auto;
  margin: 0.2rem 0 0;
  z-index: 3;
}
#mobile-nav .mobile-nav-action .action-btn svg path {
  fill: #FFFFFF;
  -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-action .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-action .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  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-action .action-btn:hover {
  color: #FFFFFF;
}
#mobile-nav .mobile-nav-action .action-btn:hover svg path {
  fill: #FFFFFF;
}
#mobile-nav .mobile-nav-action .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 {
  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: #0076BE;
  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: #0076BE;
}
.sp-fixed-bar .action-btn.--mid {
  background: #00AE99;
}
.sp-fixed-bar .action-btn.--mid::before {
  background: #0076BE;
}

.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: 6rem 0 3rem;
  background: #0076BE;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 6rem 0 3rem;
  }
}
#footer .container {
  position: relative;
  z-index: 1;
}
#footer .footer-menu {
  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: 8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-menu {
    gap: 1rem 5rem;
  }
}
#footer .footer-menu > li {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .footer-menu > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 11rem;
  }
}
#footer .footer-menu .menu-link {
  position: relative;
  display: inline-block;
  font: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0;
}
#footer .footer-menu .menu-link:hover {
  text-decoration: underline;
}
#footer .footer-wrapper {
  position: relative;
  display: block;
  padding: 3rem 6rem 0;
  border-top: 1px solid #FFFFFF;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper {
    padding: 3rem 2rem 0;
  }
}
#footer .footer-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-wrapper .footer-copy {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-copy {
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-copy {
    text-align: center;
  }
}
#footer .footer-wrapper .footer-privacy {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: right;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-privacy {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-privacy {
    text-align: center;
    margin-bottom: 3rem;
  }
}
#footer .footer-wrapper .footer-privacy .link {
  position: relative;
  display: inline-block;
  font: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0;
}
#footer .footer-copyright {
  position: relative;
  font-family: "Outfit", 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: 0 0 0 6rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    padding: 0;
  }
}
.mainvisual .mainvisual-swiper {
  position: relative;
  padding: 0;
  z-index: 0;
}
.mainvisual .mainvisual-swiper .swiper-wrapper {
  position: relative;
}
.mainvisual .mainvisual-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.mainvisual .mainvisual-swiper .swiper-wrapper .mainvisual-image {
  position: relative;
  width: 100%;
  height: 67.4rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-swiper .swiper-wrapper .mainvisual-image {
    height: 60.7rem;
  }
}
.mainvisual .mainvisual-swiper .swiper-pagination {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 3rem;
  width: 100%;
  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;
  padding: 0 0 0 3rem;
  gap: 1.6rem;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-swiper .swiper-pagination {
    bottom: 2rem;
    padding: 0 0 0 2rem;
  }
}
.mainvisual .mainvisual-swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 1rem;
  height: 1rem;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1 !important;
  cursor: pointer;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainvisual .mainvisual-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.mainvisual .mainvisual-layer {
  position: absolute;
  top: 11rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-layer {
    top: 7rem;
  }
}
.mainvisual .mainvisual-layer .mainvisual-logo {
  position: relative;
  width: 23.8rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-layer .mainvisual-logo {
    width: 14.2rem;
  }
}
.mainvisual .mainvisual-layer .mainvisual-title {
  position: relative;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-layer .mainvisual-title {
    margin-top: 2.4rem;
  }
}
.mainvisual .mainvisual-layer .mainvisual-title p {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 6rem;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 0rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  margin: 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-layer .mainvisual-title p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: -0.025em;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 0.4rem;
  }
}
.mainvisual .mainvisual-layer .mainvisual-title h2 {
  position: relative;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 8rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-layer .mainvisual-title h2 {
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.02em;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.mainvisual .mainvisual-news {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  display: block;
  width: 50rem;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  outline: none;
  border: none;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-news {
    right: 2rem;
    bottom: 6rem;
    max-width: calc(100% - 4rem);
  }
}
.mainvisual .mainvisual-news .news-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6rem 1.6rem minmax(0, 1fr);
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 1.6rem;
  padding: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-news .news-item {
    -ms-grid-columns: 5rem 1.2rem minmax(0, 1fr);
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 1.2rem;
    padding: 0 2rem 0 0;
  }
}
.mainvisual .mainvisual-news .news-item .time {
  position: relative;
  padding-right: 1rem;
  border-right: 1px solid #333333;
}
.mainvisual .mainvisual-news .news-item .time em {
  position: relative;
  display: block;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #333333;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-news .news-item .time em {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.mainvisual .mainvisual-news .news-item .time b {
  position: relative;
  display: block;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #333333;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-news .news-item .time b {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.mainvisual .mainvisual-news .news-item .wrap {
  position: relative;
  padding-top: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-news .news-item .wrap {
    padding-top: 0.2rem;
  }
}
.mainvisual .mainvisual-news .news-item .wrap .cats {
  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;
  margin-bottom: 0.4rem;
}
.mainvisual .mainvisual-news .news-item .wrap .cats > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mainvisual .mainvisual-news .news-item .wrap .cats .cat {
  position: relative;
  display: block;
  padding: 0.3rem 1rem;
  background: #0076BE;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.mainvisual .mainvisual-news .news-item .wrap .title {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  color: #333333;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-news .news-item .wrap .title {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.mainvisual .mainvisual-news .news-item::before {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  right: 1rem;
  width: 1.2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.257935 0.321936C0.625803 -0.0803114 1.25112 -0.109596 1.65527 0.256531L11.6763 9.33527C11.8832 9.52273 12.001 9.78876 12 10.0672C11.999 10.3457 11.8797 10.6113 11.6714 10.7973L1.65044 19.7481C1.24375 20.1114 0.618139 20.0778 0.253103 19.6731C-0.111875 19.2683 -0.0781304 18.6456 0.328478 18.2822L9.53388 10.0576L0.323647 1.71275C-0.0804876 1.3466 -0.109909 0.724197 0.257935 0.321936Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-news .news-item::before {
    right: 0;
  }
}
.mainvisual .mainvisual-news:hover .news-item .wrap .title {
  text-decoration: underline;
}
.mainvisual .mainvisual-news:hover .news-item::before {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.mainvisual .mainvisual-scroll {
  position: absolute;
  left: calc(50% - 2.6rem);
  bottom: 8.6rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 0 0 5rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-scroll {
    bottom: 17rem;
  }
}
.mainvisual .mainvisual-scroll span {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}
.mainvisual .mainvisual-scroll::before {
  content: "";
  position: absolute;
  left: calc(50% - 0.4rem);
  bottom: 0;
  width: 0.8rem;
  height: 4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='40' viewBox='0 0 8 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.84089 35.9326C8.05304 36.1294 8.05304 36.4485 7.84089 36.6453L4.38409 39.8524C4.17194 40.0492 3.82806 40.0492 3.61591 39.8524L0.159112 36.6453C-0.0530369 36.4485 -0.0530368 36.1294 0.159112 35.9326C0.371272 35.7359 0.715185 35.7358 0.92729 35.9326L3.45676 38.2794L3.45676 -1.98591e-07L4.54324 -1.511e-07L4.54324 38.2794L7.07271 35.9326C7.28481 35.7358 7.62873 35.7359 7.84089 35.9326Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.mainvisual .mainvisual-scroll:hover::before {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.top-philosophy-section {
  position: relative;
  padding: 8rem 0 10rem;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .top-philosophy-section {
    padding: 0;
  }
  .top-philosophy-section::before {
    content: "";
    position: absolute;
    top: -15rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(100% 535.59% at 0% 50%, #9DDAFF 0%, #3C8CBD 25.48%, #0076BE 100%);
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section {
    background: radial-gradient(100% 535.59% at 0% 50%, #9DDAFF 0%, #3C8CBD 25.48%, #0076BE 100%);
  }
}
.top-philosophy-section .container {
  position: relative;
  z-index: 1;
}
.top-philosophy-section .section-wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-philosophy-section .section-wrapper {
    padding: 10rem 0 14rem;
  }
}
.top-philosophy-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-philosophy-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 769px) {
  .top-philosophy-section .section-wrapper .section-title {
    margin-left: 0;
    margin-right: auto;
    width: calc(100% - 46rem);
  }
}
.top-philosophy-section .section-wrapper .section-title .en, .top-philosophy-section .section-wrapper .section-title .jp {
  color: #FFFFFF;
}
.top-philosophy-section .section-wrapper .section-slider {
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .top-philosophy-section .section-wrapper .section-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section .section-wrapper .section-slider {
    position: relative;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.top-philosophy-section .section-wrapper .section-slider .infinite-slider {
  position: relative;
  width: 21rem;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider {
    width: 100%;
  }
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider + .infinite-slider {
    margin-top: 1rem;
  }
}
.top-philosophy-section .section-wrapper .section-slider .infinite-slider__track {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-animation: infinite-slider-scroll 40s linear infinite;
          animation: infinite-slider-scroll 40s linear infinite;
  will-change: transform;
}
@media print, screen and (min-width: 769px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider__track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider__track {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: infinite-slider-scroll-sp 40s linear infinite;
            animation: infinite-slider-scroll-sp 40s linear infinite;
  }
}
.top-philosophy-section .section-wrapper .section-slider .infinite-slider__list {
  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: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 769px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-philosophy-section .section-wrapper .section-slider .infinite-slider__list > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, screen and (min-width: 769px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider__list > li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider__list > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-philosophy-section .section-wrapper .section-slider .infinite-slider .image {
  position: relative;
  border-radius: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider .image {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider .image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 16rem;
  }
}
.top-philosophy-section .section-wrapper .section-slider .infinite-slider .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider .image img {
    width: auto;
    height: 100%;
  }
}
.top-philosophy-section .section-wrapper .section-slider .infinite-slider.delay .infinite-slider__track {
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section .section-wrapper .section-slider .infinite-slider.delay .infinite-slider__track {
    -webkit-animation-delay: -10s;
            animation-delay: -10s;
  }
}
.top-philosophy-section .section-wrapper .section-info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-philosophy-section .section-wrapper .section-info {
    margin-left: 0;
    margin-right: auto;
    width: calc(100% - 46rem);
  }
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section .section-wrapper .section-info {
    margin-top: 6rem;
  }
}
.top-philosophy-section .section-wrapper .section-info .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: left;
  text-indent: -1.2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-philosophy-section .section-wrapper .section-info .title {
    font-size: 2.3rem;
    letter-spacing: 0;
    margin-right: -2rem;
  }
}
.top-philosophy-section .section-wrapper .section-info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: left;
}

.top-business-section {
  position: relative;
  padding: 10rem 0 12rem;
  background: #E9F7FF;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-business-section {
    padding: 8rem 0 10rem;
  }
}
.top-business-section .container {
  position: relative;
  z-index: 1;
}
.top-business-section .section-wrapper {
  position: relative;
  z-index: 0;
}
.top-business-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-business-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 769px) {
  .top-business-section .section-wrapper .section-title {
    float: left;
    width: calc(100% - 54rem);
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-business-section .section-wrapper .section-title {
    margin-bottom: 5rem;
  }
}
.top-business-section .section-wrapper .section-image {
  position: relative;
  border-radius: 2rem;
}
@media print, screen and (min-width: 769px) {
  .top-business-section .section-wrapper .section-image {
    float: right;
    width: 50rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-business-section .section-wrapper .section-image {
    border-radius: 1.6rem;
  }
}
.top-business-section .section-wrapper .section-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-business-section .section-wrapper .section-content {
    float: left;
    width: calc(100% - 54rem);
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-business-section .section-wrapper .section-content {
    margin-top: 4rem;
  }
}
.top-business-section .section-wrapper .section-content .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
}
.top-business-section .section-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-business-section .section-action {
    margin-top: 7rem;
  }
}
.top-business-section .section-action .link-btn {
  margin: 0 auto;
}

.top-case-section {
  position: relative;
  padding: 10rem 0 12rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-case-section {
    padding: 8rem 0 10rem;
  }
}
.top-case-section .container {
  position: relative;
  z-index: 1;
}
.top-case-section .section-wrapper {
  position: relative;
  z-index: 0;
}
.top-case-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-case-section .section-wrapper .section-title {
    margin-bottom: 6rem;
  }
}
.top-case-section .section-wrapper .section-title .en, .top-case-section .section-wrapper .section-title .jp {
  text-align: center;
}
.top-case-section .section-wrapper .section-content {
  position: relative;
}
.top-case-section .section-wrapper .section-content .case-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 3.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top-case-section .section-wrapper .section-content .case-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4rem 2rem;
  }
}
.top-case-section .section-wrapper .section-content .case-list > li {
  position: relative;
  display: block;
}
.top-case-section .section-wrapper .section-content .case-list .case-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  z-index: 0;
}
.top-case-section .section-wrapper .section-content .case-list .case-item .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 324/248;
  z-index: 0;
}
.top-case-section .section-wrapper .section-content .case-list .case-item .thumb img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.top-case-section .section-wrapper .section-content .case-list .case-item::before {
  content: "";
  position: absolute;
  top: 12.8rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 118, 190, 0)), color-stop(22.6%, #4394C5), to(#0176BE));
  background: linear-gradient(180deg, rgba(1, 118, 190, 0) 0%, #4394C5 22.6%, #0176BE 100%);
  z-index: 1;
}
.top-case-section .section-wrapper .section-content .case-list .case-item .info {
  position: relative;
  margin-top: -8rem;
  padding: 2rem 2rem 2rem;
  z-index: 2;
}
.top-case-section .section-wrapper .section-content .case-list .case-item .info .title {
  position: relative;
  margin-bottom: 1.6rem;
}
.top-case-section .section-wrapper .section-content .case-list .case-item .info .title .en {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
}
.top-case-section .section-wrapper .section-content .case-list .case-item .info .title .jp {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
}
.top-case-section .section-wrapper .section-content .case-list .case-item .info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-case-section .section-wrapper .section-content .case-list .case-item .info .desc {
    line-height: 3.2rem;
  }
}
.top-case-section .section-wrapper .section-content .case-list .case-item:hover .thumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.top-case-section .section-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .top-case-section .section-action {
    margin-top: 8rem;
  }
}
.top-case-section .section-action .link-btn {
  margin: 0 auto;
}

.top-area-section {
  position: relative;
  padding: 10rem 0 12rem;
  background: #E9F7FF;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-area-section {
    padding: 8rem 0 10rem;
  }
}
.top-area-section .container {
  position: relative;
  z-index: 1;
}
.top-area-section .section-wrapper {
  position: relative;
  padding: 6rem 6rem 7rem;
  background: #FFFFFF;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.3rem 3rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.3rem 3rem 0 rgba(0, 0, 0, 0.05);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-area-section .section-wrapper {
    padding: 6rem 2rem 7rem;
    border-radius: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.top-area-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-area-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 769px) {
  .top-area-section .section-wrapper .section-title {
    float: left;
    width: calc(100% - 54rem);
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-section .section-wrapper .section-title {
    margin-bottom: 5rem;
  }
}
.top-area-section .section-wrapper .section-image {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-area-section .section-wrapper .section-image {
    float: right;
    width: 50rem;
    max-width: 100%;
  }
}
.top-area-section .section-wrapper .section-content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .top-area-section .section-wrapper .section-content {
    float: left;
    width: calc(100% - 54rem);
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-area-section .section-wrapper .section-content {
    margin-top: 4rem;
  }
}
.top-area-section .section-wrapper .section-content .desc {
  position: relative;
}
.top-area-section .section-wrapper .section-content .label {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  text-indent: -0.9rem;
  margin-top: 1.2rem;
}
.top-area-section .section-wrapper .section-content .area {
  position: relative;
}
.top-area-section .section-action {
  position: relative;
  margin-top: 8rem;
}
.top-area-section .section-action .link-btn {
  margin: 0 auto;
}

.top-company-section {
  position: relative;
  padding: 10rem 0 13rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-company-section {
    padding: 8rem 0 10rem;
  }
}
.top-company-section::before {
  content: "";
  position: absolute;
  top: 35rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0076BE;
  z-index: 0;
}
.top-company-section .section-image-container {
  position: relative;
  padding: 0 0 0 clamp(6rem, 50% - 51.2rem, 50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-company-section .section-image-container {
    padding: 0 0 0 2rem;
  }
}
.top-company-section .section-image-container .section-image {
  position: relative;
  width: 100%;
  height: 45.2rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-company-section .section-image-container .section-image {
    height: 37.6rem;
  }
}
.top-company-section .container {
  position: relative;
  z-index: 2;
}
.top-company-section .section-image {
  position: relative;
}
.top-company-section .section-wrapper {
  position: relative;
  z-index: 0;
}
.top-company-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-company-section .section-title {
  position: relative;
  margin-bottom: 4rem;
}
.top-company-section .section-title::before {
  content: "";
  position: absolute;
  top: -8rem;
  left: 0;
  bottom: 0;
  width: 46.4rem;
  background: #0076BE;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-company-section .section-title::before {
    top: -6rem;
    width: 24rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-company-section .section-title {
    margin-bottom: 5rem;
  }
}
.top-company-section .section-title .en, .top-company-section .section-title .jp {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.top-company-section .section-map {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  height: 38.4rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .top-company-section .section-map {
    width: 50rem;
    max-width: 100%;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .top-company-section .section-map {
    height: 30rem;
  }
}
.top-company-section .section-map iframe {
  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;
}
.top-company-section .section-content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .top-company-section .section-content {
    float: left;
    width: calc(100% - 56rem);
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-company-section .section-content {
    margin-top: 4rem;
  }
}
.top-company-section .section-content .company-overview {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: left;
  border: none;
}
.top-company-section .section-content .company-overview > li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem minmax(0, 1fr);
  grid-template-columns: 10rem minmax(0, 1fr);
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .top-company-section .section-content .company-overview > li {
    -ms-grid-columns: 9rem minmax(0, 1fr);
    grid-template-columns: 9rem minmax(0, 1fr);
  }
}
.top-company-section .section-content .company-overview > li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.top-company-section .section-content .company-overview .label {
  position: relative;
}
.top-company-section .section-content .company-overview .desc {
  position: relative;
}
.top-company-section .section-content .company-action {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-company-section .section-content .company-action {
    margin-top: 7rem;
  }
}
.top-company-section .section-content .company-action .link-btn {
  border-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .top-company-section .section-content .company-action .link-btn {
    margin: 0 auto;
  }
}

.top-recruit-section {
  position: relative;
  padding: 10rem 0 12rem;
  background-image: url(../image/recruit-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section {
    padding: 8rem 0 10rem;
  }
}
.top-recruit-section .container {
  position: relative;
  z-index: 1;
}
.top-recruit-section .section-wrapper {
  position: relative;
  z-index: 0;
}
.top-recruit-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-recruit-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-title {
    margin-bottom: 4rem;
  }
}
.top-recruit-section .section-wrapper .section-title .en, .top-recruit-section .section-wrapper .section-title .jp {
  color: #FFFFFF;
}
.top-recruit-section .section-wrapper .section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-desc {
    margin-bottom: 5rem;
  }
}
.top-recruit-section .section-wrapper .section-content {
  position: relative;
}
.top-recruit-section .section-wrapper .section-content .recruit-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.6rem minmax(0, 1fr) 1.6rem minmax(0, 1fr) 1.6rem minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-content .recruit-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem 1.6rem;
  }
}
.top-recruit-section .section-wrapper .section-content .recruit-list > li {
  position: relative;
  display: block;
}
.top-recruit-section .section-wrapper .section-content .recruit-list .recruit-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  border-radius: 1.6rem;
  z-index: 0;
}
.top-recruit-section .section-wrapper .section-content .recruit-list .recruit-item .back {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.top-recruit-section .section-wrapper .section-content .recruit-list .recruit-item .back img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.top-recruit-section .section-wrapper .section-content .recruit-list .recruit-item .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(45.19%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 45.19%, rgba(0, 0, 0, 0.8) 100%);
  margin: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-content .recruit-list .recruit-item .layer {
    padding: 2.4rem 1rem;
  }
}
.top-recruit-section .section-wrapper .section-content .recruit-list .recruit-item .layer .label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.3);
  margin: 0;
}
.top-recruit-section .section-wrapper .section-content .recruit-list a.recruit-item {
  text-decoration: none;
  display: block;
}
.top-recruit-section .section-wrapper .section-content .recruit-list a.recruit-item:hover .back img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.common-banner-section {
  position: relative;
  padding: 10rem 0 12rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section {
    padding: 8rem 0 10rem;
  }
}
.common-banner-section .container {
  position: relative;
  z-index: 1;
}
.common-banner-section .section-wrapper {
  position: relative;
  padding: 6rem 6rem 7rem;
  background: #1C2C43;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper {
    padding: 6rem 2rem 7rem;
  }
}
.common-banner-section .section-title {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-title {
    margin-bottom: 3rem;
  }
}
.common-banner-section .section-title .en, .common-banner-section .section-title .jp {
  color: #FFFFFF;
}
.common-banner-section .section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-desc {
    margin-bottom: 5rem;
  }
}
.common-banner-section .section-content {
  position: relative;
  margin-top: 6rem;
}
.common-banner-section .section-content .banner-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 6rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .banner-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem 1.6rem;
  }
}
.common-banner-section .section-content .banner-list > li {
  position: relative;
  display: block;
}
.common-banner-section .section-content .banner-list .tel-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 20.4rem;
  max-width: 100%;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .banner-list .tel-banner {
    height: 18rem;
  }
}
.common-banner-section .section-content .banner-list .tel-banner .banner-label {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.6rem;
  letter-spacing: 0.025em;
  color: #333333;
  text-align: center;
  margin: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .banner-list .tel-banner .banner-label {
    top: 3.2rem;
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
.common-banner-section .section-content .banner-list .tel-banner .banner-btn {
  position: absolute;
  left: calc(50% - 15rem);
  bottom: 3rem;
  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: 1rem;
  width: 30rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem;
  background: #1C2C43;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6rem;
  border: 1px solid #1C2C43;
  outline: none;
  overflow: hidden;
  margin: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .banner-list .tel-banner .banner-btn {
    left: calc(50% - 13rem);
    bottom: 2rem;
    width: 26rem;
    height: 5.6rem;
    padding: 0.8rem 1rem;
    border-radius: 5.6rem;
  }
}
.common-banner-section .section-content .banner-list .tel-banner .banner-btn svg {
  position: relative;
  display: block;
  width: 1.6rem;
  height: auto;
  z-index: 3;
}
.common-banner-section .section-content .banner-list .tel-banner .banner-btn svg path {
  fill: #FFFFFF;
  -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);
}
.common-banner-section .section-content .banner-list .tel-banner .banner-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;
  padding: 0 0 0.2rem;
  -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;
}
.common-banner-section .section-content .banner-list .tel-banner .banner-btn::before {
  content: "";
  position: absolute;
  display: block;
  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;
}
.common-banner-section .section-content .banner-list .tel-banner .banner-btn:hover {
  color: #1C2C43;
}
.common-banner-section .section-content .banner-list .tel-banner .banner-btn:hover svg path {
  fill: #1C2C43;
}
.common-banner-section .section-content .banner-list .tel-banner .banner-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.common-banner-section .section-content .banner-list .tel-banner .banner-btn:hover + .banner-back img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.common-banner-section .section-content .banner-list .tel-banner .banner-back {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 0;
}
.common-banner-section .section-content .banner-list .tel-banner .banner-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;
}
.common-banner-section .section-content .banner-list .mail-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 20.4rem;
  max-width: 100%;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .banner-list .mail-banner {
    height: 18rem;
  }
}
.common-banner-section .section-content .banner-list .mail-banner .banner-label {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 5.6rem;
  letter-spacing: 0.025em;
  color: #333333;
  text-align: center;
  margin: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .banner-list .mail-banner .banner-label {
    top: 3.2rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 4rem;
  }
}
.common-banner-section .section-content .banner-list .mail-banner .banner-back {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 0;
}
.common-banner-section .section-content .banner-list .mail-banner .banner-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;
}
.common-banner-section .section-content .banner-list .mail-banner .banner-btn {
  position: absolute;
  left: calc(50% - 15rem);
  bottom: 3rem;
  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: 1rem;
  width: 30rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem;
  background: #D42323;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6rem;
  border: 1px solid #D42323;
  outline: none;
  overflow: hidden;
  margin: 5rem auto 0;
  z-index: 2;
}
.common-banner-section .section-content .banner-list .mail-banner .banner-btn svg {
  position: relative;
  display: block;
  width: 2rem;
  height: auto;
  z-index: 3;
}
.common-banner-section .section-content .banner-list .mail-banner .banner-btn svg path {
  fill: #FFFFFF;
  -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);
}
.common-banner-section .section-content .banner-list .mail-banner .banner-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;
  padding: 0 0 0.2rem;
  -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;
}
.common-banner-section .section-content .banner-list .mail-banner .banner-btn::before {
  content: "";
  position: absolute;
  display: block;
  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;
}
.common-banner-section .section-content .banner-list .mail-banner .banner-btn:hover {
  color: #D42323;
}
.common-banner-section .section-content .banner-list .mail-banner .banner-btn:hover svg path {
  fill: #D42323;
}
.common-banner-section .section-content .banner-list .mail-banner .banner-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.common-banner-section .section-content .banner-list .mail-banner .banner-btn:hover + .banner-back img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-content .banner-list .mail-banner .banner-btn {
    left: calc(50% - 13rem);
    bottom: 2rem;
    width: 26rem;
    height: 5.6rem;
    letter-spacing: 0;
    padding: 0.8rem 1rem;
    border-radius: 5.6rem;
  }
}

.pageindex {
  position: relative;
  padding: 2rem 0 2rem;
  z-index: 1;
}
.pageindex .container {
  position: relative;
  z-index: 1;
}
.pageindex .breadcrumbs {
  display: block;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  color: #606060;
  margin: 0 0 8rem;
}
@media only screen and (max-width: 768px) {
  .pageindex .breadcrumbs {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 6rem;
  }
}
.pageindex .breadcrumbs a {
  color: inherit;
  letter-spacing: 0.025em;
}
.pageindex .breadcrumbs a:hover {
  text-decoration: underline;
}
.pageindex .breadcrumbs li {
  position: relative;
  display: inline;
}
.pageindex .breadcrumbs li + li::before {
  content: "ー";
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1.2rem;
}
.pageindex .index-title {
  position: relative;
}
.pageindex .index-title .en {
  position: relative;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 7.2rem;
  letter-spacing: 0.025em;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pageindex .index-title .en {
    font-size: 3.8rem;
    line-height: 5.2rem;
  }
}
.pageindex .index-title .jp {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  margin: 0.6rem 0 0;
}
@media only screen and (max-width: 768px) {
  .pageindex .index-title .jp {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-top: 0.4rem;
  }
}

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

.page-news-section {
  position: relative;
  padding: 10rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section {
    padding: 8rem 0 2rem;
  }
}
.page-news-section .container {
  position: relative;
  z-index: 1;
}
.page-news-section .section-news-wrapper {
  position: relative;
}
.page-news-section .section-news-wrapper .news-list {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-news-section .section-news-wrapper .news-list > li {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #DBDBDB;
}
.page-news-section .section-news-wrapper .news-list > li:not(:last-child) {
  margin-bottom: 3rem;
}
.page-news-section .section-news-wrapper .news-list .news-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 1.6rem minmax(0, 1fr);
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1.6rem;
  padding: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-news-wrapper .news-list .news-item {
    -ms-grid-columns: 4rem 1.2rem minmax(0, 1fr);
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1.2rem;
    padding: 0 2rem 0 0;
  }
}
.page-news-section .section-news-wrapper .news-list .news-item .time {
  position: relative;
}
.page-news-section .section-news-wrapper .news-list .news-item .time em {
  position: relative;
  display: block;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #333333;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-news-wrapper .news-list .news-item .time em {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.page-news-section .section-news-wrapper .news-list .news-item .time b {
  position: relative;
  display: block;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #333333;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-news-wrapper .news-list .news-item .time b {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.page-news-section .section-news-wrapper .news-list .news-item .wrap {
  position: relative;
}
.page-news-section .section-news-wrapper .news-list .news-item .wrap .cats {
  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;
  margin-bottom: 0.6rem;
}
.page-news-section .section-news-wrapper .news-list .news-item .wrap .cats > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-news-section .section-news-wrapper .news-list .news-item .wrap .cats .cat {
  position: relative;
  display: block;
  padding: 0.3rem 1rem;
  background: #0076BE;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.page-news-section .section-news-wrapper .news-list .news-item .wrap .title {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  color: #333333;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-news-wrapper .news-list .news-item .wrap .title {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.page-news-section .section-news-wrapper .news-list .news-item .wrap .title a {
  position: relative;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.page-news-section .section-news-wrapper .news-list .news-item .wrap .title a:hover {
  text-decoration: underline;
}
.page-news-section .section-news-wrapper .news-list .news-item .link {
  position: absolute;
  top: calc(50% - 1rem);
  right: 1rem;
  display: block;
  width: 1.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-news-wrapper .news-list .news-item .link {
    right: 0;
  }
}
.page-news-section .section-news-wrapper .news-list .news-item .link svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}
.page-news-section .section-news-wrapper .news-action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-news-wrapper .news-action {
    margin-top: 6rem;
  }
}
.page-news-section .section-news-wrapper .news-action .link-btn {
  margin: 0 auto;
}
.page-news-section .section-news-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) {
  .page-news-section .section-news-wrapper .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-top: 7rem;
  }
}
.page-news-section .section-news-wrapper .wp-pagenavi > span, .page-news-section .section-news-wrapper .wp-pagenavi > a {
  position: relative;
  padding: 0.5rem 0.5rem 0.7rem;
  background: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  border: 1px solid #0076BE;
  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: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #0076BE;
  -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-news-wrapper .wp-pagenavi > span, .page-news-section .section-news-wrapper .wp-pagenavi > a {
    font-size: 1.6rem;
    width: 4.6rem;
    height: 4.6rem;
  }
}
.page-news-section .section-news-wrapper .wp-pagenavi > span.current {
  background: #0076BE;
  color: #FFFFFF;
}
.page-news-section .section-news-wrapper .wp-pagenavi > span.dots {
  background: transparent;
  border: none !important;
  color: #0076BE;
}
.page-news-section .section-news-wrapper .wp-pagenavi > a:hover {
  background: #0076BE;
  color: #FFFFFF;
}
.page-news-section .section-news-wrapper .wp-pagenavi > a.previouspostslink, .page-news-section .section-news-wrapper .wp-pagenavi > a.nextpostslink {
  font-size: 0;
  color: transparent;
}
.page-news-section .section-news-wrapper .wp-pagenavi > a.previouspostslink::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.7rem);
  left: calc(50% - 0.5rem);
  display: block;
  width: 0.9rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.87819 0.181314C8.69242 -0.0326226 8.3616 -0.0614031 8.13919 0.11721L0.187584 6.50986C0.0696869 6.6048 0.00136852 6.74459 1.62125e-05 6.89251C-0.00118923 7.04068 0.0648699 7.18229 0.181434 7.27911L8.13304 13.8779C8.35252 14.0597 8.68388 14.0357 8.87306 13.8246C9.06199 13.6134 9.03706 13.2946 8.81771 13.1126L1.33553 6.90237L8.81156 0.892375C9.0339 0.713628 9.06382 0.395318 8.87819 0.181314Z' fill='%230177BF'/%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-news-wrapper .wp-pagenavi > a.previouspostslink:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.87819 0.181314C8.69242 -0.0326226 8.3616 -0.0614031 8.13919 0.11721L0.187583 6.50986C0.0696866 6.6048 0.00136847 6.74459 1.65084e-05 6.89251C-0.00118901 7.04068 0.0648696 7.18229 0.181434 7.27911L8.13304 13.8779C8.35252 14.0597 8.68388 14.0357 8.87306 13.8246C9.06199 13.6134 9.03706 13.2946 8.81771 13.1126L1.33553 6.90237L8.81156 0.892375C9.0339 0.713628 9.06382 0.395318 8.87819 0.181314Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page-news-section .section-news-wrapper .wp-pagenavi > a.nextpostslink::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.7rem);
  left: calc(50% - 0.4rem);
  display: block;
  width: 0.9rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.121814 0.181314C0.307583 -0.0326226 0.638397 -0.0614031 0.860807 0.11721L8.81242 6.50986C8.93031 6.6048 8.99863 6.74459 8.99998 6.89251C9.00119 7.04068 8.93513 7.18229 8.81857 7.27911L0.866957 13.8779C0.64748 14.0597 0.316124 14.0357 0.126939 13.8246C-0.0619859 13.6134 -0.0370592 13.2946 0.182287 13.1126L7.66447 6.90237L0.188436 0.892375C-0.0339041 0.713628 -0.0638151 0.395318 0.121814 0.181314Z' fill='%230177BF'/%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-news-wrapper .wp-pagenavi > a.nextpostslink:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.121814 0.181314C0.307583 -0.0326226 0.638397 -0.0614031 0.860807 0.11721L8.81242 6.50986C8.93031 6.6048 8.99863 6.74459 8.99998 6.89251C9.00119 7.04068 8.93513 7.18229 8.81857 7.27911L0.866957 13.8779C0.64748 14.0597 0.316124 14.0357 0.126939 13.8246C-0.0619859 13.6134 -0.0370592 13.2946 0.182287 13.1126L7.66447 6.90237L0.188436 0.892375C-0.0339041 0.713628 -0.0638151 0.395318 0.121814 0.181314Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page-news-section .section-news-wrapper .wp-pagenavi > span.pages, .page-news-section .section-news-wrapper .wp-pagenavi > a.last, .page-news-section .section-news-wrapper .wp-pagenavi > a.first {
  display: none;
}
.page-news-section .section-single-wrapper {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.page-news-section .section-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 .section-single-wrapper .single-title {
    font-size: 2.3rem;
    line-height: 4rem;
  }
}
.page-news-section .section-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: 3rem;
  margin: 0 0 5rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-meta {
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.page-news-section .section-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 .section-single-wrapper .single-meta .cats {
  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;
}
.page-news-section .section-single-wrapper .single-meta .cats > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-news-section .section-single-wrapper .single-meta .cats .cat {
  position: relative;
  display: block;
  padding: 0.2rem 1.6rem 0.3rem;
  background: #0076BE;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.page-news-section .section-single-wrapper .single-thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 4rem;
}
.page-news-section .section-single-wrapper .single-article {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #333333;
  letter-spacing: 0.025em;
  word-break: break-all;
  text-align: left;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.page-news-section .section-single-wrapper .single-article h1, .page-news-section .section-single-wrapper .single-article h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  color: #333333;
  text-align: left;
  padding-left: 3.6rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article h1, .page-news-section .section-single-wrapper .single-article h2 {
    font-size: 2.3rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    padding-left: 3.2rem;
    margin-right: -1rem;
    margin-bottom: 3rem;
  }
}
.page-news-section .section-single-wrapper .single-article h1:not(:first-of-type), .page-news-section .section-single-wrapper .single-article h2:not(:first-of-type) {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article h1:not(:first-of-type), .page-news-section .section-single-wrapper .single-article h2:not(:first-of-type) {
    margin-top: 6rem;
  }
}
.page-news-section .section-single-wrapper .single-article h1::before, .page-news-section .section-single-wrapper .single-article h2::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Group_26' data-name='Group 26' transform='translate(-151.329 -533.765)'%3E%3Crect id='Rectangle_7' data-name='Rectangle 7' width='10' height='10' rx='2' transform='translate(151.329 533.765)' fill='%23064A73'/%3E%3Crect id='Rectangle_8' data-name='Rectangle 8' width='10' height='10' rx='2' transform='translate(163.329 545.765)' fill='%230076BE'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article h1::before, .page-news-section .section-single-wrapper .single-article h2::before {
    top: 0.5rem;
  }
}
.page-news-section .section-single-wrapper .single-article h1 + h3, .page-news-section .section-single-wrapper .single-article h1 + h4, .page-news-section .section-single-wrapper .single-article h1 + h5, .page-news-section .section-single-wrapper .single-article h2 + h3, .page-news-section .section-single-wrapper .single-article h2 + h4, .page-news-section .section-single-wrapper .single-article h2 + h5 {
  margin-top: 0;
}
.page-news-section .section-single-wrapper .single-article h3 {
  position: relative;
  display: block;
  padding: 0 0 0 2rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: left;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0 0 0 1.6rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.page-news-section .section-single-wrapper .single-article h3::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.4rem;
  height: 2.6rem;
  background: #0076BE;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article h3::before {
    top: 0.6rem;
    height: 2rem;
  }
}
.page-news-section .section-single-wrapper .single-article h4 {
  position: relative;
  display: block;
  padding: 0 0 1.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article h4 {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0 0 1.6rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.page-news-section .section-single-wrapper .single-article h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
  z-index: 0;
}
.page-news-section .section-single-wrapper .single-article h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12rem;
  height: 1px;
  background: #0076BE;
  z-index: 1;
}
.page-news-section .section-single-wrapper .single-article h5 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article h5 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.page-news-section .section-single-wrapper .single-article h5::before, .page-news-section .section-single-wrapper .single-article h5::after {
  display: none;
}
.page-news-section .section-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 .section-single-wrapper .single-article h6::before, .page-news-section .section-single-wrapper .single-article h6::after {
  display: none;
}
.page-news-section .section-single-wrapper .single-article p {
  position: relative;
  margin-bottom: 3rem;
}
.page-news-section .section-single-wrapper .single-article a {
  position: relative;
  color: #0076BE;
  text-decoration: underline;
}
.page-news-section .section-single-wrapper .single-article strong {
  font-weight: 700;
}
.page-news-section .section-single-wrapper .single-article b {
  font-weight: 700;
}
.page-news-section .section-single-wrapper .single-article ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-news-section .section-single-wrapper .single-article ul > li {
  position: relative;
  padding-left: 1.6rem;
}
.page-news-section .section-single-wrapper .single-article ul > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-news-section .section-single-wrapper .single-article blockquote {
  position: relative;
  display: block;
  quotes: none;
  padding: 3rem 2.4rem;
  background: none;
  border: 1px solid #DBDBDB;
  border-radius: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article blockquote {
    padding: 3rem 2rem;
  }
}
.page-news-section .section-single-wrapper .single-article blockquote::before, .page-news-section .section-single-wrapper .single-article blockquote::after {
  display: none;
}
.page-news-section .section-single-wrapper .single-article blockquote p {
  position: relative;
  margin: 0;
}
.page-news-section .section-single-wrapper .single-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-news-section .section-single-wrapper .single-article figure, .page-news-section .section-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 .section-single-wrapper .single-article figure img, .page-news-section .section-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 .section-single-wrapper .single-article figure p, .page-news-section .section-single-wrapper .single-article picture p {
  margin: 0;
}
.page-news-section .section-single-wrapper .single-article .download-action {
  position: relative;
  display: block;
  margin-top: 5.6rem;
  margin-bottom: 4rem;
}
.page-news-section .section-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 .section-single-wrapper .single-article .download-action .download-btn {
    width: 30rem;
  }
}
.page-news-section .section-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 .section-single-wrapper .single-article .download-action .download-btn .btn-label::before, .page-news-section .section-single-wrapper .single-article .download-action .download-btn .btn-label::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
}
.page-news-section .section-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 .section-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 .section-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 .section-single-wrapper .single-article .download-action .download-btn .btn-body span, .page-news-section .section-single-wrapper .single-article .download-action .download-btn .btn-body em {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-news-section .section-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 .section-single-wrapper .single-article .download-action .download-btn:hover .btn-body {
  color: #BF282D;
}
.page-news-section .section-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 .section-single-wrapper .single-article .link-action {
  position: relative;
  display: block;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article .link-action {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-news-section .section-single-wrapper .single-article .link-action .link-btn {
  margin: 0 auto;
}
.page-news-section .section-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: 30rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem;
  background: transparent;
  color: #0076BE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6rem;
  border: 1px solid #0076BE;
  outline: none;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article .link-btn {
    font-size: 1.6rem;
    height: 5.6rem;
    width: 28rem;
  }
}
.page-news-section .section-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 .section-single-wrapper .single-article .link-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  background: #0076BE;
  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-single-wrapper .single-article .link-btn::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.7rem);
  right: 2.4rem;
  display: block;
  width: 0.9rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg class='arrow' width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.121814 0.181314C0.307583 -0.0326226 0.638397 -0.0614031 0.860807 0.11721L8.81242 6.50986C8.93031 6.6048 8.99863 6.74459 8.99998 6.89251C9.00119 7.04068 8.93513 7.18229 8.81857 7.27911L0.866957 13.8779C0.64748 14.0597 0.316124 14.0357 0.126939 13.8246C-0.0619859 13.6134 -0.0370592 13.2946 0.182287 13.1126L7.66447 6.90237L0.188436 0.892375C-0.0339041 0.713628 -0.0638151 0.395318 0.121814 0.181314Z' fill='%230177BF'/%3E%3C/svg%3E");
  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 .section-single-wrapper .single-article .link-btn::after {
    right: 2rem;
  }
}
.page-news-section .section-single-wrapper .single-article .link-btn:hover {
  color: #FFFFFF;
}
.page-news-section .section-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 .section-single-wrapper .single-article .link-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg class='arrow' width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.121814 0.181314C0.307583 -0.0326226 0.638397 -0.0614031 0.860807 0.11721L8.81242 6.50986C8.93031 6.6048 8.99863 6.74459 8.99998 6.89251C9.00119 7.04068 8.93513 7.18229 8.81857 7.27911L0.866957 13.8779C0.64748 14.0597 0.316124 14.0357 0.126939 13.8246C-0.0619859 13.6134 -0.0370592 13.2946 0.182287 13.1126L7.66447 6.90237L0.188436 0.892375C-0.0339041 0.713628 -0.0638151 0.395318 0.121814 0.181314Z' fill='%23FFF'/%3E%3C/svg%3E");
}
.page-news-section .section-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 #DBDBDB;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article .c-supervisor {
    padding: 3rem 2rem;
  }
}
.page-news-section .section-single-wrapper .single-article .c-supervisor::after {
  content: "";
  display: block;
  clear: both;
}
.page-news-section .section-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 .section-single-wrapper .single-article .c-supervisor .supervisor-label {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.page-news-section .section-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 .section-single-wrapper .single-article .c-supervisor .supervisor-thumb {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article .c-supervisor .supervisor-thumb {
    margin: 0 auto 2.4rem;
  }
}
.page-news-section .section-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 .section-single-wrapper .single-article .c-supervisor .supervisor-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-news-section .section-single-wrapper .single-article .c-supervisor .supervisor-content {
    float: right;
    width: calc(100% - 17.4rem);
  }
}
.page-news-section .section-single-wrapper .single-article .c-supervisor .supervisor-content p {
  margin: 0;
}
.page-news-section .section-single-wrapper .single-article .c-supervisor .supervisor-content .position {
  position: relative;
  font-size: 1.4rem;
  color: #707070;
  margin-bottom: 0.4rem;
}
.page-news-section .section-single-wrapper .single-article .c-supervisor .supervisor-content .name, .page-news-section .section-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 .section-single-wrapper .single-article .c-supervisor .supervisor-content .name::before, .page-news-section .section-single-wrapper .single-article .c-supervisor .supervisor-content .name::after, .page-news-section .section-single-wrapper .single-article .c-supervisor .supervisor-content h4::before, .page-news-section .section-single-wrapper .single-article .c-supervisor .supervisor-content h4::after {
  display: none;
}
.page-news-section .section-single-wrapper .single-article .c-supervisor .supervisor-content .profile {
  position: relative;
  line-height: 1.875;
}
.page-news-section .section-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 .section-single-wrapper .single-article .toc-container {
    padding: 3rem 2rem;
  }
}
.page-news-section .section-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 .section-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 .section-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 .section-single-wrapper .single-article .toc-container ul > li {
  position: relative;
  padding: 0;
}
.page-news-section .section-single-wrapper .single-article .toc-container ul > li::before {
  display: none;
}
.page-news-section .section-single-wrapper .single-article .toc-container ul > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.page-news-section .section-single-wrapper .single-article .toc-container ul a {
  position: relative;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.page-news-section .section-single-wrapper .single-article .toc-container ul a:hover {
  text-decoration: underline;
}
.page-news-section .section-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 .section-single-wrapper .single-article .seo-back {
  position: relative;
  padding: 3rem 2.4rem;
  background: #F5F8F8;
  border: 1px solid #DBDBDB;
  border-radius: 1rem;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-article .seo-back {
    padding: 3rem 2rem;
  }
}
.page-news-section .section-single-wrapper .single-article .seo-back p {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.page-news-section .section-single-wrapper .single-article .mt-0 {
  margin-top: 0;
}
.page-news-section .section-single-wrapper .single-article .mb-0 {
  margin-bottom: 0;
}
.page-news-section .section-single-wrapper .single-article .mt-1 {
  margin-top: 1rem;
}
.page-news-section .section-single-wrapper .single-article .mb-1 {
  margin-bottom: 1rem;
}
.page-news-section .section-single-wrapper .single-article .mt-2 {
  margin-top: 2rem;
}
.page-news-section .section-single-wrapper .single-article .mb-2 {
  margin-bottom: 2rem;
}
.page-news-section .section-single-wrapper .single-article .mt-3 {
  margin-top: 3rem;
}
.page-news-section .section-single-wrapper .single-article .mb-3 {
  margin-bottom: 3rem;
}
.page-news-section .section-single-wrapper .single-article .mt-4 {
  margin-top: 4rem;
}
.page-news-section .section-single-wrapper .single-article .mb-4 {
  margin-bottom: 4rem;
}
.page-news-section .section-single-wrapper .single-article .mt-5 {
  margin-top: 5rem;
}
.page-news-section .section-single-wrapper .single-article .mb-5 {
  margin-bottom: 5rem;
}
.page-news-section .section-single-wrapper .single-article .mt-6 {
  margin-top: 6rem;
}
.page-news-section .section-single-wrapper .single-article .mb-6 {
  margin-bottom: 6rem;
}
.page-news-section .section-single-wrapper .single-article .mt-7 {
  margin-top: 7rem;
}
.page-news-section .section-single-wrapper .single-article .mb-7 {
  margin-bottom: 7rem;
}
.page-news-section .section-single-wrapper .single-article .mt-8 {
  margin-top: 8rem;
}
.page-news-section .section-single-wrapper .single-article .mb-8 {
  margin-bottom: 8rem;
}
.page-news-section .section-single-wrapper .single-article .mt-9 {
  margin-top: 9rem;
}
.page-news-section .section-single-wrapper .single-article .mb-9 {
  margin-bottom: 9rem;
}
.page-news-section .section-single-wrapper .single-article .mt-10 {
  margin-top: 10rem;
}
.page-news-section .section-single-wrapper .single-article .mb-10 {
  margin-bottom: 10rem;
}
.page-news-section .section-single-wrapper .single-article .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.page-news-section .section-single-wrapper .single-article .text-center {
  text-align: center;
}
.page-news-section .section-single-wrapper .single-article .text-left {
  text-align: left;
}
.page-news-section .section-single-wrapper .single-article .text-right {
  text-align: right;
}
.page-news-section .section-single-wrapper .single-pagination {
  position: relative;
  display: block;
  width: 60rem;
  max-width: 100%;
  margin: 10rem auto 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-pagination {
    margin-top: 8rem;
    width: 24rem;
    max-width: 100%;
  }
  .page-news-section .section-single-wrapper .single-pagination:has(.prev-link):has(.next-link) {
    padding-bottom: 7.9rem;
  }
  .page-news-section .section-single-wrapper .single-pagination:has(.prev-link):has(.next-link)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4.5rem;
    width: 1px;
    background: #0076BE;
    z-index: 0;
  }
}
.page-news-section .section-single-wrapper .single-pagination .prev-link {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 0;
  font-family: "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  color: #0076BE;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  padding: 0 0 0 4rem;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-pagination .prev-link {
    top: unset;
    bottom: 0.6rem;
  }
}
.page-news-section .section-single-wrapper .single-pagination .prev-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 0;
  width: 2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cpath data-name='arrow-left' d='M0,6,6.265,0,6.8.508,1.453,5.625H20v.75H1.452L6.8,11.492,6.265,12Z' fill='%230076BE'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}
.page-news-section .section-single-wrapper .single-pagination .prev-link:hover::before {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}
.page-news-section .section-single-wrapper .single-pagination .next-link {
  position: absolute;
  top: calc(50% - 1.5rem);
  right: 0;
  font-family: "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  color: #0076BE;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  padding: 0 4rem 0 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-pagination .next-link {
    top: unset;
    bottom: 0.6rem;
  }
}
.page-news-section .section-single-wrapper .single-pagination .next-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0;
  width: 2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cpath data-name='arrow-right' d='M13.38,11.491,18.6,6.359H0V5.641H18.6L13.38.508,13.9,0,20,6l-6.1,6Z' fill='%230076BE'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}
.page-news-section .section-single-wrapper .single-pagination .next-link:hover::before {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.page-news-section .section-single-wrapper .single-pagination .link-btn {
  position: relative;
  margin: 0 auto;
}
.page-news-section .section-single-wrapper .single-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-single-wrapper .single-action {
    margin-top: 6rem;
  }
}
.page-news-section .section-single-wrapper .single-action .link-btn {
  margin: 0 auto;
}

.page-case-section {
  position: relative;
  padding: 10rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section {
    padding: 8rem 0 2rem;
  }
}
.page-case-section .container {
  position: relative;
  z-index: 1;
}
.page-case-section .section-case-wrapper {
  position: relative;
}
.page-case-section .section-case-wrapper .case-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3.2rem minmax(0, 1fr) 3.2rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 3.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-case-wrapper .case-list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4rem 2rem;
  }
}
.page-case-section .section-case-wrapper .case-list > li {
  position: relative;
  display: block;
}
.page-case-section .section-case-wrapper .case-list .case-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  z-index: 0;
}
.page-case-section .section-case-wrapper .case-list .case-item .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 324/248;
  z-index: 0;
}
.page-case-section .section-case-wrapper .case-list .case-item .thumb img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-case-section .section-case-wrapper .case-list .case-item::before {
  content: "";
  position: absolute;
  top: 12.8rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 118, 190, 0)), color-stop(22.6%, #4394C5), to(#0176BE));
  background: linear-gradient(180deg, rgba(1, 118, 190, 0) 0%, #4394C5 22.6%, #0176BE 100%);
  z-index: 1;
}
.page-case-section .section-case-wrapper .case-list .case-item .info {
  position: relative;
  margin-top: -8rem;
  padding: 2rem 2rem 2rem;
  z-index: 2;
}
.page-case-section .section-case-wrapper .case-list .case-item .info .title {
  position: relative;
  margin-bottom: 1.6rem;
}
.page-case-section .section-case-wrapper .case-list .case-item .info .title .en {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
}
.page-case-section .section-case-wrapper .case-list .case-item .info .title .jp {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
}
.page-case-section .section-case-wrapper .case-list .case-item .info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-case-wrapper .case-list .case-item .info .desc {
    line-height: 3.2rem;
  }
}
.page-case-section .section-case-wrapper .case-list .case-item:hover .thumb img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.page-case-section .section-case-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) {
  .page-case-section .section-case-wrapper .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-top: 7rem;
  }
}
.page-case-section .section-case-wrapper .wp-pagenavi > span, .page-case-section .section-case-wrapper .wp-pagenavi > a {
  position: relative;
  padding: 0.5rem 0.5rem 0.7rem;
  background: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  border: 1px solid #0076BE;
  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: 400;
  line-height: 2.4rem;
  text-align: center;
  color: #0076BE;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-case-wrapper .wp-pagenavi > span, .page-case-section .section-case-wrapper .wp-pagenavi > a {
    font-size: 1.6rem;
    width: 4.6rem;
    height: 4.6rem;
  }
}
.page-case-section .section-case-wrapper .wp-pagenavi > span.current {
  background: #0076BE;
  color: #FFFFFF;
}
.page-case-section .section-case-wrapper .wp-pagenavi > span.dots {
  background: transparent;
  border: none !important;
  color: #0076BE;
}
.page-case-section .section-case-wrapper .wp-pagenavi > a:hover {
  background: #0076BE;
  color: #FFFFFF;
}
.page-case-section .section-case-wrapper .wp-pagenavi > a.previouspostslink, .page-case-section .section-case-wrapper .wp-pagenavi > a.nextpostslink {
  font-size: 0;
  color: transparent;
}
.page-case-section .section-case-wrapper .wp-pagenavi > a.previouspostslink::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.7rem);
  left: calc(50% - 0.5rem);
  display: block;
  width: 0.9rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.87819 0.181314C8.69242 -0.0326226 8.3616 -0.0614031 8.13919 0.11721L0.187584 6.50986C0.0696869 6.6048 0.00136852 6.74459 1.62125e-05 6.89251C-0.00118923 7.04068 0.0648699 7.18229 0.181434 7.27911L8.13304 13.8779C8.35252 14.0597 8.68388 14.0357 8.87306 13.8246C9.06199 13.6134 9.03706 13.2946 8.81771 13.1126L1.33553 6.90237L8.81156 0.892375C9.0339 0.713628 9.06382 0.395318 8.87819 0.181314Z' fill='%230177BF'/%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-case-section .section-case-wrapper .wp-pagenavi > a.previouspostslink:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.87819 0.181314C8.69242 -0.0326226 8.3616 -0.0614031 8.13919 0.11721L0.187583 6.50986C0.0696866 6.6048 0.00136847 6.74459 1.65084e-05 6.89251C-0.00118901 7.04068 0.0648696 7.18229 0.181434 7.27911L8.13304 13.8779C8.35252 14.0597 8.68388 14.0357 8.87306 13.8246C9.06199 13.6134 9.03706 13.2946 8.81771 13.1126L1.33553 6.90237L8.81156 0.892375C9.0339 0.713628 9.06382 0.395318 8.87819 0.181314Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page-case-section .section-case-wrapper .wp-pagenavi > a.nextpostslink::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.7rem);
  left: calc(50% - 0.4rem);
  display: block;
  width: 0.9rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.121814 0.181314C0.307583 -0.0326226 0.638397 -0.0614031 0.860807 0.11721L8.81242 6.50986C8.93031 6.6048 8.99863 6.74459 8.99998 6.89251C9.00119 7.04068 8.93513 7.18229 8.81857 7.27911L0.866957 13.8779C0.64748 14.0597 0.316124 14.0357 0.126939 13.8246C-0.0619859 13.6134 -0.0370592 13.2946 0.182287 13.1126L7.66447 6.90237L0.188436 0.892375C-0.0339041 0.713628 -0.0638151 0.395318 0.121814 0.181314Z' fill='%230177BF'/%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-case-section .section-case-wrapper .wp-pagenavi > a.nextpostslink:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.121814 0.181314C0.307583 -0.0326226 0.638397 -0.0614031 0.860807 0.11721L8.81242 6.50986C8.93031 6.6048 8.99863 6.74459 8.99998 6.89251C9.00119 7.04068 8.93513 7.18229 8.81857 7.27911L0.866957 13.8779C0.64748 14.0597 0.316124 14.0357 0.126939 13.8246C-0.0619859 13.6134 -0.0370592 13.2946 0.182287 13.1126L7.66447 6.90237L0.188436 0.892375C-0.0339041 0.713628 -0.0638151 0.395318 0.121814 0.181314Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page-case-section .section-case-wrapper .wp-pagenavi > span.pages, .page-case-section .section-case-wrapper .wp-pagenavi > a.last, .page-case-section .section-case-wrapper .wp-pagenavi > a.first {
  display: none;
}
.page-case-section .section-single-wrapper {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.page-case-section .section-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-case-section .section-single-wrapper .single-title {
    font-size: 2.3rem;
    line-height: 4rem;
  }
}
.page-case-section .section-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: 3rem;
  margin: 0 0 5rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-meta {
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.page-case-section .section-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-case-section .section-single-wrapper .single-meta .cats {
  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;
}
.page-case-section .section-single-wrapper .single-meta .cats > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-case-section .section-single-wrapper .single-meta .cats .cat {
  position: relative;
  display: block;
  padding: 0.2rem 1.6rem 0.3rem;
  background: #0076BE;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.page-case-section .section-single-wrapper .single-thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 4rem;
}
.page-case-section .section-single-wrapper .single-article {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #333333;
  letter-spacing: 0.025em;
  word-break: break-all;
  text-align: left;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.page-case-section .section-single-wrapper .single-article h1, .page-case-section .section-single-wrapper .single-article h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  color: #333333;
  text-align: left;
  padding-left: 3.6rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article h1, .page-case-section .section-single-wrapper .single-article h2 {
    font-size: 2.3rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    padding-left: 3.2rem;
    margin-right: -1rem;
    margin-bottom: 3rem;
  }
}
.page-case-section .section-single-wrapper .single-article h1:not(:first-of-type), .page-case-section .section-single-wrapper .single-article h2:not(:first-of-type) {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article h1:not(:first-of-type), .page-case-section .section-single-wrapper .single-article h2:not(:first-of-type) {
    margin-top: 6rem;
  }
}
.page-case-section .section-single-wrapper .single-article h1::before, .page-case-section .section-single-wrapper .single-article h2::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Group_26' data-name='Group 26' transform='translate(-151.329 -533.765)'%3E%3Crect id='Rectangle_7' data-name='Rectangle 7' width='10' height='10' rx='2' transform='translate(151.329 533.765)' fill='%23064A73'/%3E%3Crect id='Rectangle_8' data-name='Rectangle 8' width='10' height='10' rx='2' transform='translate(163.329 545.765)' fill='%230076BE'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article h1::before, .page-case-section .section-single-wrapper .single-article h2::before {
    top: 0.5rem;
  }
}
.page-case-section .section-single-wrapper .single-article h1 + h3, .page-case-section .section-single-wrapper .single-article h1 + h4, .page-case-section .section-single-wrapper .single-article h1 + h5, .page-case-section .section-single-wrapper .single-article h2 + h3, .page-case-section .section-single-wrapper .single-article h2 + h4, .page-case-section .section-single-wrapper .single-article h2 + h5 {
  margin-top: 0;
}
.page-case-section .section-single-wrapper .single-article h3 {
  position: relative;
  display: block;
  padding: 0 0 0 2rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: left;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0 0 0 1.6rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.page-case-section .section-single-wrapper .single-article h3::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.4rem;
  height: 2.6rem;
  background: #0076BE;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article h3::before {
    top: 0.6rem;
    height: 2rem;
  }
}
.page-case-section .section-single-wrapper .single-article h4 {
  position: relative;
  display: block;
  padding: 0 0 1.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article h4 {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0 0 1.6rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.page-case-section .section-single-wrapper .single-article h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
  z-index: 0;
}
.page-case-section .section-single-wrapper .single-article h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12rem;
  height: 1px;
  background: #0076BE;
  z-index: 1;
}
.page-case-section .section-single-wrapper .single-article h5 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article h5 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.page-case-section .section-single-wrapper .single-article h5::before, .page-case-section .section-single-wrapper .single-article h5::after {
  display: none;
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article h6::before, .page-case-section .section-single-wrapper .single-article h6::after {
  display: none;
}
.page-case-section .section-single-wrapper .single-article p {
  position: relative;
  margin-bottom: 3rem;
}
.page-case-section .section-single-wrapper .single-article a {
  position: relative;
  color: #0076BE;
  text-decoration: underline;
}
.page-case-section .section-single-wrapper .single-article strong {
  font-weight: 700;
}
.page-case-section .section-single-wrapper .single-article b {
  font-weight: 700;
}
.page-case-section .section-single-wrapper .single-article ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-case-section .section-single-wrapper .single-article ul > li {
  position: relative;
  padding-left: 1.6rem;
}
.page-case-section .section-single-wrapper .single-article ul > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-case-section .section-single-wrapper .single-article blockquote {
  position: relative;
  display: block;
  quotes: none;
  padding: 3rem 2.4rem;
  background: none;
  border: 1px solid #DBDBDB;
  border-radius: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article blockquote {
    padding: 3rem 2rem;
  }
}
.page-case-section .section-single-wrapper .single-article blockquote::before, .page-case-section .section-single-wrapper .single-article blockquote::after {
  display: none;
}
.page-case-section .section-single-wrapper .single-article blockquote p {
  position: relative;
  margin: 0;
}
.page-case-section .section-single-wrapper .single-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-case-section .section-single-wrapper .single-article figure, .page-case-section .section-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-case-section .section-single-wrapper .single-article figure img, .page-case-section .section-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-case-section .section-single-wrapper .single-article figure p, .page-case-section .section-single-wrapper .single-article picture p {
  margin: 0;
}
.page-case-section .section-single-wrapper .single-article .download-action {
  position: relative;
  display: block;
  margin-top: 5.6rem;
  margin-bottom: 4rem;
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .download-action .download-btn {
    width: 30rem;
  }
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .download-action .download-btn .btn-label::before, .page-case-section .section-single-wrapper .single-article .download-action .download-btn .btn-label::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
}
.page-case-section .section-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-case-section .section-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-case-section .section-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-case-section .section-single-wrapper .single-article .download-action .download-btn .btn-body span, .page-case-section .section-single-wrapper .single-article .download-action .download-btn .btn-body em {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .download-action .download-btn:hover .btn-body {
  color: #BF282D;
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .link-action {
  position: relative;
  display: block;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article .link-action {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page-case-section .section-single-wrapper .single-article .link-action .link-btn {
  margin: 0 auto;
}
.page-case-section .section-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: 30rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem;
  background: transparent;
  color: #0076BE;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6rem;
  border: 1px solid #0076BE;
  outline: none;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article .link-btn {
    font-size: 1.6rem;
    height: 5.6rem;
    width: 28rem;
  }
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .link-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  background: #0076BE;
  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-case-section .section-single-wrapper .single-article .link-btn::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.7rem);
  right: 2.4rem;
  display: block;
  width: 0.9rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg class='arrow' width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.121814 0.181314C0.307583 -0.0326226 0.638397 -0.0614031 0.860807 0.11721L8.81242 6.50986C8.93031 6.6048 8.99863 6.74459 8.99998 6.89251C9.00119 7.04068 8.93513 7.18229 8.81857 7.27911L0.866957 13.8779C0.64748 14.0597 0.316124 14.0357 0.126939 13.8246C-0.0619859 13.6134 -0.0370592 13.2946 0.182287 13.1126L7.66447 6.90237L0.188436 0.892375C-0.0339041 0.713628 -0.0638151 0.395318 0.121814 0.181314Z' fill='%230177BF'/%3E%3C/svg%3E");
  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-case-section .section-single-wrapper .single-article .link-btn::after {
    right: 2rem;
  }
}
.page-case-section .section-single-wrapper .single-article .link-btn:hover {
  color: #FFFFFF;
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .link-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg class='arrow' width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.121814 0.181314C0.307583 -0.0326226 0.638397 -0.0614031 0.860807 0.11721L8.81242 6.50986C8.93031 6.6048 8.99863 6.74459 8.99998 6.89251C9.00119 7.04068 8.93513 7.18229 8.81857 7.27911L0.866957 13.8779C0.64748 14.0597 0.316124 14.0357 0.126939 13.8246C-0.0619859 13.6134 -0.0370592 13.2946 0.182287 13.1126L7.66447 6.90237L0.188436 0.892375C-0.0339041 0.713628 -0.0638151 0.395318 0.121814 0.181314Z' fill='%23FFF'/%3E%3C/svg%3E");
}
.page-case-section .section-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 #DBDBDB;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article .c-supervisor {
    padding: 3rem 2rem;
  }
}
.page-case-section .section-single-wrapper .single-article .c-supervisor::after {
  content: "";
  display: block;
  clear: both;
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-label {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-thumb {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-thumb {
    margin: 0 auto 2.4rem;
  }
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-content {
    float: right;
    width: calc(100% - 17.4rem);
  }
}
.page-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-content p {
  margin: 0;
}
.page-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-content .position {
  position: relative;
  font-size: 1.4rem;
  color: #707070;
  margin-bottom: 0.4rem;
}
.page-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-content .name, .page-case-section .section-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-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-content .name::before, .page-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-content .name::after, .page-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-content h4::before, .page-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-content h4::after {
  display: none;
}
.page-case-section .section-single-wrapper .single-article .c-supervisor .supervisor-content .profile {
  position: relative;
  line-height: 1.875;
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .toc-container {
    padding: 3rem 2rem;
  }
}
.page-case-section .section-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-case-section .section-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-case-section .section-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-case-section .section-single-wrapper .single-article .toc-container ul > li {
  position: relative;
  padding: 0;
}
.page-case-section .section-single-wrapper .single-article .toc-container ul > li::before {
  display: none;
}
.page-case-section .section-single-wrapper .single-article .toc-container ul > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.page-case-section .section-single-wrapper .single-article .toc-container ul a {
  position: relative;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.page-case-section .section-single-wrapper .single-article .toc-container ul a:hover {
  text-decoration: underline;
}
.page-case-section .section-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-case-section .section-single-wrapper .single-article .seo-back {
  position: relative;
  padding: 3rem 2.4rem;
  background: #F5F8F8;
  border: 1px solid #DBDBDB;
  border-radius: 1rem;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-article .seo-back {
    padding: 3rem 2rem;
  }
}
.page-case-section .section-single-wrapper .single-article .seo-back p {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.page-case-section .section-single-wrapper .single-article .mt-0 {
  margin-top: 0;
}
.page-case-section .section-single-wrapper .single-article .mb-0 {
  margin-bottom: 0;
}
.page-case-section .section-single-wrapper .single-article .mt-1 {
  margin-top: 1rem;
}
.page-case-section .section-single-wrapper .single-article .mb-1 {
  margin-bottom: 1rem;
}
.page-case-section .section-single-wrapper .single-article .mt-2 {
  margin-top: 2rem;
}
.page-case-section .section-single-wrapper .single-article .mb-2 {
  margin-bottom: 2rem;
}
.page-case-section .section-single-wrapper .single-article .mt-3 {
  margin-top: 3rem;
}
.page-case-section .section-single-wrapper .single-article .mb-3 {
  margin-bottom: 3rem;
}
.page-case-section .section-single-wrapper .single-article .mt-4 {
  margin-top: 4rem;
}
.page-case-section .section-single-wrapper .single-article .mb-4 {
  margin-bottom: 4rem;
}
.page-case-section .section-single-wrapper .single-article .mt-5 {
  margin-top: 5rem;
}
.page-case-section .section-single-wrapper .single-article .mb-5 {
  margin-bottom: 5rem;
}
.page-case-section .section-single-wrapper .single-article .mt-6 {
  margin-top: 6rem;
}
.page-case-section .section-single-wrapper .single-article .mb-6 {
  margin-bottom: 6rem;
}
.page-case-section .section-single-wrapper .single-article .mt-7 {
  margin-top: 7rem;
}
.page-case-section .section-single-wrapper .single-article .mb-7 {
  margin-bottom: 7rem;
}
.page-case-section .section-single-wrapper .single-article .mt-8 {
  margin-top: 8rem;
}
.page-case-section .section-single-wrapper .single-article .mb-8 {
  margin-bottom: 8rem;
}
.page-case-section .section-single-wrapper .single-article .mt-9 {
  margin-top: 9rem;
}
.page-case-section .section-single-wrapper .single-article .mb-9 {
  margin-bottom: 9rem;
}
.page-case-section .section-single-wrapper .single-article .mt-10 {
  margin-top: 10rem;
}
.page-case-section .section-single-wrapper .single-article .mb-10 {
  margin-bottom: 10rem;
}
.page-case-section .section-single-wrapper .single-article .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.page-case-section .section-single-wrapper .single-article .text-center {
  text-align: center;
}
.page-case-section .section-single-wrapper .single-article .text-left {
  text-align: left;
}
.page-case-section .section-single-wrapper .single-article .text-right {
  text-align: right;
}
.page-case-section .section-single-wrapper .single-pagination {
  position: relative;
  display: block;
  width: 60rem;
  max-width: 100%;
  margin: 10rem auto 0;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-pagination {
    margin-top: 8rem;
    width: 24rem;
    max-width: 100%;
  }
  .page-case-section .section-single-wrapper .single-pagination:has(.prev-link):has(.next-link) {
    padding-bottom: 7.9rem;
  }
  .page-case-section .section-single-wrapper .single-pagination:has(.prev-link):has(.next-link)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4.5rem;
    width: 1px;
    background: #0076BE;
    z-index: 0;
  }
}
.page-case-section .section-single-wrapper .single-pagination .prev-link {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 0;
  font-family: "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  color: #0076BE;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  padding: 0 0 0 4rem;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-pagination .prev-link {
    top: unset;
    bottom: 0.6rem;
  }
}
.page-case-section .section-single-wrapper .single-pagination .prev-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 0;
  width: 2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cpath data-name='arrow-left' d='M0,6,6.265,0,6.8.508,1.453,5.625H20v.75H1.452L6.8,11.492,6.265,12Z' fill='%230076BE'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}
.page-case-section .section-single-wrapper .single-pagination .prev-link:hover::before {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}
.page-case-section .section-single-wrapper .single-pagination .next-link {
  position: absolute;
  top: calc(50% - 1.5rem);
  right: 0;
  font-family: "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  color: #0076BE;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  padding: 0 4rem 0 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-pagination .next-link {
    top: unset;
    bottom: 0.6rem;
  }
}
.page-case-section .section-single-wrapper .single-pagination .next-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0;
  width: 2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cpath data-name='arrow-right' d='M13.38,11.491,18.6,6.359H0V5.641H18.6L13.38.508,13.9,0,20,6l-6.1,6Z' fill='%230076BE'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}
.page-case-section .section-single-wrapper .single-pagination .next-link:hover::before {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.page-case-section .section-single-wrapper .single-pagination .link-btn {
  position: relative;
  margin: 0 auto;
}
.page-case-section .section-single-wrapper .single-action {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-case-section .section-single-wrapper .single-action {
    margin-top: 6rem;
  }
}
.page-case-section .section-single-wrapper .single-action .link-btn {
  margin: 0 auto;
}

.page-company-section {
  position: relative;
  padding: 10rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section {
    padding: 8rem 0 2rem;
  }
}
.page-company-section .container {
  position: relative;
  z-index: 1;
}
.page-company-section .company-intro-wrapper {
  position: relative;
  z-index: 0;
}
.page-company-section .company-intro-wrapper .intro-info {
  position: relative;
  padding: 6rem 6rem;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-intro-wrapper .intro-info {
    width: 56.8rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-intro-wrapper .intro-info {
    padding: 0 2rem 6rem;
  }
}
.page-company-section .company-intro-wrapper .intro-info .title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-intro-wrapper .intro-info .title {
    font-size: 2.2rem;
    line-height: 4rem;
    letter-spacing: 0;
    margin-right: -2rem;
    margin-bottom: 2.4rem;
  }
}
.page-company-section .company-intro-wrapper .intro-info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: left;
}
.page-company-section .company-intro-wrapper .intro-image {
  position: relative;
  width: 100%;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-intro-wrapper .intro-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-intro-wrapper .intro-image {
    height: 30rem;
  }
}
.page-company-section .company-intro-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 63rem;
  max-width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(1, 118, 190, 0)), color-stop(22.6%, #4394C5), to(#0176BE));
  background: linear-gradient(270deg, rgba(1, 118, 190, 0) 0%, #4394C5 22.6%, #0176BE 100%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-intro-wrapper::before {
    top: 12rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 118, 190, 0)), color-stop(22.6%, #4394C5), to(#0176BE));
    background: linear-gradient(180deg, rgba(1, 118, 190, 0) 0%, #4394C5 22.6%, #0176BE 100%);
  }
}
.page-company-section .company-overview-wrapper {
  position: relative;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-overview-wrapper {
    margin-top: 8rem;
  }
}
.page-company-section .company-overview-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.page-company-section .company-overview-wrapper .overview-image {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-overview-wrapper .overview-image {
    width: 45rem;
    max-width: 100%;
    float: right;
  }
}
.page-company-section .company-overview-wrapper .overview-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-overview-wrapper .overview-content {
    float: left;
    width: calc(100% - 50rem);
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-overview-wrapper .overview-content {
    margin-top: 4rem;
  }
}
.page-company-section .company-overview-wrapper .overview-content .overview-list {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #333333;
  text-align: left;
  border: none;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-overview-wrapper .overview-content .overview-list {
    letter-spacing: 0;
  }
}
.page-company-section .company-overview-wrapper .overview-content .overview-list > li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12rem minmax(0, 1fr);
  grid-template-columns: 12rem minmax(0, 1fr);
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-overview-wrapper .overview-content .overview-list > li {
    -ms-grid-columns: 10rem minmax(0, 1fr);
    grid-template-columns: 10rem minmax(0, 1fr);
  }
}
.page-company-section .company-overview-wrapper .overview-content .overview-list > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.page-company-section .company-overview-wrapper .overview-content .overview-list .label {
  position: relative;
  padding: 0 0 1.4rem 1.6rem;
  border-bottom: 1px solid #7FB6D8;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-overview-wrapper .overview-content .overview-list .label {
    padding: 0 0 1.4rem 0;
  }
}
.page-company-section .company-overview-wrapper .overview-content .overview-list .desc {
  position: relative;
  padding: 0 0 1.4rem 1.6rem;
  border-bottom: 1px solid #DBDBDB;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-overview-wrapper .overview-content .overview-list .desc {
    padding: 0 0 1.4rem 0;
  }
}

.page-recruit-section {
  position: relative;
  padding: 10rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section {
    padding: 8rem 0 2rem;
  }
}
.page-recruit-section .container {
  position: relative;
  z-index: 1;
}
.page-recruit-section .recruit-overview-wrapper {
  position: relative;
}
.page-recruit-section .recruit-overview-wrapper .overview-list {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  border: none;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .recruit-overview-wrapper .overview-list {
    letter-spacing: 0;
  }
}
.page-recruit-section .recruit-overview-wrapper .overview-list > li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15rem minmax(0, 1fr);
  grid-template-columns: 15rem minmax(0, 1fr);
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .recruit-overview-wrapper .overview-list > li {
    -ms-grid-columns: 10rem minmax(0, 1fr);
    grid-template-columns: 10rem minmax(0, 1fr);
  }
}
.page-recruit-section .recruit-overview-wrapper .overview-list > li:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .recruit-overview-wrapper .overview-list > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.page-recruit-section .recruit-overview-wrapper .overview-list .label {
  position: relative;
  font-weight: 500;
  padding: 0 0 2.4rem 1.6rem;
  border-bottom: 1px solid #7FB6D8;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .recruit-overview-wrapper .overview-list .label {
    padding: 0 0 1.4rem 0;
  }
}
.page-recruit-section .recruit-overview-wrapper .overview-list .desc {
  position: relative;
  padding: 0 0 2.4rem 1.6rem;
  border-bottom: 1px solid #DBDBDB;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .recruit-overview-wrapper .overview-list .desc {
    padding: 0 0 1.4rem 0;
  }
}

.contact-mail-section {
  position: relative;
  padding: 10rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section {
    padding: 8rem 0 10rem;
  }
}
.contact-mail-section .container {
  position: relative;
  z-index: 1;
}
.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.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.025em;
  color: #333333;
  text-align: left;
  word-break: break-all;
  /* input */
}
.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: #FBFAF7;
  border: 1px solid #DBDBDB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.1rem 2rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
  color: #333333;
  outline: none;
  border-radius: 0.6rem;
  vertical-align: middle;
}
.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: 6.4rem;
}
.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: #7FB6D8;
}
.contact-mail-section .contact-form .form-lead {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form .form-lead {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.025em;
    margin-bottom: 6rem;
  }
}
.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: 4rem;
}
@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: 30rem;
  max-width: 100%;
  height: 6rem;
  padding: 1rem 1rem;
  background: #0076BE;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6rem;
  border: 1px solid #0076BE;
  outline: none;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .contact-mail-section .contact-form .form-submit .btn-submit {
    font-size: 1.6rem;
    height: 5.6rem;
    width: 28rem;
  }
}
.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;
  display: block;
  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: 0.9rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg class='arrow' width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.121814 0.181314C0.307583 -0.0326226 0.638397 -0.0614031 0.860807 0.11721L8.81242 6.50986C8.93031 6.6048 8.99863 6.74459 8.99998 6.89251C9.00119 7.04068 8.93513 7.18229 8.81857 7.27911L0.866957 13.8779C0.64748 14.0597 0.316124 14.0357 0.126939 13.8246C-0.0619859 13.6134 -0.0370592 13.2946 0.182287 13.1126L7.66447 6.90237L0.188436 0.892375C-0.0339041 0.713628 -0.0638151 0.395318 0.121814 0.181314Z' fill='%23FFF'/%3E%3C/svg%3E");
  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) {
  .contact-mail-section .contact-form .form-submit .btn-submit::after {
    right: 2rem;
  }
}
.contact-mail-section .contact-form .form-submit .btn-submit:hover {
  color: #0076BE;
}
.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 class='arrow' width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.121814 0.181314C0.307583 -0.0326226 0.638397 -0.0614031 0.860807 0.11721L8.81242 6.50986C8.93031 6.6048 8.99863 6.74459 8.99998 6.89251C9.00119 7.04068 8.93513 7.18229 8.81857 7.27911L0.866957 13.8779C0.64748 14.0597 0.316124 14.0357 0.126939 13.8246C-0.0619859 13.6134 -0.0370592 13.2946 0.182287 13.1126L7.66447 6.90237L0.188436 0.892375C-0.0339041 0.713628 -0.0638151 0.395318 0.121814 0.181314Z' fill='%230177BF'/%3E%3C/svg%3E");
}
.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.6rem;
}
.contact-mail-section .contact-form .input-group > label .required {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.3rem;
  padding: 0.2rem 1rem 0.3rem;
  border-radius: 0.6rem;
  background: #D42323;
  color: #FFFFFF;
  margin-left: 1.6rem;
}
.contact-mail-section .contact-form .input-group > label .any {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.3rem;
  padding: 0.2rem 1rem 0.3rem;
  border-radius: 0.6rem;
  background: #0076BE;
  color: #FFFFFF;
  margin-left: 1.6rem;
}
.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 #0076BE;
}
.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: #0076BE;
  -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 #0076BE;
}
.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 #0076BE;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.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: #0076BE;
}
.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 2.4rem;
  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 4rem;
}
@media only screen and (max-width: 768px) {
  .contact-thanks-section {
    padding: 8rem 0 2rem;
  }
}
.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: #0076BE;
  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 4rem;
}
@media only screen and (max-width: 768px) {
  .page-notfound-section {
    padding: 8rem 0 2rem;
  }
}
.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: #0076BE;
  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;
}

.privacy-policy-section {
  position: relative;
  padding: 10rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section {
    padding: 8rem 0 2rem;
  }
}
.privacy-policy-section .container {
  position: relative;
  z-index: 1;
}
.privacy-policy-section .section-wrapper {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.privacy-policy-section .section-wrapper .section-subtitle {
  position: relative;
}
.privacy-policy-section .section-wrapper .section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
}
.privacy-policy-section .section-wrapper .section-content {
  position: relative;
  margin-top: 7rem;
  border-top: 1px solid #DBDBDB;
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section .section-wrapper .section-content {
    margin-top: 6rem;
    padding-top: 4rem;
  }
}
.privacy-policy-section .section-wrapper .section-content .policy-list {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
  list-style: none;
  counter-reset: list-item;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section .section-wrapper .section-content .policy-list {
    line-height: 3rem;
  }
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li {
  position: relative;
  display: block;
  counter-increment: list-item;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li:not(:first-child) {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section .section-wrapper .section-content .policy-list > li:not(:first-child) {
    margin-top: 2.4rem;
  }
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li h5 {
  position: relative;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.privacy-policy-section .section-wrapper .section-content .policy-wrapper {
  position: relative;
  display: block;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section .section-wrapper .section-content .policy-wrapper {
    margin-top: 5rem;
  }
}
.privacy-policy-section .section-wrapper .section-content .policy-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.privacy-policy-section .section-wrapper .section-content .policy-box {
  position: relative;
  padding: 3rem 3rem 3rem 4rem;
  background: #F5F5F5;
  border-radius: 1rem;
  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) {
  .privacy-policy-section .section-wrapper .section-content .policy-box {
    float: left;
    width: 46rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section .section-wrapper .section-content .policy-box {
    padding: 3rem 1rem 3rem 2rem;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    line-height: 2;
  }
}
.privacy-policy-section .section-wrapper .section-content .policy-box .label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: inherit;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section .section-wrapper .section-content .policy-box .label {
    margin-bottom: 1.4rem;
  }
}
.privacy-policy-section .section-wrapper .section-content .policy-box .desc {
  position: relative;
}
.privacy-policy-section .section-wrapper .section-content .policy-author {
  position: relative;
  margin-top: 7rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .privacy-policy-section .section-wrapper .section-content .policy-author {
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 14.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section .section-wrapper .section-content .policy-author {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.privacy-policy-section .section-wrapper .section-action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section .section-wrapper .section-action {
    margin-top: 6rem;
  }
}
.privacy-policy-section .section-wrapper .section-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: #0076BE;
  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 #0076BE;
  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: #0076BE;
  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: #0076BE;
  color: #FFFFFF;
}
.blog-list-wrapper .wp-pagenavi > span.dots {
  background: transparent;
  border: none !important;
  color: #0076BE;
}
.blog-list-wrapper .wp-pagenavi > a:hover {
  background: #0076BE;
  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: #0076BE;
  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;
}