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

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

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

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

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

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .pc-hide, .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide, .pc-only {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}
main#main {
  overflow-x: hidden;
}

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

.container {
  max-width: 128rem;
}

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

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

.color-blue {
  color: #0069D5 !important;
}

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

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes infinite-slider-scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes infinite-slider-scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes infinite-slider-scroll-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infinite-slider-scroll-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.link-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32rem;
  max-width: 100%;
  height: 7.2rem;
  padding: 1.2rem 2rem 1rem 1rem;
  border-radius: 7.2rem;
  background: transparent;
  color: #0069D5;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border: 1px solid #0069D5;
  outline: none !important;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    background: #0069D5;
    border-color: #0069D5;
    color: #FFFFFF;
  }
}
.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: #0069D5;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .link-btn::before {
    background: #FFFFFF;
  }
}
.link-btn::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.7rem);
  right: 2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .link-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
}
.link-btn:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .link-btn:hover {
    color: #0069D5;
  }
}
.link-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 768px) {
  .link-btn:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  }
}

.section-title {
  position: relative;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 4rem;
  }
}
.section-title .en {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Azo Sans", sans-serif;
  font-size: 6.8rem;
  font-weight: 500;
  line-height: 8rem;
  color: #0069D5;
  background: -webkit-gradient(linear, left top, right top, from(#0069D5), to(#00C0FE));
  background: linear-gradient(90deg, #0069D5, #00C0FE);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .section-title .en {
    font-size: 4.2rem;
    line-height: 5.2rem;
  }
}
.section-title .jp {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #1E1E1E;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .section-title .jp {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

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

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

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

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

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 2rem 0 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 991;
}
@media only screen and (max-width: 768px) {
  #header {
    padding: 1.9rem 0 1.8rem;
    height: 7rem;
  }
}
#header .container {
  max-width: 100%;
}
#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;
  padding: 0;
  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) {
  #header .header-wrapper .header-logo {
    gap: 1rem;
  }
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: block;
  width: 8.8rem;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo a {
    width: 6.7rem;
  }
}
#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: inline-block;
  font-family: "Azo Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #1E1E1E;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-logo span {
    font-size: 1.2rem;
  }
}
#header .header-wrapper .header-nav {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #header .header-wrapper .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 4rem;
  }
}
@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: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  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: 700;
  line-height: 2.4rem;
  color: #1E1E1E;
  padding: 0.6rem 0 0.4rem;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: #1E1E1E;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover, #header .header-wrapper .header-nav .nav-menu > li .menu-link.active {
  color: #1E1E1E;
}
#header .header-wrapper .header-nav .nav-menu > li .menu-link:hover::before, #header .header-wrapper .header-nav .nav-menu > li .menu-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#header .header-wrapper .header-nav .nav-actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.4rem;
}
#header .header-wrapper .header-nav .nav-actions > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18rem;
  max-width: 100%;
  height: 5rem;
  padding: 1rem 1rem 0.8rem;
  background: #0069D5;
  border: 1px solid #0069D5;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 4.8rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn:hover {
  color: #0069D5;
}
#header .header-wrapper .header-nav .nav-actions > li .action-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#header.header-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: 1rem;
  top: 1rem;
  width: 5rem;
  height: 5rem;
  padding: 1.5rem 1.2rem;
  background: #0069D5;
  display: none;
  border: none;
  outline: none;
  border-radius: 50%;
  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: #FFFFFF;
  -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: calc(50% - 0.05rem);
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active {
  background: #FFFFFF;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #0069D5;
}
.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%;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #0069D5;
  background-image: url(../image/mobile-nav-bg.webp);
  background-size: 51.4rem auto;
  background-position: center;
  background-repeat: no-repeat;
}
#mobile-nav .mobile-nav-header {
  position: relative;
  padding: 1.9rem 2rem 1.8rem;
  height: 7rem;
}
#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.7rem;
  }
}
#mobile-nav .mobile-logo a > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
#mobile-nav .mobile-logo span {
  position: relative;
  display: inline-block;
  font-family: "Azo Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-logo span {
    font-size: 1.2rem;
  }
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 7rem 3rem 3rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: block;
  padding: 0 0 0 2.4rem;
  border-left: 1px solid #FFFFFF;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
}
#mobile-nav .mobile-nav-menu > li:not(:last-child) {
  margin-bottom: 2.4rem;
}
#mobile-nav .mobile-nav-menu > li > a {
  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: 2rem;
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
  color: #FFFFFF;
  padding: 0 0 0 2.4rem;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu > li > a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#mobile-nav .mobile-nav-menu .drop-down > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-down.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-bottom: 1px solid #323232;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #323232;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#mobile-nav .mobile-nav-actions {
  position: relative;
  list-style: none;
  display: block;
  margin-top: 7rem;
}
#mobile-nav .mobile-nav-actions > li {
  position: relative;
  display: block;
}
#mobile-nav .mobile-nav-actions > li:not(:last-child) {
  margin-bottom: 3rem;
}
#mobile-nav .mobile-nav-actions > li .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32rem;
  max-width: 100%;
  height: 7.2rem;
  padding: 1.2rem 2rem 1rem 1rem;
  border-radius: 7.2rem;
  background: #FFFFFF;
  color: #0069D5;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border: 1px solid #0069D5;
  outline: none !important;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
#mobile-nav .mobile-nav-actions > li .action-btn span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#mobile-nav .mobile-nav-actions > li .action-btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  background: #0069D5;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#mobile-nav .mobile-nav-actions > li .action-btn::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.7rem);
  right: 2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
#mobile-nav .mobile-nav-actions > li .action-btn:hover {
  color: #FFFFFF;
}
#mobile-nav .mobile-nav-actions > li .action-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#mobile-nav .mobile-nav-actions > li .action-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
#mobile-nav .mobile-nav-action {
  margin-top: 3rem;
}
#mobile-nav .mobile-nav-action .action-btn {
  margin-left: auto;
  margin-right: auto;
}

.sp-fixed-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  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;
  padding: 1rem;
  gap: 1.2rem;
  z-index: 990;
}
@media print, screen and (min-width: 769px) {
  .sp-fixed-bar {
    display: none;
  }
}
.sp-fixed-bar > 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%;
}
.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: 18rem;
  max-width: 100%;
  height: 5rem;
  padding: 1rem 1rem 0.8rem;
  background: #0069D5;
  border: 1px solid #0069D5;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 4.8rem;
  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: #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;
}
.sp-fixed-bar .action-btn:hover {
  color: #0069D5;
}
.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);
}

.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: 990;
  background: transparent;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

@media only screen and (max-width: 768px) {
  [data-aos=zoom-in] {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  [data-aos=fade-left] {
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  [data-aos=fade-right] {
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
}
#footer {
  position: relative;
  padding: 10rem 0 6rem;
  background: #F5F8F8 url(../image/footer-effect.webp) top center no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 8rem 0 4rem;
    margin-bottom: 6rem;
  }
}
#footer .container {
  position: relative;
  z-index: 1;
}
#footer .footer-logo {
  position: relative;
  margin-bottom: 4rem;
}
#footer .footer-logo .logo-link {
  position: relative;
  display: block;
  width: 13.6rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #footer .footer-logo .logo-link {
    width: 8.8rem;
  }
}
#footer .footer-logo .logo-link > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  margin: 0;
}
#footer .footer-wrapper {
  position: relative;
  display: block;
}
#footer .footer-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-wrapper .footer-info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
  }
}
#footer .footer-wrapper .footer-info .label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1E1E1E;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-info .label {
    font-size: 1.8rem;
    letter-spacing: -0.06em;
    margin-right: -1rem;
  }
}
#footer .footer-wrapper .footer-info .address {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #1E1E1E;
}
#footer .footer-wrapper .footer-info .contact {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  color: #1E1E1E;
  margin: 0;
}
#footer .footer-wrapper .footer-info .contact strong {
  font-size: 2rem;
  font-weight: 500;
}
#footer .footer-wrapper .footer-related {
  position: relative;
  margin-top: 3rem;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-related {
    float: left;
    border-top: 1px solid #E5E5E5;
    width: 43.8rem;
    max-width: 100%;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-related {
    margin-top: 5rem;
  }
}
#footer .footer-wrapper .footer-related .related-label {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  color: #1E1E1E;
  margin-bottom: 1.6rem;
}
#footer .footer-wrapper .footer-related .related-thumb {
  position: relative;
  width: 21rem;
}
#footer .footer-wrapper .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem 7.2rem;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-nav {
    padding-top: 5rem;
    border-top: 1px solid #E5E5E5;
    margin-top: 3rem;
    gap: 2rem 3rem;
  }
}
#footer .footer-wrapper .footer-nav > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
#footer .footer-wrapper .footer-nav .footer-menu {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.02em;
  color: #1E1E1E;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-wrapper .footer-nav .footer-menu > li {
  position: relative;
}
#footer .footer-wrapper .footer-nav .footer-menu > li:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-nav .footer-menu > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
#footer .footer-wrapper .footer-nav .footer-menu .menu-link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 0 0 0 2.2rem;
  margin: 0;
  cursor: pointer;
  outline: none;
  border: none;
  font: inherit;
}
#footer .footer-wrapper .footer-nav .footer-menu .menu-link::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footer-wrapper .footer-nav .footer-menu .menu-link:hover {
  text-decoration: underline;
}
#footer .footer-wrapper .footer-copyright {
  position: relative;
  font-family: "Azo Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #1E1E1E;
  text-align: right;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-wrapper .footer-copyright {
    float: right;
    margin-top: 10.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrapper .footer-copyright {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    text-align: center;
    margin-top: 4rem;
  }
}

