@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-bottom: 0;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 0;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@-moz-keyframes confetti {
  0% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
         transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
         transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
         transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
         transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
         transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
       -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
       -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
       -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
       -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
       -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
.u-wysiwygArea {
  color: #333333;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #333333;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #222 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}

.u-wysiwygArea {
  color: #333333;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #333333;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #222 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}

.siteheader {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0 8rem;
  border-bottom: 0.1rem solid #687186;
  z-index: 100;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .siteheader {
    padding: 1.8rem 1.5rem 0;
  }
}
.siteheader.is-light {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 0.1rem solid transparent;
}
.siteheader .is_page__single {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 0.1rem solid transparent;
}
.siteheader.is-menuOpen {
  background-color: #fff;
}
.siteheader.is-menuOpen .light {
  opacity: 0;
}
.siteheader.is-menuOpen .dark {
  opacity: 1;
}
.siteheader__logo {
  width: 11.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteheader__logo {
    width: 7.8rem;
  }
}
.is-light .siteheader__logo .light {
  opacity: 0;
}
.is-light .siteheader__logo .dark {
  opacity: 1;
}
.siteheader__logo .light {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  opacity: 1;
}
.siteheader__logo .dark {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}
.siteheader__inner {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  height: 9.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .siteheader__inner {
    max-width: 100%;
    height: 5rem;
    padding-bottom: 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
}
.siteheader__nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 4.8rem;
}
@media screen and (max-width: 768px) {
  .siteheader__nav {
    display: none;
  }
}
.siteheader__navList {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
}
.siteheader__navItemLink {
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.is-light .siteheader__navItemLink {
  color: #222;
}
.siteheader__navItem {
  color: #fff;
  position: relative;
}
.siteheader__navItem:hover .siteheader__navSubItemListWrap {
  pointer-events: all;
}
.siteheader__navItem:hover .siteheader__navSubItemList {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.siteheader__navItem:hover:hover::before {
  opacity: 1;
}
.siteheader__navItem:has(.siteheader__navSubItemListWrap):before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 10rem;
  background-color: #fff;
  position: absolute;
  bottom: -webkit-calc(100% + 0.3rem);
  bottom: -moz-calc(100% + 0.3rem);
  bottom: calc(100% + 0.3rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.is-light .siteheader__navItem:has(.siteheader__navSubItemListWrap):before {
  background-color: #424D99;
}
.siteheader__navSubItemListWrap {
  pointer-events: none;
  padding-top: 2.1rem;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.siteheader__navSubItemList {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
  padding: 2.4rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1.2rem;
  -webkit-box-shadow: 0px 0px 0.8rem rgba(42, 49, 98, 0.12);
          box-shadow: 0px 0px 0.8rem rgba(42, 49, 98, 0.12);
  -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;
  -webkit-transform: translate(0, 1.5rem);
     -moz-transform: translate(0, 1.5rem);
      -ms-transform: translate(0, 1.5rem);
          transform: translate(0, 1.5rem);
  opacity: 0;
}
.siteheader__navSubItem {
  line-height: 1.5;
  color: #222;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.siteheader__navSubItem:hover {
  color: #424D99;
}
.siteheader__btnWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.2rem;
}
.siteheader__btn {
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  padding: 1.1rem 2rem;
  border: 0.1rem solid #fff;
  border-radius: 100rem;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.siteheader__btn:hover:nth-of-type(1) {
  border: 0.1rem solid #F4549B;
  background-color: #fff !important;
  color: #F4549B;
}
.siteheader__btn:hover:nth-of-type(1) svg path {
  fill: #F4549B;
}
.siteheader__btn:hover:nth-of-type(2) {
  border: 0.1rem solid #424D99;
  background-color: #fff !important;
  color: #424D99;
}
.siteheader__btn:hover:nth-of-type(2) svg path {
  fill: #424D99;
}
.is-light .siteheader__btn:nth-of-type(1) {
  background-color: #F4549B;
  border: 0.1rem solid #F4549B;
}
.is-light .siteheader__btn:nth-of-type(2) {
  background-color: #424D99;
  border: 0.1rem solid #424D99;
}
.siteheader__navMenu {
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid #fff;
  border-radius: 10rem;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 0.4rem;
}
.is-menuOpen .siteheader__navMenu {
  border-color: #424D99;
}
.is-light .siteheader__navMenu {
  border-color: #424D99;
}
.siteheader__navMenuLine {
  position: absolute;
  height: 0.1rem;
  width: 1.2rem;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  -moz-transition: transform 400ms ease-in-out, -moz-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out, -moz-transform 400ms ease-in-out;
}
.is-light .siteheader__navMenuLine {
  background-color: #424D99;
}
.siteheader__navMenuLine:nth-of-type(1) {
  -webkit-transform: translateY(0.2rem);
     -moz-transform: translateY(0.2rem);
      -ms-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
.is-menuOpen .siteheader__navMenuLine:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.siteheader__navMenuLine:nth-of-type(2) {
  -webkit-transform: translateY(-0.2rem);
     -moz-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
.is-menuOpen .siteheader__navMenuLine:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-menuOpen .siteheader__navMenuLine {
  background-color: #424D99;
}
.siteheader__navSp {
  position: fixed;
  inset: 0;
  top: 6.9rem;
  background-color: #fff;
  padding: 6rem 1.5rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  overflow-y: auto;
}
.is-menuOpen .siteheader__navSp {
  opacity: 1;
  pointer-events: auto;
}
.siteheader__navSpItemHead {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.siteheader__navSpItem {
  padding: 0 0 2.4rem;
  border-bottom: 0.1rem solid rgba(66, 77, 153, 0.4);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  position: relative;
}
.siteheader__navSpItem:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
.siteheader__navSpItemLink {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #424D99;
  width: 100%;
}
.siteheader__navSpItemPlus {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  right: 0;
}
.siteheader__navSpItemPlusLine {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #424D99;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  -moz-transition: transform 300ms ease-in-out, -moz-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out, -moz-transform 300ms ease-in-out;
}
.siteheader__navSpItemPlusLine:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-open .siteheader__navSpItemPlusLine:nth-of-type(2) {
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.siteheader__navSpSubItemListWrap {
  display: none;
}
.siteheader__navSpSubItemList {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.2rem;
  padding: 2.4rem 0 0;
}
.siteheader__navSpSubItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: #424D99;
}
.siteheader__navSpSubItem:before {
  content: "";
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  background-color: #424D99;
  border-radius: 1rem;
}
.siteheader__navSpBtnWrap {
  margin-top: 4rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
.siteheader__navSpBtn {
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  color: #fff;
  background-color: #424D99;
  border-radius: 10rem;
  padding: 2.1rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
.siteheader__navSpCr {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.9rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #424D99;
}
.siteheader__navSpPrivacy {
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #424D99;
}
.siteheader__navSpCrTxt {
  font-size: 1rem;
  line-height: 150%;
  color: #424D99;
}

/*====================================================================
siteFooter
====================================================================*/
.sitefooter {
  background-color: #374246;
  padding: 6.4rem 0 4.15rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sitefooter {
    padding: 6.4rem 0 2.3rem;
  }
}
.sitefooter__logo {
  display: block;
  width: 19.3rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__logo {
    width: 15.4rem;
  }
}
.sitefooter__heading5 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 150%;
  color: #FFFFFF;
}
.sitefooter__detailWrap {
  margin: 4rem 0 0;
}
.sitefooter__detailWrap .text, .sitefooter__detailWrap .serviceSec__infoTxt, .sitefooter__detailWrap .beginSec__text, .sitefooter__detailWrap .siteheader__navItem, .sitefooter__detailWrap .siteheader__btn {
  margin: 1rem 0 0;
  color: #fff;
}
.sitefooter__upper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sitefooter__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.sitefooter__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2rem auto 2rem auto;
  grid-template-columns: repeat(3, auto);
  -ms-grid-rows: auto 2.4rem auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 2rem;
  grid-row-gap: 2.4rem;
  padding: 3.2rem 0 0;
}
.sitefooter__nav > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sitefooter__nav > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sitefooter__nav > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.sitefooter__nav > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.sitefooter__nav > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.sitefooter__nav > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 768px) {
  .sitefooter__nav {
    padding: 7.2rem 0 0;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
  }
  .sitefooter__nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sitefooter__nav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .sitefooter__nav > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sitefooter__nav > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .sitefooter__nav > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sitefooter__nav > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.sitefooter__navItem:nth-of-type(1) {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__navItem:nth-of-type(1) {
    width: auto;
  }
}
.sitefooter__navItem:nth-of-type(2) {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__navItem:nth-of-type(2) {
    width: auto;
  }
}
.sitefooter__navItem:nth-of-type(3) {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__navItem:nth-of-type(3) {
    width: auto;
  }
}
.sitefooter__navItemSub {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin-top: 1.6rem;
  gap: 1.2rem;
}
.sitefooter__navLink {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
}
.sitefooter__navSubLink {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: #CBCDCF;
  padding-left: 1.3rem;
  position: relative;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.sitefooter__navSubLink:hover {
  opacity: 0.6;
}
.sitefooter__navSubLink:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CBCDCF;
  border-radius: 2rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.sitefooter__bottom {
  margin-top: 6.4rem;
  padding: 2rem 0 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.4);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sitefooter__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    gap: 0.9rem;
  }
}
.sitefooter__cr {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.sitefooter__bottomLink {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  color: #FFFFFF;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}
html.no-scroll {
  overflow: hidden;
}

body {
  -webkit-print-color-adjust: exact;
  letter-spacing: 0.05em;
  color: #333333;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  /* smoother, lighter text */
  -moz-osx-font-smoothing: grayscale;
}
/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  min-height: -webkit-calc(100vh - 200px);
  min-height: -moz-calc(100vh - 200px);
  min-height: calc(100vh - 200px);
}
@media screen and (max-width: 768px) {
  .siteContent {
    min-height: -webkit-calc(100vh - 50px);
    min-height: -moz-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
  }
}

.inner__content {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 14rem;
}
@media screen and (max-width: 768px) {
  .inner__content {
    padding: 0 1.5rem;
  }
}

.text, .serviceSec__infoTxt, .beginSec__text, .siteheader__navItem, .siteheader__btn {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.text.lh2, .lh2.serviceSec__infoTxt, .lh2.beginSec__text, .lh2.siteheader__navItem, .lh2.siteheader__btn {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .text, .serviceSec__infoTxt, .beginSec__text, .siteheader__navItem, .siteheader__btn {
    font-size: 1.6rem;
    line-height: 190%;
  }
}

.text-sm, .siteheader__navSubItem {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .text-sm, .siteheader__navSubItem {
    font-size: 1.2rem;
    line-height: 170%;
  }
}
.text-sm.lh2, .lh2.siteheader__navSubItem {
  line-height: 2;
}

.text-md, .serviceSec__cardTtl {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .text-md, .serviceSec__cardTtl {
    font-size: 1.6rem;
    line-height: 200%;
  }
}

.white {
  color: #fff;
}

.cmnbtn {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.2rem 2rem;
  gap: 0.8rem;
  width: 30rem;
  height: 6rem;
  background: #424D99;
  border-radius: 10.4rem;
  border: 0.1rem solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmnbtn {
    width: 100%;
  }
}
.cmnbtn:hover {
  background-color: #fff;
  border: 0.1rem solid #424D99;
  color: #424D99;
}
.cmnbtn:hover .arrow-white {
  background-color: #424D99;
}
.cmnbtn:hover .arrow-white:after {
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmnbtn:hover .arrow-white:before {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.cmnbtn:hover .arrow-blue:after {
  -webkit-transform: translateX(-50%) rotate(180deg);
     -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.cmnbtn:hover .arrow-blue:before {
  -webkit-transform: translateX(-200%) rotate(180deg);
     -moz-transform: translateX(-200%) rotate(180deg);
      -ms-transform: translateX(-200%) rotate(180deg);
          transform: translateX(-200%) rotate(180deg);
  opacity: 0;
}
.cmnbtn .arrow-white {
  position: absolute;
  right: 2rem;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  border-radius: 10rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cmnbtn .arrow-white {
    right: 1.2rem;
  }
}
.cmnbtn .arrow-white:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09654 2.41331L13.2807 6.59748C13.4194 6.73619 13.4973 6.92429 13.4973 7.12041C13.4973 7.31654 13.4194 7.50464 13.2807 7.64334L9.09654 11.8275C8.95704 11.9623 8.7702 12.0368 8.57627 12.0351C8.38234 12.0334 8.19683 11.9556 8.05969 11.8185C7.92255 11.6814 7.84477 11.4959 7.84308 11.3019C7.84139 11.108 7.91595 10.9212 8.05068 10.7817L10.9723 7.86006H1.17715C0.98098 7.86006 0.792848 7.78213 0.654137 7.64342C0.515427 7.50471 0.4375 7.31658 0.4375 7.12041C0.4375 6.92425 0.515427 6.73612 0.654137 6.59741C0.792848 6.45869 0.98098 6.38077 1.17715 6.38077H10.9723L8.05068 3.45917C7.98004 3.39094 7.92369 3.30932 7.88492 3.21908C7.84616 3.12884 7.82576 3.03178 7.8249 2.93357C7.82405 2.83536 7.84276 2.73797 7.87995 2.64707C7.91714 2.55617 7.97206 2.47358 8.04151 2.40414C8.11096 2.33469 8.19354 2.27977 8.28444 2.24258C8.37534 2.20539 8.47274 2.18667 8.57095 2.18753C8.66916 2.18838 8.76621 2.20879 8.85645 2.24755C8.94669 2.28631 9.02831 2.34266 9.09654 2.41331Z' fill='%23424D99'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmnbtn .arrow-white:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09654 2.41331L13.2807 6.59748C13.4194 6.73619 13.4973 6.92429 13.4973 7.12041C13.4973 7.31654 13.4194 7.50464 13.2807 7.64334L9.09654 11.8275C8.95704 11.9623 8.7702 12.0368 8.57627 12.0351C8.38234 12.0334 8.19683 11.9556 8.05969 11.8185C7.92255 11.6814 7.84477 11.4959 7.84308 11.3019C7.84139 11.108 7.91595 10.9212 8.05068 10.7817L10.9723 7.86006H1.17715C0.98098 7.86006 0.792848 7.78213 0.654137 7.64342C0.515427 7.50471 0.4375 7.31658 0.4375 7.12041C0.4375 6.92425 0.515427 6.73612 0.654137 6.59741C0.792848 6.45869 0.98098 6.38077 1.17715 6.38077H10.9723L8.05068 3.45917C7.98004 3.39094 7.92369 3.30932 7.88492 3.21908C7.84616 3.12884 7.82576 3.03178 7.8249 2.93357C7.82405 2.83536 7.84276 2.73797 7.87995 2.64707C7.91714 2.55617 7.97206 2.47358 8.04151 2.40414C8.11096 2.33469 8.19354 2.27977 8.28444 2.24258C8.37534 2.20539 8.47274 2.18667 8.57095 2.18753C8.66916 2.18838 8.76621 2.20879 8.85645 2.24755C8.94669 2.28631 9.02831 2.34266 9.09654 2.41331Z' fill='%23fff'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-150%);
     -moz-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cmnbtn .arrow-blue {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #424D99;
  border-radius: 10rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cmnbtn .arrow-blue {
    right: 1.2rem;
  }
}
.cmnbtn .arrow-blue:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09654 2.41331L13.2807 6.59748C13.4194 6.73619 13.4973 6.92429 13.4973 7.12041C13.4973 7.31654 13.4194 7.50464 13.2807 7.64334L9.09654 11.8275C8.95704 11.9623 8.7702 12.0368 8.57627 12.0351C8.38234 12.0334 8.19683 11.9556 8.05969 11.8185C7.92255 11.6814 7.84477 11.4959 7.84308 11.3019C7.84139 11.108 7.91595 10.9212 8.05068 10.7817L10.9723 7.86006H1.17715C0.98098 7.86006 0.792848 7.78213 0.654137 7.64342C0.515427 7.50471 0.4375 7.31658 0.4375 7.12041C0.4375 6.92425 0.515427 6.73612 0.654137 6.59741C0.792848 6.45869 0.98098 6.38077 1.17715 6.38077H10.9723L8.05068 3.45917C7.98004 3.39094 7.92369 3.30932 7.88492 3.21908C7.84616 3.12884 7.82576 3.03178 7.8249 2.93357C7.82405 2.83536 7.84276 2.73797 7.87995 2.64707C7.91714 2.55617 7.97206 2.47358 8.04151 2.40414C8.11096 2.33469 8.19354 2.27977 8.28444 2.24258C8.37534 2.20539 8.47274 2.18667 8.57095 2.18753C8.66916 2.18838 8.76621 2.20879 8.85645 2.24755C8.94669 2.28631 9.02831 2.34266 9.09654 2.41331Z' fill='%23fff'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
     -moz-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.cmnbtn .arrow-blue:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09654 2.41331L13.2807 6.59748C13.4194 6.73619 13.4973 6.92429 13.4973 7.12041C13.4973 7.31654 13.4194 7.50464 13.2807 7.64334L9.09654 11.8275C8.95704 11.9623 8.7702 12.0368 8.57627 12.0351C8.38234 12.0334 8.19683 11.9556 8.05969 11.8185C7.92255 11.6814 7.84477 11.4959 7.84308 11.3019C7.84139 11.108 7.91595 10.9212 8.05068 10.7817L10.9723 7.86006H1.17715C0.98098 7.86006 0.792848 7.78213 0.654137 7.64342C0.515427 7.50471 0.4375 7.31658 0.4375 7.12041C0.4375 6.92425 0.515427 6.73612 0.654137 6.59741C0.792848 6.45869 0.98098 6.38077 1.17715 6.38077H10.9723L8.05068 3.45917C7.98004 3.39094 7.92369 3.30932 7.88492 3.21908C7.84616 3.12884 7.82576 3.03178 7.8249 2.93357C7.82405 2.83536 7.84276 2.73797 7.87995 2.64707C7.91714 2.55617 7.97206 2.47358 8.04151 2.40414C8.11096 2.33469 8.19354 2.27977 8.28444 2.24258C8.37534 2.20539 8.47274 2.18667 8.57095 2.18753C8.66916 2.18838 8.76621 2.20879 8.85645 2.24755C8.94669 2.28631 9.02831 2.34266 9.09654 2.41331Z' fill='%23fff'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(150%) rotate(190deg);
     -moz-transform: translateX(150%) rotate(190deg);
      -ms-transform: translateX(150%) rotate(190deg);
          transform: translateX(150%) rotate(190deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cmnbtn.white {
  background: #fff;
  border-color: #424D99;
  color: #424D99;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.cmnbtn.white span {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.cmnbtn.btnback {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse;
  background-color: #fff;
  border-color: #424D99;
  color: #424D99;
}
.cmnbtn.btnback:hover .arrow-white::after {
  opacity: 1;
}
.cmnbtn.btnback .arrow-white {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-color: #424D99;
}
.cmnbtn.btnback .arrow-white:after {
  opacity: 0;
}
.cmnbtn.btnback .arrow-white:before {
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09654 2.41331L13.2807 6.59748C13.4194 6.73619 13.4973 6.92429 13.4973 7.12041C13.4973 7.31654 13.4194 7.50464 13.2807 7.64334L9.09654 11.8275C8.95704 11.9623 8.7702 12.0368 8.57627 12.0351C8.38234 12.0334 8.19683 11.9556 8.05969 11.8185C7.92255 11.6814 7.84477 11.4959 7.84308 11.3019C7.84139 11.108 7.91595 10.9212 8.05068 10.7817L10.9723 7.86006H1.17715C0.98098 7.86006 0.792848 7.78213 0.654137 7.64342C0.515427 7.50471 0.4375 7.31658 0.4375 7.12041C0.4375 6.92425 0.515427 6.73612 0.654137 6.59741C0.792848 6.45869 0.98098 6.38077 1.17715 6.38077H10.9723L8.05068 3.45917C7.98004 3.39094 7.92369 3.30932 7.88492 3.21908C7.84616 3.12884 7.82576 3.03178 7.8249 2.93357C7.82405 2.83536 7.84276 2.73797 7.87995 2.64707C7.91714 2.55617 7.97206 2.47358 8.04151 2.40414C8.11096 2.33469 8.19354 2.27977 8.28444 2.24258C8.37534 2.20539 8.47274 2.18667 8.57095 2.18753C8.66916 2.18838 8.76621 2.20879 8.85645 2.24755C8.94669 2.28631 9.02831 2.34266 9.09654 2.41331Z' fill='%23fff'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}

.heading03 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 150%;
  color: #424D99;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .heading03 {
    font-size: 2.4rem;
    line-height: 160%;
    margin-bottom: 2.8rem;
  }
}

.cmn__lowerkv {
  height: 48.8rem;
  background: url("../images/common/lower_bg.jpg") center left/100% 100% repeat-x;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn__lowerkv {
    height: 37rem;
  }
}
.cmn__lowerInner {
  position: relative;
  max-width: 116rem;
  margin: 0 auto;
}
.cmn__lowerkvStars {
  mix-blend-mode: color-dodge;
  width: 125.9rem;
  position: absolute;
  left: -10.5rem;
  top: 19.7rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cmn__lowerkvStars {
    width: 25rem;
    top: 12.2rem;
    left: 4rem;
  }
}
.cmn__lowerttlWrap {
  padding-top: 23.1rem;
}
@media screen and (max-width: 768px) {
  .cmn__lowerttlWrap {
    padding: 20.4rem 1.5rem 0;
  }
}
.cmn__lowerttlSub {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .cmn__lowerttlSub {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
}
.cmn__lowerttl {
  font-weight: 500;
  font-size: 7rem;
  line-height: 100%;
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 768px) {
  .cmn__lowerttl {
    font-size: 5.2rem;
    line-height: 100%;
  }
}

.breadcrumb {
  margin: 2rem 0 16rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 1.6rem 0 8.8rem;
  }
}
.breadcrumb__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 100%;
}
.breadcrumb__item a {
  color: #CBCDCF;
}
.breadcrumb__item:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.1rem;
  background-color: #CBCDCF;
}
.breadcrumb__item:first-of-type::before {
  content: none;
}
.breadcrumb__item:last-of-type a {
  color: #666666;
}
.breadcrumb__item:last-of-type::before {
  background-color: #666666;
}

.pagination {
  margin: 6rem 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 1.2rem;
  gap: 3.4rem;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 2.4rem 0 0;
    padding: 0;
    gap: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
.pagination__prev, .pagination__next {
  width: 4.8rem;
  height: 4.8rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagination__prev, .pagination__next {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.pagination__prev svg, .pagination__next svg {
  width: 100%;
}
.pagination__ellipse {
  width: 2rem;
  height: 0.4rem;
  background: url("data:image/svg+xml,%3Csvg width='20' height='4' viewBox='0 0 20 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23424D99'/%3E%3Ccircle cx='10' cy='2' r='2' fill='%23424D99'/%3E%3Ccircle cx='18' cy='2' r='2' fill='%23424D99'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .pagination__ellipse {
    width: 1.4rem;
    height: 0.3rem;
  }
}
.pagination__next {
  -webkit-transform: scale(-1, 1);
     -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagination__numList {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.6rem;
}
.pagination__num {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0 0 0.2rem;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
  border-radius: 3rem;
  font-style: normal;
  font-size: 2rem;
  line-height: 0%;
  letter-spacing: 0.04em;
  color: #424D99;
}
@media screen and (max-width: 768px) {
  .pagination__num {
    width: 3.6rem;
    height: 3.6rem;
    padding: 0;
  }
}
.pagination__num.is-active {
  border: 0.1rem solid #424D99;
}

.lowerBlkContact {
  margin: 4rem 0 0;
  padding: 14rem 0;
}
@media screen and (max-width: 768px) {
  .lowerBlkContact {
    margin: 0;
    padding: 12rem 0 8rem;
  }
}
.lowerBlkContact__inner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .lowerBlkContact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 4rem;
  }
}
.lowerBlkContact__intro {
  width: 43.5rem;
}
@media screen and (max-width: 768px) {
  .lowerBlkContact__intro {
    width: 100%;
  }
}
.lowerBlkContact__ttlSub {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .lowerBlkContact__ttlSub {
    font-size: 1.3rem;
    line-height: 150%;
    margin: 0 0 0.8rem;
  }
}
.lowerBlkContact__ttl {
  font-weight: 400;
  font-size: 8.8rem;
  line-height: 100%;
  color: #424D99;
  text-align: center;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 768px) {
  .lowerBlkContact__ttl {
    font-weight: 400;
    font-size: 5.4rem;
    line-height: 100%;
  }
}
.lowerBlkContact__txt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
  margin: 2.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .lowerBlkContact__txt {
    margin: 2.4rem 0 0;
  }
}
.lowerBlkContact__btn {
  width: 36rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 1.8rem 2.3rem;
  gap: 0.8rem;
  background: #424D99;
  border-radius: 9.4rem;
  border: 0.1rem solid transparent;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lowerBlkContact__btn svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lowerBlkContact__btn:hover {
  color: #424D99;
  background-color: #fff;
  border: 0.1rem solid #424D99;
}
.lowerBlkContact__btn:hover svg path {
  fill: #424D99;
}
.lowerBlkContact__btnWrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2.2rem;
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .lowerBlkContact__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}
.lowerBlkContact__annnot {
  margin: 1.4rem 0 0;
  text-align: center;
}
.lowerBlkContact__annnot .boxed {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border: 0.1rem solid #CCCCCC;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .lowerBlkContact__annnot .text-sm, .lowerBlkContact__annnot .siteheader__navSubItem {
    font-size: 1.4rem;
  }
}

.articlePagi {
  margin: 8rem 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 7.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .articlePagi {
    margin: 4rem 0 0;
    padding-bottom: 6.7rem;
    gap: 1.3rem;
  }
}
.articlePagi__prev, .articlePagi__next {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.articlePagi__prev svg, .articlePagi__next svg {
  width: 4.8rem;
}
.articlePagi__prev span, .articlePagi__next span {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #424D99;
}
@media screen and (max-width: 768px) {
  .articlePagi__prev span, .articlePagi__next span {
    display: none;
  }
}
.articlePagi__prev.disabled, .articlePagi__next.disabled {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.articlePagi__return {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0.8rem 2.4rem;
  width: 24.4rem;
  height: 4.8rem;
  border: 0.1rem solid #424D99;
  border-radius: 2.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #424D99;
}

/*====================================================================
topPageFvSec
====================================================================*/
.topKv {
  padding-bottom: 27.7rem;
}
@media screen and (max-width: 768px) {
  .topKv {
    padding-bottom: 28.4rem;
    overflow: hidden;
  }
}
.topKv {
  background: url(../images/top/kv_bg.png) center/100% 100% repeat-x;
}
.topKv .inner__content {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topKv .inner__content {
    overflow: unset;
  }
}
.topKv__bg {
  position: absolute;
  inset: 0;
  bottom: unset;
  width: 144rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
  .topKv__bg {
    top: -1.2rem;
    width: 100%;
    left: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.topKv .starsWrap {
  overflow: hidden;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.topKv .stars {
  height: auto;
  aspect-ratio: 1440/850.36;
  position: absolute;
  inset: 0;
  bottom: unset;
  width: 144rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .topKv .stars {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    top: 29.7rem;
    width: unset;
    left: -40.5rem;
  }
}
.topKv .stars__item {
  height: 1.6%;
  width: auto;
  background-color: #fff;
  border-radius: 10rem;
  position: absolute;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0 0 2rem 0rem white, 0 0 0.1rem 0.2rem #2e83ff;
          box-shadow: 0 0 2rem 0rem white, 0 0 0.1rem 0.2rem #2e83ff;
}
.topKv .stars__item:nth-of-type(1) {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  left: 53.22%;
  top: 28.55%;
  -webkit-animation: shine 4s ease-in-out infinite;
     -moz-animation: shine 4s ease-in-out infinite;
          animation: shine 4s ease-in-out infinite;
}
.topKv .stars__item:nth-of-type(2) {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  left: 62.9%;
  top: 29.5%;
  -webkit-animation: shine 5s ease-in-out infinite;
     -moz-animation: shine 5s ease-in-out infinite;
          animation: shine 5s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.topKv .stars__item:nth-of-type(3) {
  -webkit-transform: scale(0.7);
     -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  left: 67.37%;
  top: 36.3%;
  -webkit-animation: shine 4.3s ease-in-out infinite;
     -moz-animation: shine 4.3s ease-in-out infinite;
          animation: shine 4.3s ease-in-out infinite;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
          animation-delay: 1s;
}
.topKv .stars__item:nth-of-type(4) {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  left: 73.47%;
  top: 44.1%;
  -webkit-animation: shine 7s ease-in-out infinite;
     -moz-animation: shine 7s ease-in-out infinite;
          animation: shine 7s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.topKv .stars__item:nth-of-type(5) {
  -webkit-transform: scale(0.7);
     -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  left: 73.47%;
  top: 54.8%;
  -webkit-animation: shine 3s ease-in-out infinite;
     -moz-animation: shine 3s ease-in-out infinite;
          animation: shine 3s ease-in-out infinite;
  -webkit-animation-delay: 0.25s;
     -moz-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.topKv .stars__item:nth-of-type(6) {
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  left: 83.47%;
  top: 59.2%;
  -webkit-animation: shine 3.6s ease-in-out infinite;
     -moz-animation: shine 3.6s ease-in-out infinite;
          animation: shine 3.6s ease-in-out infinite;
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.topKv .stars__item:nth-of-type(7) {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  left: 86.9%;
  top: 48.8%;
  -webkit-animation: shine 4.3s ease-in-out infinite;
     -moz-animation: shine 4.3s ease-in-out infinite;
          animation: shine 4.3s ease-in-out infinite;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
}
@-webkit-keyframes shine {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes shine {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  40% {
    opacity: 0.2;
    -moz-transform: scale(0.2);
         transform: scale(0.2);
  }
  80% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes shine {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: scale(0.2);
       -moz-transform: scale(0.2);
            transform: scale(0.2);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
.topKv__content {
  padding-top: 20.8rem;
}
@media screen and (max-width: 768px) {
  .topKv__content {
    padding-top: 13.2rem;
  }
}
.topKv__ttl {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10rem;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .topKv__ttl {
    font-style: normal;
    font-weight: 500;
    font-size: 6.4rem;
    line-height: 100%;
    margin-bottom: 2.8rem;
  }
}
.topKv__annotwrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  gap: 0.8rem;
  margin: 7rem 0 0;
}
@media screen and (max-width: 768px) {
  .topKv__annotwrap {
    margin: 22.8rem 0 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
  .topKv__annotwrap svg {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 2rem;
    height: 2rem;
  }
}
.topKv__headlineWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding: 2rem 3.2rem;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .topKv__headlineWrap {
    padding: 1.2rem 2rem;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 0.6rem;
  }
}
.topKv__headlineLabel {
  color: #424D99;
  font-weight: 700;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .topKv__headlineLabel {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.topKv__headlineItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .topKv__headlineItem {
    gap: 0;
  }
}
.topKv__headlineDate {
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 768px) {
  .topKv__headlineDate {
    width: 9.1rem;
  }
}
.topKv__headlineLinkWrap {
  margin-left: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.topKv__headlineLink {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .topKv__headlineLink {
    margin-top: 0.6rem;
  }
}
.topKv .headlinSwiper {
  height: 2.1rem;
}
.topKv__headlineDesc {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  width: 76.9rem;
}
@media screen and (max-width: 768px) {
  .topKv__headlineDesc {
    width: 22rem;
  }
}
.topKv__scrollWrap {
  position: absolute;
  height: 3px;
  width: 128rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .topKv__scrollWrap {
    position: absolute;
    top: 100%;
  }
}
.topKv__scroll {
  position: fixed;
  height: 13.8rem;
  width: 0.1rem;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  top: 63.1rem;
  left: 0.5rem;
}
.topKv__scroll.dark {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .topKv__scroll {
    height: 8.4rem;
    bottom: unset;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.topKv__scrollball {
  position: absolute;
  top: 0%;
  width: 0.813rem;
  height: 0.813rem;
  background-color: #fff;
  border-radius: 10rem;
}
.dark .topKv__scrollball {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .topKv__scrollball {
    top: 40%;
  }
}

.sectionWrap {
  margin-top: -19.7rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sectionWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
    margin-top: -17.9rem;
  }
}

.messageSec__box {
  padding: 8rem 10rem;
  background-color: #F0F1F7;
  border-radius: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
          align-items: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .messageSec__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 4rem 1.7rem;
    gap: 0;
  }
}
.messageSec__box .lineray {
  display: block;
  position: absolute;
  width: 50vw;
  height: 0.1rem;
  right: 33.2rem;
  top: 13.2rem;
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  opacity: 0.4;
  -webkit-transform: rotate(150deg);
     -moz-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .messageSec__box .lineray {
    width: 31rem;
    right: 9.2rem;
    top: 14.2rem;
  }
}
.messageSec__box .lineray:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  transition: all 2s ease-in;
  background-color: rgba(66, 77, 153, 0.4);
}
.messageSec__box .lineray[data-aos=linerayanim].aos-animate:before {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.messageSec__img {
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .messageSec__img {
    width: 100%;
    margin: 3.6rem 0 2.4rem;
  }
}
.messageSec__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/480;
}
@media screen and (max-width: 768px) {
  .messageSec__img img {
    aspect-ratio: 324/385;
  }
}
.messageSec__message {
  line-height: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .messageSec__message {
    margin-top: 0;
  }
}
.messageSec__btnWrap {
  margin-top: 4rem;
}

.beginSec {
  padding: 0 0 11.2rem;
  margin: -13.6rem 0 0;
}
@media screen and (max-width: 768px) {
  .beginSec {
    margin: -18.1rem 0 0;
    padding: 0 0 8rem;
  }
}
.beginSec__marquee {
  overflow: hidden;
}
.beginSec__marqueeImg {
  width: 134.3rem;
}
@media screen and (max-width: 768px) {
  .beginSec__marqueeImg {
    width: 67.3rem;
  }
}
.beginSec__marqueeInner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 5.2rem;
  -webkit-animation: marquee 40s linear infinite;
     -moz-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .beginSec__marqueeInner {
    gap: 2.4rem;
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-moz-keyframes marquee {
  from {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  to {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.beginSec__content {
  margin: 3.4rem 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .beginSec__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin: 4.5rem 0 0;
  }
}
.beginSec__content > * {
  width: -webkit-calc(50% - 2rem);
  width: -moz-calc(50% - 2rem);
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .beginSec__content > * {
    width: 100%;
  }
}
.beginSec__contWrap {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.beginSec__ttl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 150%;
  color: #424D99;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .beginSec__ttl {
    font-size: 2.4rem;
    line-height: 160%;
  }
}
.beginSec__text {
  line-height: 2;
}

.cmn__ttlSub {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .cmn__ttlSub {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 150%;
    margin-bottom: 0.8rem;
  }
}
.cmn__ttl {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 10rem;
  line-height: 1;
  color: #424D99;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .cmn__ttl {
    font-weight: 500;
    font-size: 5.4rem;
    line-height: 100%;
  }
}

.serviceSec {
  padding: 11.2rem 0;
}
.serviceSec__infoWrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .serviceSec__infoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    gap: 2.4rem;
  }
}
.serviceSec__ttl {
  font-weight: 400;
  font-size: 10rem;
  line-height: 100%;
  color: #424D99;
}
.serviceSec__infoTxt {
  line-height: 2;
}
.serviceSec__infoDesc {
  max-width: 56rem;
}
.serviceSec__cardWrap {
  margin: 6.4rem 0 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .serviceSec__cardWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin: 4rem 0 0;
    gap: 2.8rem;
  }
}
.serviceSec__cardWrap > * {
  width: -webkit-calc(33.3333333333% - 2rem);
  width: -moz-calc(33.3333333333% - 2rem);
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 768px) {
  .serviceSec__cardWrap > * {
    width: 100%;
  }
}
.serviceSec__cardWrap .lineray {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 150vw;
  height: 0.1rem;
  overflow: hidden;
  opacity: 0.4;
  -webkit-transform: translate(-50%, -webkit-calc(-50% - 4.9rem)) rotate(-159.86deg);
     -moz-transform: translate(-50%, -moz-calc(-50% - 4.9rem)) rotate(-159.86deg);
      -ms-transform: translate(-50%, calc(-50% - 4.9rem)) rotate(-159.86deg);
          transform: translate(-50%, calc(-50% - 4.9rem)) rotate(-159.86deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .serviceSec__cardWrap .lineray {
    -webkit-transform-origin: right;
       -moz-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    width: 32.38rem;
    top: -29.4rem;
    left: unset;
    right: 9.7rem;
    -webkit-transform: rotate(148.13deg);
       -moz-transform: rotate(148.13deg);
        -ms-transform: rotate(148.13deg);
            transform: rotate(148.13deg);
  }
}
.serviceSec__cardWrap .lineray:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(66, 77, 153)), color-stop(54%, rgb(66, 77, 153)), color-stop(62%, rgba(66, 77, 153, 0)), color-stop(69%, rgb(66, 77, 153)), to(rgb(66, 77, 153))) center/cover no-repeat;
  background: -webkit-linear-gradient(right, rgb(66, 77, 153) 0%, rgb(66, 77, 153) 54%, rgba(66, 77, 153, 0) 62%, rgb(66, 77, 153) 69%, rgb(66, 77, 153) 100%) center/cover no-repeat;
  background: -moz-linear-gradient(right, rgb(66, 77, 153) 0%, rgb(66, 77, 153) 54%, rgba(66, 77, 153, 0) 62%, rgb(66, 77, 153) 69%, rgb(66, 77, 153) 100%) center/cover no-repeat;
  background: linear-gradient(-90deg, rgb(66, 77, 153) 0%, rgb(66, 77, 153) 54%, rgba(66, 77, 153, 0) 62%, rgb(66, 77, 153) 69%, rgb(66, 77, 153) 100%) center/cover no-repeat;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  transition: all 2s ease-in;
}
.serviceSec__cardWrap .lineray[data-aos=linerayanim].aos-animate::before {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.serviceSec__card {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
.serviceSec__card:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .serviceSec__card {
    gap: 1.6rem;
  }
}
.serviceSec__card:nth-of-type(2) {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .serviceSec__card:nth-of-type(2) {
    padding-top: 0;
  }
}
.serviceSec__card:nth-of-type(3) {
  padding-top: 16rem;
}
@media screen and (max-width: 768px) {
  .serviceSec__card:nth-of-type(3) {
    padding-top: 0;
  }
}
.serviceSec__cardTtlWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.serviceSec__cardImg {
  overflow: hidden;
}
.serviceSec__cardImg img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
.serviceSec__cardTtl {
  line-height: 1.5;
  color: #222;
}
@media screen and (max-width: 768px) {
  .serviceSec__cardTtl {
    font-size: 2rem;
    line-height: 150%;
  }
}
.serviceSec__cardArrow {
  width: 4.8rem;
  height: 4.8rem;
  background: url("../images/common/arrow_card.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .serviceSec__cardArrow {
    background: url("../images/common/arrow_card-sp.png") center/cover no-repeat;
    width: 37px;
    height: 37px;
  }
}

.recruitSec {
  padding: 11.2rem 0;
  background: -webkit-linear-gradient(129.8deg, #424D99 21.09%, #5180AE 116.6%);
  background: -moz-linear-gradient(129.8deg, #424D99 21.09%, #5180AE 116.6%);
  background: linear-gradient(320.2deg, #424D99 21.09%, #5180AE 116.6%);
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitSec {
    padding: 4.8rem 0 3rem;
  }
}
.recruitSec__bg {
  width: -webkit-calc(100% - 5.4rem);
  width: -moz-calc(100% - 5.4rem);
  width: calc(100% - 5.4rem);
  max-width: 138.6rem;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .recruitSec__bg {
    max-width: 19.2rem;
    top: 0;
  }
}
.recruitSec__ttlWrap {
  margin: 0 0 4rem;
}
.recruitSec .cmn__ttlSub {
  color: #fff;
}
.recruitSec .cmn__ttl {
  color: #fff;
}
.recruitSec .heading03 {
  color: #fff;
}
.recruitSec__btnWrap {
  margin: 5.6rem 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitSec__btnWrap {
    margin: 4rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 1.2rem;
  }
}
.recruitSec__btnWrap > * {
  width: -webkit-calc(50% - 2rem);
  width: -moz-calc(50% - 2rem);
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .recruitSec__btnWrap > * {
    width: 100%;
  }
}
.recruitSec__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 2.4rem;
  gap: 0.8rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 1.2rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  color: #FFFFFF;
}
.recruitSec__btn:hover .arrow:after {
  opacity: 1;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruitSec__btn:hover .arrow:before {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .recruitSec__btn {
    padding: 1.1rem 1.1rem 1.1rem 1.8rem;
    height: auto;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.recruitSec__btn .arrow {
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-radius: 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitSec__btn .arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.recruitSec__btn .arrow:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7954 5.88506L20.3743 11.464C20.5592 11.6489 20.663 11.8997 20.663 12.1612C20.663 12.4227 20.5592 12.6735 20.3743 12.8584L14.7954 18.4374C14.6094 18.617 14.3603 18.7164 14.1017 18.7141C13.8431 18.7119 13.5958 18.6082 13.4129 18.4253C13.2301 18.2425 13.1264 17.9951 13.1241 17.7366C13.1219 17.478 13.2213 17.2289 13.4009 17.0429L17.2964 13.1474H4.2362C3.97464 13.1474 3.7238 13.0435 3.53885 12.8585C3.3539 12.6736 3.25 12.4228 3.25 12.1612C3.25 11.8996 3.3539 11.6488 3.53885 11.4639C3.7238 11.2789 3.97464 11.175 4.2362 11.175H17.2964L13.4009 7.27954C13.3067 7.18856 13.2316 7.07974 13.1799 6.95942C13.1282 6.8391 13.101 6.7097 13.0999 6.57875C13.0987 6.4478 13.1237 6.31794 13.1733 6.19674C13.2229 6.07554 13.2961 5.96543 13.3887 5.87283C13.4813 5.78024 13.5914 5.70701 13.7126 5.65742C13.8338 5.60784 13.9637 5.58288 14.0946 5.58402C14.2255 5.58516 14.355 5.61236 14.4753 5.66405C14.5956 5.71574 14.7044 5.79087 14.7954 5.88506Z' fill='%23424D99'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  .recruitSec__btn .arrow:before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.recruitSec__btn .arrow:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7954 5.88506L20.3743 11.464C20.5592 11.6489 20.663 11.8997 20.663 12.1612C20.663 12.4227 20.5592 12.6735 20.3743 12.8584L14.7954 18.4374C14.6094 18.617 14.3603 18.7164 14.1017 18.7141C13.8431 18.7119 13.5958 18.6082 13.4129 18.4253C13.2301 18.2425 13.1264 17.9951 13.1241 17.7366C13.1219 17.478 13.2213 17.2289 13.4009 17.0429L17.2964 13.1474H4.2362C3.97464 13.1474 3.7238 13.0435 3.53885 12.8585C3.3539 12.6736 3.25 12.4228 3.25 12.1612C3.25 11.8996 3.3539 11.6488 3.53885 11.4639C3.7238 11.2789 3.97464 11.175 4.2362 11.175H17.2964L13.4009 7.27954C13.3067 7.18856 13.2316 7.07974 13.1799 6.95942C13.1282 6.8391 13.101 6.7097 13.0999 6.57875C13.0987 6.4478 13.1237 6.31794 13.1733 6.19674C13.2229 6.07554 13.2961 5.96543 13.3887 5.87283C13.4813 5.78024 13.5914 5.70701 13.7126 5.65742C13.8338 5.60784 13.9637 5.58288 14.0946 5.58402C14.2255 5.58516 14.355 5.61236 14.4753 5.66405C14.5956 5.71574 14.7044 5.79087 14.7954 5.88506Z' fill='%23424D99'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-150%);
     -moz-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .recruitSec__btn .arrow:after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.recruitSec__entryCont {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1.2rem;
  margin: 4rem 0 0;
  padding: 8rem 6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 5.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitSec__entryCont {
    padding: 2.4rem 1.8rem 7.8rem 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    gap: 1.4rem;
  }
}
.recruitSec__entryCont:after {
  content: "";
  display: block;
  position: absolute;
  right: 6rem;
  width: 10rem;
  height: 10rem;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.75' width='98.5' height='98.5' rx='49.25' stroke='%23424D99' stroke-width='1.5'/%3E%3Cpath d='M55.3793 36.8147L67.002 48.4375C67.3872 48.8227 67.6036 49.3452 67.6036 49.89C67.6036 50.4348 67.3872 50.9573 67.002 51.3426L55.3793 62.9653C54.9918 63.3396 54.4728 63.5467 53.9341 63.542C53.3954 63.5373 52.8801 63.3212 52.4992 62.9403C52.1182 62.5594 51.9022 62.0441 51.8975 61.5054C51.8928 60.9667 52.0999 60.4477 52.4741 60.0602L60.5897 51.9446H33.381C32.8361 51.9446 32.3135 51.7281 31.9282 51.3428C31.5429 50.9575 31.3264 50.4349 31.3264 49.89C31.3264 49.3451 31.5429 48.8225 31.9282 48.4372C32.3135 48.0519 32.8361 47.8355 33.381 47.8355H60.5897L52.4741 39.7199C52.2779 39.5304 52.1214 39.3037 52.0137 39.053C51.906 38.8023 51.8493 38.5327 51.847 38.2599C51.8446 37.9871 51.8966 37.7166 51.9999 37.4641C52.1032 37.2116 52.2558 36.9822 52.4487 36.7893C52.6416 36.5964 52.871 36.4438 53.1235 36.3405C53.376 36.2372 53.6465 36.1852 53.9193 36.1876C54.1921 36.1899 54.4617 36.2466 54.7124 36.3543C54.9631 36.462 55.1898 36.6185 55.3793 36.8147Z' fill='%23424D99'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .recruitSec__entryCont:after {
    width: 4.2rem;
    height: 4.2rem;
    right: 1.8rem;
    bottom: 2.4rem;
  }
}
.recruitSec__entryTtlSub {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 2rem;
  color: #F4549B;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .recruitSec__entryTtlSub {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 100%;
    margin-bottom: 0.8rem;
  }
}
.recruitSec__entryTtl {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 150%;
  color: #424D99;
}
@media screen and (max-width: 768px) {
  .recruitSec__entryTtl {
    font-size: 2.4rem;
  }
}
.recruitSec__entryText {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #222;
}
@media screen and (max-width: 768px) {
  .recruitSec__entryText {
    font-size: 1.4rem;
    line-height: 180%;
  }
}

.slideSec__wrap {
  overflow: hidden;
}
.slideSec__item {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .slideSec__item {
    width: 29.3rem;
  }
}
.slideSec__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/338;
}
@media screen and (max-width: 768px) {
  .slideSec__item img {
    aspect-ratio: 293.33/165.24;
  }
}
.slideSec__cont {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-animation: slideImg 35s linear infinite;
     -moz-animation: slideImg 35s linear infinite;
          animation: slideImg 35s linear infinite;
}
@-webkit-keyframes slideImg {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-moz-keyframes slideImg {
  from {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  to {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes slideImg {
  from {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.contactSec {
  padding: 11.2rem 0;
}
@media screen and (max-width: 768px) {
  .contactSec {
    padding: 8rem 0;
  }
}
.contactSec .cmn__ttlSub,
.contactSec .cmn__ttl {
  text-align: center;
}
.contactSec__txtWrap {
  margin: 3.2rem 0 5.6rem;
}
@media screen and (max-width: 768px) {
  .contactSec__txtWrap {
    margin: 2.4rem 0 4rem;
  }
}
.contactSec .text.lh2, .contactSec .lh2.siteheader__navItem, .contactSec .lh2.siteheader__btn, .contactSec .lh2.beginSec__text, .contactSec .lh2.serviceSec__infoTxt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactSec .text.lh2, .contactSec .lh2.siteheader__navItem, .contactSec .lh2.siteheader__btn, .contactSec .lh2.beginSec__text, .contactSec .lh2.serviceSec__infoTxt {
    font-size: 1.6rem;
    line-height: 200%;
    letter-spacing: 0.05em;
  }
}
.contactSec__btn {
  width: 36rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 1.8rem 2.3rem;
  gap: 0.8rem;
  background: #424D99;
  border-radius: 9.4rem;
  border: 0.1rem solid transparent;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contactSec__btn svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contactSec__btn:hover {
  color: #424D99;
  background-color: #fff;
  border: 0.1rem solid #424D99;
}
.contactSec__btn:hover svg path {
  fill: #424D99;
}
.contactSec__btnWrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .contactSec__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 2rem;
  }
}
.contactSec__annnot {
  margin: 1.4rem 0 0;
}
.contactSec__annnot .boxed {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border: 0.1rem solid #CCCCCC;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .contactSec__annnot .text-sm, .contactSec__annnot .siteheader__navSubItem {
    font-size: 1.4rem;
  }
}

.newsSec__catWrap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 0 0 3rem;
}
.newsSec__catItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0.4rem 2.8rem;
  width: 19.2rem;
  height: 4rem;
  border: 0.1rem solid #424D99;
  border-radius: 2.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 200%;
  color: #424D99;
  cursor: pointer;
}
.newsSec__catItem.is-active[data-category=お知らせ] {
  background-color: #424D99;
  color: #FFFFFF;
}
.newsSec__catItem.is-active[data-category=CSR] {
  background-color: #A96BE8;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .newsSec__catItem {
    padding: 0.4rem 1rem;
  }
}
.newsSec__content + .newsSec__content {
  margin: 11.2rem 0 0;
}
.newsSec__secTtlwrap {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .newsSec__secTtlwrap {
    margin-bottom: 2rem;
  }
}
.newsSec__secTtl {
  font-size: 4.8rem;
  line-height: 150%;
  color: #424D99;
}
@media screen and (max-width: 768px) {
  .newsSec__secTtl {
    font-weight: 500;
    font-size: 4rem;
    line-height: 150%;
  }
}
.newsSec__secTxt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  color: #666666;
  margin-top: 3.2rem;
}
.newsSec__newsItem {
  padding: 3rem 0;
  border-bottom: 0.1rem solid #CCCCCC;
}
.newsSec__newsLink {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .newsSec__newsLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.content02 .newsSec__newsLink {
  gap: 2rem;
}
.newsSec__newsLink .arrow-white {
  position: relative;
  margin-left: auto;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #fff;
  border: 0.1rem solid #424D99;
  border-radius: 10rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .newsSec__newsLink .arrow-white {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.newsSec__newsLink .arrow-white:before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0965 4.41331L15.2807 8.59748C15.4194 8.73619 15.4973 8.92429 15.4973 9.12041C15.4973 9.31654 15.4194 9.50464 15.2807 9.64334L11.0965 13.8275C10.957 13.9623 10.7702 14.0368 10.5763 14.0351C10.3823 14.0334 10.1968 13.9556 10.0597 13.8185C9.92255 13.6814 9.84477 13.4959 9.84308 13.3019C9.84139 13.108 9.91595 12.9212 10.0507 12.7817L12.9723 9.86006H3.17715C2.98098 9.86006 2.79285 9.78213 2.65414 9.64342C2.51543 9.50471 2.4375 9.31658 2.4375 9.12041C2.4375 8.92425 2.51543 8.73612 2.65414 8.59741C2.79285 8.45869 2.98098 8.38077 3.17715 8.38077H12.9723L10.0507 5.45917C9.98004 5.39094 9.92369 5.30932 9.88492 5.21908C9.84616 5.12884 9.82576 5.03178 9.8249 4.93357C9.82405 4.83536 9.84276 4.73797 9.87995 4.64707C9.91714 4.55617 9.97206 4.47358 10.0415 4.40414C10.111 4.33469 10.1935 4.27977 10.2844 4.24258C10.3753 4.20539 10.4727 4.18667 10.5709 4.18753C10.6692 4.18838 10.7662 4.20879 10.8565 4.24755C10.9467 4.28631 11.0283 4.34266 11.0965 4.41331Z' fill='%23424D99'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .newsSec__newsLink .arrow-white {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.newsSec__newsItemWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
.newsSec__newsData {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #666666;
}
.newsSec__newsItemCat {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0.2rem 2.8rem;
  gap: 1rem;
  width: 12.5rem;
  height: 3.2rem;
  background: #424D99;
  border-radius: 2.6rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 200%;
  color: #FFFFFF;
}
.newsSec__newsItemCat.お知らせ {
  background-color: #424D99;
}
.newsSec__newsItemCat.CSR {
  background-color: #A96BE8;
}
@media screen and (max-width: 768px) {
  .newsSec__newsItemCat {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    width: auto;
    height: 2.4rem;
    line-height: 100%;
    padding: 0 1.2rem;
  }
}
.newsSec__newsTtl {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 0.06em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .newsSec__newsTtl {
    max-width: 29.5rem;
  }
}
.newsSec__newsTtl.pdficon {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .newsSec__newsTtl.pdficon {
    gap: 0.8rem;
  }
}
.newsSec__newsTtl.pdficon:before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 2.3rem;
  background: url("data:image/svg+xml,%3Csvg width='19' height='23' viewBox='0 0 19 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='18' height='22' rx='1.5' fill='white' stroke='%23424D99'/%3E%3Cline x1='4.50195' y1='13.5' x2='14.502' y2='13.5' stroke='%23424D99' stroke-linecap='round'/%3E%3Cline x1='4.50195' y1='16.5' x2='14.502' y2='16.5' stroke='%23424D99' stroke-linecap='round'/%3E%3Cpath d='M12.5342 9.36523V5H15.5649V5.74833H13.3449V6.7648H15.3778V7.51313H13.3449V9.36523H12.5342Z' fill='%23424D99' stroke='%23424D99' stroke-width='0.2' stroke-linejoin='round'/%3E%3Cpath d='M8.08789 9.36523V5H9.52842C9.95247 5 10.3246 5.07691 10.6447 5.23073C10.9648 5.38456 11.2142 5.62153 11.393 5.94164C11.5718 6.26176 11.6611 6.67542 11.6611 7.18262C11.6611 7.6815 11.5718 8.09308 11.393 8.41735C11.2142 8.73747 10.9648 8.97652 10.6447 9.1345C10.3246 9.28832 9.95247 9.36523 9.52842 9.36523H8.08789ZM8.89858 8.61691H9.46606C9.87348 8.61691 10.1998 8.5005 10.4451 8.26769C10.6904 8.03488 10.813 7.67319 10.813 7.18262C10.813 6.68789 10.6904 6.3262 10.4451 6.09754C10.1998 5.86473 9.87348 5.74833 9.46606 5.74833H8.89858V8.61691Z' fill='%23424D99' stroke='%23424D99' stroke-width='0.2' stroke-linejoin='round'/%3E%3Cpath d='M3.90039 9.36523V5H5.92087C6.19526 5 6.43223 5.04157 6.63178 5.12472C6.83549 5.20787 6.99139 5.34298 7.09948 5.53006C7.21173 5.71715 7.26786 5.96867 7.26786 6.28463C7.26786 6.60059 7.21173 6.85418 7.09948 7.04542C6.99139 7.2325 6.83549 7.3697 6.63178 7.457C6.43223 7.54015 6.19526 7.58172 5.92087 7.58172H4.71108V9.36523H3.90039ZM4.71108 6.82716H5.80862C5.9957 6.82716 6.14329 6.78559 6.25138 6.70244C6.35947 6.61929 6.41352 6.48002 6.41352 6.28463C6.41352 6.09339 6.35947 5.95619 6.25138 5.87305C6.14329 5.7899 5.9957 5.74833 5.80862 5.74833H4.71108V6.82716Z' fill='%23424D99' stroke='%23424D99' stroke-width='0.2' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  -webkit-transform: translateY(0.3rem);
     -moz-transform: translateY(0.3rem);
      -ms-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}

.newsSinglePage {
  padding: 9.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .newsSinglePage .breadcrumb {
    margin: 0 0 14rem;
  }
}
@media screen and (max-width: 768px) {
  .newsSinglePage {
    padding: 8.4rem 0 0;
  }
}
.newsSinglePage__inner {
  margin: 16rem auto 0;
  max-width: 100rem;
}
.newsSinglePage__infoWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.6rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .newsSinglePage__infoWrap {
    margin: 0 0 0.6rem;
  }
}
.newsSinglePage__infodate {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #666666;
  min-width: 12.6rem;
}
.newsSinglePage__infocat {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0.2rem 2.8rem;
  background: #424D99;
  border-radius: 2.6rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 200%;
  color: #FFFFFF;
}
.newsSinglePage__ttl {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 175%;
  color: #333333;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #424D99;
  margin: 0 0 5.6rem;
}
@media screen and (max-width: 768px) {
  .newsSinglePage__ttl {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 175%;
    letter-spacing: 0.05em;
    padding-bottom: 0.4rem;
    margin: 0 0 1.6rem;
  }
}
.newsSinglePage__content {
  color: #333333;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .newsSinglePage__content {
    font-size: 12px;
  }
}
.newsSinglePage__content * + * {
  margin-top: 1.75em;
}
.newsSinglePage__content br + * {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .newsSinglePage__content a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .newsSinglePage__content a:hover {
    opacity: 0.6;
  }
}
.newsSinglePage__content a {
  color: blue;
  text-decoration: underline;
}
.newsSinglePage__content h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.newsSinglePage__content h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.newsSinglePage__content h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.newsSinglePage__content h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.newsSinglePage__content h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.newsSinglePage__content h5,
.newsSinglePage__content h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.newsSinglePage__content h1 + h2,
.newsSinglePage__content h2 + h3,
.newsSinglePage__content h3 + h4,
.newsSinglePage__content h4 + h5,
.newsSinglePage__content h5 + h6 {
  margin-top: 0.5em;
}
.newsSinglePage__content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #333333;
}
.newsSinglePage__content strong,
.newsSinglePage__content strong * {
  font-weight: bold;
}
.newsSinglePage__content em,
.newsSinglePage__content em * {
  font-style: italic;
}
.newsSinglePage__content ul {
  list-style-type: disc;
}
.newsSinglePage__content ol {
  list-style-type: decimal;
}
.newsSinglePage__content ul,
.newsSinglePage__content ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.newsSinglePage__content ul li,
.newsSinglePage__content ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.newsSinglePage__content sup,
.newsSinglePage__content sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.newsSinglePage__content hr {
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
}
.newsSinglePage__content blockquote {
  background: blue;
  padding: 30px;
}
.newsSinglePage__content table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.newsSinglePage__content table thead th,
.newsSinglePage__content table thead td {
  font-weight: bold;
  text-align: center;
}
.newsSinglePage__content table tr th,
.newsSinglePage__content table tr td {
  border: #222 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.newsSinglePage__content table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.newsSinglePage__content img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.newsSinglePage__content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.newsSinglePage__content img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.newsSinglePage__content .gallery {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.newsSinglePage__content .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.newsSinglePage__content .gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}
.newsSinglePage__content .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}

.servicePage__content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .servicePage__content {
    margin: 11.2rem 0 0;
  }
}
.servicePage__content .lineray {
  display: block;
  position: absolute;
  width: 50vw;
  height: 0.1rem;
  right: 22.2rem;
  top: 12.2rem;
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  opacity: 0.4;
  -webkit-transform: rotate(150deg);
     -moz-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .servicePage__content .lineray {
    width: 31rem;
    right: 17.2rem;
    top: 4.4rem;
  }
}
.servicePage__content .lineray:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  transition: all 2s ease-in;
  background-color: rgba(66, 77, 153, 0.4);
}
.servicePage__content .lineray[data-aos=linerayanim].aos-animate:before {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.servicePage__intro {
  max-width: 73.8rem;
}
.servicePage__introTtl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #424D99;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .servicePage__introTtl {
    font-size: 2.4rem;
    line-height: 150%;
    margin: 0 0 1.8rem;
  }
}
.servicePage__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #333333;
}
.servicePage__detailWrap {
  margin: 11.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .servicePage__detailWrap {
    margin: 4.8rem 0 0;
  }
}
.servicePage__detailItem {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 5rem;
  padding: 3.2rem 0;
}
.servicePage__detailItem:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .servicePage__detailItem:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .servicePage__detailItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 2.4rem;
    padding: 0;
  }
}
.servicePage__detailItem + .servicePage__detailItem {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .servicePage__detailItem + .servicePage__detailItem {
    margin-top: 4.8rem;
  }
}
.servicePage__detailFig {
  width: 55.5rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .servicePage__detailFig {
    width: 100%;
  }
}
.servicePage__detailFig img {
  width: 100%;
  height: auto;
  aspect-ratio: 555/416.25;
  -o-object-fit: contain;
     object-fit: contain;
}
.servicePage__detailTtlSub {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  color: #666666;
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .servicePage__detailTtlSub {
    margin: 0 0 0.6rem;
  }
}
.servicePage__detailTtl {
  font-size: 3.6rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #424D99;
  padding-bottom: 2rem;
  margin: 0 0 3.2rem;
  border-bottom: 0.1rem solid #424D99;
}
@media screen and (max-width: 768px) {
  .servicePage__detailTtl {
    font-size: 3.2rem;
    padding-bottom: 1rem;
  }
}

.entryPage__content {
  max-width: 101.2rem;
  margin: 0 auto;
}
.entryPage__intro {
  padding-bottom: 1.1rem;
  border-bottom: 0.1rem solid #424D99;
}
.entryPage__starAnnotWrap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  margin: 0.6rem 0 0;
}
.entryPage__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #333333;
}
.entryPage__text.annot {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding-left: 2rem;
  position: relative;
}
.entryPage__text.annot:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0C9.00352 4.96911 13.0309 8.99648 18 9C13.0309 9.00352 9.00352 13.0309 9 18C8.99648 13.0309 4.96911 9.00352 0 9C4.96911 8.99648 8.99648 4.96911 9 0Z' fill='%23F4549B'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .entryPage__text.annot {
    white-space: nowrap;
  }
}
.entryPage__text.align-center {
  text-align: center;
}
.entryPage__text.bullet {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
}
.entryPage__text.bullet:before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-radius: 10rem;
  background-color: #424D99;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: translateY(1.3rem);
     -moz-transform: translateY(1.3rem);
      -ms-transform: translateY(1.3rem);
          transform: translateY(1.3rem);
}
.entryPage__gotoBtnWrap {
  margin: 6rem 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .entryPage__gotoBtnWrap {
    margin: 4rem 0 0;
  }
}

.entryForm {
  margin: 6rem 0 0;
}
.entryForm .wpcf7-response-output {
  font-size: 1.6rem;
}
.entryForm__control {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .entryForm__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 1.6rem;
  }
}
.entryForm__control:not(:first-child) {
  margin: 6rem 0 0;
}
.entryForm__controlgroup {
  margin: 6rem 0 0;
}
.entryForm__label {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #333333;
  width: 27.6rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .entryForm__label {
    font-size: 1.8rem;
  }
}
.entryForm__label.required {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.entryForm__label.required:after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.8rem;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0C9.00352 4.96911 13.0309 8.99648 18 9C13.0309 9.00352 9.00352 13.0309 9 18C8.99648 13.0309 4.96911 9.00352 0 9C4.96911 8.99648 8.99648 4.96911 9 0Z' fill='%23F4549B'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.entryForm__controlWrap {
  width: 100%;
}
.entryForm__controlWrap.radioControl .wpcf7-radio {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 3rem;
}
.entryForm__controlWrap.radioControl .wpcf7-radio label {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #333333;
}
.entryForm__controlWrap.radioControl .wpcf7-radio label input {
  width: 1.6rem;
  aspect-ratio: 1/1;
  accent-color: #424D99;
}
.entryForm__controlWrap.radioControl .wpcf7-list-item {
  display: block;
  margin-left: 0;
  cursor: pointer;
}
.entryForm__controlWrap .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 120%;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .entryForm__controlWrap .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}
.entryForm__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #333333;
}
.entryForm select {
  gap: 2rem;
  min-width: 30rem;
  gap: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L5.76087 6.5L11.5 0.5' stroke='%23424D99' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center right 2.3rem/1.1rem 0.6rem no-repeat;
}
@media screen and (max-width: 768px) {
  .entryForm select {
    min-width: 23.2rem;
  }
}
.entryForm__controlRowInput {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .entryForm__controlRowInput {
    gap: 2rem;
  }
}
.entryForm__controlRowInput + .entryForm__controlRowInput {
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .entryForm__controlRowInput + .entryForm__controlRowInput {
    margin: 1.5rem 0 0;
  }
}
.entryForm select,
.entryForm input,
.entryForm textarea {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #333333;
  padding: 1.5rem 2rem;
  border: 0.1rem solid #424D99;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .entryForm select,
  .entryForm input,
  .entryForm textarea {
    font-size: 1.5rem;
    padding: 0.75rem 2rem;
  }
}
.entryForm select::-webkit-input-placeholder, .entryForm input::-webkit-input-placeholder, .entryForm textarea::-webkit-input-placeholder {
  color: rgba(66, 77, 153, 0.4);
}
.entryForm select::-moz-placeholder, .entryForm input::-moz-placeholder, .entryForm textarea::-moz-placeholder {
  color: rgba(66, 77, 153, 0.4);
}
.entryForm select:-ms-input-placeholder, .entryForm input:-ms-input-placeholder, .entryForm textarea:-ms-input-placeholder {
  color: rgba(66, 77, 153, 0.4);
}
.entryForm select::placeholder,
.entryForm input::placeholder,
.entryForm textarea::placeholder {
  color: rgba(66, 77, 153, 0.4);
}
.entryForm select.hidden,
.entryForm input.hidden,
.entryForm textarea.hidden {
  display: none;
}
.entryForm__inputLabeled {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .entryForm__inputLabeled {
    width: 50%;
    gap: 0.8rem;
  }
}
.entryForm__inputLabeled .entryForm__text {
  width: 3.3rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .entryForm__inputLabeled .entryForm__text {
    width: 3.1rem;
    font-size: 1.5rem;
  }
}
.entryForm__inputLabeled input {
  max-width: 30rem !important;
}
@media screen and (max-width: 768px) {
  .entryForm__inputLabeled input {
    max-width: 10rem;
    width: 100% !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
  }
}
.entryForm__inputLabeled02 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .entryForm__inputLabeled02 {
    gap: 0.4rem;
  }
}
.entryForm__inputLabeled02 + .entryForm__inputLabeled02 {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .entryForm__inputLabeled02 + .entryForm__inputLabeled02 {
    margin-top: 2rem;
  }
}
.entryForm__inputLabeled02 select {
  min-width: 23.3rem;
}
.entryForm__inputLabeled02 input[type=text] {
  min-width: unset;
  width: 100%;
}
.entryForm__inputLabeled02 input[type=text].postcodeinput {
  width: 30.3rem;
}
@media screen and (max-width: 768px) {
  .entryForm__inputLabeled02 input[type=text].postcodeinput {
    width: 23.3rem;
  }
}
.entryForm__controlPhoneWrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.entryForm__controlPhoneWrap input {
  width: 12rem;
}
.entryForm__controlPhoneWrap input::-webkit-outer-spin-button, .entryForm__controlPhoneWrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .entryForm__controlPhoneWrap input {
    width: 100% !important;
  }
}
.entryForm__controlPhoneWrap .separator {
  position: relative;
  top: 1.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #424D99;
}
@media screen and (max-width: 768px) {
  .entryForm__controlPhoneWrap .separator {
    top: 0.7rem;
  }
}
.entryForm__controlPhoneWrap .wpcf7-not-valid-tip {
  width: 12rem;
}
.entryForm__controlFillInput input[type=text],
.entryForm__controlFillInput input[type=email],
.entryForm__controlFillInput textarea {
  width: 100% !important;
}
.entryForm__controlFillInput textarea {
  min-height: 40rem;
}
@media screen and (max-width: 768px) {
  .entryForm__controlFillInput textarea {
    min-height: 27.5rem;
  }
}
.entryForm__inputFileWrap input[type=file] {
  display: none;
}
.entryForm__inputFileFakeBtn {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background: #424D99;
  border-radius: 0.8rem;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  line-height: 140%;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .entryForm__inputFileFakeBtn {
    padding: 1rem 2rem;
  }
}
.entryForm__inputFileWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
}
.entryForm__btnWrap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin: 6rem 0 0;
}
.entryForm__btnWrap.wrapConfirm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 1.8rem;
}
.entryForm__btnWrap.wrapConfirm .cmnbtn {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  width: 36rem;
}
.entryForm__btnWrap.wrapConfirm .cmnbtn span {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.entryForm__btnWrap.wrapConfirm .cmnbtn .arrow-white {
  position: relative;
  right: unset;
}
.entryForm.confirmform select,
.entryForm.confirmform input,
.entryForm.confirmform textarea {
  padding: 0;
  border: 0;
}
.entryForm.confirmform select:focus-visible,
.entryForm.confirmform input:focus-visible,
.entryForm.confirmform textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: inherit;
}
.entryForm.confirmform textarea {
  field-sizing: content;
  min-height: 3rem !important;
  max-width: 700px;
  resize: none;
}
.entryForm__controlConfirmName {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.entryForm__controlCustomSelect {
  position: relative;
  width: 200px;
}
.entryForm__controlCustSelected {
  background-color: #f1f1f1;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.entryForm__controlCustSelectItem {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 99;
}
.entryForm__controlCustSelectItem div {
  padding: 10px;
  cursor: pointer;
}
.entryForm__controlCustSelectItem div:hover {
  background-color: #ddd;
}
.entryForm__controlCustSelectItem.select-hide {
  display: none;
}

.u-custom-select {
  position: relative;
  display: inline-block;
  min-width: 30rem;
}
.u-custom-select:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.1rem;
  height: 0.6rem;
  right: 2.3rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L5.76087 6.5L11.5 0.5' stroke='%23424D99' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.u-custom-select .select-selected {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 140%;
  color: #333333;
  padding: 1.5rem 4rem 1.5rem 2rem;
  border: 0.1rem solid #424D99;
  border-radius: 0.8rem;
  color: #424D99;
  cursor: pointer;
}
.u-custom-select .select-items {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 99;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding: 2.4rem;
  gap: 1.6rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 0.8rem rgba(42, 49, 98, 0.12);
          box-shadow: 0px 0px 0.8rem rgba(42, 49, 98, 0.12);
  border-radius: 1.2rem;
}
.u-custom-select .select-items div {
  cursor: pointer;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: #333333;
  width: 100%;
}
.u-custom-select .select-items div:hover {
  color: #424D99;
}
.u-custom-select .select-hide {
  display: none;
}

.contactPage {
  margin: 0 0 14rem;
}
@media screen and (max-width: 768px) {
  .contactPage {
    margin: 0 0 8rem;
  }
}
.contactPage__content {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contactPage__content {
    margin: 14rem auto 0;
  }
}
.contactPage__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #333333;
}
.contactPage__text + .contactPage__text {
  margin: 2rem 0 0;
}
.contactPage__text a {
  color: inherit;
  text-decoration: underline;
}
.contactPage__text.bullet {
  line-height: 200%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
}
.contactPage__text.bullet:before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-radius: 10rem;
  background-color: #424D99;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: translateY(1.3rem);
     -moz-transform: translateY(1.3rem);
      -ms-transform: translateY(1.3rem);
          transform: translateY(1.3rem);
}
.contactPage__text.bullet + .contactPage__text.bullet {
  margin-top: 0.6rem;
}
.contactPage__butlletWrap {
  list-style: none;
  padding-inline: 0;
}
.contactPage__info {
  margin: 4rem 0 0;
}