.copyright {
  position: relative;
  padding: 2rem 4rem;
  background: #0069D5;
  border-top: 1px solid #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .copyright {
    padding: 2rem 2rem;
  }
}
.copyright::after {
  content: "";
  display: block;
  clear: both;
}
.copyright > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: left;
  list-style: none;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .copyright > ul {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .copyright > ul {
    gap: 2.4rem 0.8rem;
    margin-bottom: 1.2rem;
  }
}
.copyright > ul > li {
  position: relative;
}
.copyright > ul a {
  position: relative;
  color: inherit;
  text-decoration: none;
  margin: 0;
}
.copyright > ul a:hover {
  text-decoration: underline;
}
.copyright > p {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #FFFFFF;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .copyright > p {
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.mainvisual {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.mainvisual .mainvisual-bg {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .mainvisual .mainvisual-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-bg {
    height: 45rem;
  }
}
.mainvisual .mainvisual-bg > img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  margin: 0;
  border: none;
  z-index: 0;
}
.mainvisual .mainvisual-layer {
  position: relative;
  margin: 0;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .mainvisual .mainvisual-layer {
    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;
    height: 90rem;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-layer {
    padding: 7rem 0 12rem;
  }
}
.mainvisual .container {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .mainvisual .container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.mainvisual .mainvisual-title {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.mainvisual .mainvisual-title .jp {
  position: relative;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 7.8rem;
  letter-spacing: 0.05em;
  color: #1E1E1E;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title .jp {
    font-size: 3.2rem;
    line-height: 5.4rem;
    text-align: center;
  }
}
.mainvisual .mainvisual-title .en {
  position: relative;
  font-family: "Azo Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  color: #1E1E1E;
  text-align: left;
  margin-top: 2rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title .en {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin-top: 1.6rem;
  }
}
.mainvisual .mainvisual-title .el {
  position: absolute;
  top: -4.5rem;
  left: -6.8rem;
  display: block;
  width: 17.2rem;
  height: 27rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='172' height='270' viewBox='0 0 172 270'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' y1='-0.443' x2='0.5' y2='1.235' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2300c1ff'/%3E%3Cstop offset='0.004' stop-color='%2300bffe'/%3E%3Cstop offset='0.121' stop-color='%23009aec'/%3E%3Cstop offset='0.23' stop-color='%23007fdf'/%3E%3Cstop offset='0.326' stop-color='%23006ed7'/%3E%3Cstop offset='0.4' stop-color='%230069d5'/%3E%3Cstop offset='0.458' stop-color='%230f60ce'/%3E%3Cstop offset='0.618' stop-color='%23344cbf'/%3E%3Cstop offset='0.767' stop-color='%234f3db4'/%3E%3Cstop offset='0.899' stop-color='%236034ae'/%3E%3Cstop offset='1' stop-color='%236631ac'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_139' data-name='Path 139' d='M206.808,291.434h0a19.224,19.224,0,0,0-16.652,9.627L56.671,532.555a19.252,19.252,0,0,0,16.652,28.879h0a19.223,19.223,0,0,0,16.652-9.626L223.461,320.314A19.253,19.253,0,0,0,206.808,291.434Z' transform='translate(-54.066 -291.434)' opacity='0.3' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-title .el {
    top: -3.2rem;
    left: -4.2rem;
    width: 12.1rem;
    height: 18.9rem;
  }
}
.mainvisual .mainvisual-slider {
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .mainvisual .mainvisual-slider {
    position: absolute;
    top: 35rem;
    right: -1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% + 2rem);
  }
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-slider {
    margin-top: 1.2rem;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.mainvisual .mainvisual-slider .swiper-slide {
  display: block;
  padding: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-slider .swiper-slide {
    padding: 0.8rem;
  }
}
.mainvisual .mainvisual-slider .swiper-slide > img {
  position: relative;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0rem 0.6rem 0.8rem 0rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0.6rem 0.8rem 0rem rgba(0, 0, 0, 0.25);
  margin: 0;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .mainvisual .mainvisual-slider .swiper-slide > img {
    width: 22rem;
    width: clamp(22rem, 15.3vw, 50rem);
  }
}

.charactor-bg {
  position: relative;
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .charactor-bg {
    padding: 9rem 0 0;
    margin: 0;
    z-index: 0;
  }
  .charactor-bg::before {
    content: "";
    position: absolute;
    display: block;
    top: -66.9rem;
    left: 0;
    width: 100%;
    height: 271.3rem;
    background-image: url(../image/charactor-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .charactor-bg > section {
    position: relative;
    z-index: 1;
  }
}

.top-about-section {
  position: relative;
  padding: 9rem 0 6rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-about-section {
    padding: 6rem 0 2rem;
  }
  .top-about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30.2rem;
    height: 60.6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='302' height='606' viewBox='0 0 302 606'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' y1='0.5' x2='1' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23006bdc'/%3E%3Cstop offset='1' stop-color='%2300c4ff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_146' data-name='Path 146' d='M0,782v606L293.239,879.187C318.132,835.993,287.015,782,237.227,782Z' transform='translate(0 -782)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.top-about-section .container {
  z-index: 1;
}
.top-about-section .section-wrapper {
  position: relative;
}
.top-about-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-about-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 4.8rem;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-title {
    margin-bottom: 4.8rem;
  }
}
.top-about-section .section-wrapper .section-title .en {
  background: none;
  -webkit-background-clip: none;
  background-clip: none;
  -webkit-text-fill-color: unset;
  text-fill-color: unset;
}
.top-about-section .section-wrapper .section-title .en, .top-about-section .section-wrapper .section-title .jp {
  color: #FFFFFF;
}
.top-about-section .section-wrapper .section-image {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-image {
    margin-left: clamp(-50vw, 39rem - 50vw, -4rem);
    width: 86rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-image {
    margin-left: -2rem;
    max-width: calc(100% + 2rem);
    width: 39rem;
    height: 27rem;
  }
  .top-about-section .section-wrapper .section-image img {
    -o-object-position: top right;
       object-position: top right;
  }
}
.top-about-section .section-wrapper .section-info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-about-section .section-wrapper .section-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 54.2rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-info {
    margin-top: 7rem;
  }
}
.top-about-section .section-wrapper .section-info .title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: 0.025em;
  text-align: left;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-info .title {
    font-size: 2.5rem;
    line-height: 4.4rem;
    text-align: center;
  }
}
.top-about-section .section-wrapper .section-info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.025em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-info .desc {
    text-align: center;
  }
}
.top-about-section .section-wrapper .section-info .action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-about-section .section-wrapper .section-info .action {
    margin-top: 6rem;
  }
  .top-about-section .section-wrapper .section-info .action .link-btn {
    margin: 0 auto;
  }
}

.top-service-section {
  position: relative;
  padding: 9rem 0 15rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-service-section {
    padding: 8rem 0 12rem;
  }
}
.top-service-section .container {
  position: relative;
  z-index: 1;
}
.top-service-section .section-wrapper {
  position: relative;
}
.top-service-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-service-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 769px) {
  .top-service-section .section-wrapper .section-title {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .top-service-section .section-wrapper .section-title {
    margin-bottom: 4.8rem;
  }
}
.top-service-section .section-wrapper .section-image {
  position: relative;
  margin-right: clamp(-50vw, 39rem - 50vw, -4rem);
  width: 103rem;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .top-service-section .section-wrapper .section-image {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .top-service-section .section-wrapper .section-image {
    margin-right: -2rem;
    margin-left: -2rem;
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
    height: 33rem;
  }
  .top-service-section .section-wrapper .section-image img {
    -o-object-position: top right;
       object-position: top right;
  }
}
.top-service-section .section-wrapper .section-info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-service-section .section-wrapper .section-info {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .top-service-section .section-wrapper .section-info {
    margin-top: 7rem;
  }
}
.top-service-section .section-wrapper .section-info .title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: 0.025em;
  text-align: left;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-service-section .section-wrapper .section-info .title {
    font-size: 2.5rem;
    line-height: 4.4rem;
    text-align: center;
  }
}
.top-service-section .section-wrapper .section-info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.025em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-service-section .section-wrapper .section-info .desc {
    text-align: center;
  }
}
.top-service-section .section-wrapper .section-info .action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-service-section .section-wrapper .section-info .action {
    margin-top: 6rem;
  }
  .top-service-section .section-wrapper .section-info .action .link-btn {
    margin: 0 auto;
  }
}

.top-recruit-section {
  position: relative;
  padding: 6rem 0 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#00C1FF), to(#0069D5));
  background: linear-gradient(90deg, #00C1FF 0%, #0069D5 100%);
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .top-recruit-section {
    padding: 0;
  }
}
.top-recruit-section .container {
  position: relative;
  z-index: 1;
}
.top-recruit-section .section-wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-recruit-section .section-wrapper {
    padding: 10rem 0 12rem;
  }
}
.top-recruit-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-recruit-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 769px) {
  .top-recruit-section .section-wrapper .section-title {
    width: calc(100% - 56rem);
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-title {
    margin-bottom: 4.8rem;
  }
}
.top-recruit-section .section-wrapper .section-title .en {
  background: none;
  -webkit-background-clip: none;
  background-clip: none;
  -webkit-text-fill-color: unset;
  text-fill-color: unset;
}
.top-recruit-section .section-wrapper .section-title .en, .top-recruit-section .section-wrapper .section-title .jp {
  color: #FFFFFF;
}
.top-recruit-section .section-wrapper .section-slider {
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .top-recruit-section .section-wrapper .section-slider {
    position: absolute;
    top: 0;
    left: 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-recruit-section .section-wrapper .section-slider {
    position: relative;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.top-recruit-section .section-wrapper .section-slider .infinite-slider {
  position: relative;
  width: 23.5rem;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-slider .infinite-slider {
    width: 100%;
  }
  .top-recruit-section .section-wrapper .section-slider .infinite-slider + .infinite-slider {
    margin-top: 1rem;
  }
}
.top-recruit-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-recruit-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-recruit-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-recruit-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-recruit-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-recruit-section .section-wrapper .section-slider .infinite-slider__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-recruit-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-recruit-section .section-wrapper .section-slider .infinite-slider__list > li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-slider .infinite-slider__list > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-recruit-section .section-wrapper .section-slider .infinite-slider .image {
  position: relative;
  border-radius: 1rem;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .top-recruit-section .section-wrapper .section-slider .infinite-slider .image {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-slider .infinite-slider .image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 16rem;
  }
}
.top-recruit-section .section-wrapper .section-slider .infinite-slider .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-slider .infinite-slider .image img {
    width: auto;
    height: 100%;
  }
}
.top-recruit-section .section-wrapper .section-slider .infinite-slider.delay .infinite-slider__track {
  -webkit-animation: infinite-slider-scroll 32s linear infinite;
          animation: infinite-slider-scroll 32s linear infinite;
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-slider .infinite-slider.delay .infinite-slider__track {
    -webkit-animation: infinite-slider-scroll-sp 50s linear infinite;
            animation: infinite-slider-scroll-sp 50s linear infinite;
    -webkit-animation-delay: -12s;
            animation-delay: -12s;
  }
}
.top-recruit-section .section-wrapper .section-info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-recruit-section .section-wrapper .section-info {
    margin-left: auto;
    margin-right: 0;
    width: calc(100% - 56rem);
  }
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-info {
    margin-top: 7rem;
  }
}
.top-recruit-section .section-wrapper .section-info .title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-info .title {
    font-size: 2.5rem;
    line-height: 4.4rem;
    text-align: center;
    letter-spacing: 0.015em;
    margin-right: -1rem;
  }
}
.top-recruit-section .section-wrapper .section-info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-info .desc {
    text-align: center;
  }
}
.top-recruit-section .section-wrapper .section-info .action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-info .action {
    margin-top: 6rem;
  }
  .top-recruit-section .section-wrapper .section-info .action .link-btn {
    margin: 0 auto;
  }
}
.top-recruit-section .section-wrapper .section-action {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-recruit-section .section-wrapper .section-action {
    position: absolute;
    top: 10.8rem;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-action {
    position: relative;
    margin-top: 6rem;
  }
}
.top-recruit-section .section-wrapper .section-action .link-btn {
  border-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-action .link-btn {
    margin: 0 auto;
    background: none;
    color: #0069D5;
  }
  .top-recruit-section .section-wrapper .section-action .link-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  }
}
.top-recruit-section .section-wrapper .section-action .link-btn::before {
  background: #FFFFFF;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.top-recruit-section .section-wrapper .section-action .link-btn:hover::before {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
@media only screen and (max-width: 768px) {
  .top-recruit-section .section-wrapper .section-action .link-btn:hover {
    color: #FFFFFF;
  }
  .top-recruit-section .section-wrapper .section-action .link-btn:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
}

.top-news-section {
  position: relative;
  padding: 12rem 0 15rem;
}
@media only screen and (max-width: 768px) {
  .top-news-section {
    padding: 8rem 0 12rem;
  }
}
.top-news-section .container {
  position: relative;
  z-index: 1;
}
.top-news-section .section-wrapper {
  position: relative;
}
.top-news-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-news-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-wrapper .section-title {
    float: left;
    width: calc(100% - 90rem);
  }
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-title {
    margin-bottom: 4.8rem;
  }
}
.top-news-section .section-wrapper .section-content {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-wrapper .section-content {
    float: right;
    width: 90rem;
  }
}
.top-news-section .section-wrapper .section-content .news-filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 3rem;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-content .news-filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem 1.6rem;
    margin-bottom: 6rem;
  }
}
.top-news-section .section-wrapper .section-content .news-filters > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top-news-section .section-wrapper .section-content .news-filters .filter-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14rem;
  max-width: 100%;
  height: 5rem;
  padding: 0.7rem 0.5rem 0.5rem 0.5rem;
  border-radius: 5rem;
  background: transparent;
  color: #0069D5;
  font-family: "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border: 1px solid #0069D5;
  outline: none !important;
  overflow: hidden;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-content .news-filters .filter-link {
    width: 11rem;
    height: 4.4rem;
  }
}
.top-news-section .section-wrapper .section-content .news-filters .filter-link span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.top-news-section .section-wrapper .section-content .news-filters .filter-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  background: #0069D5;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.top-news-section .section-wrapper .section-content .news-filters .filter-link:hover, .top-news-section .section-wrapper .section-content .news-filters .filter-link.active {
  color: #FFFFFF;
}
.top-news-section .section-wrapper .section-content .news-filters .filter-link:hover::before, .top-news-section .section-wrapper .section-content .news-filters .filter-link.active::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.top-news-section .section-wrapper .section-content .news-list {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #E5E5E5;
}
.top-news-section .section-wrapper .section-content .news-list > li {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
.top-news-section .section-wrapper .section-content .news-list .news-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 4rem 7.8rem 4rem 0;
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-content .news-list .news-item {
    padding: 3rem 6rem 3rem 0;
  }
}
.top-news-section .section-wrapper .section-content .news-list .news-item::after {
  content: "";
  display: block;
  clear: both;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .link {
  position: absolute;
  top: calc(50% - 2.4rem);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #0069D5;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-content .news-list .news-item .link {
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
  }
}
.top-news-section .section-wrapper .section-content .news-list .news-item .link svg {
  display: block;
  width: 1.6rem;
  height: 1.4rem;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .link svg path {
  fill: #0069D5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .link:hover {
  background: #0069D5;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .link:hover svg path {
  fill: #FFFFFF;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-wrapper .section-content .news-list .news-item .meta {
    float: left;
    width: 24rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-content .news-list .news-item .meta {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.top-news-section .section-wrapper .section-content .news-list .news-item .meta .time {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #8B8B8B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .meta .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem 1.6rem;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .meta .tags > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .meta .tags .tag {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 9rem;
  padding: 0.3rem 1rem;
  background: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  color: #0069D5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #0069D5;
  border-radius: 3rem;
  z-index: 0;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .title {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .top-news-section .section-wrapper .section-content .news-list .news-item .title {
    float: right;
    width: calc(100% - 26rem);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.top-news-section .section-wrapper .section-content .news-list .news-item .title a {
  color: inherit;
  text-decoration: none;
}
.top-news-section .section-wrapper .section-content .news-list .news-item .title a:hover {
  text-decoration: underline;
}
.top-news-section .section-wrapper .section-content .news-action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .top-news-section .section-wrapper .section-content .news-action {
    margin-top: 6rem;
  }
}
.top-news-section .section-wrapper .section-content .news-action .link-btn {
  margin: 0 auto;
}
.top-news-section .no-results {
  position: relative;
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-news-section .no-results {
    font-size: 1.8rem;
  }
}

.common-banner-section {
  position: relative;
  background: none;
  padding: 0;
  margin: 0;
}
.common-banner-section .section-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .common-banner-section .section-wrapper {
    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;
  }
}
.common-banner-section .section-wrapper .section-banner {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  height: 45rem;
  text-decoration: none;
  outline: none;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .section-banner {
    height: 42rem;
  }
}
.common-banner-section .section-wrapper .section-banner .banner-bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.common-banner-section .section-wrapper .section-banner .banner-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6rem 4rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .section-banner .banner-layer {
    padding: 6rem 2rem;
  }
}
.common-banner-section .section-wrapper .section-banner .banner-layer .title {
  position: relative;
  margin-bottom: 4rem;
}
.common-banner-section .section-wrapper .section-banner .banner-layer .title .en {
  position: relative;
  display: block;
  font-family: "Azo Sans", sans-serif;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 7.4rem;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .section-banner .banner-layer .title .en {
    font-size: 4.2rem;
    line-height: 5.2rem;
  }
}
.common-banner-section .section-wrapper .section-banner .banner-layer .title .jp {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .section-banner .banner-layer .title .jp {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.common-banner-section .section-wrapper .section-banner .banner-layer .desc {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.025em;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .section-banner .banner-layer .desc {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.common-banner-section .section-wrapper .section-banner .banner-layer .action {
  position: relative;
  margin-top: 5rem;
}
.common-banner-section .section-wrapper .section-banner .banner-layer .action .link-btn {
  margin: 0 auto;
  background: #FFFFFF;
  border: none;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .section-banner .banner-layer .action .link-btn {
    color: #0069D5;
  }
  .common-banner-section .section-wrapper .section-banner .banner-layer .action .link-btn::before {
    background: #0069D5;
  }
  .common-banner-section .section-wrapper .section-banner .banner-layer .action .link-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%230069d5'/%3E%3C/svg%3E%0A");
  }
  .common-banner-section .section-wrapper .section-banner .banner-layer .action .link-btn:hover {
    color: #FFFFFF;
  }
  .common-banner-section .section-wrapper .section-banner .banner-layer .action .link-btn:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath id='Union_1' data-name='Union 1' d='M6.972,13.7a.945.945,0,0,1,0-1.433L11.7,8.014H1.124A1.073,1.073,0,0,1,0,7,1.073,1.073,0,0,1,1.124,5.987H11.7L6.972,1.729A.944.944,0,0,1,6.972.3a1.214,1.214,0,0,1,1.59,0L15.2,6.275l.019.017L16,7l-.774.7-.042.038L8.562,13.7a1.214,1.214,0,0,1-1.59,0Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
}

.top-contact-section {
  position: relative;
  padding: 9rem 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .top-contact-section {
    padding: 5rem 0 6rem;
  }
}
.top-contact-section .container {
  position: relative;
  z-index: 1;
}
.top-contact-section .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-title {
    margin-bottom: 4rem;
  }
}
.top-contact-section .section-title h3 {
  position: relative;
  text-align: center;
}
.top-contact-section .section-title p {
  position: relative;
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .section-title p {
    margin-top: 3rem;
  }
}
.top-contact-section .contact-form-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}
.top-contact-section .contact-form-wrapper .contact-form {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #000000;
  /* input */
}
.top-contact-section .contact-form-wrapper .contact-form input[type=text],
.top-contact-section .contact-form-wrapper .contact-form input[type=email],
.top-contact-section .contact-form-wrapper .contact-form input[type=tel],
.top-contact-section .contact-form-wrapper .contact-form input[type=number],
.top-contact-section .contact-form-wrapper .contact-form input[type=password],
.top-contact-section .contact-form-wrapper .contact-form select,
.top-contact-section .contact-form-wrapper .contact-form textarea {
  position: relative;
  font-family: "Noto Serif JP", serif;
  background: #FBFAF7;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 1rem;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form-wrapper .contact-form input[type=text],
  .top-contact-section .contact-form-wrapper .contact-form input[type=email],
  .top-contact-section .contact-form-wrapper .contact-form input[type=tel],
  .top-contact-section .contact-form-wrapper .contact-form input[type=number],
  .top-contact-section .contact-form-wrapper .contact-form input[type=password],
  .top-contact-section .contact-form-wrapper .contact-form select,
  .top-contact-section .contact-form-wrapper .contact-form textarea {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.2rem 1.6rem;
    border-radius: 0.5rem;
  }
}
.top-contact-section .contact-form-wrapper .contact-form input[type=text]::-webkit-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=email]::-webkit-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=tel]::-webkit-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=number]::-webkit-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=password]::-webkit-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form select::-webkit-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form textarea::-webkit-input-placeholder {
  color: #DCDCDC;
}
.top-contact-section .contact-form-wrapper .contact-form input[type=text]::-moz-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=email]::-moz-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=tel]::-moz-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=number]::-moz-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=password]::-moz-placeholder, .top-contact-section .contact-form-wrapper .contact-form select::-moz-placeholder, .top-contact-section .contact-form-wrapper .contact-form textarea::-moz-placeholder {
  color: #DCDCDC;
}
.top-contact-section .contact-form-wrapper .contact-form input[type=text]:-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=email]:-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=tel]:-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=number]:-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=password]:-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form select:-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form textarea:-ms-input-placeholder {
  color: #DCDCDC;
}
.top-contact-section .contact-form-wrapper .contact-form input[type=text]::-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=email]::-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=tel]::-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=number]::-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form input[type=password]::-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form select::-ms-input-placeholder, .top-contact-section .contact-form-wrapper .contact-form textarea::-ms-input-placeholder {
  color: #DCDCDC;
}
.top-contact-section .contact-form-wrapper .contact-form input[type=text]::placeholder,
.top-contact-section .contact-form-wrapper .contact-form input[type=email]::placeholder,
.top-contact-section .contact-form-wrapper .contact-form input[type=tel]::placeholder,
.top-contact-section .contact-form-wrapper .contact-form input[type=number]::placeholder,
.top-contact-section .contact-form-wrapper .contact-form input[type=password]::placeholder,
.top-contact-section .contact-form-wrapper .contact-form select::placeholder,
.top-contact-section .contact-form-wrapper .contact-form textarea::placeholder {
  color: #DCDCDC;
}
.top-contact-section .contact-form-wrapper .contact-form input[type=text],
.top-contact-section .contact-form-wrapper .contact-form input[type=email],
.top-contact-section .contact-form-wrapper .contact-form input[type=tel],
.top-contact-section .contact-form-wrapper .contact-form input[type=number],
.top-contact-section .contact-form-wrapper .contact-form input[type=password],
.top-contact-section .contact-form-wrapper .contact-form select {
  height: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form-wrapper .contact-form input[type=text],
  .top-contact-section .contact-form-wrapper .contact-form input[type=email],
  .top-contact-section .contact-form-wrapper .contact-form input[type=tel],
  .top-contact-section .contact-form-wrapper .contact-form input[type=number],
  .top-contact-section .contact-form-wrapper .contact-form input[type=password],
  .top-contact-section .contact-form-wrapper .contact-form select {
    height: 4.8rem;
  }
}
.top-contact-section .contact-form-wrapper .contact-form textarea {
  height: 25rem;
}
.top-contact-section .contact-form-wrapper .contact-form input[type=text]:focus,
.top-contact-section .contact-form-wrapper .contact-form input[type=email]:focus,
.top-contact-section .contact-form-wrapper .contact-form input[type=tel]:focus,
.top-contact-section .contact-form-wrapper .contact-form input[type=number]:focus,
.top-contact-section .contact-form-wrapper .contact-form input[type=password]:focus,
.top-contact-section .contact-form-wrapper .contact-form select:focus,
.top-contact-section .contact-form-wrapper .contact-form textarea:focus {
  border-color: #12256A;
}
.top-contact-section .contact-form-wrapper .contact-form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../image/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
.top-contact-section .contact-form-wrapper .contact-form .form-input {
  position: relative;
  display: block;
  width: 100%;
}
.top-contact-section .contact-form-wrapper .contact-form .field-group {
  position: relative;
}
.top-contact-section .contact-form-wrapper .contact-form .field-group > li {
  position: relative;
}
.top-contact-section .contact-form-wrapper .contact-form .field-group > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form-wrapper .contact-form .field-group > li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.top-contact-section .contact-form-wrapper .contact-form .input-group {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form-wrapper .contact-form .input-group {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}
.top-contact-section .contact-form-wrapper .contact-form .field-accept {
  position: relative;
  margin-top: 3rem;
}
.top-contact-section .contact-form-wrapper .contact-form .field-accept a {
  text-decoration: underline;
}
.top-contact-section .contact-form-wrapper .contact-form .field-submit {
  position: relative;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form-wrapper .contact-form .field-submit {
    margin-top: 3rem;
  }
}
.top-contact-section .contact-form-wrapper .contact-form .field-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;
  height: 6rem;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  background: #12256A;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -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: 2px solid #12256A;
  outline: none !important;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form-wrapper .contact-form .field-submit .btn-submit {
    width: 27rem;
    height: 5.6rem;
  }
}
.top-contact-section .contact-form-wrapper .contact-form .field-submit .btn-submit::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 1.8rem;
  width: 1.8rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H16' stroke='white'/%3E%3Cpath d='M10 1L16 6L10 11' stroke='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