.aboutPage__content {
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .aboutPage__content {
    padding: 0 1.5rem;
  }
}
.aboutPage__ttlWrap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.aboutPage__ttlSub {
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #666666;
}
.aboutPage__ttlSub.white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .aboutPage__ttlSub {
    font-weight: 500;
    font-size: 1.6rem;
  }
}
.aboutPage__ttl {
  font-weight: 400;
  font-size: 8.8rem;
  line-height: 100%;
  color: #424D99;
  font-family: "Figtree", sans-serif;
}
.aboutPage__ttl.white {
  color: #fff;
}
.aboutPage__ttl.small {
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .aboutPage__ttl {
    font-size: 5.4rem;
  }
}
.aboutPage__detailContent {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 6rem;
  margin: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .aboutPage__detailContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    background-color: #F0F1F7;
    padding: 2.4rem 1.8rem;
    border-radius: 1.5rem;
    margin: 1.6rem 0 0;
    gap: 4rem;
  }
}
.aboutPage__fig {
  position: relative;
  z-index: 1;
  width: 49.5rem;
  margin: 17.4rem 0 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .aboutPage__fig {
    margin: 0;
    width: 100%;
  }
}
.aboutPage__infoWrap {
  padding: 8rem 8rem 8rem 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutPage__infoWrap {
    padding: 0;
  }
}
.aboutPage__infoWrap:before {
  content: "";
  position: absolute;
  inset: 0;
  left: unset;
  display: block;
  height: 100%;
  width: -webkit-calc(100% + 33.9rem);
  width: -moz-calc(100% + 33.9rem);
  width: calc(100% + 33.9rem);
  border-radius: 2rem;
  background-color: #F0F1F7;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .aboutPage__infoWrap:before {
    content: none;
  }
}
.aboutPage__infoTtl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #424D99;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .aboutPage__infoTtl {
    font-size: 2.4rem;
    line-height: 150%;
    padding: 0;
  }
}
.aboutPage__infoTtl span {
  display: inline-block;
  -webkit-transform: translateX(-2rem);
     -moz-transform: translateX(-2rem);
      -ms-transform: translateX(-2rem);
          transform: translateX(-2rem);
}
@media screen and (max-width: 768px) {
  .aboutPage__infoTtl span {
    -webkit-transform: translateX(-1.4rem);
       -moz-transform: translateX(-1.4rem);
        -ms-transform: translateX(-1.4rem);
            transform: translateX(-1.4rem);
  }
}
.aboutPage__text {
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #333333;
}
.aboutPage__text02 {
  font-size: 1.8rem;
  line-height: 150%;
  /* identical to box height, or 27px */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: right;
  letter-spacing: 0.05em;
}
.aboutPage__infoInnerWrap {
  margin: 3.2rem 0 0;
  padding: 1.2rem 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .aboutPage__infoInnerWrap {
    margin: 1.6rem 0 0;
    padding: 0;
  }
}
.aboutPage__signatureWrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin: 4rem 0 0;
}
.aboutPage__signName {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #424D99;
  margin: 0.8rem 0 0;
}