.top-contact-section .contact-form-wrapper .contact-form .field-submit .btn-submit span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.top-contact-section .contact-form-wrapper .contact-form .field-submit .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.top-contact-section .contact-form-wrapper .contact-form .field-submit .btn-submit:hover {
  color: #12256A;
}
.top-contact-section .contact-form-wrapper .contact-form .field-submit .btn-submit:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.top-contact-section .contact-form-wrapper .contact-form .field-submit .btn-submit:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H16' stroke='%2312256A'/%3E%3Cpath d='M10 1L16 6L10 11' stroke='%2312256A'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-contact-section .contact-form-wrapper .contact-form .input {
  position: relative;
  display: block;
  width: 100%;
}
.top-contact-section .contact-form-wrapper .contact-form .input > label {
  position: relative;
  display: block;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .top-contact-section .contact-form-wrapper .contact-form .input > label {
    margin-bottom: 1.2rem;
  }
}
.top-contact-section .contact-form-wrapper .contact-form .input > label .required {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.1rem 0.8rem;
  background: #FF0000;
  border-radius: 0.4rem;
  color: #FFFFFF;
  margin-left: 2rem;
}
.top-contact-section .contact-form-wrapper .contact-form .validate {
  color: #FF0000;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 0;
  margin: 0;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio], .top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after, .top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before, .top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 5rem;
}
.top-contact-section .contact-form-wrapper .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 #000000;
}
.top-contact-section .contact-form-wrapper .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: #000000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0.7rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  top: 0.9rem;
  left: 0.7rem;
  width: 0.6rem;
  height: 1.2rem;
  border: 1px solid #2F3351;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #2F3351;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-response-output {
  display: none;
}
.top-contact-section .contact-form-wrapper .contact-form .wpcf7-spinner {
  display: none;
}
.top-contact-section .contact-form-wrapper .wpcf7-response-output {
  display: none;
}

.pageindex {
  position: relative;
  padding: 3rem 0 10rem;
  margin-top: 9rem;
}
@media only screen and (max-width: 768px) {
  .pageindex {
    margin-top: 7rem;
    padding: 2rem 0 10rem;
  }
}
.pageindex .container {
  position: relative;
  z-index: 1;
}
.pageindex .breadcrumbs {
  display: block;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #8B8B8B;
  margin: 0 0 8rem;
}
@media only screen and (max-width: 768px) {
  .pageindex .breadcrumbs {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 5rem;
  }
}
.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;
}
@media only screen and (max-width: 768px) {
  .pageindex .breadcrumbs li + li::before {
    padding-left: 0.8rem;
    padding-right: 1rem;
  }
}
.pageindex .index-title {
  position: relative;
}
.pageindex .index-title .en {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Azo Sans", sans-serif;
  font-size: 6.8rem;
  font-weight: 500;
  line-height: 8rem;
  color: #0069D5;
  background: -webkit-gradient(linear, left top, right top, from(#0069D5), to(#00C0FE));
  background: linear-gradient(90deg, #0069D5, #00C0FE);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pageindex .index-title .en {
    font-size: 4.2rem;
    line-height: 5.2rem;
  }
}
.pageindex .index-title .jp {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #1E1E1E;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pageindex .index-title .jp {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.pageindex .index-content {
  position: relative;
}

.page-service-index {
  position: relative;
}
.page-service-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62rem;
  background-image: url(../image/service/pageindex.webp);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-service-index::before {
    height: 24.8rem;
  }
}
.page-service-index .index-content {
  position: relative;
  margin-top: 26rem;
}
@media only screen and (max-width: 768px) {
  .page-service-index .index-content {
    margin-top: 15rem;
  }
}
.page-service-index .index-content .title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: 0.025em;
  text-align: left;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-service-index .index-content .title {
    font-size: 2.5rem;
    line-height: 4.4rem;
    text-align: center;
  }
}
.page-service-index .index-content .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.025em;
  text-align: left;
}

.page-company-index {
  position: relative;
  height: 42.6rem;
}
@media only screen and (max-width: 768px) {
  .page-company-index {
    padding: 9rem 0 5rem;
    margin-top: 0;
    height: 38rem;
  }
}
.page-company-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49.6rem;
  background-image: url(../image/company/pageindex.webp);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-company-index::before {
    background-image: url(../image/company/pageindex-sp.webp);
    height: 31rem;
  }
}

.page-about-index {
  position: relative;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-about-index {
    padding-bottom: 2rem;
  }
}
.page-about-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49.6rem;
  background-image: url(../image/about/pageindex.webp);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-about-index::before {
    background-image: url(../image/about/pageindex-sp.webp);
    height: 31rem;
  }
}
.page-about-index::after {
  content: "";
  position: absolute;
  top: 9rem;
  left: clamp(-50vw, 50% - 96rem, 0rem);
  width: 71.5rem;
  height: 137.4rem;
  background-image: url(../image/about/about-label.webp);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-about-index::after {
    top: 8rem;
    left: 0;
    width: 30.2rem;
    height: 60.6rem;
  }
}
.page-about-index .breadcrumbs {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .page-about-index .breadcrumbs {
    margin-bottom: 10rem;
  }
}
.page-about-index .index-title {
  position: relative;
}
.page-about-index .index-title .en {
  background: none;
  -webkit-background-clip: none;
  background-clip: none;
  -webkit-text-fill-color: unset;
  text-fill-color: unset;
}
.page-about-index .index-title .en, .page-about-index .index-title .jp {
  color: #FFFFFF;
}
.page-about-index .index-content {
  position: relative;
  margin-top: 26rem;
}
@media print, screen and (min-width: 769px) {
  .page-about-index .index-content {
    width: 90rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-about-index .index-content {
    margin-top: 15rem;
  }
}
.page-about-index .index-content .title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-about-index .index-content .title {
    font-size: 2.5rem;
    line-height: 4.4rem;
    text-align: center;
  }
}
.page-about-index .index-content .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.025em;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .page-about-index .index-content .desc {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .page-about-index .index-content .desc {
    line-height: 3.6rem;
  }
}

.page-contact-index {
  position: relative;
  height: 49.6rem;
  padding: 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .page-contact-index {
    padding: 9rem 0 0;
    margin-top: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.page-contact-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49.6rem;
  background-image: url(../image/pageindex.webp);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-contact-index::before {
    background-image: url(../image/pageindex-sp.webp);
    height: 31rem;
  }
}
.page-contact-index .index-content {
  position: relative;
  margin-top: 12rem;
}
@media print, screen and (min-width: 769px) {
  .page-contact-index .index-content {
    width: 90rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
  }
}
.page-contact-index .index-content .desc {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.025em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-contact-index .index-content .desc {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}

.page-notfound-index {
  position: relative;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-notfound-index .breadcrumbs {
    margin-bottom: 8rem;
  }
}
.page-notfound-index .notfound-title {
  position: relative;
  font-family: "Azo Sans", sans-serif;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 8rem;
  color: #A6A6A6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-notfound-index .notfound-title {
    font-size: 4.2rem;
    line-height: 5.2rem;
  }
}

.page-common-index {
  position: relative;
  height: 42.6rem;
}
@media only screen and (max-width: 768px) {
  .page-common-index {
    padding: 9rem 0 2rem;
    margin-top: 0;
    height: 33rem;
  }
}
.page-common-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49.6rem;
  background-image: url(../image/pageindex.webp);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-common-index::before {
    background-image: url(../image/pageindex-sp.webp);
    height: 31rem;
  }
}

.privacy-policy-section {
  position: relative;
  padding: 10rem 0 16rem;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section {
    padding: 8rem 0 12rem;
  }
}
.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 #E5E5E5;
  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;
  padding-left: 4rem;
  margin-bottom: 1.6rem;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li h5::before {
  content: counter(list-item) ".";
  position: absolute;
  top: 0;
  left: 1.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: inherit;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li h5::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.3rem;
  height: 2.4rem;
  border-radius: 0.3rem;
  background: #0069D5;
}
@media only screen and (max-width: 768px) {
  .privacy-policy-section .section-wrapper .section-content .policy-list > li h5::after {
    top: 0.3rem;
  }
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li > p {
  margin: 0 0 1.6rem;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li > p:last-child {
  margin-bottom: 0;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li .policy-nested-list {
  list-style: disc;
  margin: 1.2rem 0 0;
  padding-left: 2.4rem;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li .policy-nested-list li {
  margin-top: 0.8rem;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li .policy-nested-list li:first-child {
  margin-top: 0;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li .policy-nested-ol {
  list-style: decimal;
  margin: 1.2rem 0 0;
  padding-left: 2.4rem;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li .policy-nested-ol li {
  margin-top: 1.2rem;
  padding-left: 0.4rem;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li .policy-nested-ol li:first-child {
  margin-top: 0;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li .policy-nested-sub {
  list-style: none;
  margin: 1.2rem 0 0;
  padding-left: 0;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li .policy-nested-sub li {
  position: relative;
  padding-left: 2.4rem;
  margin-top: 1.2rem;
}
.privacy-policy-section .section-wrapper .section-content .policy-list > li .policy-nested-sub li:first-child {
  margin-top: 0;
}
.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;
}
.privacy-policy-section .section-wrapper .section-content .policy-box a {
  color: #0069D5;
  text-decoration: underline;
  word-break: break-all;
}
.privacy-policy-section .section-wrapper .section-content .policy-box a:hover {
  text-decoration: none;
}
@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;
}

.security-policy-section {
  position: relative;
  padding: 10rem 0 16rem;
}
@media only screen and (max-width: 768px) {
  .security-policy-section {
    padding: 8rem 0 12rem;
  }
}
.security-policy-section .container {
  position: relative;
  z-index: 1;
}
.security-policy-section .section-wrapper {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.security-policy-section .section-wrapper .section-subtitle {
  position: relative;
}
.security-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;
}
.security-policy-section .section-wrapper .section-content {
  position: relative;
  margin-top: 7rem;
  border-top: 1px solid #E5E5E5;
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .security-policy-section .section-wrapper .section-content {
    margin-top: 6rem;
    padding-top: 4rem;
  }
}
.security-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) {
  .security-policy-section .section-wrapper .section-content .policy-list {
    line-height: 3rem;
  }
}
.security-policy-section .section-wrapper .section-content .policy-list > li {
  position: relative;
  display: block;
  counter-increment: list-item;
  padding-left: 4rem;
}
.security-policy-section .section-wrapper .section-content .policy-list > li:not(:first-child) {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .security-policy-section .section-wrapper .section-content .policy-list > li:not(:first-child) {
    margin-top: 2.4rem;
  }
}
.security-policy-section .section-wrapper .section-content .policy-list > li::before {
  content: counter(list-item) ".";
  position: absolute;
  top: 0;
  left: 1.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: inherit;
}
.security-policy-section .section-wrapper .section-content .policy-list > li::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.3rem;
  height: 2.4rem;
  border-radius: 0.3rem;
  background: #0069D5;
}
@media only screen and (max-width: 768px) {
  .security-policy-section .section-wrapper .section-content .policy-list > li::after {
    top: 0.3rem;
  }
}
.security-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 only screen and (max-width: 768px) {
  .security-policy-section .section-wrapper .section-content .policy-author {
    margin-top: 5rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.security-policy-section .section-wrapper .section-action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .security-policy-section .section-wrapper .section-action {
    margin-top: 6rem;
  }
}
.security-policy-section .section-wrapper .section-action .link-btn {
  margin: 0 auto;
}

.about-message-section {
  position: relative;
  padding: 9rem 0 6rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .about-message-section {
    padding: 8rem 0 2rem;
  }
}
.about-message-section .container {
  position: relative;
  z-index: 1;
}
.about-message-section .section-wrapper {
  position: relative;
}
.about-message-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.about-message-section .section-wrapper .section-title {
  position: relative;
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 769px) {
  .about-message-section .section-wrapper .section-title {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .about-message-section .section-wrapper .section-title {
    margin-bottom: 4.8rem;
  }
}
.about-message-section .section-wrapper .section-image {
  position: relative;
  margin-right: clamp(-50vw, 39rem - 50vw, -4rem);
  width: 96rem;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .about-message-section .section-wrapper .section-image {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .about-message-section .section-wrapper .section-image {
    margin-right: -2rem;
    margin-left: auto;
    width: 38.4rem;
    max-width: calc(100% + 4rem);
    height: 33rem;
  }
  .about-message-section .section-wrapper .section-image img {
    -o-object-position: top left;
       object-position: top left;
  }
}
.about-message-section .section-wrapper .section-info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .about-message-section .section-wrapper .section-info {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .about-message-section .section-wrapper .section-info {
    margin-top: 7rem;
  }
}
.about-message-section .section-wrapper .section-info .title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: 0.025em;
  text-align: left;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .about-message-section .section-wrapper .section-info .title {
    font-size: 2.5rem;
    line-height: 4.4rem;
    text-align: center;
  }
}
.about-message-section .section-wrapper .section-info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .about-message-section .section-wrapper .section-info .desc {
    text-align: left;
    letter-spacing: 0.015em;
  }
}
.about-message-section .section-wrapper .section-info .author {
  position: relative;
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .about-message-section .section-wrapper .section-info .author {
    text-align: right;
    margin-top: 4rem;
  }
}

.about-value-section {
  position: relative;
  padding: 9rem 0 15rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .about-value-section {
    padding: 8rem 0 0;
  }
}
.about-value-section .container {
  position: relative;
  z-index: 1;
}
.about-value-section .section-wrapper {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 105, 213, 0.1)), to(rgba(0, 193, 255, 0.1)));
  background: linear-gradient(90deg, rgba(0, 105, 213, 0.1) 0%, rgba(0, 193, 255, 0.1) 100%);
  padding: 10rem 10rem;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper {
    border-radius: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper {
    padding: 8rem 2rem 10rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.about-value-section .section-wrapper .value-list {
  position: relative;
  display: block;
}
.about-value-section .section-wrapper .value-list > li {
  position: relative;
}
.about-value-section .section-wrapper .value-list > li:not(:first-child) {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list > li:not(:first-child) {
    margin-top: 8rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block {
  position: relative;
}
.about-value-section .section-wrapper .value-list .value-block .block-count {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 24rem;
    max-width: 100%;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-count .num {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Azo Sans", sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  color: #0069D5;
  background: -webkit-gradient(linear, left top, right top, from(#0069D5), to(#00C0FE));
  background: linear-gradient(90deg, #0069D5, #00C0FE);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-count .num {
    font-size: 6.4rem;
    line-height: 1;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-count .jp {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #0069D5;
  padding: 0 3.4rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: -1rem auto 0;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-count .jp {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-count .jp::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 2rem;
  height: 1px;
  background: #0069D5;
}
.about-value-section .section-wrapper .value-list .value-block .block-count .jp::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 2rem;
  height: 1px;
  background: #0069D5;
}
.about-value-section .section-wrapper .value-list .value-block .block-label {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5.6rem;
  letter-spacing: 0.025em;
  text-align: left;
  padding-top: 5rem;
  margin-bottom: 7rem;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-label {
    padding-left: 30rem;
    padding-top: 6.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-label {
    font-size: 2.4rem;
    line-height: 4.2rem;
    text-align: center;
    padding-top: 4rem;
    margin-bottom: 5rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-mission {
  position: relative;
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list {
  position: relative;
  display: block;
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list > li {
  position: relative;
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list > li:not(:first-child) {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list > li:not(:first-child) {
    margin-top: 5rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list .mission-item {
  position: relative;
  display: block;
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list .mission-item::after {
  content: "";
  display: block;
  clear: both;
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list .mission-item .thumb {
  position: relative;
  width: 24rem;
  border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list .mission-item .thumb {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list .mission-item .thumb {
    margin: 0 auto 4rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list .mission-item .info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list .mission-item .info {
    float: right;
    width: calc(100% - 30rem);
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list .mission-item .info .label {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.025em;
  text-align: left;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list .mission-item .info .label {
    font-size: 2rem;
    line-height: 3.6rem;
    padding-bottom: 2rem;
    margin-bottom: 2.8rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-list .mission-item .info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-mission .mission-action {
    margin-top: 6rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-mission .mission-action .link-btn {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-mission .mission-action .link-btn {
    margin: 0 auto;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-education {
  position: relative;
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-item {
  position: relative;
  display: block;
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-item::after {
  content: "";
  display: block;
  clear: both;
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-item .thumb {
  position: relative;
  width: 40rem;
  max-width: 100%;
  border-radius: 2rem;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-education .education-item .thumb {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-education .education-item .thumb {
    height: 37.4rem;
    margin: 0 auto 4rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-item .list {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-education .education-item .list {
    float: left;
    width: calc(100% - 48rem);
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-item .list > li {
  position: relative;
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-item .list > li:not(:first-child) {
  margin-top: 3rem;
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-item .list .label {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.025em;
  text-align: left;
  padding-left: 3rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-education .education-item .list .label {
    font-size: 2rem;
    line-height: 3.6rem;
    padding-bottom: 2rem;
    padding-left: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-item .list .label::before {
  content: "⃝";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  line-height: inherit;
  color: #0069D5;
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-item .list .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.025em;
  text-align: left;
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-education .education-action {
    margin-top: 6rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-education .education-action .link-btn {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.about-value-section .section-wrapper .value-list .value-block .block-management {
  position: relative;
}
.about-value-section .section-wrapper .value-list .value-block .block-management .management-list {
  position: relative;
  display: block;
}
.about-value-section .section-wrapper .value-list .value-block .block-management .management-list > li {
  position: relative;
}
.about-value-section .section-wrapper .value-list .value-block .block-management .management-list > li:not(:first-child) {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-management .management-list > li:not(:first-child) {
    margin-top: 5rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-management .management-list .management-item {
  position: relative;
  display: block;
}
.about-value-section .section-wrapper .value-list .value-block .block-management .management-list .management-item::after {
  content: "";
  display: block;
  clear: both;
}
.about-value-section .section-wrapper .value-list .value-block .block-management .management-list .management-item .thumb {
  position: relative;
  width: 24rem;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-management .management-list .management-item .thumb {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-management .management-list .management-item .thumb {
    margin: 0 auto 4rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-management .management-list .management-item .info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-management .management-list .management-item .info {
    float: right;
    width: calc(100% - 30rem);
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-management .management-list .management-item .info .label {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.025em;
  text-align: left;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-management .management-list .management-item .info .label {
    font-size: 2rem;
    line-height: 3.6rem;
    padding-bottom: 2rem;
    margin-bottom: 2.8rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-management .management-list .management-item .info .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: left;
}
.about-value-section .section-wrapper .value-list .value-block .block-management .mission-action {
  position: relative;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-management .mission-action {
    margin-top: 6rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-management .mission-action .link-btn {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.about-value-section .section-wrapper .value-list .value-block .block-card {
  position: relative;
  display: block;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.025em;
  text-align: left;
  border: 1px solid #E5E5E5;
  margin-top: 9rem;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20rem minmax(0rem, 1fr);
    grid-template-columns: 20rem minmax(0rem, 1fr);
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-card {
    margin-top: 6rem;
    padding: 3rem 1.6rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-card .card-label {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-card .card-label {
    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: 4.5rem 2rem;
  }
  .about-value-section .section-wrapper .value-list .value-block .block-card .card-label::before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 1rem;
    width: 1px;
    background: #E5E5E5;
  }
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-card .card-label {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 2.4rem;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-card .card-label h5 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #00C1FF;
}
.about-value-section .section-wrapper .value-list .value-block .block-card .card-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .about-value-section .section-wrapper .value-list .value-block .block-card .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.5rem 2rem 4.5rem 5rem;
    letter-spacing: 0;
  }
  .about-value-section .section-wrapper .value-list .value-block .block-card .card-content > p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.about-value-section .section-wrapper .value-list .value-block .block-card + .block-card {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .about-value-section .section-wrapper .value-list .value-block .block-card + .block-card {
    margin-top: 3rem;
  }
}

.company-list-section {
  position: relative;
  padding: 0;
  margin: 0;
}
.company-list-section .container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .company-list-section .container {
    padding: 0;
  }
}
.company-list-section .section-wrapper {
  position: relative;
}
.company-list-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.company-list-section .section-wrapper .section-inner {
  position: relative;
  z-index: 1;
}
.company-list-section .section-wrapper .company-indexs {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .company-list-section .section-wrapper .company-indexs {
    float: left;
    width: 24rem;
    position: sticky;
    top: 4rem;
    left: 0;
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-indexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.company-list-section .section-wrapper .company-indexs > li {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .company-list-section .section-wrapper .company-indexs > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-indexs > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.company-list-section .section-wrapper .company-indexs .index-link {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #DCDCDC;
  text-align: left;
  padding: 0 0 0 2.3rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-indexs .index-link {
    padding: 0 0 1.3rem;
    min-width: 6.6rem;
    text-align: center;
  }
}
.company-list-section .section-wrapper .company-indexs .index-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.3rem;
  border-radius: 0.3rem;
  background: #DCDCDC;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-indexs .index-link::before {
    top: auto;
    left: calc(50% - 1.5rem);
    bottom: 0;
    width: 3rem;
    height: 0.3rem;
    border-radius: 0.3rem;
  }
}
.company-list-section .section-wrapper .company-indexs .index-link:hover, .company-list-section .section-wrapper .company-indexs .index-link.active {
  color: #0069D5;
}
.company-list-section .section-wrapper .company-indexs .index-link:hover::before, .company-list-section .section-wrapper .company-indexs .index-link.active::before {
  background: #0069D5;
}
.company-list-section .section-wrapper .company-overview {
  position: relative;
  padding: 10rem 0 12rem;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .company-list-section .section-wrapper .company-overview {
    width: calc(100% - 30rem);
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-overview {
    padding: 8rem 2rem 9rem;
  }
}
.company-list-section .section-wrapper .company-overview .section-subtitle {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-overview .section-subtitle {
    margin-bottom: 4rem;
  }
}
.company-list-section .section-wrapper .company-overview .section-content {
  position: relative;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #1E1E1E;
  letter-spacing: 0.025em;
  text-align: left;
  border: none;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-overview .section-content .overview-table {
    display: block;
    line-height: 1.875;
    letter-spacing: 0;
  }
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-overview .section-content .overview-table tbody {
    display: block;
    width: 100%;
    border-top: 1px solid #E5E5E5;
  }
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody tr {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
@media print, screen and (min-width: 769px) {
  .company-list-section .section-wrapper .company-overview .section-content .overview-table tbody tr {
    border-top: 1px solid #E5E5E5;
  }
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-overview .section-content .overview-table tbody tr {
    display: block;
    width: 100%;
    padding: 2.4rem 0;
  }
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody th {
  position: relative;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .company-list-section .section-wrapper .company-overview .section-content .overview-table tbody th {
    padding: 3rem 0 3rem 2rem;
    width: 23rem;
  }
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-overview .section-content .overview-table tbody th {
    display: block;
    font-size: 1.8rem;
    width: 100%;
    padding: 0;
    margin-bottom: 0.6rem;
  }
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody td {
  position: relative;
  padding: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-overview .section-content .overview-table tbody td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .link {
  position: relative;
  font: inherit;
  font-weight: 700;
  color: #0069D5;
  text-decoration: underline;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .address {
  position: relative;
  margin-bottom: 2.4rem;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map {
  position: relative;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font: inherit;
  color: #0069D5;
  text-decoration: none;
  text-align: left;
  padding: 0 5rem 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2.8rem;
  z-index: 0;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-link span {
  position: relative;
  font: inherit;
  z-index: 0;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-link i {
  position: absolute;
  top: calc(50% - 1.6rem);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid #0069D5;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-link i svg {
  position: relative;
  display: block;
  width: 1rem;
  height: auto;
  margin: 0;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-link i svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-link:hover {
  color: #0069D5;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-link:hover i {
  background: #0069D5;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-link:hover i svg path {
  fill: #FFFFFF;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-wrap {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  max-width: 63rem;
  height: 32rem;
  border-radius: 2rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-wrap {
    border-radius: 1.6rem;
  }
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-wrap 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;
}
.company-list-section .section-wrapper .company-overview .section-content .overview-table tbody .google-map .map-access {
  position: relative;
  margin-top: 2.8rem;
}
.company-list-section .section-wrapper .company-sdgs {
  position: relative;
  padding: 10rem 0 12rem;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .company-list-section .section-wrapper .company-sdgs {
    width: calc(100% - 30rem);
    float: right;
  }
  .company-list-section .section-wrapper .company-sdgs::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(-50vw, 30rem - 50vw + 0.85rem, -34rem);
    right: clamp(-50vw, 60rem - 50vw + 0.85rem, -4rem);
    bottom: 0;
    background: #F5F8F8;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-sdgs {
    padding: 8rem 2rem 9rem;
    background: #F3F7F7;
  }
}
.company-list-section .section-wrapper .company-sdgs .section-subtitle {
  position: relative;
  margin-bottom: 6rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-sdgs .section-subtitle {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 4rem;
  }
}
.company-list-section .section-wrapper .company-sdgs .section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.025em;
  text-align: left;
  margin-bottom: 6rem;
  z-index: 1;
}
.company-list-section .section-wrapper .company-sdgs .section-image {
  position: relative;
  width: 60.5rem;
  max-width: 100%;
  z-index: 1;
}
.company-list-section .section-wrapper .company-history {
  position: relative;
  padding: 10rem 0 12rem;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .company-list-section .section-wrapper .company-history {
    width: calc(100% - 30rem);
    float: right;
  }
  .company-list-section .section-wrapper .company-history::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(-50vw, 30rem - 50vw + 0.85rem, -34rem);
    right: clamp(-50vw, 60rem - 50vw + 0.85rem, -4rem);
    bottom: 0;
    background-image: url(../image/company/company-history-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-history {
    padding: 8rem 2rem 9rem;
    background-image: url(../image/company/company-history-bg-sp.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.company-list-section .section-wrapper .company-history .section-subtitle {
  position: relative;
  margin-bottom: 6rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-history .section-subtitle {
    margin-bottom: 4rem;
  }
}
.company-list-section .section-wrapper .company-history .section-content {
  position: relative;
}
.company-list-section .section-wrapper .company-history .section-content {
  position: relative;
  z-index: 1;
}
.company-list-section .section-wrapper .company-history .section-content .history-list {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.company-list-section .section-wrapper .company-history .section-content .history-list > li {
  position: relative;
}
.company-list-section .section-wrapper .company-history .section-content .history-list > li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 11.4rem;
  width: 1.1rem;
  height: 1.1rem;
  background: #0069D5;
  border-radius: 50%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-history .section-content .history-list > li::before {
    left: 7.7rem;
  }
}
.company-list-section .section-wrapper .company-history .section-content .history-list > li:not(:last-child) {
  margin-bottom: 2.4rem;
}
.company-list-section .section-wrapper .company-history .section-content .history-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 11.9rem;
  bottom: -3.5rem;
  width: 1px;
  background: #0069D5;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-history .section-content .history-list > li:not(:last-child)::after {
    left: 8.2rem;
  }
}
.company-list-section .section-wrapper .company-history .section-content .history-list .item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: left;
}
.company-list-section .section-wrapper .company-history .section-content .history-list .item::after {
  content: "";
  display: block;
  clear: both;
}
.company-list-section .section-wrapper .company-history .section-content .history-list .item .year {
  position: relative;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: inherit;
  max-width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .company-list-section .section-wrapper .company-history .section-content .history-list .item .year {
    font-size: 1.8rem;
  }
}
.company-list-section .section-wrapper .company-history .section-content .history-list .item .desc {
  position: relative;
  float: right;
  width: calc(100% - 18rem);
  max-width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .company-list-section .section-wrapper .company-history .section-content .history-list .item .desc {
    width: calc(100% - 10.6rem);
  }
}

.service-list-section {
  position: relative;
  padding: 10rem 0 12rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 105, 213, 0.1)), to(rgba(0, 193, 255, 0.1)));
  background: linear-gradient(90deg, rgba(0, 105, 213, 0.1) 0%, rgba(0, 193, 255, 0.1) 100%);
}
@media only screen and (max-width: 768px) {
  .service-list-section {
    padding: 8rem 0 10rem;
  }
}
.service-list-section .container {
  position: relative;
  z-index: 1;
}
.service-list-section .section-wrapper {
  position: relative;
  background: #FFFFFF;
  border-radius: 5rem;
  padding: 10rem 10rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper {
    padding: 8rem 2rem;
  }
}
.service-list-section .section-wrapper .service-list {
  position: relative;
  display: block;
}
.service-list-section .section-wrapper .service-list > li {
  position: relative;
}
.service-list-section .section-wrapper .service-list > li:not(:first-child) {
  margin-top: 9rem;
  border-top: 1px solid #E5E5E5;
  padding-top: 9rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list > li:not(:first-child) {
    margin-top: 6rem;
    padding-top: 6rem;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block {
  position: relative;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-count {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-count {
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-count .num {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-family: "Azo Sans", sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  color: #0069D5;
  background: -webkit-gradient(linear, left top, right top, from(#0069D5), to(#00C0FE));
  background: linear-gradient(90deg, #0069D5, #00C0FE);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-count .num {
    font-size: 6.4rem;
    line-height: 1;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-count .jp {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.025em;
  color: #0069D5;
  padding: 0 3.4rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-count .jp {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-count .jp::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 2rem;
  height: 1px;
  background: #0069D5;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-count .jp::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 2rem;
  height: 1px;
  background: #0069D5;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-label {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.6rem;
  letter-spacing: 0.025em;
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 13.2rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-label {
    font-size: 2.5rem;
    line-height: 3.6rem;
    padding-top: 4rem;
    margin-bottom: 5rem;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-box {
  position: relative;
  display: block;
  background: #F5F5F5;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.025em;
  color: #606060;
  text-align: left;
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 769px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10rem minmax(0rem, 1fr);
    grid-template-columns: 10rem minmax(0rem, 1fr);
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-box {
    padding: 2rem 1.6rem;
    margin-bottom: 4rem;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-box .box-label {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-box .box-label {
    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: 2.5rem 2rem;
  }
  .service-list-section .section-wrapper .service-list .sevice-block .block-box .box-label::before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 1rem;
    width: 1px;
    background: #E5E5E5;
  }
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-box .box-label {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
    padding: 0 0 1.6rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 1.6rem;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-box .box-label h4 {
  position: relative;
  font: inherit;
  line-height: inherit;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-box .box-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-box .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem 2rem 2.5rem 2.8rem;
    letter-spacing: 0;
  }
  .service-list-section .section-wrapper .service-list .sevice-block .block-box .box-content > p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-box .box-content {
    font-weight: 400;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 8rem minmax(0rem, 1fr) 8rem minmax(0rem, 1fr);
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 3rem 8rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-list {
    -ms-grid-columns: (minmax(0rem, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 14rem;
  right: 14rem;
  height: 2px;
  background: #D9E8F9;
  z-index: 0;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list > li {
  position: relative;
  z-index: 1;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem 4rem;
  background: #D9E8F9;
  border-radius: 2.4rem;
  z-index: 0;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list .item .item-label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 3rem;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list .item .item-wrap {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-list .item .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-list-section .section-wrapper .service-list .sevice-block .block-list .item .item-wrap .item-thumb,
  .service-list-section .section-wrapper .service-list .sevice-block .block-list .item .item-wrap .item-desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list .item .item-thumb {
  position: relative;
  width: 14rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-list .item .item-thumb {
    width: 10.8rem;
    margin: 0;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list .item .item-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.025em;
  text-align: left;
  margin-top: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-list .item .item-desc {
    width: calc(100% - 12.4rem);
    font-size: 1.5rem;
    margin: 0;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list .item ul.item-desc {
  position: relative;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list .item ul.item-desc > li {
  position: relative;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-list .item ul.item-desc > li {
    padding-left: 1.4rem;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list .item ul.item-desc > li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #0069D5;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list .item ul.item-desc.ls {
  letter-spacing: -0.05em;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list .item ul.item-desc.ls > li {
  padding-left: 1.4rem;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list.--type2::before {
  background: #D9F6FF;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-list.--type2 .item {
  background: #D9F6FF;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-card {
  position: relative;
  display: block;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.025em;
  text-align: left;
  border: 1px solid #E5E5E5;
  margin-top: 9rem;
}
@media print, screen and (min-width: 769px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20rem minmax(0rem, 1fr);
    grid-template-columns: 20rem minmax(0rem, 1fr);
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-card {
    margin-top: 6rem;
    padding: 3rem 1.6rem;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-card .card-label {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-card .card-label {
    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: 4.5rem 2rem;
  }
  .service-list-section .section-wrapper .service-list .sevice-block .block-card .card-label::before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 1rem;
    width: 1px;
    background: #E5E5E5;
  }
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-card .card-label {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 2.4rem;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-card .card-label h5 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #00C1FF;
}
.service-list-section .section-wrapper .service-list .sevice-block .block-card .card-content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-card .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.5rem 2rem 4.5rem 5rem;
    letter-spacing: 0;
  }
  .service-list-section .section-wrapper .service-list .sevice-block .block-card .card-content > p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.service-list-section .section-wrapper .service-list .sevice-block .block-card + .block-card {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .service-list-section .section-wrapper .service-list .sevice-block .block-card + .block-card {
    margin-top: 3rem;
  }
}

.service-project-section {
  position: relative;
  padding: 10rem 0 15rem;
}
@media only screen and (max-width: 768px) {
  .service-project-section {
    padding: 8rem 0 12rem;
  }
}
.service-project-section .container {
  position: relative;
  z-index: 1;
}
.service-project-section .section-wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .service-project-section .section-wrapper {
    margin-bottom: 8rem;
  }
}
.service-project-section .section-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.service-project-section .section-wrapper .section-title {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .service-project-section .section-wrapper .section-title {
    float: left;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service-project-section .section-wrapper .section-title {
    margin-bottom: 3.6rem;
  }
}
.service-project-section .section-wrapper .section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.025em;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .service-project-section .section-wrapper .section-desc {
    float: right;
    margin: 8rem 0 0;
    width: calc(100% - 37rem);
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service-project-section .section-wrapper .section-desc {
    margin-bottom: 5rem;
  }
}
.service-project-section .section-content {
  position: relative;
}
.service-project-section .section-content .project-list {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .service-project-section .section-content .project-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0rem, 1fr) 12rem minmax(0rem, 1fr) 12rem minmax(0rem, 1fr);
    grid-template-columns: repeat(3, minmax(0rem, 1fr));
    gap: 0 12rem;
    border-top: 1px solid #E5E5E5;
  }
}
.service-project-section .section-content .project-list .project-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .service-project-section .section-content .project-list .project-item {
    padding: 6rem 0;
  }
  .service-project-section .section-content .project-list .project-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -6.1rem;
    right: -6.1rem;
    height: 1px;
    background: #E5E5E5;
    z-index: 0;
  }
}
.service-project-section .section-content .project-list .project-item .thumb {
  position: relative;
  width: 100%;
  border-radius: 1.8rem;
  aspect-ratio: 320/200;
  z-index: 0;
  margin-bottom: 2.8rem;
}
.service-project-section .section-content .project-list .project-item .title {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.025em;
  text-align: center;
  max-width: 100%;
  padding: 0;
  margin: 0 0 2.4rem;
}
.service-project-section .section-content .project-list .project-item .title a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.service-project-section .section-content .project-list .project-item .title a:hover {
  color: #0069D5;
}
.service-project-section .section-content .project-list .project-item .content {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.025em;
  text-align: left;
}
.service-project-section .section-content .project-list .project-item .content .list {
  position: relative;
  display: block;
}
.service-project-section .section-content .project-list .project-item .content .list > li {
  position: relative;
}
.service-project-section .section-content .project-list .project-item .content .list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.service-project-section .section-content .project-list .project-item .content .list > li .label {
  position: relative;
  font-weight: 700;
}
.service-project-section .section-content .project-list .project-item .content .list > li .desc {
  position: relative;
}
.service-project-section .section-content .project-list .project-item .content .list > li b, .service-project-section .section-content .project-list .project-item .content .list > li span {
  display: inline;
}
@media print, screen and (min-width: 769px) {
  .service-project-section .section-content .project-list > li {
    position: relative;
  }
  .service-project-section .section-content .project-list > li:nth-child(3n+1) .project-item::before {
    left: 0;
  }
  .service-project-section .section-content .project-list > li:nth-child(3n) .project-item::before {
    right: 0;
  }
  .service-project-section .section-content .project-list > li:not(:nth-child(3n)) .project-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -6rem;
    width: 1px;
    height: 100%;
    background: #E5E5E5;
    z-index: 0;
  }
  .service-project-section .section-content .project-list > li:not(:nth-child(3n))::before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: calc(-6rem - 4px);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0069D5;
    z-index: 1;
  }
  .service-project-section .section-content .project-list > li:nth-child(1)::after, .service-project-section .section-content .project-list > li:nth-child(2)::after {
    content: "";
    position: absolute;
    top: -5px;
    right: calc(-6rem - 4px);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0069D5;
    z-index: 1;
  }
}
.service-project-section .section-content .project-swiper-slider {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .service-project-section .section-content .project-swiper-slider {
    overflow: visible;
  }
  .service-project-section .section-content .project-swiper-slider .swiper-pagination {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .service-project-section .section-content .project-swiper-slider {
    padding: 0 0 4rem;
  }
  .service-project-section .section-content .project-swiper-slider .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .service-project-section .section-content .project-swiper-slider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #0069D5;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    background: transparent;
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
  }
  .service-project-section .section-content .project-swiper-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0069D5;
  }
}
.service-project-section .section-content .project-swiper-slider .swiper-wrapper {
  position: relative;
}
.service-project-section .section-content .project-swiper-slider .swiper-slide {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .service-project-section .section-content .project-swiper-slider .swiper-slide {
    width: 37.4rem;
    padding: 5rem 2.7rem;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
}
.service-project-section .section-action {
  position: relative;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .service-project-section .section-action {
    margin-top: 8rem;
  }
}
.service-project-section .section-action .link-btn {
  margin: 0 auto;
}

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

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

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

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

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

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

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