/* history */
.historySec {
  margin: 10.4rem 0 0;
  background: -webkit-linear-gradient(318.31deg, #384390 5.9%, #4B6EA6 60.25%, #E7D7C9 135.43%);
  background: -moz-linear-gradient(318.31deg, #384390 5.9%, #4B6EA6 60.25%, #E7D7C9 135.43%);
  background: linear-gradient(131.69deg, #384390 5.9%, #4B6EA6 60.25%, #E7D7C9 135.43%);
  padding: 6.2rem 0 11.4rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .historySec {
    padding: 5rem 0 8.8rem;
  }
}
.historySec___bg {
  background: url(../images/about/history_bg.png) center/cover no-repeat;
}
.historySec__yearWrap {
  margin-top: -6.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .historySec__yearWrap {
    margin-top: 7.2em;
  }
}
.historySec__yearList {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .historySec__yearList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 7.2rem;
  }
}
.historySec .lineStar {
  position: absolute;
  top: 23.8rem;
  left: 50%;
  content: "";
  -webkit-transform: rotate(-10.18deg);
     -moz-transform: rotate(-10.18deg);
      -ms-transform: rotate(-10.18deg);
          transform: rotate(-10.18deg);
}
@media screen and (max-width: 768px) {
  .historySec .lineStar {
    display: none;
  }
}
.historySec .lineStar:before {
  content: "";
  position: absolute;
  display: block;
  height: 0.1rem;
  width: 150vw;
  background-color: rgba(255, 255, 255, 0.44);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.historySec__yearItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 4.5rem;
  max-width: 25rem;
}
@media screen and (max-width: 768px) {
  .historySec__yearItem {
    gap: 1rem;
  }
}
.historySec__yearItem:nth-of-type(1) {
  margin: 17rem 0 0;
}
@media screen and (max-width: 768px) {
  .historySec__yearItem:nth-of-type(1) {
    margin: 0;
  }
}
.historySec__yearItem:nth-of-type(2) {
  margin: 8.7rem 0 0;
}
@media screen and (max-width: 768px) {
  .historySec__yearItem:nth-of-type(2) {
    margin: 0;
  }
}
.historySec__year {
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.historySec__yearInfo {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.historySec__date {
  font-weight: 700;
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.historySec__text {
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}
.historySec__text span {
  white-space: nowrap;
}
.companySec {
  margin: 11.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .companySec {
    margin: 4.8rem 0 0;
  }
}
.companySec__content {
  padding: 0 6rem;
}
@media screen and (max-width: 768px) {
  .companySec__content {
    padding: 0;
  }
}
.companySec__infoList {
  margin: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .companySec__infoList {
    margin: 3rem 0 0;
  }
}
.companySec__infoItem {
  padding: 0.8rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  border-bottom: 0.1rem solid #424D99;
}
@media screen and (max-width: 768px) {
  .companySec__infoItem {
    padding: 0.6rem 0;
  }
}
.companySec__infoItemLabel {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #424D99;
  width: 34.4rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .companySec__infoItemLabel {
    width: 9.6rem;
  }
}
.companySec__infoItemTextWrap {
  padding: 1rem 0;
}
.companySec__googleMapFrameWrap {
  width: 100%;
  height: 48rem;
}
@media screen and (max-width: 768px) {
  .companySec__googleMapFrameWrap {
    height: 31.7rem;
  }
}
.companySec__googleMapWrap {
  margin: 6rem 0 0;
}
@media screen and (max-width: 768px) {
  .companySec__googleMapWrap {
    margin: 3rem 0 0;
  }
}
.companySec__googleanchorWrap {
  margin: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .companySec__googleanchorWrap {
    margin: 0.4rem 0 0;
  }
}
.companySec__googleanchor {
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #424D99;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.7rem;
}
.companySec__googleanchor span {
  text-decoration: underline;
}

.recruitPage {
  background: -webkit-gradient(linear, left top, left bottom, from(#040710), color-stop(35.7%, #041746), color-stop(72.1%, rgba(4, 43, 136, 0.91)), to(#7297D0));
  background: -webkit-linear-gradient(top, #040710 0%, #041746 35.7%, rgba(4, 43, 136, 0.91) 72.1%, #7297D0 100%);
  background: -moz-linear-gradient(top, #040710 0%, #041746 35.7%, rgba(4, 43, 136, 0.91) 72.1%, #7297D0 100%);
  background: linear-gradient(180deg, #040710 0%, #041746 35.7%, rgba(4, 43, 136, 0.91) 72.1%, #7297D0 100%);
  position: relative;
  padding: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .recruitPage {
    padding: 0 0 2rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-7.79%, #040710), color-stop(17.76%, #041746), color-stop(43.84%, rgba(4, 43, 136, 0.91)), color-stop(63.85%, #4279CA), color-stop(80.06%, #A8B9D7), to(#6791CF));
    background: -webkit-linear-gradient(top, #040710 -7.79%, #041746 17.76%, rgba(4, 43, 136, 0.91) 43.84%, #4279CA 63.85%, #A8B9D7 80.06%, #6791CF 100%);
    background: -moz-linear-gradient(top, #040710 -7.79%, #041746 17.76%, rgba(4, 43, 136, 0.91) 43.84%, #4279CA 63.85%, #A8B9D7 80.06%, #6791CF 100%);
    background: linear-gradient(180deg, #040710 -7.79%, #041746 17.76%, rgba(4, 43, 136, 0.91) 43.84%, #4279CA 63.85%, #A8B9D7 80.06%, #6791CF 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#040710), color-stop(33.33%, #041746), color-stop(66.66%, rgba(4, 43, 136, 0.91)), to(#4279CA));
    background: -webkit-linear-gradient(top, #040710 0%, #041746 33.33%, rgba(4, 43, 136, 0.91) 66.66%, #4279CA 100%);
    background: -moz-linear-gradient(top, #040710 0%, #041746 33.33%, rgba(4, 43, 136, 0.91) 66.66%, #4279CA 100%);
    background: linear-gradient(180deg, #040710 0%, #041746 33.33%, rgba(4, 43, 136, 0.91) 66.66%, #4279CA 100%);
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .cmn__lowerttlWrap {
    padding: 15.6rem 0 0;
  }
  .recruitPage .cmn__lowerttlSub {
    font-size: 1.3rem;
  }
  .recruitPage .cmn__lowerttl {
    font-size: 5.4rem;
  }
}
.recruitPage__saturn {
  pointer-events: none;
  position: absolute;
  top: -42.4rem;
  width: 174.5rem;
  left: 50%;
  -webkit-transform: translateX(-webkit-calc(-50% + 2.1rem));
     -moz-transform: translateX(-moz-calc(-50% + 2.1rem));
      -ms-transform: translateX(calc(-50% + 2.1rem));
          transform: translateX(calc(-50% + 2.1rem));
}
@media screen and (max-width: 768px) {
  .recruitPage__saturn {
    left: -9.8rem;
    top: -5.4rem;
    width: 60.4rem;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.recruitPage__star {
  pointer-events: none;
  position: absolute;
  width: 121.9rem;
  top: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-webkit-calc(-50% - 3.5rem));
     -moz-transform: translateX(-moz-calc(-50% - 3.5rem));
      -ms-transform: translateX(calc(-50% - 3.5rem));
          transform: translateX(calc(-50% - 3.5rem));
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
  .recruitPage__star {
    top: 51.7rem;
    left: 4.1rem;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    width: 34.9rem;
  }
}
.recruitPage__introWrap {
  margin: 9rem 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitPage__introWrap {
    margin: 4.8rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 7.2rem;
  }
}
.recruitPage__introH {
  font-weight: 500;
  font-size: 4rem;
  line-height: 150%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruitPage__introH {
    font-size: 2.4rem;
  }
}
.recruitPage__introH + .recruitPage__introH {
  margin: 4rem 0 0;
}
.recruitPage__introText {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  color: #FFFFFF;
  margin: 4rem 0 0;
  max-width: 52.9rem;
}
@media screen and (max-width: 768px) {
  .recruitPage__introText {
    margin: 2rem 0 0;
  }
}
.recruitPage__introV {
  width: 54.5rem;
  position: relative;
  right: -4.2rem;
  top: -9rem;
}
@media screen and (max-width: 768px) {
  .recruitPage__introV {
    width: 100%;
    top: unset;
    right: unset;
  }
}
.recruitPage__msgWrap {
  max-width: 86.9rem;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 768px) {
  .recruitPage__msgWrap {
    margin: 8.4rem auto 0;
  }
}
.recruitPage__msgTtlSUbWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin: 0 0 4rem;
}
.recruitPage__msgTtlSUb {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruitPage__msgTtlSUb {
    margin: 0 0 1.4rem;
  }
}
.recruitPage__msgTtl {
  font-weight: 300;
  font-size: 4.8rem;
  line-height: 100%;
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 768px) {
  .recruitPage__msgTtl {
    font-size: 4rem;
    line-height: 114%;
    text-align: center;
  }
}
.recruitPage__msgTxt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  color: #FFFFFF;
  margin: 4rem 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruitPage__msgTxt {
    margin: 2.8rem 0 0;
    line-height: 190%;
  }
}
.recruitPage__rings {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .recruitPage__rings {
    margin-top: 1.6rem;
  }
}
.recruitPage__ringItem {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.recruitPage__ringItem img {
  width: 49.09rem;
}
@media screen and (max-width: 768px) {
  .recruitPage__ringItem img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage__ringItem.item03 {
    margin-top: -1.4rem;
  }
}
.recruitPage__ringItemInfo {
  position: absolute;
  width: 26.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .recruitPage__ringItemInfo {
    width: 17.6rem;
    gap: 0.3rem;
  }
}
.recruitPage__ringItemInfo .ringstar {
  width: 2.1rem;
  aspect-ratio: 1/1;
  background: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 0L10.612 4.05511C10.7074 7.51237 13.4876 10.2926 16.9449 10.388L21 10.5L16.9449 10.612C13.4876 10.7074 10.7074 13.4876 10.612 16.9449L10.5 21L10.388 16.9449C10.2926 13.4876 7.51237 10.7074 4.05511 10.612L0 10.5L4.05511 10.388C7.51237 10.2926 10.2926 7.51237 10.388 4.05511L10.5 0Z' fill='white'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.recruitPage__ringItemTxt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruitPage__ringItemTxt {
    line-height: 160%;
  }
}
.recruitPage__ringRow {
  margin-top: -2.4rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruitPage__ringRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin-top: -1.4rem;
  }
}
.recruitPage__selection {
  padding: 8rem;
  background-color: #fff;
  border-radius: 1.2rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 5.6rem;
  max-width: 128.3rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .recruitPage__selection {
    margin: 4.8rem 1.5rem 0;
    padding: 4rem 1.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 4rem;
  }
}
.recruitPage__selectIntro {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
.recruitPage__selectTtlWrap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .recruitPage__selectTtlWrap {
    gap: 0.8rem;
  }
}
.recruitPage__selectTtlSub {
  font-size: 2rem;
  color: #F4549B;
  font-family: "Figtree", sans-serif;
}
.recruitPage__selectTtl {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #424D99;
}
.recruitPage__selectTxt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .recruitPage__selectTxt {
    line-height: 190%;
  }
}
.recruitPage__selectBtnWrap {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 3.2rem;
  width: 45.4rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruitPage__selectBtnWrap {
    width: auto;
    gap: 2rem;
  }
}
.recruitPage__selectBtnWrap02 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
.recruitPage__selectBtn {
  padding: 1.2rem 2.4rem;
  gap: 0.8rem;
  border: 0.1rem solid #424D99;
  border-radius: 1.2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #424D99;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitPage__selectBtn {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1.2rem 1.2rem 1.2rem 1.8rem;
    border-radius: 0.9rem;
  }
}
.recruitPage__selectBtn:after {
  content: "";
  display: block;
  width: 4.2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .recruitPage__selectBtn:after {
    width: 3.6rem;
  }
}
.recruitPage__selectBtn:after {
  background: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='41' height='41' rx='20.5' stroke='%23424D99'/%3E%3Cpath d='M23.6294 14.7151L29.2083 20.294C29.3932 20.479 29.497 20.7298 29.497 20.9913C29.497 21.2528 29.3932 21.5036 29.2083 21.6885L23.6294 27.2674C23.4434 27.4471 23.1943 27.5465 22.9357 27.5442C22.6771 27.542 22.4298 27.4383 22.2469 27.2554C22.0641 27.0726 21.9603 26.8252 21.9581 26.5666C21.9558 26.3081 22.0552 26.0589 22.2349 25.8729L26.1304 21.9775H13.0702C12.8086 21.9775 12.5578 21.8736 12.3728 21.6886C12.1879 21.5037 12.084 21.2528 12.084 20.9913C12.084 20.7297 12.1879 20.4789 12.3728 20.2939C12.5578 20.109 12.8086 20.0051 13.0702 20.0051H26.1304L22.2349 16.1096C22.1407 16.0186 22.0656 15.9098 22.0139 15.7895C21.9622 15.6692 21.935 15.5398 21.9339 15.4088C21.9327 15.2779 21.9577 15.148 22.0073 15.0268C22.0568 14.9056 22.1301 14.7955 22.2227 14.7029C22.3153 14.6103 22.4254 14.5371 22.5466 14.4875C22.6678 14.4379 22.7976 14.413 22.9286 14.4141C23.0595 14.4152 23.1889 14.4424 23.3093 14.4941C23.4296 14.5458 23.5384 14.6209 23.6294 14.7151Z' fill='%23424D99'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}
.recruitPage__selectBtn02 {
  padding: 2.4rem;
  gap: 0.8rem;
  background: -webkit-linear-gradient(141.4deg, #424D99 -5.8%, #4881B9 100.63%);
  background: -moz-linear-gradient(141.4deg, #424D99 -5.8%, #4881B9 100.63%);
  background: linear-gradient(308.6deg, #424D99 -5.8%, #4881B9 100.63%);
  border-radius: 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitPage__selectBtn02 {
    font-size: 1.6rem;
    padding: 1.2rem 1.2rem 1.2rem 1.8rem;
    border-radius: 0.9rem;
  }
}
.recruitPage__selectBtn02:after {
  content: "";
  display: block;
  width: 4.2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .recruitPage__selectBtn02:after {
    width: 3.6rem;
  }
}
.recruitPage__selectBtn02:after {
  background: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='41' height='41' rx='20.5' stroke='white'/%3E%3Cpath d='M23.6294 14.7151L29.2083 20.294C29.3932 20.479 29.497 20.7298 29.497 20.9913C29.497 21.2528 29.3932 21.5036 29.2083 21.6885L23.6294 27.2674C23.4434 27.4471 23.1943 27.5465 22.9357 27.5442C22.6771 27.542 22.4298 27.4383 22.2469 27.2554C22.0641 27.0726 21.9603 26.8252 21.9581 26.5666C21.9558 26.3081 22.0552 26.0589 22.2349 25.8729L26.1304 21.9775H13.0702C12.8086 21.9775 12.5578 21.8736 12.3728 21.6886C12.1879 21.5037 12.084 21.2528 12.084 20.9913C12.084 20.7297 12.1879 20.4789 12.3728 20.2939C12.5578 20.109 12.8086 20.0051 13.0702 20.0051H26.1304L22.2349 16.1096C22.1407 16.0186 22.0656 15.9098 22.0139 15.7895C21.9622 15.6692 21.935 15.5398 21.9339 15.4088C21.9327 15.2779 21.9577 15.148 22.0073 15.0268C22.0568 14.9056 22.1301 14.7955 22.2227 14.7029C22.3153 14.6103 22.4254 14.5371 22.5466 14.4875C22.6678 14.4379 22.7976 14.413 22.9286 14.4141C23.0595 14.4152 23.1889 14.4424 23.3093 14.4941C23.4296 14.5458 23.5384 14.6209 23.6294 14.7151Z' fill='white'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.recruitLowerPage__kvWrap {
  position: relative;
}
.recruitLowerPage__bgImg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitLowerPage .cmn__lowerkv {
  position: relative;
  background: -webkit-linear-gradient(270.84deg, #041746 -23.63%, rgba(4, 43, 136, 0.85) 31.08%, rgba(62, 110, 195, 0.66) 84.68%, rgba(228, 207, 202, 0.72) 141.39%, rgba(255, 255, 255, 0) 156.75%);
  background: -moz-linear-gradient(270.84deg, #041746 -23.63%, rgba(4, 43, 136, 0.85) 31.08%, rgba(62, 110, 195, 0.66) 84.68%, rgba(228, 207, 202, 0.72) 141.39%, rgba(255, 255, 255, 0) 156.75%);
  background: linear-gradient(179.16deg, #041746 -23.63%, rgba(4, 43, 136, 0.85) 31.08%, rgba(62, 110, 195, 0.66) 84.68%, rgba(228, 207, 202, 0.72) 141.39%, rgba(255, 255, 255, 0) 156.75%);
}
.recruitNewGradSec__inner {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruitNewGradSec__inner {
    padding: 0 1.5rem;
  }
}
.recruitNewGradSec__ttl {
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 150%;
  color: #424D99;
  margin: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .recruitNewGradSec__ttl {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 150%;
    color: #424D99;
    margin: 0 0 4.4rem;
  }
}
.recruitNewGradSec__ttl.centered {
  text-align: center;
}
.statusOff .recruitNewGradSec__ttl {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .statusOff .recruitNewGradSec__ttl {
    margin: 0 0 2.4rem;
  }
}
.recruitNewGradSec__infoList {
  padding-inline: 0;
}
.recruitNewGradSec__infoItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding: 1.8rem 0;
  border-bottom: 0.1rem solid #424D99;
}
.recruitNewGradSec__infoTtl {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 200%;
  color: #424D99;
  width: 34.4rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruitNewGradSec__infoTtl {
    width: 10.4rem;
  }
}
.recruitNewGradSec__infoDetail {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #333333;
}
.recruitNewGradSec__infoDetail + .recruitNewGradSec__infoDetail {
  margin-top: 1.8rem;
}
.recruitNewGradSec__btnWrap {
  max-width: 45.4rem;
  width: 100%;
  margin: 6rem auto 0;
}
.recruitNewGradSec__btnBackWrap {
  margin: 4rem 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruitNewGradSec__btnBackWrap {
    margin: 1.8rem 0 0;
  }
}
.statusOff .recruitNewGradSec__btnBackWrap {
  margin: 2.4rem 0 0;
}
.recruitNewGradSec__btnBack {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
  color: #424D99;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.recruitNewGradSec__btnBack:before {
  content: "";
  display: block;
  width: 3.2rem;
  aspect-ratio: 1/1;
  margin-right: 1.2rem;
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15.5556' transform='matrix(-1 0 0 1 32 0)' fill='white' stroke='%23424D99' stroke-width='0.888889'/%3E%3Cg clip-path='url(%23clip0_1017_8915)'%3E%3Cpath d='M14.1953 11.7582L10.424 15.5295C10.299 15.6546 10.2288 15.8241 10.2288 16.0009C10.2288 16.1777 10.299 16.3472 10.424 16.4722L14.1953 20.2435C14.3211 20.365 14.4895 20.4322 14.6643 20.4307C14.8391 20.4291 15.0063 20.359 15.1299 20.2354C15.2535 20.1118 15.3236 19.9446 15.3251 19.7698C15.3266 19.595 15.2594 19.4266 15.138 19.3009L12.5047 16.6675H21.3333C21.5101 16.6675 21.6797 16.5973 21.8047 16.4723C21.9298 16.3473 22 16.1777 22 16.0009C22 15.8241 21.9298 15.6545 21.8047 15.5295C21.6797 15.4045 21.5101 15.3342 21.3333 15.3342H12.5047L15.138 12.7009C15.2017 12.6394 15.2525 12.5658 15.2874 12.4845C15.3223 12.4031 15.3407 12.3157 15.3415 12.2271C15.3423 12.1386 15.3254 12.0508 15.2919 11.9689C15.2584 11.887 15.2089 11.8125 15.1463 11.7499C15.0837 11.6874 15.0092 11.6379 14.9273 11.6043C14.8454 11.5708 14.7576 11.5539 14.6691 11.5547C14.5805 11.5555 14.4931 11.5739 14.4117 11.6088C14.3304 11.6438 14.2568 11.6945 14.1953 11.7582Z' fill='%23424D99'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1017_8915'%3E%3Crect width='16' height='16' fill='white' transform='matrix(-1 0 0 1 24 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center/contain no-repeat;
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */