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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333333;
  word-break: break-all;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 2.4rem;
  }
}

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

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

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

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

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: none;
}

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

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

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

* html .clearfix {
  zoom: 1;
}

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

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

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

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 0.4rem;
  vertical-align: middle;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #BFBFBF;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #BFBFBF;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #BFBFBF;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #BFBFBF;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #BFBFBF;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4.5rem;
}

textarea {
  height: 15rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #2F3351;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../image/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}

/* The custom checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  font-size: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 768px) {
  .checkbox {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox .checkmark {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .checkbox .checkmark {
    top: 0.3rem;
    height: 2rem;
    width: 2rem;
  }
}
.checkbox:hover input ~ .checkmark {
  background-color: #f2f3f4;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox input:checked ~ .checkmark {
  border-color: #00339B;
}
.checkbox .checkmark:after {
  left: 0.8rem;
  top: 0.2rem;
  width: 0.8rem;
  height: 1.4rem;
  border: 1px solid #00339B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .checkbox .checkmark:after {
    left: 0.6rem;
    width: 0.6rem;
    height: 1.2rem;
  }
}

.radiobox {
  display: block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
  font-size: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 768px) {
  .radiobox {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}
.radiobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobox .checkmark {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .radiobox .checkmark {
    top: 0.3rem;
    height: 2rem;
    width: 2rem;
  }
}
.radiobox:hover input ~ .checkmark {
  background-color: #f2f3f4;
}
.radiobox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobox input:checked ~ .checkmark:after {
  display: block;
}
.radiobox input:checked ~ .checkmark {
  border-color: #00339B;
}
.radiobox .checkmark:after {
  left: 0.4rem;
  top: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #00339B;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .radiobox .checkmark:after {
    width: 1rem;
    height: 1rem;
  }
}

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

.container {
  max-width: 126rem;
}

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

picture,
figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.color-blue {
  color: #01439B !important;
}

.color-red {
  color: #ED4849 !important;
}

@-webkit-keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  30% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  32% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}

@keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  30% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  32% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#wrapper {
  position: relative;
}

.link-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #01439B;
  text-decoration: none;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .link-more {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.link-more i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #01439B;
  border: 1px solid #01439B;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding: 0;
  margin: 0;
}
.link-more i svg {
  display: block;
  width: 1.5rem;
  height: auto;
  margin: 0;
}
.link-more i svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
.link-more span {
  color: inherit;
  text-decoration: none;
}
.link-more:hover i {
  background: #FFFFFF;
}
.link-more:hover i svg path {
  stroke: #01439B;
}

.view-more {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #00AFE5;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 1.6rem;
  z-index: 1;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .view-more {
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding-left: 2.4rem;
  }
}
.view-more span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.view-more::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 0;
  display: block;
  width: 0.7rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16.35' viewBox='0 0 9 16.35'%3E%3Cpath id='Op_component_1' data-name='Op component 1' d='M442.293,862.475l8.182-8.182.818.818-8.182,8.182Z' transform='translate(-442.293 -846.943)' fill='%2300afe5'/%3E%3Cpath id='Op_component_2' data-name='Op component 2' d='M443.111,847.929l8.182,8.182-.818.818-8.182-8.182Z' transform='translate(-442.293 -847.929)' fill='%2300afe5'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .view-more::after {
    top: calc(50% - 1.2rem);
    width: 1.2rem;
    height: 2.4rem;
  }
}
.view-more:hover {
  color: #00AFE5;
}
.view-more:hover::after {
  -webkit-transform: translateX(0.3rem);
          transform: translateX(0.3rem);
}
@media only screen and (max-width: 768px) {
  .view-more:hover::after {
    -webkit-transform: translateX(0.6rem);
            transform: translateX(0.6rem);
  }
}

.link-btn {
  position: relative;
  display: block;
  width: 33rem;
  max-width: 100%;
  padding: 1.5rem 4rem 1.5rem 3rem;
  height: 5.6rem;
  background: #00AFE5;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  border: 1px solid #00AFE5;
  border-radius: 0.5rem;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    width: 66rem;
    max-width: 100%;
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding: 3rem 3rem;
    height: 10rem;
    border-radius: 2rem;
  }
}
.link-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.link-btn.search {
  width: 32rem;
  height: 7rem;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.link-btn.search::after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.15367 16.3073C5.87678 16.3073 3.94855 15.5177 2.369 13.9383C0.789666 12.3588 0 10.4306 0 8.15367C0 5.87678 0.789666 3.94856 2.369 2.369C3.94855 0.789667 5.87678 0 8.15367 0C10.4306 0 12.3588 0.789667 13.9383 2.369C15.5177 3.94856 16.3073 5.87678 16.3073 8.15367C16.3073 9.10589 16.1476 10.0153 15.828 10.882C15.5082 11.7487 15.0817 12.5024 14.5483 13.1433L22.2203 20.8153C22.405 20.9998 22.4994 21.2318 22.5037 21.5113C22.5079 21.7909 22.4134 22.0272 22.2203 22.2203C22.0272 22.4134 21.793 22.51 21.5177 22.51C21.2426 22.51 21.0084 22.4134 20.8153 22.2203L13.1433 14.5483C12.4767 15.0988 11.71 15.5296 10.8433 15.8407C9.97667 16.1518 9.08011 16.3073 8.15367 16.3073ZM8.15367 14.3077C9.87167 14.3077 11.3268 13.7114 12.519 12.519C13.7114 11.3268 14.3077 9.87167 14.3077 8.15367C14.3077 6.43567 13.7114 4.98055 12.519 3.78833C11.3268 2.59589 9.87167 1.99967 8.15367 1.99967C6.43567 1.99967 4.98056 2.59589 3.78833 3.78833C2.59589 4.98055 1.99967 6.43567 1.99967 8.15367C1.99967 9.87167 2.59589 11.3268 3.78833 12.519C4.98056 13.7114 6.43567 14.3077 8.15367 14.3077Z' fill='white'/%3E %3C/svg%3E");
  width: 2.25rem;
  height: 2.251rem;
}
.link-btn.search:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.15367 16.3073C5.87678 16.3073 3.94856 15.5177 2.369 13.9383C0.789666 12.3588 0 10.4306 0 8.15367C0 5.87678 0.789666 3.94856 2.369 2.369C3.94856 0.789667 5.87678 0 8.15367 0C10.4306 0 12.3588 0.789667 13.9383 2.369C15.5177 3.94856 16.3073 5.87678 16.3073 8.15367C16.3073 9.10589 16.1476 10.0153 15.828 10.882C15.5082 11.7487 15.0817 12.5024 14.5483 13.1433L22.2203 20.8153C22.405 20.9998 22.4994 21.2318 22.5037 21.5113C22.5079 21.7909 22.4134 22.0272 22.2203 22.2203C22.0272 22.4134 21.793 22.51 21.5177 22.51C21.2426 22.51 21.0084 22.4134 20.8153 22.2203L13.1433 14.5483C12.4767 15.0988 11.71 15.5296 10.8433 15.8407C9.97667 16.1518 9.08011 16.3073 8.15367 16.3073ZM8.15367 14.3077C9.87167 14.3077 11.3268 13.7114 12.519 12.519C13.7114 11.3268 14.3077 9.87167 14.3077 8.15367C14.3077 6.43567 13.7114 4.98055 12.519 3.78833C11.3268 2.59589 9.87167 1.99967 8.15367 1.99967C6.43567 1.99967 4.98056 2.59589 3.78833 3.78833C2.59589 4.98055 1.99967 6.43567 1.99967 8.15367C1.99967 9.87167 2.59589 11.3268 3.78833 12.519C4.98056 13.7114 6.43567 14.3077 8.15367 14.3077Z' fill='%2300AFE5'/%3E %3C/svg%3E");
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.link-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.9rem);
  right: 2rem;
  display: block;
  width: 0.9rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16.35' viewBox='0 0 9 16.35'%3E%3Cpath id='Op_component_1' data-name='Op component 1' d='M442.293,862.475l8.182-8.182.818.818-8.182,8.182Z' transform='translate(-442.293 -846.943)' fill='%23fff'/%3E%3Cpath id='Op_component_2' data-name='Op component 2' d='M443.111,847.929l8.182,8.182-.818.818-8.182-8.182Z' transform='translate(-442.293 -847.929)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .link-btn::after {
    top: calc(50% - 1.2rem);
    right: 3rem;
    width: 1.6rem;
    height: 2.4rem;
  }
}
.link-btn:hover {
  color: #00AFE5;
}
.link-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link-btn:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16.35' viewBox='0 0 9 16.35'%3E%3Cpath id='Op_component_1' data-name='Op component 1' d='M442.293,862.475l8.182-8.182.818.818-8.182,8.182Z' transform='translate(-442.293 -846.943)' fill='%2300afe5'/%3E%3Cpath id='Op_component_2' data-name='Op component 2' d='M443.111,847.929l8.182,8.182-.818.818-8.182-8.182Z' transform='translate(-442.293 -847.929)' fill='%2300afe5'/%3E%3C/svg%3E%0A");
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.6rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    padding-bottom: 2.4rem;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.5rem;
  background: #01439B;
}
@media print, screen and (min-width: 769px) {
  .section-title::before {
    border-radius: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-title::before {
    left: -3rem;
    right: -3rem;
  }
}
.section-title .jp {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  float: left;
}
@media only screen and (max-width: 768px) {
  .section-title .jp {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.section-title .en {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  color: #01439B;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .section-title .en {
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: 0.05em;
  }
}

.section-label {
  position: relative;
  padding: 0 0 1.2rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .section-label {
    padding: 0 0 1.8rem;
    margin-bottom: 3rem;
  }
}
.section-label h2 {
  position: relative;
  padding: 0 0 0 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .section-label h2 {
    font-size: 3.2rem;
    line-height: 4.5rem;
    padding-left: 2.4rem;
  }
}
.section-label h2::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.3rem);
  left: 0;
  width: 0.4rem;
  height: 2.6rem;
  background: #01439B;
  border-radius: 0.4rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .section-label h2::before {
    top: calc(50% - 1.6rem);
    width: 0.6rem;
    height: 3.4rem;
    border-radius: 0.6rem;
  }
}

main .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  main .wp-pagenavi {
    margin-top: 5rem;
    gap: 0.8rem;
  }
}
main .wp-pagenavi > span, main .wp-pagenavi > a {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5rem;
  height: 5rem;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #01439B;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  main .wp-pagenavi > span, main .wp-pagenavi > a {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}
main .wp-pagenavi > span {
  background: transparent;
  border-color: transparent;
  color: #01439B;
}
main .wp-pagenavi > span.current {
  background: #01439B;
  border-color: #01439B;
  color: #FFFFFF;
}
main .wp-pagenavi > a:hover {
  border-color: #01439B;
}
main .wp-pagenavi > a.previouspostslink, main .wp-pagenavi > a.nextpostslink {
  border-color: #01439B;
  color: transparent;
  font-size: 0;
}
main .wp-pagenavi > a.previouspostslink::before, main .wp-pagenavi > a.nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  main .wp-pagenavi > a.previouspostslink::before, main .wp-pagenavi > a.nextpostslink::before {
    width: 0.8rem;
    height: 1.2rem;
  }
}
main .wp-pagenavi > a.previouspostslink:hover, main .wp-pagenavi > a.nextpostslink:hover {
  background: #01439B;
}
main .wp-pagenavi > a.previouspostslink::before {
  left: 48%;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.87744 1.06543L1.31641 7.11426L8.87744 13.1631' stroke='%23035BC0'/%3E%3C/svg%3E%0A");
}
main .wp-pagenavi > a.previouspostslink:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.87744 1.06543L1.31641 7.11426L8.87744 13.1631' stroke='white'/%3E%3C/svg%3E%0A");
}
main .wp-pagenavi > a.nextpostslink::before {
  left: 52%;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12305 1.06543L8.68408 7.11426L1.12305 13.1631' stroke='%23035BC0'/%3E%3C/svg%3E%0A");
}
main .wp-pagenavi > a.nextpostslink:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12305 1.06543L8.68408 7.11426L1.12305 13.1631' stroke='white'/%3E%3C/svg%3E%0A");
}
main .wp-pagenavi > span.pages, main .wp-pagenavi > a.first, main .wp-pagenavi > a.last {
  display: none;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 996;
}
#header .container {
  max-width: 124rem;
}
#header .header-wrapper {
  position: relative;
  display: block;
  padding: 1.4rem 3rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper {
    padding: 2.4rem 3rem;
  }
}
#header .header-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
#header .header-tel {
  display: none;
}
#header .header-wrapper .header-logo {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  #header .header-wrapper .header-logo {
    padding: 0.8rem 0 0;
    float: left;
  }
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 30rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
#header .header-wrapper .header-logo a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: none;
  margin: 0;
}
#header .header-wrapper .header-meta {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  #header .header-wrapper .header-meta {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-wrapper .header-meta {
    display: none;
  }
  #header .header-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 11rem;
  }
  #header .header-tel a {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    color: #01439B;
  }
  #header .header-tel .header-tel-txt {
    font-size: 1.8rem;
  }
  #header .header-wrapper {
    display: flex;
  }
}
#header .header-wrapper .header-meta .meta-tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0rem 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #01439B;
  text-align: right;
  white-space: nowrap;
  margin-left: auto;
  margin-right: 0;
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #92AFD5;
}
#header .header-wrapper .header-meta .meta-tel span {
  color: inherit;
}
#header .header-wrapper .header-meta .meta-tel a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#header .header-wrapper .header-meta .meta-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0rem 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.2rem 0 0 auto;
  padding: 0;
}
#header .header-wrapper .header-meta .meta-menu > li {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#header .header-wrapper .header-meta .meta-menu > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0rem 0.8rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#header .header-wrapper .header-meta .meta-menu > li > a img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: 1.6rem;
  margin: 0;
}
#header .header-wrapper .header-meta .meta-menu > li > a span {
  color: inherit;
  text-decoration: none;
}
#header .header-nav {
  position: relative;
  padding: 0;
  background: #E7F0FC;
}
@media only screen and (max-width: 768px) {
  #header .header-nav {
    display: none;
  }
}
#header .header-nav .nav-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1;
  margin: 0 auto;
}
#header .header-nav .nav-menu > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16rem;
}
#header .header-nav .nav-menu > li .menu-link {
  position: relative;
  display: block;
  width: 100%;
  height: 10rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1rem;
  color: #01439B;
  padding: 1.4rem 0.6rem 0.6rem;
  background: transparent;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .header-nav .nav-menu > li .menu-link img {
  position: relative;
  display: block;
  width: auto;
  height: 3rem;
  margin: 0 auto;
}
#header .header-nav .nav-menu > li .menu-link span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4rem;
  width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  margin-top: 0.4rem;
}
#header .header-nav .nav-menu > li .menu-link::after {
  content: "";
  position: absolute;
  left: calc(50% - 1.5rem);
  bottom: 1px;
  width: 3rem;
  height: 0.3rem;
  background: #01439B;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
#header .header-nav .nav-menu > li .menu-link:hover, #header .header-nav .nav-menu > li .menu-link.active {
  background: #FFFFFF;
}
#header .header-nav .nav-menu > li .menu-link:hover::after, #header .header-nav .nav-menu > li .menu-link.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#header .header-nav .nav-menu > li .menu-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 18rem;
  max-width: 100%;
  height: 4.8rem;
  border-radius: 4.8rem;
  padding: 0.5rem 1rem;
  background: #01439B;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #01439B;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #header .header-nav .nav-menu > li .menu-btn {
    width: 27rem;
    height: 5rem;
    padding: 1rem 2.4rem;
  }
}
#header .header-nav .nav-menu > li .menu-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
#header .header-nav .nav-menu > li .menu-btn svg {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.8rem;
  margin: 0.1rem 0 0;
  z-index: 3;
}
#header .header-nav .nav-menu > li .menu-btn svg path, #header .header-nav .nav-menu > li .menu-btn svg rect {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .header-nav .nav-menu > li .menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
#header .header-nav .nav-menu > li .menu-btn:hover {
  color: #01439B;
}
#header .header-nav .nav-menu > li .menu-btn:hover svg path, #header .header-nav .nav-menu > li .menu-btn:hover svg rect {
  stroke: #01439B;
}
#header .header-nav .nav-menu > li .menu-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#header.header-scrolled {
  -webkit-filter: drop-shadow(0rem 0.3rem 3rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0rem 0.3rem 3rem rgba(0, 0, 0, 0.2));
}

.mobile-nav-toggle {
  position: fixed;
  right: 3rem;
  top: 3.2rem;
  width: 5rem;
  height: 3.5rem;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #01439B;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: 1.7rem;
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #FFFFFF;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(1.7rem) rotate(315deg);
          transform: translateY(1.7rem) rotate(315deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-1.6rem) rotate(405deg);
          transform: translateY(-1.6rem) rotate(405deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 80%;
  max-width: 90rem;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #01439B;
}
#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 8rem 3rem 3rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #FFFFFF;
}
#mobile-nav .mobile-nav-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4rem;
  text-align: left;
  color: #FFFFFF;
  padding: 3rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#mobile-nav .mobile-nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
#mobile-nav .mobile-nav-menu .drop-down li {
  padding-left: 16px;
  border-bottom: 1px solid #323232;
}
#mobile-nav .mobile-nav-menu .drop-down li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #323232;
  padding: 1.6rem 0;
  text-decoration: none;
  outline: none;
}
#mobile-nav .mobile-nav-menu .drop-down.active > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#mobile-nav .mobile-nav-action {
  margin-top: 3rem;
}
#mobile-nav .mobile-nav-action .action-btn {
  margin-left: auto;
  margin-right: auto;
}

.back-to-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  border: none;
  background: #00AFE5;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  z-index: 996;
}
@media only screen and (max-width: 768px) {
  .back-to-top {
    bottom: 11rem;
    right: 1rem;
    width: 8rem;
    height: 8rem;
  }
}
.back-to-top svg {
  display: block;
  width: 1.8rem;
  height: auto;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .back-to-top svg {
    width: 3rem;
  }
}
.back-to-top svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
.back-to-top:hover {
  background: #008ECA;
}

.fixed-side {
  position: fixed;
  top: 30rem;
  right: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 990;
}
.fixed-side > li {
  position: relative;
}
.fixed-side > li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.fixed-side > li .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
  height: 16rem;
  border-radius: 1rem 0 0 1rem;
  background: #03A2AC;
  padding: 0.5rem;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.fixed-side > li .link:hover {
  background: #028088;
}
.fixed-side > li .link .inner {
  position: relative;
  display: block;
}
.fixed-side > li .link .inner img {
  position: relative;
  display: block;
  width: 4rem;
  height: auto;
  margin: 0 auto 0.4rem;
}
.fixed-side > li .link .inner span {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.025em;
  text-decoration: none;
  margin: 0;
}
.fixed-side > li .link .inner small {
  position: relative;
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: #FFFFFF;
  letter-spacing: -0.025em;
  text-align: center;
  text-decoration: none;
  margin: 0.2rem 0 0;
}
.fixed-side > li .link.data-link {
  background: #03A2AC;
}
.fixed-side > li .link.data-link:hover {
  background: #028088;
}
.fixed-side > li .link.cta-link {
  background: #77B33C;
}
.fixed-side > li .link.cta-link:hover {
  background: #669933;
}
@media only screen and (max-width: 768px) {
  .fixed-side {
  	position: sticky;
    top: unset;
    bottom: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .fixed-side > li {
  	width: 50%;
  }
  .fixed-side > li:not(:last-child){
  	margin-bottom: unset;
  }
  .fixed-side > li .link{
  	width: 100%;
    border-radius: unset;
    height: 10rem;
  }
  .fixed-side > li .link .inner {
  	display: flex;
    flex-direction: row;
    align-items: center;
  }
  .fixed-side > li .link .inner .fixed-side-txt span br {
  	display: none;
  }
  .fixed-side > li .link .inner .fixed-side-txt span {
  	font-size: 2.4rem;
  }
  .fixed-side > li .link .inner small {
  	font-size: 2rem;
    margin-top: 0.8rem;
  }
  .fixed-side > li .link .inner .fixed-side-txt {
  	margin-left: 1rem;
  }
  .fixed-side > li .link .inner img {
  	width: 5.5rem;
    margin-top: 0.5rem;
  }
}
.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

#footer {
  position: relative;
  padding: 0;
}
#footer .footer-main {
  position: relative;
  padding: 7.5rem 0 8rem;
  background: #01439B;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main {
    padding: 8rem 0 8rem;
  }
}
#footer .footer-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38.9rem;
  z-index: 0;
  background-image: url(../image/footer-dot.png);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top right;
}
#footer .footer-main .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
#footer .footer-main .footer-wrapper {
  position: relative;
}
#footer .footer-main .footer-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-main .footer-wrapper .footer-logo {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .footer-wrapper .footer-logo {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-logo {
    width: 100%;
    margin-bottom: 6rem;
  }
}
#footer .footer-main .footer-wrapper .footer-logo .logo-link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 20.2rem;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-logo .logo-link {
    width: 27rem;
    margin: 0 auto;
  }
}
#footer .footer-main .footer-wrapper .footer-logo .logo-link img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
#footer .footer-main .footer-wrapper .footer-logo .cta-info {
  position: relative;
  min-width: 20.2rem;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-logo .cta-info {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.7rem;
    line-height: 4.8rem;
    padding: 1.6rem 0 1.5rem;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .footer-main .footer-wrapper .footer-logo .cta-info > p {
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-logo .cta-info > p {
    display: inline-block;
  }
  #footer .footer-main .footer-wrapper .footer-logo .cta-info > p:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 0.6rem;
  }
}
#footer .footer-main .footer-wrapper .footer-logo .cta-info > p > span {
  position: relative;
}
#footer .footer-main .footer-wrapper .footer-logo .address {
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-logo .address {
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 2.4rem;
    margin-right: -1rem;
  }
}
#footer .footer-main .footer-wrapper .footer-nav {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .footer-wrapper .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.4rem 7rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-nav::after {
    content: "";
    display: block;
    clear: both;
  }
}
#footer .footer-main .footer-wrapper .footer-nav > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .footer-wrapper .footer-nav > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18rem;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-nav > li {
    width: calc(50% - 3rem);
  }
  #footer .footer-main .footer-wrapper .footer-nav > li:nth-child(1) {
    float: left;
    margin-bottom: 4rem;
  }
  #footer .footer-main .footer-wrapper .footer-nav > li:nth-child(2) {
    float: right;
    margin-bottom: 4rem;
  }
  #footer .footer-main .footer-wrapper .footer-nav > li:nth-child(3) {
    float: left;
  }
  #footer .footer-main .footer-wrapper .footer-nav > li:nth-child(4) {
    float: right;
  }
}
@media print, screen and (min-width: 769px) {
  #footer .footer-main .footer-wrapper .footer-nav > li.w-min {
    width: 12rem;
  }
  #footer .footer-main .footer-wrapper .footer-nav > li.w-min .nav-menu {
    width: 10rem;
    margin-left: auto;
  }
}
#footer .footer-main .footer-wrapper .footer-nav .menu-link {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-nav .menu-link {
    font-size: 2.8rem;
    line-height: 1.75;
  }
}
#footer .footer-main .footer-wrapper .footer-nav .menu-link:hover {
  text-decoration: underline;
}
#footer .footer-main .footer-wrapper .footer-nav .nav-menu {
  position: relative;
  display: block;
}
#footer .footer-main .footer-wrapper .footer-nav .nav-menu > li {
  position: relative;
  display: block;
}
#footer .footer-main .footer-wrapper .footer-nav .nav-menu > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-nav .nav-menu > li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
#footer .footer-main .footer-wrapper .footer-nav .sub-menu {
  position: relative;
  display: block;
  padding-top: 1.2rem;
  border-top: 1px solid #FFFFFF;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-nav .sub-menu {
    padding-top: 2rem;
    margin-top: 1.2rem;
  }
}
#footer .footer-main .footer-wrapper .footer-nav .sub-menu > li {
  position: relative;
  display: block;
}
#footer .footer-main .footer-wrapper .footer-nav .sub-menu > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-nav .sub-menu > li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
#footer .footer-main .footer-wrapper .footer-nav .sub-menu > li > a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-nav .sub-menu > li > a {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
#footer .footer-main .footer-wrapper .footer-nav .sub-menu > li > a:hover {
  text-decoration: underline;
}
#footer .footer-main .footer-wrapper .footer-nav .sub-menu + .menu-link {
  display: inline-block;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-main .footer-wrapper .footer-nav .sub-menu + .menu-link {
    margin-top: 4rem;
  }
}
#footer .footer-bottom {
  position: relative;
  padding: 5rem 0 3rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-bottom {
    padding: 6rem 0 5rem;
  }
}
#footer .footer-bottom .footer-social-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-bottom .footer-social-menu {
    gap: 3rem;
  }
}
#footer .footer-bottom .footer-social-menu > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#footer .footer-bottom .footer-social-menu .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-bottom .footer-social-menu .link {
    width: 6rem;
  }
}
#footer .footer-bottom .footer-social-menu .link img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
#footer .footer-bottom .footer-social-menu .link:hover {
  opacity: 0.7;
}
#footer .footer-bottom .footer-bottom-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-bottom .footer-bottom-menu {
    gap: 0.4rem 4rem;
    margin-top: 5rem;
  }
}
#footer .footer-bottom .footer-bottom-menu > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#footer .footer-bottom .footer-bottom-menu .link {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #footer .footer-bottom .footer-bottom-menu .link {
    font-size: 2.4rem;
    line-height: 1.75;
    text-decoration: underline;
  }
}
#footer .footer-bottom .footer-bottom-menu .link:hover {
  text-decoration: underline;
}
#footer .footer-bottom .footer-copyright {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #333333;
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-bottom .footer-copyright {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 6rem;
  }
}

.mainvisual {
  position: relative;
  padding: 0;
  z-index: 1;
}
.mainvisual .mainvisual-swiper {
  position: relative;
  padding: 2rem 0 3.6rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-swiper {
    padding: 0 2rem 3.6rem;
  }
}
.mainvisual .mainvisual-swiper .swiper-wrapper {
  position: relative;
}
.mainvisual .mainvisual-swiper .swiper-slide {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .mainvisual .mainvisual-swiper .swiper-slide {
    width: 128rem;
    opacity: 0.3;
  }
}
.mainvisual .mainvisual-swiper .swiper-slide .mainvisual-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}
.mainvisual .mainvisual-swiper .swiper-slide .mainvisual-action {
  position: absolute;
  bottom: 9rem;
  left: 9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-swiper .swiper-slide .mainvisual-action {
    left: 4rem;
    bottom: 4rem;
  }
}
.mainvisual .mainvisual-swiper .swiper-slide .mainvisual-action .link-btn {
  position: relative;
  width: 22rem;
}
@media only screen and (max-width: 768px) {
  .mainvisual .mainvisual-swiper .swiper-slide .mainvisual-action .link-btn {
    width: 20rem;
    padding: 0.7rem 3rem 0.7rem 2.4rem;
    height: 4rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    border-radius: 0.5rem;
  }
  .mainvisual .mainvisual-swiper .swiper-slide .mainvisual-action .link-btn::after {
    top: calc(50% - 0.9rem);
    right: 2rem;
    display: block;
    width: 0.9rem;
    height: 1.8rem;
  }
}
.mainvisual .mainvisual-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.mainvisual .mainvisual-swiper .swiper-pagination {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-align: center;
  z-index: 10;
}
.mainvisual .mainvisual-swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 5rem;
  height: 0.5rem;
  background: #C9C9C9;
  opacity: 1 !important;
  border: none;
  margin: 0;
  cursor: pointer;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainvisual .mainvisual-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #01439B;
}

.top-post-section {
  position: relative;
  padding: 8rem 0 2rem;
}
.top-post-section .section-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 7rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 8rem 7rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 8rem 3rem;
  }
}
.top-post-section .section-grid .section-news-wrapper {
  position: relative;
}
.top-post-section .section-grid .section-news-wrapper .section-title {
  position: relative;
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-news-wrapper .section-title {
    margin-bottom: 3.2rem;
  }
}
.top-post-section .section-grid .section-news-wrapper .section-content {
  position: relative;
}
.top-post-section .section-grid .section-news-wrapper .section-content .scroller {
  position: relative;
  padding: 0.4rem 2rem 0.4rem 0;
  max-height: 24rem;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-news-wrapper .section-content .scroller {
    padding: 0.8rem 2rem 0.8rem 0;
    max-height: 44rem;
  }
}
.top-post-section .section-grid .section-news-wrapper .section-content .scroller::-webkit-scrollbar {
  width: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-news-wrapper .section-content .scroller::-webkit-scrollbar {
    width: 1.2rem;
  }
}
.top-post-section .section-grid .section-news-wrapper .section-content .scroller::-webkit-scrollbar-track {
  background: #C9C9C9;
  width: 0.8rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-news-wrapper .section-content .scroller::-webkit-scrollbar-track {
    width: 1.2rem;
    border-radius: 1.2rem;
  }
}
.top-post-section .section-grid .section-news-wrapper .section-content .scroller::-webkit-scrollbar-thumb {
  background: #00AFE5;
  border-radius: 0.8rem;
  width: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-news-wrapper .section-content .scroller::-webkit-scrollbar-thumb {
    width: 1.2rem;
    border-radius: 1.2rem;
  }
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-list {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-list > li {
  position: relative;
  display: block;
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-list > li:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-news-wrapper .section-content .news-list > li:not(:last-child) {
    margin-bottom: 3.6rem;
  }
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-list .news-item {
  position: relative;
  display: block;
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-list .news-item .date {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #999999;
  text-align: left;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-news-wrapper .section-content .news-list .news-item .date {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 0.6rem;
  }
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-list .news-item .title {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-news-wrapper .section-content .news-list .news-item .title {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-list .news-item .title a {
  color: inherit;
  text-decoration: none;
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-list .news-item .title a:hover {
  text-decoration: underline;
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-action {
  position: relative;
  text-align: right;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-news-wrapper .section-content .news-action {
    margin-top: 4rem;
  }
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-action .more {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #00AFE5;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-news-wrapper .section-content .news-action .more {
    display: block;
    width: 30rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #FFFFFF;
    text-align: center;
    padding: 1.2rem 1rem;
    background: #00AFE5;
    border-radius: 5.6rem;
    margin-left: auto;
    margin-right: 0;
  }
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-action .more span {
  position: relative;
  color: inherit;
}
.top-post-section .section-grid .section-news-wrapper .section-content .news-action .more:hover {
  text-decoration: underline;
}
.top-post-section .section-grid .section-infomation-wrapper {
  position: relative;
}
.top-post-section .section-grid .section-infomation-wrapper .section-title {
  position: relative;
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-infomation-wrapper .section-title {
    margin-bottom: 3.2rem;
  }
}
.top-post-section .section-grid .section-infomation-wrapper .section-content {
  position: relative;
}
.top-post-section .section-grid .section-infomation-wrapper .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 769px) {
  .top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list {
    width: 100%;
    float: left;
  }
  .top-post-section .section-grid .section-infomation-wrapper .section-content .section-event-scroll {
    width: calc(100% - 25.8rem);
    float: left;
  }
  .top-post-section .section-grid .section-infomation-wrapper .section-content .section-event-scroll .news-action{
    position: relative;
    text-align: right;
    margin-top: 3rem;
  }
  .top-post-section .section-grid .section-infomation-wrapper .section-content .section-event-scroll .news-action .more{
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    color: #00AFE5;
    letter-spacing: 0.05em;
    text-align: left;
    text-decoration: none;
  }
  .top-post-section .section-grid .section-infomation-wrapper .section-content .section-event-scroll .scroller {
    position: relative;
    padding: 0.4rem 2rem 0.4rem 0;
    max-height: 24rem;
    overflow-y: auto;
  }
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list > li {
  position: relative;
  display: block;
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list > li:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list > li:not(:last-child) {
    margin-bottom: 3.6rem;
  }
  .top-post-section .section-grid .section-infomation-wrapper .section-content .section-event-scroll .news-action{
    position: relative;
    text-align: right;
    margin-top: 4rem;
  }
  .top-post-section .section-grid .section-infomation-wrapper .section-content .section-event-scroll .news-action .more{
    display: block;
        width: 30rem;
        font-size: 2.4rem;
        line-height: 3.6rem;
        color: #FFFFFF;
        text-align: center;
        padding: 1.2rem 1rem;
        background: #00AFE5;
        border-radius: 5.6rem;
        margin-left: auto;
        margin-right: 0;
  }
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item {
  position: relative;
  display: block;
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item .date {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #999999;
  text-align: left;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item .date {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 0.6rem;
  }
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item .title {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item .title {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item .title a {
  color: inherit;
  text-decoration: none;
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item .title a:hover {
  text-decoration: underline;
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item .more {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #00AFE5;
  text-align: left;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item .more {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item .more span {
  position: relative;
  color: inherit;
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-list .infomation-item .more:hover {
  text-decoration: underline;
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-banner {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-banner {
    width: 24rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-banner {
    margin-top: 4rem;
  }
}
.top-post-section .section-grid .section-infomation-wrapper .section-content .infomation-banner .thumb {
  position: relative;
  width: 100%;
}

.top-method-section {
  position: relative;
  padding: 8rem 0 9rem;
}
@media only screen and (max-width: 768px) {
  .top-method-section {
    overflow: hidden;
  }
}
.top-method-section::before {
  content: "";
  position: absolute;
  top: 13.6rem;
  left: 0;
  bottom: 0;
  right: 0;
  background: #E8F0FC;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-method-section::before {
    top: 20.2rem;
  }
}
.top-method-section .container {
  position: relative;
  z-index: 3;
}
.top-method-section .section-wrapper {
  position: relative;
}
.top-method-section .section-title {
  position: relative;
  margin-bottom: 0;
}
.top-method-section .section-content {
  position: relative;
  padding-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content {
    padding-top: 3.2rem;
  }
}
.top-method-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.top-method-section .section-content .method-article {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-method-section .section-content .method-article {
    width: calc(100% - 64rem);
    float: left;
  }
}
.top-method-section .section-content .method-article .label {
  position: relative;
  color: #01439B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 5rem;
}
.top-method-section .section-content .method-article .label span {
  position: relative;
  display: block;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 6rem;
  color: #01439B;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-article .label span {
    font-size: 4.7rem;
    line-height: 7.2rem;
    margin-right: -2rem;
  }
}
.top-method-section .section-content .method-article .label small {
  position: relative;
  display: block;
  width: 50.4rem;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.4rem;
  text-align: center;
  color: #01439B;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-article .label small {
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-align: center;
    width: 100%;
    max-width: 75rem;
    margin-bottom: 0.4rem;
  }
}
.top-method-section .section-content .method-article .label strong {
  position: relative;
  display: block;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #01439B;
  text-indent: -5.6rem;
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-article .label strong {
    font-size: 9.8rem;
    line-height: 1;
    text-indent: -5.6rem;
    margin-right: -3rem;
  }
}
.top-method-section .section-content .method-article .lead {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-article .lead {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.top-method-section .section-content .method-article .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  color: #333333;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-article .desc {
    font-size: 2.4rem;
  }
}
.top-method-section .section-content .method-article .desc strong {
  position: relative;
  font-weight: 700;
}
.top-method-section .section-content .method-scroller {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  .top-method-section .section-content .method-scroller {
    width: 61rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-scroller {
    padding-bottom: 2.4rem;
    margin-top: 3.6rem;
  }
}
.top-method-section .section-content .method-scroller::-webkit-scrollbar {
  height: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-scroller::-webkit-scrollbar {
    height: 1.2rem;
  }
}
.top-method-section .section-content .method-scroller::-webkit-scrollbar-track {
  background: #C9C9C9;
  height: 0.8rem;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-scroller::-webkit-scrollbar-track {
    height: 1.2rem;
    border-radius: 1.2rem;
  }
}
.top-method-section .section-content .method-scroller::-webkit-scrollbar-thumb {
  background: #00AFE5;
  border-radius: 0.8rem;
  height: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-scroller::-webkit-scrollbar-thumb {
    height: 1.2rem;
    border-radius: 1.2rem;
  }
}
.top-method-section .section-content .method-scroller .method-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  width: 136rem;
}
.top-method-section .section-content .method-scroller .method-list > li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40rem;
}
.top-method-section .section-content .method-scroller .method-list > li:nth-child(4) {
  margin-left: 12rem;
}
.top-method-section .section-content .method-scroller .method-list > li:nth-child(7) {
  margin-left: 24rem;
}
.top-method-section .section-content .method-scroller .method-list .method-item {
  position: relative;
  padding: 2rem 2.4rem;
  background-image: url(../image/method-bg01.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20rem;
  border: 1px solid #92AFD5;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 0;
}
.top-method-section .section-content .method-scroller .method-list .method-item .count {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-right: 1.4rem;
  border-right: 1px solid #01439B;
  margin-bottom: 1.6rem;
}
.top-method-section .section-content .method-scroller .method-list .method-item .count small {
  position: relative;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
  color: #01439B;
  margin-bottom: 0.3rem;
}
.top-method-section .section-content .method-scroller .method-list .method-item .count strong {
  position: relative;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 3rem;
  color: #01439B;
}
.top-method-section .section-content .method-scroller .method-list .method-item .title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #01439B;
  text-align: left;
}
.top-method-section .section-content .method-action {
  position: relative;
  margin-top: 6rem;
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .top-method-section .section-content .method-action {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-action {
    padding: 0 3rem;
    margin-top: 6rem;
  }
}
.top-method-section .section-content .method-action .link-btn {
  width: 33rem;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .top-method-section .section-content .method-action .link-btn {
    width: 100%;
    font-size: 2.4rem;
  }
}

.top-result-section {
  position: relative;
  padding: 8rem 0 2rem;
}
.top-result-section .section-wrapper {
  position: relative;
}
.top-result-section .section-title {
  position: relative;
  margin-bottom: 0;
}
.top-result-section .section-content {
  position: relative;
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-result-section .section-content {
    padding-top: 4rem;
  }
}
.top-result-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.top-result-section .section-content .result-article {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .top-result-section .section-content .result-article {
    width: 50rem;
    float: left;
  }
}
.top-result-section .section-content .result-article .label {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 7.7rem;
  color: #01439B;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-result-section .section-content .result-article .label {
    font-size: 8rem;
    line-height: 9rem;
    margin-bottom: 3rem;
  }
}
.top-result-section .section-content .result-article .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  color: #333333;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .top-result-section .section-content .result-article .desc {
    font-size: 2.4rem;
  }
}
.top-result-section .section-content .result-article .desc strong {
  position: relative;
  font-weight: 700;
}
.top-result-section .section-content .result-article .meta {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .top-result-section .section-content .result-article .meta {
    max-width: 45rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-result-section .section-content .result-article .meta {
    max-width: 100%;
  }
}
.top-result-section .section-content .result-article .meta > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
}
.top-result-section .section-content .result-article .meta > li:not(:last-child) {
  padding-bottom: 1.8rem;
  border-bottom: 2px solid #01439B;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .top-result-section .section-content .result-article .meta > li:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 1.6rem;
  }
}
.top-result-section .section-content .result-article .meta > li p {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .top-result-section .section-content .result-article .meta > li p {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.top-result-section .section-content .result-article .meta > li h5 {
  position: relative;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #01439B;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .top-result-section .section-content .result-article .meta > li h5 {
    font-size: 10rem;
  }
}
.top-result-section .section-content .result-report {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-result-section .section-content .result-report {
    width: 66rem;
    max-width: 100%;
    float: right;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-result-section .section-content .result-report {
    margin-top: 6rem;
  }
}
.top-result-section .section-content .result-action {
  position: relative;
  margin-top: 6rem;
}
@media print, screen and (min-width: 769px) {
  .top-result-section .section-content .result-action {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
  }
  .top-result-section .section-content .result-action .link-btn {
    width: 33rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-result-section .section-content .result-action {
    padding: 0 3rem;
    margin-top: 6rem;
  }
}

.top-course-section {
  position: relative;
  padding: 8rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section {
    padding: 8rem 0 9rem;
  }
}
.top-course-section::after {
  content: "";
  position: absolute;
  top: 13.6rem;
  left: 0;
  right: 0;
  bottom: 14rem;
  background: #E8F0FC;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-course-section::after {
    top: 14.8rem;
    bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .top-course-section::before {
    content: "";
    position: absolute;
    top: 13.6rem;
    left: clamp(0rem, 50% - 61rem, 50%);
    background-image: url(../image/course-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 122rem;
    height: 74.5rem;
    max-width: 100%;
    z-index: 1;
  }
}
.top-course-section .container {
  position: relative;
  z-index: 3;
}
.top-course-section .section-wrapper {
  position: relative;
}
.top-course-section .section-title {
  position: relative;
  margin-bottom: 0;
}
.top-course-section .section-content {
  position: relative;
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content {
    padding-top: 4rem;
  }
}
.top-course-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.top-course-section .section-content .course-article {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .top-course-section .section-content .course-article {
    width: 53rem;
  }
}
.top-course-section .section-content .course-article .label {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 7.7rem;
  color: #01439B;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-article .label {
    font-size: 8rem;
    line-height: 9rem;
    margin-bottom: 3rem;
  }
}
.top-course-section .section-content .course-article .lead {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-article .lead {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.top-course-section .section-content .course-article .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  color: #333333;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-article .desc {
    font-size: 2.4rem;
  }
}
.top-course-section .section-content .course-article .desc strong {
  position: relative;
  font-weight: 700;
}
.top-course-section .section-content .course-article .meta {
  position: relative;
  width: 100%;
  max-width: 45rem;
  margin-top: 3rem;
  display: block;
}
.top-course-section .section-content .course-article .meta > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
}
.top-course-section .section-content .course-article .meta > li:not(:last-child) {
  padding-bottom: 1.8rem;
  border-bottom: 2px solid #01439B;
  margin-bottom: 1rem;
}
.top-course-section .section-content .course-article .meta > li p {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: left;
}
.top-course-section .section-content .course-article .meta > li h5 {
  position: relative;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #01439B;
  text-align: right;
}
.top-course-section .section-content .course-article .action {
  position: relative;
  margin-top: 6rem;
}
.top-course-section .section-content .course-article .action .link-btn {
  width: 33rem;
}
.top-course-section .section-content .course-list {
  position: relative;
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 36rem 3rem minmax(0rem, 1fr) 3rem 36rem;
  grid-template-columns: 36rem minmax(0rem, 1fr) 36rem;
  gap: 4rem 3rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list {
    -ms-grid-columns: (minmax(0rem, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
  }
}
.top-course-section .section-content .course-list > li {
  position: relative;
}
.top-course-section .section-content .course-list .course-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 0;
}
.top-course-section .section-content .course-list .course-item .wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 2rem 3rem 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .wrap {
    padding: 3.6rem 3rem 4rem;
  }
}
.top-course-section .section-content .course-list .course-item .label {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .label {
    font-size: 4.8rem;
    line-height: 7.2rem;
    margin-bottom: 2.4rem;
  }
}
.top-course-section .section-content .course-list .course-item .tag {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  padding: 0.4rem 1rem;
  background: #7AA200;
  border-radius: 3rem;
  width: 18rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .tag {
    width: 24rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.top-course-section .section-content .course-list .course-item .tag.blue-bg {
  background: #01439B;
}
.top-course-section .section-content .course-list .course-item .tag.pink-bg {
  background: #A853BF;
}
.top-course-section .section-content .course-list .course-item .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .desc {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}
.top-course-section .section-content .course-list .course-item .thumb {
  position: relative;
  width: 100%;
  height: 25rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .thumb {
    height: 30rem;
  }
}
.top-course-section .section-content .course-list .course-item .a-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 1.5rem minmax(0rem, 1fr) 1.5rem minmax(0rem, 1fr);
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .a-list {
    margin-top: 3rem;
    gap: 1.6rem 2.4rem;
  }
}
.top-course-section .section-content .course-list .course-item .a-list .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.5rem;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  text-align: center;
  background: #D2122C;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .a-list .item {
    font-size: 2.6rem;
    line-height: 3.7rem;
  }
}
.top-course-section .section-content .course-list .course-item .a-list .item.item-m {
  background: #01B7CE;
}
.top-course-section .section-content .course-list .course-item .a-list .item.item-a {
  background: #ADD429;
}
.top-course-section .section-content .course-list .course-item .a-list .item.item-b {
  background: #E32860;
}
.top-course-section .section-content .course-list .course-item .a-list .item.item-d {
  background: #F16B01;
}
.top-course-section .section-content .course-list .course-item .a-list .item.item-p {
  background: #F0DE15;
}
.top-course-section .section-content .course-list .course-item .a-list .item.item-mz {
  background: #014179;
}
.top-course-section .section-content .course-list .course-item .b-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 1rem minmax(0rem, 1fr) 1rem minmax(0rem, 1fr);
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 1rem 1rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .b-list {
    margin-top: 3rem;
    gap: 1.6rem 2.4rem;
  }
}
.top-course-section .section-content .course-list .course-item .b-list .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0;
  padding: 1.9rem 0.2rem;
  color: #01439B;
  text-align: center;
  border: 1px solid #01439B;
  border-radius: 0.5rem;
}
.top-course-section .section-content .course-list .course-item .b-list .item strong {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .b-list .item strong {
    font-size: 2.6rem;
    line-height: 3.7rem;
  }
}
.top-course-section .section-content .course-list .course-item .b-list .item span {
  display: block;
  text-align: center;
  color: inherit;
}
.top-course-section .section-content .course-list .course-item .b-list .item .ls {
  letter-spacing: -0.05em;
}
.top-course-section .section-content .course-list .course-item .c-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 1rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 0.5rem 1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .c-list {
    margin-top: 3rem;
    gap: 1.6rem 2.4rem;
  }
}
.top-course-section .section-content .course-list .course-item .c-list .full {
  grid-column: 1/-1;
}
.top-course-section .section-content .course-list .course-item .c-list .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0;
  padding: 0.2rem 0.5rem;
  color: #01439B;
  text-align: center;
  border: 1px solid #01439B;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .c-list .item {
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding: 1.6rem 0.5rem;
  }
}
.top-course-section .section-content .course-list .course-item .c-list .link-btn {
  position: relative;
  padding: 0.2rem 2rem;
  width: 100%;
  max-width: 100%;
  height: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-list .course-item .c-list .link-btn {
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding: 1.6rem 3rem;
    border-radius: 0.5rem;
    height: 7rem;
  }
}
.top-course-section .section-content .course-action {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-course-section .section-content .course-action {
    padding: 0 3rem;
  }
}

.top-lecturer-section {
  position: relative;
  padding: 8rem 0 2rem;
}
.top-lecturer-section .container {
  position: relative;
  z-index: 3;
}
.top-lecturer-section .section-wrapper {
  position: relative;
}
.top-lecturer-section .section-title {
  position: relative;
  margin-bottom: 0;
}
.top-lecturer-section .section-content {
  position: relative;
  min-height: 62rem;
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .top-lecturer-section .section-content {
    padding-top: 4rem;
  }
}
.top-lecturer-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.top-lecturer-section .section-content .result-article {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .top-lecturer-section .section-content .result-article {
    width: 45rem;
  }
}
.top-lecturer-section .section-content .result-article .label {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 7.7rem;
  color: #01439B;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-lecturer-section .section-content .result-article .label {
    font-size: 8rem;
    line-height: 9rem;
    margin-bottom: 3rem;
  }
}
.top-lecturer-section .section-content .result-article .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  color: #333333;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .top-lecturer-section .section-content .result-article .desc {
    font-size: 2.4rem;
  }
}
.top-lecturer-section .section-content .result-article .desc strong {
  position: relative;
  font-weight: 700;
}
.top-lecturer-section .section-content .result-article .action {
  position: relative;
  margin-top: 6rem;
}
.top-lecturer-section .section-content .result-article .action .link-btn {
  width: 33rem;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  margin-left: 0;
}
.top-lecturer-section .section-content .result-bg {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-lecturer-section .section-content .result-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-lecturer-section .section-content .result-bg {
    margin-left: -3rem;
    margin-right: -3rem;
    margin-top: 3.6rem;
  }
}
.top-lecturer-section .section-content .result-action {
  position: relative;
  margin-top: 6rem;
}
@media print, screen and (min-width: 769px) {
  .top-lecturer-section .section-content .result-action .link-btn {
    width: 33rem;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-lecturer-section .section-content .result-action {
    margin-top: 7rem;
  }
}

.top-examination-section {
  position: relative;
  padding: 8rem 0 0;
}
@media only screen and (max-width: 768px) {
  .top-examination-section {
    padding: 8rem 0 9rem;
  }
}
.top-examination-section::after {
  content: "";
  position: absolute;
  top: 13.6rem;
  left: 0;
  width: 100%;
  height: 68.8rem;
  background: #E8F0FC;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .top-examination-section::after {
    top: 20.2rem;
    height: auto;
    bottom: 0;
  }
}
.top-examination-section .container {
  position: relative;
  z-index: 3;
}
.top-examination-section .section-wrapper {
  position: relative;
}
.top-examination-section .section-title {
  position: relative;
  margin-bottom: 0;
}
.top-examination-section .section-content {
  position: relative;
  padding: 5rem 0 0 0;
  min-height: 68.8rem;
}
@media only screen and (max-width: 768px) {
  .top-examination-section .section-content {
    padding: 4rem 0 0;
  }
}
.top-examination-section .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.top-examination-section .section-content .result-article {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.top-examination-section .section-content .result-article .label {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 7.7rem;
  color: #01439B;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .top-examination-section .section-content .result-article .label {
    font-size: 7.8rem;
    line-height: 9rem;
    margin-bottom: 3rem;
  }
}
.top-examination-section .section-content .result-article .lead {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .top-examination-section .section-content .result-article .lead {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.top-examination-section .section-content .result-article .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  color: #333333;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .top-examination-section .section-content .result-article .desc {
    font-size: 2.4rem;
  }
}
.top-examination-section .section-content .result-article .desc strong {
  position: relative;
  font-weight: 700;
}
.top-examination-section .section-content .result-article .meta {
  position: relative;
  width: 100%;
  max-width: 45rem;
  margin-top: 3rem;
  display: block;
}
.top-examination-section .section-content .result-article .meta > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
}
.top-examination-section .section-content .result-article .meta > li:not(:last-child) {
  padding-bottom: 1.8rem;
  border-bottom: 2px solid #01439B;
  margin-bottom: 1rem;
}
.top-examination-section .section-content .result-article .meta > li p {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: left;
}
.top-examination-section .section-content .result-article .meta > li h5 {
  position: relative;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #01439B;
  text-align: right;
}
.top-examination-section .section-content .result-article .action {
  position: relative;
  margin-top: 6rem;
}
.top-examination-section .section-content .result-article .action .link-btn {
  width: 33rem;
}
.top-examination-section .section-content .result-bg {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-examination-section .section-content .result-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-examination-section .section-content .result-bg {
    position: absolute;
    left: -3rem;
    right: -3rem;
    bottom: 5rem;
    z-index: 0;
  }
}
.top-examination-section .section-content .result-action {
  position: relative;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .top-examination-section .section-content .result-action {
    margin-top: 52rem;
    padding: 0 3rem;
  }
}

.common-banner-section {
  position: relative;
  padding: 10rem 0 9rem;
}
.common-banner-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.common-banner-section .section-wrapper {
  position: relative;
}
.common-banner-section .section-wrapper .banner-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .banner-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 3rem 0;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
.common-banner-section .section-wrapper .banner-list > li {
  position: relative;
}
.common-banner-section .section-wrapper .banner-list .banner-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 6rem 0 0 0;
}
.common-banner-section .section-wrapper .banner-list .banner-item .thumb {
  position: absolute;
  top: 0;
  left: calc(50% - 9rem);
  width: 18rem;
  height: 18rem;
  padding: 1.5rem;
  border-radius: 18rem;
  background: #01439B;
  z-index: 1;
}
.common-banner-section .section-wrapper .banner-list .banner-item .thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 18rem;
  border: none;
  margin: 0;
  z-index: 0;
}
.common-banner-section .section-wrapper .banner-list .banner-item .block {
  position: relative;
  width: 100%;
  padding: 13.6rem 1.6rem 6.6rem;
  background: #01439B;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .banner-list .banner-item .block {
    padding: 15rem 5rem 8rem;
  }
}
.common-banner-section .section-wrapper .banner-list .banner-item .block .label {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 6rem;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .banner-list .banner-item .block .label {
    font-size: 6rem;
    line-height: 4.8rem;
    margin-bottom: 5rem;
  }
}
.common-banner-section .section-wrapper .banner-list .banner-item .block .action {
  position: relative;
}
.common-banner-section .section-wrapper .banner-list .banner-item .block .action .banner-btn {
  position: relative;
  display: block;
  width: 30rem;
  max-width: 100%;
  padding: 0.9rem 2rem 1rem;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5rem;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
.common-banner-section .section-wrapper .banner-list .banner-item .block .action .banner-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.common-banner-section .section-wrapper .banner-list .banner-item .block .action .banner-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.common-banner-section .section-wrapper .banner-list .banner-item .block .action .banner-btn:hover {
  color: #01439B;
}
.common-banner-section .section-wrapper .banner-list .banner-item .block .action .banner-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .banner-list .banner-item .block .action .banner-btn {
    width: 100%;
    padding: 2.5rem 2rem;
    font-size: 3rem;
  }
}
.common-banner-section .section-wrapper .banner-list .banner-item.banner02 .thumb {
  background: #03A2AC;
}
.common-banner-section .section-wrapper .banner-list .banner-item.banner02 .block {
  background: #03A2AC;
}
.common-banner-section .section-wrapper .banner-list .banner-item.banner02 .block .action .banner-btn:hover {
  color: #03A2AC;
}
.common-banner-section .section-wrapper .banner-list .banner-item.banner03 .thumb {
  background: #77B33C;
}
.common-banner-section .section-wrapper .banner-list .banner-item.banner03 .block {
  background: #77B33C;
}
.common-banner-section .section-wrapper .banner-list .banner-item.banner03 .block .action .banner-btn:hover {
  color: #77B33C;
}
.common-banner-section .section-wrapper .banner-desc {
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common-banner-section .section-wrapper .banner-desc {
    font-size: 2.4rem;
    text-align: left;
    margin-top: 4rem;
  }
}

.common-contact-section {
  position: relative;
  padding: 9rem 0 10rem;
  background-image: url(../image/contact-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .common-contact-section {
    padding: 5rem 0 6rem;
  }
}
.common-contact-section .container {
  position: relative;
  z-index: 1;
}
.common-contact-section .section-lead {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .common-contact-section .section-lead {
    margin-bottom: 4rem;
  }
}
.common-contact-section .section-lead h3 {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 15.4rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.36);
  text-align: center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .common-contact-section .section-lead h3 {
    font-size: 5rem;
    line-height: 1.2;
  }
}
.common-contact-section .section-lead p {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.6rem;
  color: #FFFFFF;
  text-align: center;
  -webkit-filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.34));
          filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.34));
  margin-top: -4.8rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .common-contact-section .section-lead p {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 0;
  }
}
.common-contact-section .section-content {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common-contact-section .section-content {
    font-size: 1.6rem;
  }
}
.common-contact-section .section-content p {
  margin: 0;
}
.common-contact-section .section-action {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .common-contact-section .section-action {
    margin-top: 4rem;
  }
}
.common-contact-section .section-action .link-btn {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .common-contact-section .section-action .link-btn {
    width: 30rem;
    height: 6.4rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .common-contact-section .section-action .link-btn {
    width: 22rem;
  }
}

.page-index {
  position: relative;
  padding: 3rem 0;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../image/page-index.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .page-index {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-index {
    padding: 3rem 0;
    background-image: url(../image/page-index-sp.png) !important;
    height: 25rem;
  }
  .page-index.special {
    background-image: unset !important;
    background-color: #E8F0FC;
  }
}
.page-index .container {
  position: relative;
  z-index: 3;
}
.page-index .title {
  position: relative;
}
.page-index .title .sup {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .page-index .title .sup {
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: 0.6rem;
  }
}
.page-index .title .lead {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 7.2rem;
  text-indent: -0.2rem;
  color: #FFFFFF;
  text-align: left;
}
.page-index .title .lead .smTxt {
  font-size: 3.2rem;
}
.page-index .title .lead.special {
  color: #07449F;
}
@media only screen and (max-width: 768px) {
  .page-index .title .lead {
    font-size: 7rem;
    line-height: 8rem;
    text-align: center;
  }
}
.page-index.common {
  background: #E8F0FC;
}
@media only screen and (max-width: 768px) {
  .page-index.common {
    background: #E8F0FC !important;
  }
}
.page-index.common .title .sub,
.page-index.common .title .lead {
  color: #01439B;
}

.recruit-index {
  position: relative;
  padding: 3rem 0 4rem;
  height: 41.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../image/recruit/page-index.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .recruit-index {
    background-image: url(../image/recruit/page-index-sp.png);
  }
}
.recruit-index .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.recruit-index .title {
  position: relative;
}
.recruit-index .title .lead {
  position: relative;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 7.2rem;
  color: #FFFFFF;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .recruit-index .title .lead {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.recruit-index .title .lead span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0.6rem 4rem 1.2rem;
  background: #01439B;
  color: #FFFFFF;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.recruit-index .title .lead span.pr {
  padding-right: 1rem;
}
.recruit-index .title .lead span.ml {
  margin-left: 7rem;
}
.recruit-index .title .lead span:not(:last-child) {
  margin-bottom: 1rem;
}

.page-breadcrumbs {
  position: relative;
  padding: 3rem 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs {
    padding: 2rem 0 0;
  }
}
.page-breadcrumbs ol {
  display: block;
  list-style: none;
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000000;
}
.page-breadcrumbs ol a {
  color: inherit;
  text-decoration: underline;
}
.page-breadcrumbs ol a:hover {
  text-decoration: underline;
}
.page-breadcrumbs ol li {
  position: relative;
  display: inline;
}
.page-breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-breadcrumbs ol li + li::before {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.page-method-section {
  position: relative;
  padding: 8rem 0 8rem;
}
.page-method-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.page-method-section .section-index-wrapper {
  position: relative;
}
.page-method-section .section-index-wrapper .method-index-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0rem, 1fr));
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-index-wrapper .method-index-list {
    border-left: 1px solid #92AFD5;
  }
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-index-wrapper .method-index-list {
    -ms-grid-columns: minmax(0rem, 1fr) 3rem minmax(0rem, 1fr);
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
    gap: 3rem;
  }
}
.page-method-section .section-index-wrapper .method-index-list > li {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-index-wrapper .method-index-list > li {
    border-right: 1px solid #92AFD5;
  }
}
.page-method-section .section-index-wrapper .method-index-list .index-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  padding: 0 1rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-index-wrapper .method-index-list .index-item {
    padding: 3rem 2rem 2rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
  }
}
.page-method-section .section-index-wrapper .method-index-list .index-item .wrap {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 2rem 1rem 6rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-index-wrapper .method-index-list .index-item .wrap {
    padding: 0 0 6rem;
  }
}
.page-method-section .section-index-wrapper .method-index-list .index-item .wrap::before {
  content: "";
  position: absolute;
  left: calc(50% - 1.8rem);
  bottom: 2.4rem;
  width: 3.6rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='18' viewBox='0 0 36 18'%3E%3Cpath id='V' d='M318.389,736.253h0l-16.6-15.406,1.4-1.3,16.6,15.406,16.6-15.406,1.4,1.3-18,16.7Z' transform='translate(-301.787 -719.55)' fill='%23004b9e'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 0;
}
.page-method-section .section-index-wrapper .method-index-list .index-item .title {
  position: relative;
}
.page-method-section .section-index-wrapper .method-index-list .index-item .title p {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.7rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-index-wrapper .method-index-list .index-item .title p {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
  }
}
.page-method-section .section-index-wrapper .method-index-list .index-item .title h3 {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.page-method-section .section-index-wrapper .method-index-list .index-item .title h3.ls {
  font-size: 3.8rem;
  letter-spacing: -0.1em;
}
.page-method-section .section-index-wrapper .method-index-list .index-item .desc {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-index-wrapper .method-index-list .index-item .desc {
    font-size: 2.4rem;
    line-height: 1.875;
    margin-top: 3rem;
    display: none;
  }
}
.page-method-section .section-index-wrapper .method-index-list .index-item .thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.page-method-section .section-index-wrapper .method-index-list .index-item:hover {
  background: #E8F0FC;
}
.page-method-section .section-index-wrapper .method-index-list .index-item:hover .wrap::before {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.page-method-section .section-intro {
  position: relative;
  padding: 6rem 6rem;
  min-height: 37rem;
  background: #E8F0FC;
  border-top: 2px solid #01439B;
  background-image: url(../image/method/method01-bg.png);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 6rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-intro {
    padding: 6rem 3rem 40rem;
    margin-left: -3rem;
    margin-right: -3rem;
    min-height: 80rem;
  }
}
.page-method-section .section-intro .wrap {
  position: relative;
  width: 100%;
  max-width: 60rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-intro .wrap {
    max-width: 100%;
  }
}
.page-method-section .section-intro .title {
  position: relative;
}
.page-method-section .section-intro .title p {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-intro .title p {
    font-size: 2.8rem;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: 1.6rem;
  }
}
.page-method-section .section-intro .title h3 {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 7.2rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-intro .title h3 {
    font-size: 8rem;
    line-height: 9rem;
    text-align: center;
  }
}
.page-method-section .section-intro .desc {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-intro .desc {
    font-size: 2.4rem;
    line-height: 2;
    margin-top: 4rem;
  }
}
.page-method-section .section-method01-wrapper {
  position: relative;
  margin-top: 8rem;
}
.page-method-section .section-method01-wrapper .section-intro {
  position: relative;
  background-image: url(../image/method/method01-bg.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-intro {
    background-image: url(../image/method/method01-bg-sp.png);
  }
}
.page-method-section .section-method01-wrapper .section-intro .wrap {
  position: relative;
}
.page-method-section .section-method01-wrapper .section-intro .title p {
  position: relative;
}
.page-method-section .section-method01-wrapper .section-intro .title h3 {
  position: relative;
  text-indent: -3.6rem;
}
.page-method-section .section-method01-wrapper .section-title {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-title {
    margin-bottom: 4rem;
  }
  .page-method-section .section-method01-wrapper .section-title .jp {
    letter-spacing: -0.05em;
  }
}
.page-method-section .section-method01-wrapper .section-content {
  position: relative;
}
.page-method-section .section-method01-wrapper .section-content .method-list {
  position: relative;
  display: block;
}
.page-method-section .section-method01-wrapper .section-content .method-list > li {
  position: relative;
}
.page-method-section .section-method01-wrapper .section-content .method-list > li:not(:last-child) {
  margin-bottom: 2rem;
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid #92AFD5;
  border-radius: 1rem;
  background-image: url(../image/method/method01-img01.png);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head {
  position: relative;
  padding: 2rem 7rem 2.4rem 7rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head {
    padding: 2.4rem 7rem 2.4rem 2rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head .count {
  position: absolute;
  top: 2.3rem;
  left: 7rem;
  font-family: "Roboto", sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 4.8rem;
  letter-spacing: 0;
  color: #01439B;
  white-space: nowrap;
  text-align: left;
  padding-right: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head .count {
    font-size: 4.2rem;
    line-height: 3rem;
    top: 2.4rem;
    left: 3rem;
    padding-right: 1.6rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head .count::before {
  content: "METHOD";
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: -0.05em;
  color: #01439B;
  text-align: left;
  white-space: nowrap;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head .count::before {
    position: absolute;
    top: 0;
    right: calc(100% + 1rem);
  }
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head .count::before {
    display: block;
    line-height: 1.5rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head .count::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.1rem);
  right: 0;
  width: 1px;
  height: 4rem;
  background: #01439B;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head .count::after {
    height: 4.5rem;
    top: calc(50% - 2.25rem);
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head .title {
  position: relative;
  padding-left: 8rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.8rem;
  letter-spacing: 0.05em;
  color: #01439B;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head .title {
    padding-left: 8.6rem;
    font-size: 3.3rem;
    line-height: 4rem;
    min-height: 4.5rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 4rem;
  display: block;
  width: 3rem;
  height: 2px;
  background: #01439B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head::before {
    right: 3rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 4rem;
  display: block;
  width: 3rem;
  height: 2px;
  background: #01439B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-head::after {
    right: 3rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content {
  position: relative;
  padding: 3rem 7rem 7rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content {
    padding: 3rem 3rem 45rem;
  }
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content.reset-pb-sp {
    padding-bottom:58rem;
  }
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content:has(.step-list) {
    padding-bottom: 68rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content::after {
  content: "";
  display: block;
  clear: both;
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .wrap {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .wrap {
    max-width: 54rem;
    float: left;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .lead {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .lead {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 3.6rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .desc {
    font-size: 2.4rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .desc strong {
  font-weight: 700;
  /* color: #01439B; */
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .step-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 2rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 2rem;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .step-list {
    width: 42rem;
    float: right;
    margin-right: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .step-list {
    position: absolute;
    left: 3rem;
    bottom: 6rem;
    right: 3rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .step-list > li {
  position: relative;
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .step-list .card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 1.8rem 1.2rem 2rem 2rem;
  height: 20rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .step-list .card {
    padding: 2.4rem 1.2rem 2.4rem 3rem;
    height: 28rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .step-list .card p {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  color: #01439B;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .step-list .card p {
    font-size: 7rem;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .step-list .card h5 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #01439B;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list .method-item .item-content .step-list .card h5 {
    font-size: 2.6rem;
    letter-spacing: 0.005em;
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list .method-item.expanded .item-head::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(1) .method-item {
  background-image: url(../image/method/method01-img01.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(1) .method-item {
    background-image: url(../image/method/method01-img01-sp.png);
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(2) .method-item {
  background-image: url(../image/method/method01-img02.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(2) .method-item {
    background-image: url(../image/method/method01-img02-sp.png);
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(3) .method-item {
  background-image: url(../image/method/method01-img03.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(3) .method-item {
    background-image: url(../image/method/method01-img03-sp.png);
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(4) .method-item {
  background-image: url(../image/method/method01-img04.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(4) .method-item {
    background-image: url(../image/method/method01-img04-sp.png);
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(5) .method-item {
  background-image: url(../image/method/method01-img05.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(5) .method-item {
    background-image: url(../image/method/method01-img05-sp.png);
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(6) .method-item {
  background-image: url(../image/method/method01-img06.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(6) .method-item {
    background-image: url(../image/method/method01-img06-sp.png);
  }
}
.page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(7) .method-item {
  background-image: url(../image/method/method01-img07.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method01-wrapper .section-content .method-list > li:nth-child(7) .method-item {
    background-image: url(../image/method/method01-img07-sp.png);
  }
}
.page-method-section .section-method02-wrapper {
  position: relative;
  margin-top: 8rem;
}
.page-method-section .section-method02-wrapper .section-intro {
  position: relative;
  background-image: url(../image/method/method02-bg.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method02-wrapper .section-intro {
    background-image: url(../image/method/method02-bg-sp.png);
  }
}
.page-method-section .section-method02-wrapper .section-intro .wrap {
  position: relative;
}
.page-method-section .section-method02-wrapper .section-intro .title p {
  position: relative;
}
.page-method-section .section-method02-wrapper .section-intro .title h3 {
  position: relative;
}
.page-method-section .section-method02-wrapper .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method02-wrapper .section-title .jp {
    letter-spacing: 0;
  }
}
.page-method-section .section-method02-wrapper .section-content {
  position: relative;
}
.page-method-section .section-method02-wrapper .section-content .method-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 6rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 4rem 6rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method02-wrapper .section-content .method-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 6rem 3rem;
  }
}
.page-method-section .section-method02-wrapper .section-content .method-list > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method02-wrapper .section-content .method-list > li.full {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.page-method-section .section-method02-wrapper .section-content .method-list .method-item {
  position: relative;
  display: block;
  z-index: 0;
}
.page-method-section .section-method02-wrapper .section-content .method-list .method-item::after {
  content: "";
  display: block;
  clear: both;
}
.page-method-section .section-method02-wrapper .section-content .method-list .method-item .thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item .thumb {
    margin-bottom: 4rem;
  }
}
.page-method-section .section-method02-wrapper .section-content .method-list .method-item .content {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item .content {
    font-size: 2.4rem;
  }
}
.page-method-section .section-method02-wrapper .section-content .method-list .method-item .content strong {
  display: inline;
  font-weight: 700;
  color: #01439B;
}
.page-method-section .section-method02-wrapper .section-content .method-list .method-item .content h3 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  word-break: break-all;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item .content h3 {
    font-size: 3.1rem;
    line-height: 4rem;
    margin-bottom: 3.6rem;
  }
}
.page-method-section .section-method02-wrapper .section-content .method-list .method-item .content p {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item.item01 .thumb {
    width: 61.6rem;
    float: left;
  }
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item.item01 .content {
    width: calc(50% - 3rem);
    float: right;
    margin-top: 7.2rem;
  }
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item.item02 .thumb {
    float: right;
    width: calc(50% - 3rem);
    max-width: 55rem;
    margin-top: -6rem;
  }
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item.item02 .content {
    float: left;
    width: calc(50% - 3rem);
  }
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item.item02 .content h3 {
    letter-spacing: 0;
  }
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item.item03 {
    padding-top: 6rem;
  }
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item.item03 .thumb {
    margin-bottom: 5rem;
  }
  .page-method-section .section-method02-wrapper .section-content .method-list .method-item.item04 .thumb {
    margin-bottom: 3rem;
  }
}
.page-method-section .section-method03-wrapper {
  position: relative;
  margin-top: 8rem;
}
.page-method-section .section-method03-wrapper .section-intro {
  position: relative;
  background-image: url(../image/method/method03-bg.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-intro {
    background-image: url(../image/method/method03-bg-sp.png);
  }
}
.page-method-section .section-method03-wrapper .section-intro .wrap {
  position: relative;
}
.page-method-section .section-method03-wrapper .section-intro .title p {
  position: relative;
}
.page-method-section .section-method03-wrapper .section-intro .title h3 {
  position: relative;
}
.page-method-section .section-method03-wrapper .section-title {
  position: relative;
}
.page-method-section .section-method03-wrapper .section-content {
  position: relative;
}
.page-method-section .section-method03-wrapper .section-content .method-list {
  position: relative;
  display: block;
}
.page-method-section .section-method03-wrapper .section-content .method-list > li {
  position: relative;
}
.page-method-section .section-method03-wrapper .section-content .method-list > li:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-list > li:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item {
  position: relative;
  display: block;
  padding: 4rem 4rem;
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item {
    padding: 3rem 3rem;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item::after {
  content: "";
  display: block;
  clear: both;
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item .wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .wrap {
    float: left;
    width: calc(100% - 50rem);
    padding-left: 12rem;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item .count {
  position: relative;
  font-family: "Helvetica LT Std Bold Cond", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 8rem;
  letter-spacing: 0;
  color: #01439B;
  white-space: nowrap;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .count {
    position: absolute;
    top: 0;
    left: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .count {
    font-size: 8rem;
    line-height: 8rem;
    margin-bottom: 1.6rem;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item .lead {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .lead {
    min-height: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .lead {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 3.6rem;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .desc {
    font-size: 2.4rem;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item .desc strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  /* color: #01439B; */
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .desc strong {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item .desc span {
  font-weight: 700;
  /* color: #01439B; */
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item .action {
  position: relative;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .action {
    margin-top: 4rem;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item .action .link-btn {
  position: relative;
  width: 30rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .action .link-btn {
    width: 100%;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-list .method-item .thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .thumb {
    width: 45rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-list .method-item .thumb {
    width: 100%;
    max-width: 100%;
    height: 47rem;
    margin-top: 5rem;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-action {
  position: relative;
  margin-top: 4rem;
  border-top: 2px solid #01439B;
  padding-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-action {
    padding-top: 3rem;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-action .more-link {
  position: relative;
  display: inline-block;
  padding: 2rem 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #01439B;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method03-wrapper .section-content .method-action .more-link {
    padding-top: 2.4rem;
    font-size: 2.4rem;
  }
}
.page-method-section .section-method03-wrapper .section-content .method-action .more-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.8rem);
  width: 1.6rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.003' height='12' viewBox='0 0 16.003 12'%3E%3Cpath id='_' data-name='◀︎' d='M808.011,13762.992l-8-12-8,12Z' transform='translate(-792.008 -13750.992)' fill='%2307449e'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.page-method-section .section-method03-wrapper .section-content .method-action .more-link:hover {
  text-decoration: underline;
}
.page-method-section .section-method04-wrapper {
  position: relative;
  margin-top: 8rem;
}
.page-method-section .section-method04-wrapper .section-intro {
  position: relative;
  background-image: url(../image/method/method04-bg.png);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-intro {
    background-image: url(../image/method/method04-bg-sp.png);
  }
}
.page-method-section .section-method04-wrapper .section-intro .wrap {
  position: relative;
}
.page-method-section .section-method04-wrapper .section-intro .title p {
  position: relative;
}
.page-method-section .section-method04-wrapper .section-intro .title h3 {
  position: relative;
}
.page-method-section .section-method04-wrapper .section-list {
  position: relative;
  display: block;
}
.page-method-section .section-method04-wrapper .section-list > li {
  position: relative;
}
.page-method-section .section-method04-wrapper .section-list > li:not(:last-child) {
  margin-bottom: 8rem;
}
.page-method-section .section-method04-wrapper .section-list .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-title {
    margin-bottom: 4rem;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-title h2 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-title h2 {
    max-width: 57rem;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-title h2 small {
  font: inherit;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-title h2 small {
    display: inline-block;
    font-size: 3rem;
    text-indent: -1.6rem;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content {
  position: relative;
}
.page-method-section .section-method04-wrapper .section-list .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.page-method-section .section-method04-wrapper .section-list .section-content .wrap {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .wrap {
    width: calc(100% - 51rem);
    float: left;
    padding-left: 3rem;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-meta {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-meta {
    font-size: 2.4rem;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-meta > li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18rem minmax(0rem, 1fr);
  grid-template-columns: 18rem minmax(0rem, 1fr);
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-meta > li {
    -ms-grid-columns: 15rem 2rem minmax(0rem, 1fr);
    grid-template-columns: 15rem minmax(0rem, 1fr);
    gap: 0 2rem;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-meta > li:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-meta > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-meta > li .th,
.page-method-section .section-method04-wrapper .section-list .section-content .method-meta > li .td {
  position: relative;
  font: inherit;
  color: inherit;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-meta.meta01 > li:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-dorm {
  position: relative;
  width: 100%;
  max-width: 68rem;
  margin-top: 3.8rem;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-dorm {
    width: 68rem;
    float: left;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .method-dorm.dorm02 {
    margin-top: 7rem;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .method-dorm.dorm03 {
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-dorm {
    margin-top: 3rem;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content .thumb-list {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .thumb-list {
    width: 45rem;
    float: right;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .thumb-list > li {
    position: relative;
    display: block;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .thumb-list > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .thumb-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0rem, 1fr) 3rem minmax(0rem, 1fr);
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
    gap: 3rem;
    margin-top: 4rem;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .thumb-list > li {
    position: relative;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content .thumb-list .thumb {
  position: relative;
  width: 100%;
  border-radius: 1rem;
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-flow {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[6];
  grid-template-columns: repeat(6, minmax(0rem, 1fr));
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow {
    -ms-grid-columns: minmax(0rem, 1fr) 0 minmax(0rem, 1fr) 0 minmax(0rem, 1fr);
    grid-template-columns: repeat(3, minmax(0rem, 1fr));
    gap: 6rem 0;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.5rem;
    right: -1.5rem;
    height: 1px;
    background: #B9CEF1;
    z-index: 0;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li {
  position: relative;
  display: block;
  border-right: 1px solid #B9CEF1;
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li:first-child {
  border-left: 1px solid #B9CEF1;
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 7.5rem;
  left: -1px;
  display: block;
  width: 1.2rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16'%3E%3Cpath id='_' data-name='◀︎' d='M393.552,17331.348l12,8-12,8Z' transform='translate(-393.552 -17331.348)' fill='%2307449e'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li:not(:first-child)::after {
    left: -0.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li:nth-child(1) .title {
    letter-spacing: -0.05em;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li:nth-child(3)::before {
    content: "";
    position: absolute;
    bottom: -3rem;
    right: -1.6rem;
    width: 1px;
    height: calc(100% - 5rem);
    background: #B9CEF1;
    z-index: 0;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li:nth-child(3) .item::before {
    content: "";
    position: absolute;
    top: 8.1rem;
    right: -1.5rem;
    height: 1px;
    width: 1.6rem;
    background: #B9CEF1;
    z-index: 0;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li:nth-child(4) {
    border-left: 1px solid #B9CEF1;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li:nth-child(4)::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: -1.6rem;
    width: 1px;
    height: 11.4rem;
    background: #B9CEF1;
    z-index: 0;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li:nth-child(4) .item::before {
    content: "";
    position: absolute;
    top: 8.2rem;
    left: -1.5rem;
    height: 1px;
    width: 1.6rem;
    background: #B9CEF1;
    z-index: 0;
  }
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow > li:nth-child(4) .item .title {
    letter-spacing: -0.05em;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-flow .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem 2rem;
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-flow .item .count {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #01439B;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-flow .item .count {
    text-align: left;
  }
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-flow .item .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  min-height: 6rem;
  margin-bottom: 1.6rem;
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-flow .item .icon {
  position: relative;
  width: 12.2rem;
  margin: 0 auto;
}
.page-method-section .section-method04-wrapper .section-list .section-content .method-thumb {
  position: relative;
  margin-top: 6rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-method-section .section-method04-wrapper .section-list .section-content .method-thumb {
    height: 30rem;
  }
}

.page-course-section {
  position: relative;
  padding: 8rem 0 4rem;
}
.page-course-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.page-course-section .section-index-wrapper {
  position: relative;
  margin-bottom: 8rem;
}
.page-course-section .section-index-wrapper .course-index-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
}
.page-course-section .section-index-wrapper .course-index-list.special {
  -ms-grid-columns: (minmax(0rem, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-index-wrapper .course-index-list.special {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page-course-section .section-index-wrapper .course-index-list {
    border-left: 1px solid #92AFD5;
  }
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-index-wrapper .course-index-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 3rem;
  }
}
.page-course-section .section-index-wrapper .course-index-list > li {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .page-course-section .section-index-wrapper .course-index-list > li {
    border-right: 1px solid #92AFD5;
  }
}
.page-course-section .section-index-wrapper .course-index-list .index-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 2rem 2rem 6rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-index-wrapper .course-index-list .index-item {
    padding: 4rem 2rem 7rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
  }
}
.page-course-section .section-index-wrapper .course-index-list .index-item::before {
  content: "";
  position: absolute;
  left: calc(50% - 1.8rem);
  bottom: 2rem;
  width: 3.6rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='18' viewBox='0 0 36 18'%3E%3Cpath id='V' d='M318.389,736.253h0l-16.6-15.406,1.4-1.3,16.6,15.406,16.6-15.406,1.4,1.3-18,16.7Z' transform='translate(-301.787 -719.55)' fill='%23004b9e'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-index-wrapper .course-index-list .index-item::before {
    bottom: 3rem;
  }
}
.page-course-section .section-index-wrapper .course-index-list .index-item .title {
  position: relative;
}
.page-course-section .section-index-wrapper .course-index-list .index-item .title p {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.7rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-index-wrapper .course-index-list .index-item .title p {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
  }
}
.page-course-section .section-index-wrapper .course-index-list .index-item .title h3 {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.page-course-section .section-index-wrapper .course-index-list .index-item:hover {
  background: #E8F0FC;
}
.page-course-section .section-index-wrapper .course-index-list .index-item:hover::before {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.page-course-section .section-intro {
  position: relative;
  padding: 6rem 6rem;
  min-height: 26rem;
  background: #E8F0FC;
  border-top: 2px solid #01439B;
  margin-bottom: 6rem;
  z-index: 0;
}
.page-course-section .section-intro.special {
  min-height: unset;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-intro {
    padding: 6rem 3rem 4rem;
    margin-left: -3rem;
    margin-right: -3rem;
    min-height: 40rem;
  }
  .page-course-section .section-intro.special .title h3 {
    font-size: 6rem;
  }
}
.page-course-section .section-intro .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.page-course-section .section-intro .back img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.page-course-section .section-intro .wrap {
  position: relative;
  width: 100%;
  max-width: 60rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-intro .wrap {
    max-width: 100%;
  }
  .page-course-section .section-intro .back {
    opacity: 0.3;
  }
}
.page-course-section .section-intro .title {
  position: relative;
}
.page-course-section .section-intro .title p {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: left;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-intro .title p {
    font-size: 2.8rem;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: 1.6rem;
  }
}
.page-course-section .section-intro .title h3 {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 7.2rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-intro .title h3 {
    font-size: 8rem;
    line-height: 9rem;
    text-align: center;
  }
}
.page-course-section .section-intro .desc {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-intro .desc {
    font-size: 2.4rem;
    line-height: 2;
    margin-top: 4rem;
  }
}
.page-course-section .section-course-wrapper {
  position: relative;
}
.page-course-section .section-course-wrapper + .section-course-wrapper {
  margin-top: 10rem;
}
.page-course-section .section-course-wrapper .section-intro {
  position: relative;
}
.page-course-section .section-course-wrapper .section-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 4rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-grid {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 6rem;
  }
}
.page-course-section .section-course-wrapper .section-grid > li {
  position: relative;
  display: block;
}
.page-course-section .section-course-wrapper .section-grid .section-title {
  position: relative;
  margin-bottom: 3rem;
}
.page-course-section .section-course-wrapper .section-grid .section-content {
  position: relative;
}
.page-course-section .section-course-wrapper .section-grid .section-content .text-list {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-grid .section-content .text-list {
    font-size: 2.4rem;
  }
}
.page-course-section .section-course-wrapper .section-grid .section-content .text-list > li {
  position: relative;
  padding-left: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-grid .section-content .text-list > li {
    padding-left: 2.4rem;
  }
}
.page-course-section .section-course-wrapper .section-grid .section-content .text-list > li::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #01439B;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-grid .section-content .text-list > li::before {
    top: 1.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.page-course-section .section-course-wrapper .section-course {
  position: relative;
  display: block;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course {
    margin-top: 6rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-index {
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-index {
    margin-bottom: 3rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-index .index-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 7rem;
  border-radius: 0.4rem;
  background: #00AFE5;
  padding: 1rem 5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-index .index-btn {
    font-size: 2.4rem;
    padding: 1.6rem 3rem;
    height: 10rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-index .index-btn span {
  position: relative;
  display: inline-block;
  padding-right: 2.4rem;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-index .index-btn span {
    padding-right: 3.2rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-index .index-btn span::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 0;
  display: inline-block;
  width: 0.9rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L1 14.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-index .index-btn span::before {
    top: calc(50% - 1.2rem);
    width: 1.6rem;
    height: 2.4rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-index .index-btn:hover {
  background: #008FCA;
}
.page-course-section .section-course-wrapper .section-course .course-index .index-btn:hover span::before {
  -webkit-transform: translateX(0.4rem);
          transform: translateX(0.4rem);
}
.page-course-section .section-course-wrapper .section-course .course-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 2rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 2rem;
}
.page-course-section .section-course-wrapper .section-course .course-flex .course-list {
	display: block;
    width: 49.2%;
}
.page-course-section .section-course-wrapper .section-course .course-flex .course-list > li {
	margin-bottom: 2rem;
}
.page-course-section .section-course-wrapper .section-course .course-flex {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-flex .course-list {
    width: 100%;
  }
  .page-course-section .section-course-wrapper .section-course .course-flex .course-list > li {
	margin-bottom: 3rem;
  }
  .page-course-section .section-course-wrapper .section-course .course-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 3rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-list > li {
  position: relative;
  display: block;
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.4rem 6.5rem 2.2rem 2.4rem;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 0.4rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-list .course-item {
    padding: 3.2rem 3rem 3rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title {
  position: relative;
  padding: 0 0 0 4.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-list .course-item .title {
    padding: 0 0 0 6.1rem;
    font-size: 2.8rem;
    line-height: 4.5rem;
    margin-bottom: 1.6rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: #014179;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.3rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.4rem;
    line-height: 4.5rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type:has(sub) {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type:has(sub) {
    font-size: 1.8rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type:has(sub) sub {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type:has(sub) sub {
    font-size: 1.4rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type.mz {
  background: #014179;
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type.b {
  background: #E32860;
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type.m {
  background: #01B7CE;
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type.d {
  background: #F16B01;
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type.a {
  background: rgba(173, 212, 41, 0.8666666667);
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title .type.p {
  background: #F0DE15;
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .title .txt {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-course-section .section-course-wrapper .section-course .course-list .course-item .desc {
    font-size: 2.4rem;
  }
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 2.4rem;
  width: 0.9rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L1 14.5' stroke='%2300AFE5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 0;
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item:hover {
  background: #E8F0FC;
}
.page-course-section .section-course-wrapper .section-course .course-list .course-item:hover::before {
  -webkit-transform: translateX(0.4rem);
          transform: translateX(0.4rem);
}

.page-faq-section {
  position: relative;
  padding: 8rem 0 4rem;
}
.page-faq-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.page-faq-section .section-faq-wrapper {
  position: relative;
}
.page-faq-section .section-faq-wrapper + .section-faq-wrapper {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper + .section-faq-wrapper {
    margin-top: 6rem;
  }
}
.page-faq-section .section-faq-wrapper .section-label {
  position: relative;
}
.page-faq-section .section-faq-wrapper .section-content {
  position: relative;
  display: block;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list {
  position: relative;
  display: block;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item {
  position: relative;
  padding: 2rem 2rem;
  background: #E8F0FC;
  border: 1px solid #D9D9D9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0.4rem;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .question {
  position: relative;
  display: block;
  cursor: pointer;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .question h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  text-align: left;
  padding: 0.8rem 3rem 1rem 6.8rem;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .question h4 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding: 1.4rem 4rem 1.4rem 8.4rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .question h4::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  background: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0;
  color: #01439B;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .question h4::before {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 3.2rem;
    line-height: 6.3rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .question::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 2rem;
  height: 2px;
  background: #01439B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 0;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .question::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 2rem;
  height: 2px;
  background: #01439B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 0;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .question.expanded::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .answer {
  position: relative;
  display: block;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .answer .inner {
  position: relative;
  padding: 2.4rem 3rem 1rem 6.8rem;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .answer .inner {
    padding: 3.2rem 3rem 1.4rem 8.4rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .answer .inner::before {
  content: "A";
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 4.8rem;
  height: 4.8rem;
  background: transparent;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0;
  color: #01439B;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .answer .inner::before {
    top: 2.3rem;
    width: 6.4rem;
    height: 6.4rem;
    font-size: 3.2rem;
    line-height: 6.3rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .answer .inner p {
  position: relative;
  margin: 0;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .answer .inner ul {
  position: relative;
  margin: 0;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .answer .inner ul > li {
  position: relative;
  padding-left: 1.6rem;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item .answer .inner ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item:has(.expanded) {
  background: #FFFFFF;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item:has(.expanded) .question h4::before {
  background: #E8F0FC;
}
.page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item.faq-item {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .faq-list .faq-item.faq-item {
    margin-top: 3rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .course-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 2rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .course-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 3rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .course-list > li {
  position: relative;
  display: block;
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.4rem 6.5rem 2.2rem 2.4rem;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 0.4rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .course-list .course-item {
    padding: 3.2rem 3rem 3rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title {
  position: relative;
  padding: 0 0 0 4.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title {
    padding: 0 0 0 6.1rem;
    font-size: 2.8rem;
    line-height: 4.5rem;
    margin-bottom: 1.6rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: #014179;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.3rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.4rem;
    line-height: 4.5rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type:has(sub) {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type:has(sub) {
    font-size: 1.8rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type:has(sub) sub {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type:has(sub) sub {
    font-size: 1.4rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type.mz {
  background: #014179;
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type.b {
  background: #E32860;
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type.m {
  background: #01B7CE;
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type.d {
  background: #F16B01;
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type.a {
  background: rgba(173, 212, 41, 0.8666666667);
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .type.p {
  background: #F0DE15;
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .title .txt {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item .desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-faq-section .section-faq-wrapper .section-content .course-list .course-item .desc {
    font-size: 2.4rem;
  }
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 2.4rem;
  width: 0.9rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L1 14.5' stroke='%2300AFE5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 0;
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item:hover {
  background: #E8F0FC;
}
.page-faq-section .section-faq-wrapper .section-content .course-list .course-item:hover::before {
  -webkit-transform: translateX(0.4rem);
          transform: translateX(0.4rem);
}

.page-privacy-section {
  position: relative;
  padding: 8rem 0 4rem;
}
.page-privacy-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.page-privacy-section .section-privacy-wrapper {
  position: relative;
}
.page-privacy-section .section-privacy-wrapper .privacy-list {
  position: relative;
  display: block;
  list-style: none;
  counter-reset: list-item;
}
.page-privacy-section .section-privacy-wrapper .privacy-list > li {
  position: relative;
  padding-left: 3.5rem;
  counter-increment: list-item;
}
@media only screen and (max-width: 768px) {
  .page-privacy-section .section-privacy-wrapper .privacy-list > li {
    padding-left: 0;
  }
}
.page-privacy-section .section-privacy-wrapper .privacy-list > li::before {
  content: counter(list-item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #01439B;
  text-align: left;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-privacy-section .section-privacy-wrapper .privacy-list > li::before {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
}
.page-privacy-section .section-privacy-wrapper .privacy-list > li:not(:last-child) {
  margin-bottom: 4rem;
}
.page-privacy-section .section-privacy-wrapper .privacy-list h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #01439B;
  text-align: left;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-privacy-section .section-privacy-wrapper .privacy-list h4 {
    text-indent: 4.8rem;
    font-size: 3.2rem;
    line-height: 4.5rem;
    margin-bottom: 1.8rem;
  }
}
.page-privacy-section .section-privacy-wrapper .privacy-list p {
  position: relative;
}
.page-privacy-section .section-privacy-wrapper .privacy-list a {
  color: #01439B;
  text-decoration: underline;
}

.page-access-section {
  position: relative;
  padding: 8rem 0 4rem;
}
.page-access-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.page-access-section .section-access-wrapper {
  position: relative;
}
.page-access-section .section-access-wrapper .section-intro {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
  text-align: left;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .page-access-section .section-access-wrapper .section-intro {
    font-size: 2.4rem;
    letter-spacing: -0.035em;
    margin-right: -2rem;
    margin-bottom: 6rem;
  }
}
.page-access-section .section-access-wrapper .section-title {
  position: relative;
  margin-bottom: 4rem;
}
.page-access-section .section-access-wrapper .section-content {
  position: relative;
}
.page-access-section .section-access-wrapper .section-content::after {
  content: "";
  display: block;
  clear: both;
}
.page-access-section .section-access-wrapper .section-content .access-map {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .page-access-section .section-access-wrapper .section-content .access-map {
    width: calc(100% - 60.2rem);
    float: left;
  }
}
.page-access-section .section-access-wrapper .section-content .access-map .address {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-access-section .section-access-wrapper .section-content .access-map .address {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
.page-access-section .section-access-wrapper .section-content .access-map .address > li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12rem minmax(0rem, 1fr);
  grid-template-columns: 12rem minmax(0rem, 1fr);
}
@media only screen and (max-width: 768px) {
  .page-access-section .section-access-wrapper .section-content .access-map .address > li {
    -ms-grid-columns: 15rem minmax(0rem, 1fr);
    grid-template-columns: 15rem minmax(0rem, 1fr);
  }
}
.page-access-section .section-access-wrapper .section-content .access-map .address > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.page-access-section .section-access-wrapper .section-content .access-map .address > li strong {
  font-weight: 700;
}
.page-access-section .section-access-wrapper .section-content .access-map .address > li span {
  font-weight: 400;
}
.page-access-section .section-access-wrapper .section-content .access-map .address > li a {
  color: inherit;
  text-decoration: none;
}
.page-access-section .section-access-wrapper .section-content .access-map .map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 43.8rem;
  padding: 0;
  margin: 5rem 0 0 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-access-section .section-access-wrapper .section-content .access-map .map {
    height: 60rem;
  }
}
.page-access-section .section-access-wrapper .section-content .access-map .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
  z-index: 0;
}
.page-access-section .section-access-wrapper .section-content .acccess-cross {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .page-access-section .section-access-wrapper .section-content .acccess-cross {
    width: 56.9rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-access-section .section-access-wrapper .section-content .acccess-cross {
    width: 100%;
    margin-top: 6rem;
  }
}
.page-access-section .section-access-wrapper .section-content .acccess-cross .venobox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.page-access-section .section-access-wrapper .section-content .acccess-cross .venobox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.page-access-section .section-access-wrapper .section-content .acccess-cross .help {
  position: relative;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-access-section .section-access-wrapper .section-content .acccess-cross .help {
    margin-top: 1rem;
  }
}

.page-admission-section {
  position: relative;
  padding: 8rem 0 4rem;
}
.page-admission-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.page-admission-section .section-index-wrapper {
  position: relative;
  margin-bottom: 8rem;
}
.page-admission-section .section-index-wrapper .admission-index-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
}
@media print, screen and (min-width: 769px) {
  .page-admission-section .section-index-wrapper .admission-index-list {
    border-left: 1px solid #92AFD5;
  }
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-index-wrapper .admission-index-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 3rem;
  }
}
.page-admission-section .section-index-wrapper .admission-index-list > li {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .page-admission-section .section-index-wrapper .admission-index-list > li {
    border-right: 1px solid #92AFD5;
  }
}
.page-admission-section .section-index-wrapper .admission-index-list .index-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 2rem 2rem 6rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-index-wrapper .admission-index-list .index-item {
    padding: 5rem 2rem 7.5rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
  }
}
.page-admission-section .section-index-wrapper .admission-index-list .index-item::before {
  content: "";
  position: absolute;
  left: calc(50% - 1.8rem);
  bottom: 2rem;
  width: 3.6rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='18' viewBox='0 0 36 18'%3E%3Cpath id='V' d='M318.389,736.253h0l-16.6-15.406,1.4-1.3,16.6,15.406,16.6-15.406,1.4,1.3-18,16.7Z' transform='translate(-301.787 -719.55)' fill='%23004b9e'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-index-wrapper .admission-index-list .index-item::before {
    bottom: 3rem;
  }
}
.page-admission-section .section-index-wrapper .admission-index-list .index-item .title {
  position: relative;
}
.page-admission-section .section-index-wrapper .admission-index-list .index-item .title h3 {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.page-admission-section .section-index-wrapper .admission-index-list .index-item:hover {
  background: #E8F0FC;
}
.page-admission-section .section-index-wrapper .admission-index-list .index-item:hover::before {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.page-admission-section .section-intro {
  position: relative;
  padding: 7rem 6rem 8rem;
  background: #E8F0FC;
  border-top: 2px solid #01439B;
  margin-bottom: 6rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-intro {
    padding: 8rem 3rem 8rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.page-admission-section .section-intro .wrap {
  position: relative;
  width: 100%;
  z-index: 3;
}
.page-admission-section .section-intro .title {
  position: relative;
}
.page-admission-section .section-intro .title h3 {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 7.2rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-intro .title h3 {
    font-size: 8rem;
    line-height: 9rem;
    text-align: center;
  }
}
.page-admission-section .section-admission-wrapper {
  position: relative;
}
.page-admission-section .section-admission-wrapper + .section-admission-wrapper {
  margin-top: 10rem;
}
.page-admission-section .section-admission-wrapper .section-intro {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-course {
  position: relative;
  display: block;
}
.page-admission-section .section-admission-wrapper .section-course + .section-course {
  margin-top: 8rem;
}
.page-admission-section .section-admission-wrapper .section-course .section-title {
  position: relative;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-title {
    margin-bottom: 3.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 4rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 2.4rem 4rem;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 3rem;
    margin-bottom: 3.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list > li {
  position: relative;
  display: block;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title {
  position: relative;
  padding: 0 0 0 6.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title {
    padding: 0 0 0 9.2rem;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 5.2rem;
  height: 5.2rem;
  background: #014179;
  font-size: 2rem;
  font-weight: 700;
  line-height: 5.2rem;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.3rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type {
    width: 7.2rem;
    height: 7.2rem;
    font-size: 3.4rem;
    line-height: 7.2rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type:has(sub) {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type:has(sub) {
    font-size: 1.8rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type:has(sub) sub {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type:has(sub) sub {
    font-size: 1.4rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type.mz {
  background: #014179;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type.b {
  background: #E32860;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type.m {
  background: #01B7CE;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type.d {
  background: #F16B01;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type.a {
  background: rgba(173, 212, 41, 0.8666666667);
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .type.p {
  background: #F0DE15;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .txt {
  position: relative;
  display: block;
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .sub {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-list .course-item .title .sub {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .scroller {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .scroller {
    position: relative;
    display: block;
    padding: 0 0 2rem 0;
    overflow-x: auto;
  }
  .page-admission-section .section-admission-wrapper .section-course .section-content .scroller::-webkit-scrollbar {
    height: 0.8rem;
  }
  .page-admission-section .section-admission-wrapper .section-course .section-content .scroller::-webkit-scrollbar-track {
    background: #C9C9C9;
    height: 0.8rem;
    border-radius: 0.8rem;
  }
  .page-admission-section .section-admission-wrapper .section-course .section-content .scroller::-webkit-scrollbar-thumb {
    background: #00AFE5;
    border-radius: 0.8rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #333333;
  text-align: center;
  border: none;
  border-radius: 0.6rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table {
    font-size: 2.4rem;
    line-height: 3rem;
    width: 160rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead tr {
  border: none;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th {
  position: relative;
  background: #01439B;
  padding: 1.6rem 1.2rem;
  height: 12rem;
  font-weight: 700;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  width: 12.5%;
  border: none;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th {
    height: 14rem;
  }
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:nth-child(1) {
    width: 12rem;
  }
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:nth-child(2), .page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:nth-child(3), .page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:nth-child(4), .page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:nth-child(5), .page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:nth-child(6), .page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:nth-child(7), .page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:nth-child(8) {
    width: 15rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:not(:last-child) {
  border-right: 1px solid #EDEDED;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:first-child {
  border-radius: 0.6rem 0 0 0;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table thead th:last-child {
  border-radius: 0 0.6rem 0 0;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody th,
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody td {
  position: relative;
  padding: 1.6rem 1.2rem;
  height: 10rem;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #EDEDED;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody th,
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody td {
    height: 12rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody th small,
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody td small {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  color: inherit;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody th small,
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody td small {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-top: 1.2rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody tr:last-child th:first-child,
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.6rem;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody tr:last-child th:last-child,
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.6rem 0;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type {
  position: relative;
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background: #014179;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 7rem;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.3rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type {
    width: 7.2rem;
    height: 7.2rem;
    line-height: 7.2rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type:has(sub) {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type:has(sub) {
    font-size: 1.8rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type:has(sub) sub {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type:has(sub) sub {
    font-size: 1.4rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type.mz {
  background: #014179;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type.b {
  background: #E32860;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type.m {
  background: #01B7CE;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type.d {
  background: #F16B01;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type.a {
  background: rgba(173, 212, 41, 0.8666666667);
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .type.p {
  background: #F0DE15;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-table tbody .price {
  position: relative;
  display: block;
  font: inherit;
  line-height: inherit;
  color: inherit;
  z-index: 0;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #333333;
  text-align: center;
  border: none;
  border-radius: 0.6rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .compare-table {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table thead {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table thead tr {
  border: none;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table thead th {
  position: relative;
  background: #01439B;
  padding: 1.6rem 1.2rem;
  height: 9rem;
  font-weight: 700;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  border: none;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .compare-table thead th {
    height: 12rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table thead th:not(:last-child) {
  border-right: 1px solid #EDEDED;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table thead th:first-child {
  border-radius: 0.6rem 0 0 0;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table thead th:last-child {
  border-radius: 0 0.6rem 0 0;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table thead th small {
  font-size: 1.6rem;
  font-weight: inherit;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .compare-table thead th small {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody th,
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody td {
  position: relative;
  padding: 1.6rem 1.2rem;
  height: 10rem;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #EDEDED;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody th,
  .page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody td {
    height: 12rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody th small,
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody td small {
  position: relative;
  display: inline;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody th small,
  .page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody td small {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody tr:last-child th:first-child,
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.6rem;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody tr:last-child th:last-child,
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.6rem 0;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .compare-table tbody .price {
  position: relative;
  display: block;
  font: inherit;
  line-height: inherit;
  color: inherit;
  z-index: 0;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-notes {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-notes {
    font-size: 2.4rem;
    margin-top: 3.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-notes > li {
  position: relative;
  display: block;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-notes > li {
    padding-left: 2.8rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-notes > li:not(:last-child) {
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-course .section-content .course-notes > li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-notes > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font: inherit;
  color: inherit;
}
.page-admission-section .section-admission-wrapper .section-course .section-content .course-notes > li.strong {
  font-weight: 700;
  color: #01439B;
}
.page-admission-section .section-admission-wrapper .section-flow {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list {
  position: relative;
  display: block;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list > li {
  position: relative;
  display: block;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list > li:not(:last-child) {
  margin-bottom: 6rem;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list > li:not(:last-child) .flow-item {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list > li:not(:last-child) .flow-item::before {
  content: "";
  position: absolute;
  top: 10.5rem;
  left: 3.5rem;
  width: 2px;
  bottom: -3rem;
  background: #EDEDED;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list > li:not(:last-child) .flow-item::before {
    left: 3.6rem;
    width: 1px;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item {
  position: relative;
  display: block;
  padding: 1.2rem 0 0 15.5rem;
  min-height: 12.5rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item {
    padding: 0 0 0 10.5rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 7.5rem;
  padding: 1rem 0.5rem 0.5rem;
  background: #01439B;
  border-radius: 0.4rem;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-count small {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  color: #FFFFFF;
  text-align: center;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-count strong {
  position: relative;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #FFFFFF;
  text-align: center;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 2.4rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 2.4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 3rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list > li {
  position: relative;
  display: block;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem 3.2rem;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 0.8rem;
  z-index: 0;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  color: #01439B;
  text-align: left;
  padding-bottom: 1rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title {
    font-size: 3.2rem;
    line-height: 4.8rem;
    padding-bottom: 1.6rem;
    margin-bottom: 3.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 14rem;
  height: 2px;
  background: #01439B;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title::before {
    right: 18.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title span {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol {
  position: absolute;
  top: -0.2rem;
  right: 0;
  width: 11.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol {
    top: -0.6rem;
    gap: 1.6rem;
    width: 15.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol > li span {
  position: relative;
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  background: #01439B;
  border-radius: 0.3rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol > li span {
    width: 7rem;
    height: 7rem;
    font-size: 3.4rem;
    line-height: 7rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol > li span.mz {
  background: #014179;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol > li span.m {
  background: #01B7CE;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol > li span.a {
  background: rgba(173, 212, 41, 0.8666666667);
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol > li span.b {
  background: #E32860;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol > li span.d {
  background: #F16B01;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .title ol > li span.p {
  background: #F0DE15;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .content {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .content ul {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #333333;
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .content ul {
    font-size: 2.8rem;
    line-height: 4.6rem;
    margin-bottom: 1.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .content ul > li {
  position: relative;
  display: block;
  padding-left: 1.8rem;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .content ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .content ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.3rem);
  width: 0.6rem;
  height: 0.6rem;
  background: #333333;
  border-radius: 50%;
  z-index: 0;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .content h5 {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #333333;
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .class-list .class-card .content h5 {
    font-size: 2.8rem;
    line-height: 4.6rem;
    margin-bottom: 1.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  color: #01439B;
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-title {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin-bottom: 1.6rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content {
    font-size: 2.4rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content ul {
  position: relative;
  display: block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: left;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content ul > li {
  position: relative;
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content ul > li {
    padding-left: 0;
    text-indent: 2.8rem;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content ul > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content ul > li::before {
    text-indent: 0;
  }
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content p {
  position: relative;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content strong {
  font-weight: 700;
  color: #01439B;
}
.page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content .sm {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .page-admission-section .section-admission-wrapper .section-flow .flow-list .flow-item .item-content .sm {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.page-admission-section .section-admission-wrapper .section-schedule {
  position: relative;
  display: block;
}
.page-admission-section .section-admission-wrapper .section-schedule .schedule-frame {
  position: relative;
  width: 100%;
}

.page-instructor-section {
  position: relative;
  padding: 0 0 4rem;
}
.page-instructor-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.page-instructor-section .section-profile-wrapper {
  position: relative;
  margin-bottom: 12rem;
}
@media print, screen and (min-width: 769px) {
  .page-instructor-section .section-profile-wrapper {
    padding: 8rem clamp(3rem, 50% - 64rem, 50%) 8rem 0;
    background: -webkit-gradient(linear, right top, left top, from(#EBF4FF), color-stop(70%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #EBF4FF 0%, #FFFFFF 70%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-profile-wrapper {
    padding: 8rem 0 0;
  }
}
.page-instructor-section .section-profile-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.page-instructor-section .section-profile-wrapper .profile-thumb {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-instructor-section .section-profile-wrapper .profile-thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: clamp(70rem, 50% - 10rem, 50%);
  }
  .page-instructor-section .section-profile-wrapper .profile-thumb .image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .page-instructor-section .section-profile-wrapper .profile-thumb .image img {
    position: relative;
    z-index: 0;
  }
  .page-instructor-section .section-profile-wrapper .profile-thumb .image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 26rem;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(57.69%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 57.69%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-profile-wrapper .profile-thumb {
    width: 100%;
  }
  .page-instructor-section .section-profile-wrapper .profile-thumb .image {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .page-instructor-section .section-profile-wrapper .profile-thumb .image img {
    position: relative;
    z-index: 0;
  }
  .page-instructor-section .section-profile-wrapper .profile-thumb .image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 26rem;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(57.69%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 57.69%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
.page-instructor-section .section-profile-wrapper .profile-info {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-instructor-section .section-profile-wrapper .profile-info {
    width: 60rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-profile-wrapper .profile-info {
    margin-top: 5rem;
    padding: 0 3rem;
  }
}
.page-instructor-section .section-profile-wrapper .profile-info .label {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #01439B;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-profile-wrapper .profile-info .label {
    font-size: 5rem;
    line-height: 7rem;
    margin-bottom: 3.6rem;
  }
}
.page-instructor-section .section-profile-wrapper .profile-info .content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-profile-wrapper .profile-info .content {
    font-size: 2.4rem;
    line-height: 1.875;
  }
}
.page-instructor-section .section-profile-wrapper .profile-info .content ul {
  position: relative;
  display: block;
}
.page-instructor-section .section-profile-wrapper .profile-info .content ul > li {
  position: relative;
  display: block;
}
.page-instructor-section .section-profile-wrapper .profile-info .content ul > li:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-profile-wrapper .profile-info .content ul > li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.page-instructor-section .section-profile-wrapper .profile-info .author {
  position: relative;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-profile-wrapper .profile-info .author {
    margin-top: 5rem;
  }
}
.page-instructor-section .section-profile-wrapper .profile-info .author p {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-profile-wrapper .profile-info .author p {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
.page-instructor-section .section-profile-wrapper .profile-info .author h4 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-profile-wrapper .profile-info .author h4 {
    font-size: 5rem;
    line-height: 7rem;
  }
}
.page-instructor-section .section-instructor-wrapper {
  position: relative;
}
.page-instructor-section .section-instructor-wrapper .section-intro {
  position: relative;
  padding: 7rem 6rem 8rem;
  background: #E8F0FC;
  border-top: 2px solid #01439B;
  margin-bottom: 4rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-intro {
    padding: 8rem 3rem 8rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-intro .wrap {
  position: relative;
  width: 100%;
  z-index: 3;
}
.page-instructor-section .section-instructor-wrapper .section-intro .title {
  position: relative;
}
.page-instructor-section .section-instructor-wrapper .section-intro .title h3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 7.2rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-intro .title h3 {
    font-size: 8rem;
    line-height: 9rem;
    text-align: left;
  }
}
.page-instructor-section .section-instructor-wrapper .section-intro .title h3 small {
  font-size: 3.6rem;
}
.page-instructor-section .section-instructor-wrapper .section-desc {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  color: #333333;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-desc {
    font-size: 2.4rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department {
  position: relative;
}
.page-instructor-section .section-instructor-wrapper .section-department + .section-department {
  margin-top: 6rem;
}
.page-instructor-section .section-instructor-wrapper .section-department .department-label {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #333333;
  text-align: left;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-label {
    font-size: 4rem;
    line-height: 5.6rem;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content {
  position: relative;
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 3.2rem minmax(0rem, 1fr) 3.2rem minmax(0rem, 1fr) 3.2rem minmax(0rem, 1fr);
  grid-template-columns: repeat(4, minmax(0rem, 1fr));
  gap: 3.2rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list {
    -ms-grid-columns: minmax(0rem, 1fr) 3.2rem minmax(0rem, 1fr);
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
    gap: 3.2rem 3.2rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list > li {
  position: relative;
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1.6rem;
  overflow: hidden;
  z-index: 0;
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .thumb {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .thumb img {
  position: relative;
  z-index: 0;
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .thumb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 29.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 68, 159, 0)), color-stop(26.05%, rgba(7, 68, 159, 0.5)), to(#07449F));
  background: linear-gradient(180deg, rgba(7, 68, 159, 0) 0%, rgba(7, 68, 159, 0.5) 26.05%, #07449F 100%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .thumb::after {
    height: 35.6rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.2rem 2.2rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .info {
    padding: 2.4rem 2.4rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .info .name {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .info .name {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-bottom: 0.6rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .info .name small {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 0.8rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .info .name small {
    font-size: 2.4rem;
    margin-left: 1.2rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .info .position {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .info .position {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .info .desc {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .member-list .member-item .info .desc {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 3.2rem minmax(0rem, 1fr) 3.2rem minmax(0rem, 1fr) 3.2rem minmax(0rem, 1fr);
  grid-template-columns: repeat(4, minmax(0rem, 1fr));
  gap: 3.2rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list {
    -ms-grid-columns: minmax(0rem, 1fr) 3.2rem minmax(0rem, 1fr);
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
    gap: 3.2rem 3.2rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list > li {
  position: relative;
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1.6rem;
  overflow: hidden;
  z-index: 0;
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .thumb {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .thumb img {
  position: relative;
  z-index: 0;
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .thumb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 68, 159, 0)), color-stop(26.05%, rgba(7, 68, 159, 0.5)), to(#07449F));
  background: linear-gradient(180deg, rgba(7, 68, 159, 0) 0%, rgba(7, 68, 159, 0.5) 26.05%, #07449F 100%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .thumb::after {
    height: 15.4rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.2rem 2.2rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .info {
    padding: 2.4rem 2.4rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .info .name {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .info .name {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-bottom: 0.6rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .info .name small {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 0.8rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .info .name small {
    font-size: 2.4rem;
    margin-left: 1.2rem;
  }
}
.page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .info .position {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #FFFFFF;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-instructor-section .section-instructor-wrapper .section-department .department-content .tutor-list .tutor-item .info .position {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.page-entrance-section {
  position: relative;
  padding: 4rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .page-entrance-section {
    padding: 8rem 0 4rem;
  }
}
.page-entrance-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.page-entrance-section .section-entrance-wrapper {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .page-entrance-section .section-entrance-wrapper {
    font-size: 2.4rem;
  }
}
.page-entrance-section .section-entrance-wrapper .section-desc {
  position: relative;
  margin-bottom: 6rem;
}
.page-entrance-section .section-entrance-wrapper .section-intro {
  position: relative;
}
.page-entrance-section .section-entrance-wrapper .section-intro .intro-lead {
  position: relative;
  margin-bottom: 3rem;
}
.page-entrance-section .section-entrance-wrapper .section-intro .intro-lead p {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4rem;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-entrance-section .section-entrance-wrapper .section-intro .intro-lead p {
    font-size: 3.4rem;
    line-height: 4.8rem;
  }
}
.page-entrance-section .section-entrance-wrapper .section-intro .intro-lead h3 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 7rem;
  color: #01439B;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-entrance-section .section-entrance-wrapper .section-intro .intro-lead h3 {
    font-size: 4.8rem;
    line-height: 7rem;
  }
}
.page-entrance-section .section-entrance-wrapper .section-intro .intro-desc {
  position: relative;
}
.page-entrance-section .section-entrance-wrapper .section-university {
  position: relative;
  margin-top: 7rem;
}
.page-entrance-section .section-entrance-wrapper .section-university .lead {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: #333333;
  text-align: left;
  margin-bottom: 3.6rem;
}
.page-entrance-section .section-entrance-wrapper .section-university .lead.reset {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .page-entrance-section .section-entrance-wrapper .section-university .lead {
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
.page-entrance-section .section-entrance-wrapper .section-university .list {
  position: relative;
  display: block;
}
.page-entrance-section .section-entrance-wrapper .section-university .list > li {
  position: relative;
  display: block;
  padding-left: 1.8rem;
}
.page-entrance-section .section-entrance-wrapper .section-university .list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #01439B;
}
.page-entrance-section .section-entrance-wrapper .section-university .list > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .page-entrance-section .section-entrance-wrapper .section-university .list > li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.page-entrance-section .section-entrance-wrapper .section-university .item {
  margin-top: 5.3rem;
}
.page-entrance-section .section-entrance-wrapper .section-university .item .box {
  background-color: white;
  border-radius: 2rem;
  background-color: white;
  -webkit-box-shadow: 0 4px 17px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 17px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.4rem;
}
.page-entrance-section .section-entrance-wrapper .section-university .item .box:last-child {
  margin-bottom: unset;
}
.page-entrance-section .section-entrance-wrapper .section-university .item .box .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.7rem 2rem 1.7rem 2rem;
}
.page-entrance-section .section-entrance-wrapper .section-university .item .box .area_lead {
  background-color: #03A2AC;
  color: white;
  padding: 0.9rem 2rem;
  border-radius: 0.5rem;
  line-height: 1;
}
.page-entrance-section .section-entrance-wrapper .section-university .item .box .area_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.1538461538;
  border-left: 3px solid #07449F;
  padding-left: 9px;
  margin-top: 2.3rem;
  color: #07449F;
}
.page-entrance-section .section-entrance-wrapper .section-university .item .box .area_txt {
  margin-top: 1.1rem;
  line-height: 1;
}
.page-entrance-section .section-entrance-wrapper .section-university .item .box .area_btn {
  margin-top: 2.3rem;
}
.page-entrance-section .section-entrance-wrapper .section-university .item .box .area_btn .link-btn {
  width: 24.8rem;
}
.page-entrance-section .section-entrance-wrapper .section-university .item .box_img {
  border-radius: 1.5rem;
}
.page-entrance-section .section-entrance-wrapper .section-university .item .box_img img {
  border-radius: 1.5rem;
  width: 38.6rem;
}
@media only screen and (max-width: 768px) {
  .page-entrance-section .section-entrance-wrapper .section-university .item .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem;
  }
  .page-entrance-section .section-entrance-wrapper .section-university .item .box .box_img img {
    width: 100%;
  }
  .page-entrance-section .section-entrance-wrapper .section-university .item .box .area {
    width: 100%;
  }
  .page-entrance-section .section-entrance-wrapper .section-university .item .box .area_lead {
    font-size: 2.4rem;
    padding: 8px 20px;
  }
  .page-entrance-section .section-entrance-wrapper .section-university .item .box .area_ttl {
    font-size: 3rem;
  }
  .page-entrance-section .section-entrance-wrapper .section-university .item .box .area_txt {
    font-size: 2.4rem;
    margin-top: 10px;
  }
  .page-entrance-section .section-entrance-wrapper .section-university .item .box .area_btn {
    width: 100%;
  }
  .page-entrance-section .section-entrance-wrapper .section-university .item .box .area_btn .link-btn {
    width: 100%;
  }
}

.page-recruit-section {
  position: relative;
  padding: 12rem 0 4rem;
}
.page-recruit-section .container {
  position: relative;
  max-width: 132rem;
  z-index: 3;
}
.page-recruit-section .section-recruit-wrapper {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .section-recruit-wrapper {
    font-size: 2.4rem;
  }
}
.page-recruit-section .section-recruit-wrapper .section-desc {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 12rem;
}
.page-recruit-section .section-recruit-wrapper .section-index {
  position: relative;
  margin-bottom: 11rem;
}
.page-recruit-section .section-recruit-wrapper .section-index .index-label {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  color: #333333;
  text-align: left;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .section-recruit-wrapper .section-index .index-label {
    font-size: 4rem;
    line-height: 5.6rem;
  }
}
.page-recruit-section .section-recruit-wrapper .section-index .index-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 5rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .section-recruit-wrapper .section-index .index-list {
    gap: 1rem 5rem;
  }
}
.page-recruit-section .section-recruit-wrapper .section-index .index-list > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-recruit-section .section-recruit-wrapper .section-index .index-list .index-link {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  color: #333333;
  text-decoration: none;
  padding: 0 2.8rem 1.3rem 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .section-recruit-wrapper .section-index .index-list .index-link {
    font-size: 2.6rem;
    line-height: 4rem;
    padding: 0 3.6rem 1.6rem 0;
  }
}
.page-recruit-section .section-recruit-wrapper .section-index .index-list .index-link::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 0;
  width: 1.5rem;
  height: 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0.5L7.5 7L0.5 0.499999' stroke='%23333333' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .section-recruit-wrapper .section-index .index-list .index-link::after {
    top: 1.4rem;
    width: 2rem;
    height: 1rem;
  }
}
.page-recruit-section .section-recruit-wrapper .section-index .index-list .index-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  z-index: 0;
}
.page-recruit-section .section-recruit-wrapper .section-index .index-list .index-link:hover::before {
  -webkit-animation: link-lineloop 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: link-lineloop 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.page-recruit-section .section-recruit-wrapper .section-content {
  position: relative;
}
.page-recruit-section .section-recruit-wrapper .section-content .recruit-block {
  position: relative;
}
.page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #01439B;
  text-align: left;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-title {
    font-size: 3.4rem;
    line-height: 4.8rem;
  }
}
.page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-table {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  text-align: left;
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #EDEDED;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-table {
    font-size: 2.4rem;
  }
}
.page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-table tr {
  position: relative;
  border-bottom: 1px solid #EDEDED;
}
.page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-table th,
.page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-table td {
  position: relative;
  padding: 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-table th,
  .page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-table td {
    padding: 3.2rem 0;
  }
}
.page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-table th {
  font-weight: 700;
  width: 24rem;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .section-recruit-wrapper .section-content .recruit-block .block-table th {
    width: 16rem;
    padding-right: 0;
  }
}
.page-recruit-section .section-recruit-wrapper .section-content .recruit-block + .recruit-block {
  margin-top: 10rem;
}
.page-recruit-section .section-recruit-wrapper .section-content .recruit-help {
  position: relative;
  margin-top: 10rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page-recruit-section .section-recruit-wrapper .section-content .recruit-help {
    font-size: 2rem;
  }
}

.page-news-section {
  position: relative;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section {
    padding: 5rem 0 6rem;
  }
}
.page-news-section .section-wrapper {
  position: relative;
  padding: 0;
}
.page-news-section .section-title {
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-title {
    margin-bottom: 4rem;
  }
}
.page-news-section .section-content {
  position: relative;
}
.page-news-section .section-content .news-list {
  position: relative;
  display: block;
}
.page-news-section .section-content .news-list > li {
  position: relative;
  display: block;
}
.page-news-section .section-content .news-list > li:not(:last-child) {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-content .news-list > li:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3.6rem;
  }
}
.page-news-section .section-content .news-list > li .news-item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .page-news-section .section-content .news-list > li .news-item {
    padding-right: 9rem;
  }
}
.page-news-section .section-content .news-list > li .news-item .inner-rows {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24rem 4rem minmax(0rem, 1fr);
  grid-template-columns: 24rem minmax(0rem, 1fr);
  gap: 4rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-content .news-list > li .news-item .inner-rows {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: minmax(0rem, 1fr);
    gap: 2rem;
  }
}
.page-news-section .section-content .news-list > li .news-item .inner-rows > li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-news-section .section-content .news-list > li .news-item .inner-rows > li:nth-child(2) {
    padding-top: 1.2rem;
  }
}
.page-news-section .section-content .news-list > li .news-item .inner-rows .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 100%;
  aspect-ratio: 240/150;
  border: none;
  border-radius: 1rem;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
.page-news-section .section-content .news-list > li .news-item .inner-rows .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: 0;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.page-news-section .section-content .news-list > li .news-item .inner-rows .thumb:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.page-news-section .section-content .news-list > li .news-item .inner-rows .meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-content .news-list > li .news-item .inner-rows .meta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.6rem;
  }
}
.page-news-section .section-content .news-list > li .news-item .inner-rows .meta .category {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10.8rem;
  padding: 0.3rem 1.2rem;
  background: #E9F4FF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #01439B;
  text-align: center;
  border-radius: 3rem;
}
.page-news-section .section-content .news-list > li .news-item .inner-rows .meta .date {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #5C5C5C;
}
.page-news-section .section-content .news-list > li .news-item .inner-rows .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000000;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  z-index: 0;
}
.page-news-section .section-content .news-list > li .news-item .inner-rows .title a {
  color: inherit;
  text-decoration: none;
}
.page-news-section .section-content .news-list > li .news-item .inner-rows .title a:hover {
  text-decoration: underline;
}
.page-news-section .section-content .news-list > li .news-item .inner-action {
  position: absolute;
  top: 5rem;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-content .news-list > li .news-item .inner-action {
    display: none;
  }
}
.page-news-section .section-content .news-list > li .news-item .inner-action .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #01439B;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .page-news-section .section-content .news-list > li .news-item .inner-action .link {
    width: 4rem;
    height: 4rem;
  }
}
.page-news-section .section-content .news-list > li .news-item .inner-action .link svg {
  display: block;
  width: 1.5rem;
  height: auto;
  margin: 0;
}
.page-news-section .section-content .news-list > li .news-item .inner-action .link svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
.page-news-section .section-content .news-list > li .news-item .inner-action .link:hover {
  background: #01439B;
}
.page-news-section .section-content .news-list > li .news-item .inner-action .link:hover svg path {
  stroke: #FFFFFF;
}

.post-single-section {
  position: relative;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .post-single-section {
    padding: 5rem 0 6rem;
  }
}
.post-single-section .section-wrapper {
  position: relative;
  padding: 0;
}
.post-single-section .section-wrapper .single-meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-meta {
    gap: 2rem;
    margin-bottom: 2.4rem;
  }
}
.post-single-section .section-wrapper .single-meta .category {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10.8rem;
  padding: 0.3rem 1.2rem;
  background: #E9F4FF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #01439B;
  text-align: center;
  border-radius: 3rem;
}
.post-single-section .section-wrapper .single-meta .date {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #5C5C5C;
}
.post-single-section .section-wrapper .single-title {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.75;
  color: #000000;
  text-align: left;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
}
.post-single-section .section-wrapper .single-thumb {
  position: relative;
  width: 100%;
  max-width: 95.6rem;
  height: auto;
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5rem;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-thumb {
    margin-bottom: 3rem;
  }
}
.post-single-section .section-wrapper .single-thumb img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin: 0;
  border: none;
}
.post-single-section .section-wrapper .single-article {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000000;
  text-align: left;
  word-break: break-all;
}
.post-single-section .section-wrapper .single-article p {
  margin-bottom: 2.8rem;
}
.post-single-section .section-wrapper .single-article h1,
.post-single-section .section-wrapper .single-article h2 {
  position: relative;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-article h1,
  .post-single-section .section-wrapper .single-article h2 {
    font-size: 2rem;
    letter-spacing: 0;
    margin-top: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
.post-single-section .section-wrapper .single-article h3,
.post-single-section .section-wrapper .single-article h4 {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-article h3,
  .post-single-section .section-wrapper .single-article h4 {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
}
.post-single-section .section-wrapper .single-article h5,
.post-single-section .section-wrapper .single-article h6 {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-article h5,
  .post-single-section .section-wrapper .single-article h6 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.post-single-section .section-wrapper .single-article a {
  position: relative;
  color: #6DB6FF;
  text-decoration: underline;
}
.post-single-section .section-wrapper .single-article strong {
  font-weight: 700;
}
.post-single-section .section-wrapper .single-article b {
  font-weight: 700;
}
.post-single-section .section-wrapper .single-article i {
  font-style: italic;
}
.post-single-section .section-wrapper .single-article ul,
.post-single-section .section-wrapper .single-article ol {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 2.8rem;
}
.post-single-section .section-wrapper .single-article ul > li,
.post-single-section .section-wrapper .single-article ol > li {
  position: relative;
  padding-left: 1.4rem;
}
.post-single-section .section-wrapper .single-article ul > li:before,
.post-single-section .section-wrapper .single-article ol > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.post-single-section .section-wrapper .single-article blockquote {
  position: relative;
  display: block;
  quotes: none;
  padding: 2.4rem 3rem;
  background: #E4F4F9;
  border-radius: 3.2rem;
  border: none;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-article blockquote {
    border-radius: 1rem;
    padding: 1.6rem 2rem;
  }
}
.post-single-section .section-wrapper .single-article blockquote::before, .post-single-section .section-wrapper .single-article blockquote::after {
  display: none;
}
.post-single-section .section-wrapper .single-article blockquote p {
  position: relative;
  margin: 0;
}
.post-single-section .section-wrapper .single-article img {
  display: block;
  width: 100%;
  max-width: 95.6rem;
  height: auto;
  border-radius: 1rem;
  margin: 4.5rem auto;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-article img {
    min-height: 22.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    margin: 3rem 0;
  }
}
.post-single-section .section-wrapper .single-article figure,
.post-single-section .section-wrapper .single-article picture {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 3.6rem;
}
.post-single-section .section-wrapper .single-article figure img,
.post-single-section .section-wrapper .single-article picture img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  border: none;
  z-index: 0;
}
.post-single-section .section-wrapper .single-article .mt-0 {
  margin-top: 0;
}
.post-single-section .section-wrapper .single-article .mb-0 {
  margin-bottom: 0;
}
.post-single-section .section-wrapper .single-article .mt-1 {
  margin-top: 1rem;
}
.post-single-section .section-wrapper .single-article .mb-1 {
  margin-bottom: 1rem;
}
.post-single-section .section-wrapper .single-article .mt-2 {
  margin-top: 2rem;
}
.post-single-section .section-wrapper .single-article .mb-2 {
  margin-bottom: 2rem;
}
.post-single-section .section-wrapper .single-article .mt-3 {
  margin-top: 3rem;
}
.post-single-section .section-wrapper .single-article .mb-3 {
  margin-bottom: 3rem;
}
.post-single-section .section-wrapper .single-article .mt-4 {
  margin-top: 4rem;
}
.post-single-section .section-wrapper .single-article .mb-4 {
  margin-bottom: 4rem;
}
.post-single-section .section-wrapper .single-article .underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFB8E));
  background: linear-gradient(to bottom, transparent 60%, #FFFB8E 60%);
}
.post-single-section .section-wrapper .single-pagination {
  position: relative;
  padding: 0;
  margin: 6rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-pagination {
    margin-top: 4.5rem;
  }
}
.post-single-section .section-wrapper .single-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.post-single-section .section-wrapper .single-pagination .pagination-link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50%;
  background: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 5rem;
  color: #01439B;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-pagination .pagination-link {
    line-height: 2.4rem;
  }
}
.post-single-section .section-wrapper .single-pagination .pagination-link i {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #01439B;
  border: 1px solid #01439B;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-pagination .pagination-link i {
    width: 4rem;
    height: 4rem;
  }
}
.post-single-section .section-wrapper .single-pagination .pagination-link i svg {
  display: block;
  width: 1.5rem;
  height: auto;
  margin: 0;
}
.post-single-section .section-wrapper .single-pagination .pagination-link i svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
.post-single-section .section-wrapper .single-pagination .pagination-link span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.post-single-section .section-wrapper .single-pagination .pagination-link.prev {
  float: left;
  padding: 0 0 0 6.5rem;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-pagination .pagination-link.prev {
    padding: 5rem 0 0 0;
  }
}
.post-single-section .section-wrapper .single-pagination .pagination-link.prev i {
  left: 0;
}
.post-single-section .section-wrapper .single-pagination .pagination-link.next {
  float: right;
  padding: 0 6.5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .post-single-section .section-wrapper .single-pagination .pagination-link.next {
    padding: 5rem 0 0 0;
  }
}
.post-single-section .section-wrapper .single-pagination .pagination-link.next i {
  right: 0;
}
.post-single-section .section-wrapper .single-pagination .pagination-link:hover i {
  background: #FFFFFF;
}
.post-single-section .section-wrapper .single-pagination .pagination-link:hover i svg path {
  stroke: #01439B;
}

.page-contact-section {
  position: relative;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section {
    padding: 5rem 0 6rem;
  }
}
.page-contact-section .container {
  position: relative;
  max-width: 133rem;
  z-index: 1;
}
.page-contact-section .section-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 5rem;
}
.page-contact-section .section-desc p {
  margin: 0;
}
.page-contact-section .contact-form {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  text-align: left;
  word-break: break-all;
  /* input */
}
.page-contact-section .contact-form input[type=text],
.page-contact-section .contact-form input[type=email],
.page-contact-section .contact-form input[type=tel],
.page-contact-section .contact-form input[type=number],
.page-contact-section .contact-form input[type=password],
.page-contact-section .contact-form select,
.page-contact-section .contact-form textarea {
  position: relative;
  background: #FBFAF7;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 2rem;
  width: 100%;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none;
  border-radius: 1.2rem;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .contact-form input[type=text],
  .page-contact-section .contact-form input[type=email],
  .page-contact-section .contact-form input[type=tel],
  .page-contact-section .contact-form input[type=number],
  .page-contact-section .contact-form input[type=password],
  .page-contact-section .contact-form select,
  .page-contact-section .contact-form textarea {
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border-radius: 0.5rem;
  }
}
.page-contact-section .contact-form input[type=text]::-webkit-input-placeholder, .page-contact-section .contact-form input[type=email]::-webkit-input-placeholder, .page-contact-section .contact-form input[type=tel]::-webkit-input-placeholder, .page-contact-section .contact-form input[type=number]::-webkit-input-placeholder, .page-contact-section .contact-form input[type=password]::-webkit-input-placeholder, .page-contact-section .contact-form select::-webkit-input-placeholder, .page-contact-section .contact-form textarea::-webkit-input-placeholder {
  color: #DCDCDC;
}
.page-contact-section .contact-form input[type=text]::-moz-placeholder, .page-contact-section .contact-form input[type=email]::-moz-placeholder, .page-contact-section .contact-form input[type=tel]::-moz-placeholder, .page-contact-section .contact-form input[type=number]::-moz-placeholder, .page-contact-section .contact-form input[type=password]::-moz-placeholder, .page-contact-section .contact-form select::-moz-placeholder, .page-contact-section .contact-form textarea::-moz-placeholder {
  color: #DCDCDC;
}
.page-contact-section .contact-form input[type=text]:-ms-input-placeholder, .page-contact-section .contact-form input[type=email]:-ms-input-placeholder, .page-contact-section .contact-form input[type=tel]:-ms-input-placeholder, .page-contact-section .contact-form input[type=number]:-ms-input-placeholder, .page-contact-section .contact-form input[type=password]:-ms-input-placeholder, .page-contact-section .contact-form select:-ms-input-placeholder, .page-contact-section .contact-form textarea:-ms-input-placeholder {
  color: #DCDCDC;
}
.page-contact-section .contact-form input[type=text]::-ms-input-placeholder, .page-contact-section .contact-form input[type=email]::-ms-input-placeholder, .page-contact-section .contact-form input[type=tel]::-ms-input-placeholder, .page-contact-section .contact-form input[type=number]::-ms-input-placeholder, .page-contact-section .contact-form input[type=password]::-ms-input-placeholder, .page-contact-section .contact-form select::-ms-input-placeholder, .page-contact-section .contact-form textarea::-ms-input-placeholder {
  color: #DCDCDC;
}
.page-contact-section .contact-form input[type=text]::placeholder,
.page-contact-section .contact-form input[type=email]::placeholder,
.page-contact-section .contact-form input[type=tel]::placeholder,
.page-contact-section .contact-form input[type=number]::placeholder,
.page-contact-section .contact-form input[type=password]::placeholder,
.page-contact-section .contact-form select::placeholder,
.page-contact-section .contact-form textarea::placeholder {
  color: #DCDCDC;
}
.page-contact-section .contact-form input[type=text],
.page-contact-section .contact-form input[type=email],
.page-contact-section .contact-form input[type=tel],
.page-contact-section .contact-form input[type=number],
.page-contact-section .contact-form input[type=password],
.page-contact-section .contact-form select {
  height: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .contact-form input[type=text],
  .page-contact-section .contact-form input[type=email],
  .page-contact-section .contact-form input[type=tel],
  .page-contact-section .contact-form input[type=number],
  .page-contact-section .contact-form input[type=password],
  .page-contact-section .contact-form select {
    height: 5rem;
  }
}
.page-contact-section .contact-form textarea {
  height: 25rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .contact-form textarea {
    height: 20rem;
  }
}
.page-contact-section .contact-form input[type=text]:focus,
.page-contact-section .contact-form input[type=email]:focus,
.page-contact-section .contact-form input[type=tel]:focus,
.page-contact-section .contact-form input[type=number]:focus,
.page-contact-section .contact-form input[type=password]:focus,
.page-contact-section .contact-form select:focus,
.page-contact-section .contact-form textarea:focus {
  border-color: #01439B;
}
.page-contact-section .contact-form .form-inputs {
  position: relative;
}
.page-contact-section .contact-form .form-inputs > li {
  position: relative;
  padding: 0 4rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .contact-form .form-inputs > li {
    padding: 0;
  }
}
.page-contact-section .contact-form .form-inputs > li:not(:last-child) {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .contact-form .form-inputs > li:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.page-contact-section .contact-form .form-accept {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 3rem;
}
.page-contact-section .contact-form .form-accept a {
  color: #01439B;
  text-decoration: underline;
}
.page-contact-section .contact-form .form-submit {
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .contact-form .form-submit {
    margin-top: 4rem;
  }
}
.page-contact-section .contact-form .form-submit .btn-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24rem;
  max-width: 100%;
  height: 5.6rem;
  padding: 0.5rem 3rem 0.5rem 2rem;
  background: #01439B;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #01439B;
  border-radius: 5.6rem;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-contact-section .contact-form .form-submit .btn-submit {
    height: 5rem;
    border-radius: 5rem;
  }
}
.page-contact-section .contact-form .form-submit .btn-submit span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.page-contact-section .contact-form .form-submit .btn-submit svg {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.2rem;
  z-index: 3;
}
.page-contact-section .contact-form .form-submit .btn-submit svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.page-contact-section .contact-form .form-submit .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.page-contact-section .contact-form .form-submit .btn-submit:hover {
  color: #01439B;
}
.page-contact-section .contact-form .form-submit .btn-submit:hover svg path {
  stroke: #01439B;
}
.page-contact-section .contact-form .form-submit .btn-submit:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.page-contact-section .contact-form .input-group {
  position: relative;
  display: block;
  width: 100%;
}
.page-contact-section .contact-form .input-group > label {
  position: relative;
  display: block;
  margin-bottom: 1.2rem;
}
.page-contact-section .contact-form .input-group > label .required {
  position: relative;
  display: inline-block;
  padding: 0.2rem 1.2rem 0.3rem;
  border-radius: 0.5rem;
  background: #EE1414;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  margin-left: 1.6rem;
}
.page-contact-section .contact-form .input {
  position: relative;
}
.page-contact-section .contact-form .validate {
  color: #EE1414;
}
.page-contact-section .contact-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.page-contact-section .contact-form .wpcf7-list-item {
  position: relative;
  display: block;
  padding-left: 0;
  margin: 0;
}
.page-contact-section .contact-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio], .page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 3.6rem;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after, .page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before, .page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 5rem;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before {
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #01439B;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #01439B;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0.3rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #FFFFFF;
  border: 1px solid #01439B;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  top: 0.5rem;
  left: 0.7rem;
  width: 0.8rem;
  height: 1.4rem;
  border: 1px solid #01439B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #01439B;
}
.page-contact-section .contact-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.page-contact-section .contact-form .wpcf7-spinner {
  display: none;
}
.page-contact-section .contact-form .wpcf7-response-output {
  position: relative;
  width: 100%;
  max-width: 121rem;
  padding: 2rem 2.4rem;
  margin: 5rem auto 0;
  border-radius: 1.2rem;
}
.page-contact-section .mw_wp_form_input {
  position: relative;
}
.page-contact-section .mw_wp_form_input .send {
  display: none;
}
.page-contact-section .mw_wp_form_confirm {
  position: relative;
}
.page-contact-section .mw_wp_form_confirm .input {
  padding: 0 1rem;
}
.page-contact-section .mw_wp_form_confirm .confirm {
  display: none;
}

.page-complete-section {
  position: relative;
  padding: 15rem 0 16rem;
}
@media only screen and (max-width: 768px) {
  .page-complete-section {
    padding: 9rem 0 10rem;
  }
}
.page-complete-section .container {
  position: relative;
  z-index: 1;
}
.page-complete-section .section-label {
  margin: 0;
}
.page-complete-section .section-label p {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .page-complete-section .section-label p {
    margin-top: 2.4rem;
  }
}

.page-company-section {
  position: relative;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section {
    padding: 5rem 0 6rem;
  }
}
.page-company-section .container {
  position: relative;
  z-index: 1;
}
.page-company-section .company-block {
  position: relative;
  display: block;
}
.page-company-section .company-block .block-title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #01439B;
  text-align: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block .block-title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.page-company-section .company-block .block-content {
  position: relative;
}
.page-company-section .company-block .block-content::after {
  content: "";
  display: block;
  clear: both;
}
.page-company-section .company-block .block-content .content {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-block .block-content .content {
    float: left;
    width: 66rem;
    max-width: 100%;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block .block-content .content {
    font-size: 1.6rem;
  }
}
.page-company-section .company-block .block-content .content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block .block-content .content h4 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.page-company-section .company-block .block-content .image {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-block .block-content .image {
    width: 65.2rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block .block-content .image {
    margin-top: 4rem;
  }
}
.page-company-section .company-block + .company-block {
  margin-top: 12rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block + .company-block {
    margin-top: 8rem;
  }
}
.page-company-section .company-block.message .content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-block.message .content {
    width: 72.5rem;
    margin-top: 0;
  }
}
.page-company-section .company-block.message .content h4 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.message .content h4 {
    margin-bottom: 3rem;
  }
}
.page-company-section .company-block.message .author {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: right;
  margin-top: 3rem;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-block.message .author {
    width: 54rem;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.message .author {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}
.page-company-section .company-block.message .author strong {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.message .author strong {
    font-size: 1.8rem;
  }
}
.page-company-section .company-block.message .image {
  position: relative;
  border-radius: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-block.message .image {
    width: 54rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-block.mission .block-title {
    margin-bottom: 7rem;
  }
}
.page-company-section .company-block.mission .content {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-block.mission .content {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}
.page-company-section .company-block.history .history-list {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-block.history .history-list {
    width: 60rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-company-section .company-block.history .history-list::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 11rem;
  bottom: 0;
  width: 1px;
  background: #0198E5;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.history .history-list::before {
    top: 1rem;
    left: 8rem;
  }
}
.page-company-section .company-block.history .history-list > li {
  position: relative;
}
.page-company-section .company-block.history .history-list > li:not(:last-child) {
  margin-bottom: 3rem;
}
.page-company-section .company-block.history .history-list > li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 10.4rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #0198E5;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.history .history-list > li::before {
    top: 1rem;
    left: 7.4rem;
  }
}
.page-company-section .company-block.history .history-list .item {
  position: relative;
  padding-left: 15.6rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.history .history-list .item {
    padding-left: 10rem;
  }
}
.page-company-section .company-block.history .history-list .item .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.history .history-list .item .label {
    font-size: 1.8rem;
  }
}
.page-company-section .company-block.history .history-list .item .list {
  position: relative;
  display: block;
}
.page-company-section .company-block.history .history-list .item .list > li {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.6rem 1rem minmax(0rem, 1fr);
  grid-template-columns: 5.6rem minmax(0rem, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.history .history-list .item .list > li {
    -ms-grid-columns: 4rem 0 minmax(0rem, 1fr);
    grid-template-columns: 4rem minmax(0rem, 1fr);
    gap: 0;
  }
}
.page-company-section .company-block.history .history-list .item .list > li:not(:last-child) {
  margin-bottom: 3rem;
}
.page-company-section .company-block.history .history-list .item .list > li strong {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #0198E5;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.history .history-list .item .list > li strong {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.page-company-section .company-block.history .history-list .item .list > li span {
  position: relative;
  display: inline-block;
  font: inherit;
}
.page-company-section .company-block.overview .overview-table {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  z-index: 0;
}
.page-company-section .company-block.overview .overview-table tr:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.page-company-section .company-block.overview .overview-table th,
.page-company-section .company-block.overview .overview-table td {
  position: relative;
  padding: 1.8rem 3rem;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .page-company-section .company-block.overview .overview-table th,
  .page-company-section .company-block.overview .overview-table td {
    height: 9.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.overview .overview-table th,
  .page-company-section .company-block.overview .overview-table td {
    height: 9.8rem;
    padding: 1.8rem 1.6rem;
  }
}
.page-company-section .company-block.overview .overview-table th {
  background: #F1FAFF;
  width: 18rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page-company-section .company-block.overview .overview-table th {
    font-size: 1.6rem;
    line-height: 1.875;
    width: 11.6rem;
  }
}

.page-common-section {
  position: relative;
  padding: 9rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .page-common-section {
    padding: 5rem 0 6rem;
  }
}
.page-common-section .not-found-wrapper {
  position: relative;
}
.page-common-section .not-found-wrapper .section-lead {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  text-align: center;
}
.page-common-section .not-found-wrapper .section-desc {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
}
.page-common-section .not-found-wrapper .section-action {
  position: relative;
  margin-top: 6rem;
}
.page-common-section .not-found-wrapper .section-action .link-btn {
  margin: 0 auto;
  width: 24rem;
}

.pravacy-content-wrapper {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  word-break: break-all;
}
.pravacy-content-wrapper h4 {
  font-weight: 600;
  line-height: inherit;
}
.pravacy-content-wrapper p {
  position: relative;
}
.pravacy-content-wrapper ul {
  position: relative;
  list-style: disc;
  padding-left: 2.4rem;
}
.pravacy-content-wrapper ul > li {
  position: relative;
}
.pravacy-content-wrapper a {
  position: relative;
  color: inherit;
  text-decoration: underline;
}
.pravacy-content-wrapper strong {
  font-weight: 700;
}
.pravacy-content-wrapper b {
  font-weight: 700;
}
.pravacy-content-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.pravacy-content-wrapper .underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFB8E));
  background: linear-gradient(to bottom, transparent 60%, #FFFB8E 60%);
}

.post-single-article {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  word-break: break-all;
}
.post-single-article p {
  position: relative;
}
.post-single-article ul {
  position: relative;
  list-style: disc;
  padding-left: 2.4rem;
}
.post-single-article ul > li {
  position: relative;
}
.post-single-article a {
  position: relative;
  color: inherit;
  text-decoration: underline;
}
.post-single-article i {
  font-style: italic;
}
.post-single-article strong {
  font-weight: 700;
}
.post-single-article b {
  font-weight: 700;
}
.post-single-article img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post-single-article h1,
.post-single-article h2 {
  position: relative;
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post-single-article h1,
  .post-single-article h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.post-single-article h3 {
  position: relative;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .post-single-article h3 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.post-single-article h4 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .post-single-article h4 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.post-single-article h5 {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .post-single-article h5 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.post-single-article h6 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .post-single-article h6 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.post-single-article .mt-0 {
  margin-top: 0;
}
.post-single-article .mb-0 {
  margin-bottom: 0;
}
.post-single-article .mt-1 {
  margin-top: 1rem;
}
.post-single-article .mb-1 {
  margin-bottom: 1rem;
}
.post-single-article .mt-2 {
  margin-top: 2rem;
}
.post-single-article .mb-2 {
  margin-bottom: 2rem;
}
.post-single-article .mt-3 {
  margin-top: 3rem;
}
.post-single-article .mb-3 {
  margin-bottom: 3rem;
}
.post-single-article .mt-4 {
  margin-top: 4rem;
}
.post-single-article .mb-4 {
  margin-bottom: 4rem;
}
.post-single-article .underbg {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFB8E));
  background: linear-gradient(to bottom, transparent 60%, #FFFB8E 60%);
}

.post-single-pagination {
  position: relative;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .post-single-pagination {
    margin-top: 5rem;
  }
}
.post-single-pagination .pagination-wrapper {
  position: relative;
}
.post-single-pagination .pagination-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.post-single-pagination .pagination-wrapper .pagination-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28.5rem;
  max-width: 50%;
  height: 5.8rem;
  padding: 0.5rem 1rem;
  border-radius: 5.8rem;
  background: transparent;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  border: 1px solid #000000;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .post-single-pagination .pagination-wrapper .pagination-link {
    width: 15.6rem;
    height: 4rem;
    padding: 0;
  }
}
.post-single-pagination .pagination-wrapper .pagination-link span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.post-single-pagination .pagination-wrapper .pagination-link svg {
  position: absolute;
  top: calc(50% - 0.8rem);
  width: 1.6rem;
  height: 1.6rem;
  z-index: 3;
}
.post-single-pagination .pagination-wrapper .pagination-link svg path {
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.post-single-pagination .pagination-wrapper .pagination-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #000000;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
.post-single-pagination .pagination-wrapper .pagination-link.prev {
  float: left;
  padding: 0 0 0 1rem;
}
.post-single-pagination .pagination-wrapper .pagination-link.prev svg {
  left: 3rem;
}
@media only screen and (max-width: 768px) {
  .post-single-pagination .pagination-wrapper .pagination-link.prev svg {
    left: 1rem;
  }
}
.post-single-pagination .pagination-wrapper .pagination-link.next {
  float: right;
  padding: 0 1rem 0 0;
}
.post-single-pagination .pagination-wrapper .pagination-link.next svg {
  right: 3rem;
}
@media only screen and (max-width: 768px) {
  .post-single-pagination .pagination-wrapper .pagination-link.next svg {
    right: 1rem;
  }
}
.post-single-pagination .pagination-wrapper .pagination-link:hover {
  color: #FFFFFF;
}
.post-single-pagination .pagination-wrapper .pagination-link:hover svg path {
  stroke: #FFFFFF;
}
.post-single-pagination .pagination-wrapper .pagination-link:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.no-posts {
  position: relative;
  padding: 3rem 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .no-posts {
    padding: 3rem;
    font-size: 1.6rem;
  }
}

.page-trial-section {
  position: relative;
  padding: 4rem 0 4rem;
}
.page-trial-section .container {
  max-width: 128rem;
}
.page-trial-section .section-index-wrapper {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  color: #333333;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .page-trial-section .section-index-wrapper {
    margin-bottom: 5rem;
    font-size: 2.4rem;
  }
}
.page-trial-section .section-index-wrapper .trial-lead {
  margin-bottom: 3.4rem;
}
.page-trial-section .section-index-wrapper .trial-lead p {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1.6rem;
}
.page-trial-section .section-index-wrapper .section-desc {
  position: relative;
  margin-bottom: 5rem;
}
.page-trial-section .section-index-wrapper .section-desc p:last-child {
  margin-top: 1.2rem;
}
.page-trial-section .section-index-wrapper .trial-index-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 4rem minmax(0rem, 1fr) 4rem minmax(0rem, 1fr) 4rem minmax(0rem, 1fr);
  grid-template-columns: repeat(4, minmax(0rem, 1fr));
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-trial-section .section-index-wrapper .trial-index-list {
    -ms-grid-columns: (minmax(0rem, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
  }
}
.page-trial-section .section-index-wrapper .trial-index-list > li {
  position: relative;
}
.page-trial-section .section-index-wrapper .trial-index-list > li::after {
  content: "";
  border-top: 5.54rem solid transparent;
  border-bottom: 5.45rem solid transparent;
  border-right: unset;
  border-left: 3rem solid #E7F0FC;
  position: absolute;
  top: 0;
  right: -3rem;
}
.page-trial-section .section-index-wrapper .trial-index-list > li:last-child::after {
  content: unset;
}
@media only screen and (max-width: 768px) {
  .page-trial-section .section-index-wrapper .trial-index-list > li::after {
    content: unset;
  }
}
.page-trial-section .section-index-wrapper .trial-index-list > li a {
  position: relative;
  display: block;
  background-color: #E7F0FC;
  height: 10.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-trial-section .section-index-wrapper .trial-index-list > li a {
    height: 13rem;
  }
}
.page-trial-section .section-index-wrapper .trial-index-list .index-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-trial-section .section-index-wrapper .trial-index-list .index-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-trial-section .section-index-wrapper .trial-index-list .index-item .title .en {
  font-size: 1.8rem;
  font-weight: bold;
}
.page-trial-section .section-index-wrapper .trial-index-list .index-item .title .jp {
  font-size: 2rem;
  font-weight: bold;
  color: #07449F;
}
@media only screen and (max-width: 768px) {
  .page-trial-section .section-index-wrapper .trial-index-list .index-item .title .en {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .page-trial-section .section-index-wrapper .trial-index-list .index-item .title .jp {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.page-trial-section .section-trial-wrapper {
  background-color: #F5F5F5;
  padding: 1rem;
  border-radius: 3rem;
  margin-bottom: 7.2rem;
  position: relative;
}
.page-trial-section .section-trial-wrapper .wrap {
  padding: 3rem 4rem;
}
.page-trial-section .section-trial-wrapper .wrap .num {
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  background-color: #07449F;
  width: 10.4rem;
  height: 4.4rem;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-trial-section .section-trial-wrapper .wrap .title {
  font-size: 4.8rem;
  color: #07449F;
  font-weight: 900;
  margin: 4rem 0 0;
  line-height: 1;
}
.page-trial-section .section-trial-wrapper .wrap .title span {
  font-size: 3.6rem;
}
.page-trial-section .section-trial-wrapper .wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 3rem;
}
.page-trial-section .section-trial-wrapper .wrap .row-num {
  font-size: 3.6rem;
  font-weight: bold;
  color: #07449F;
  margin-right: 2.4rem;
}
.page-trial-section .section-trial-wrapper .wrap .row .txtArea {
  font-size: 1.8rem;
  line-height: 1.9444444444;
  margin-top: 1.8rem;
}
.page-trial-section .section-trial-wrapper .wrap .row .txtArea .txt {
  margin-bottom: 2rem;
}
.page-trial-section .section-trial-wrapper .wrap .row .txtArea .bgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-trial-section .section-trial-wrapper .wrap .row .txtArea .bgTxt span {
  display: block;
  background-color: white;
  padding: 1.6rem 2.4rem;
}
.page-trial-section .section-trial-wrapper .wrap .area.mt-4 {
  margin-top: 4rem;
}
.page-trial-section .section-trial-wrapper .wrap .area-txt {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.page-trial-section .section-trial-wrapper .wrap .area-txt-sm {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .page-trial-section .section-trial-wrapper .wrap {
    padding: 3rem 2rem;
  }
  .page-trial-section .section-trial-wrapper .wrap .num {
    font-size: 2.4rem;
    width: 13rem;
    height: 6rem;
  }
  .page-trial-section .section-trial-wrapper .wrap .title span {
    font-size: 2.8rem;
  }
  .page-trial-section .section-trial-wrapper .wrap .row .txtArea {
    margin-top: 1rem;
  }
  .page-trial-section .section-trial-wrapper .wrap .row .txtArea .txt {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .page-trial-section .section-trial-wrapper .wrap .row .txtArea .bgTxt span {
    font-size: 2.4rem;
  }
  .page-trial-section .section-trial-wrapper .wrap .area-txt {
    font-size: 2.4rem;
  }
  .page-trial-section .section-trial-wrapper .wrap .area-txt-sm {
    font-size: 2.2rem;
  }
}
.page-trial-section .section-trial-wrapper .bottom-point {
  position: absolute;
  bottom: -9.8rem;
  left: calc(50% - 15.6rem);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-trial-section .section-trial-wrapper .bottom-point img {
  width: 31.2rem;
}
.page-trial-section .section-trial-bottom .section-table {
  margin-bottom: 6rem;
}
.page-trial-section .section-trial-bottom .section-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  padding: 3.1rem 2.9rem;
  border-bottom: 2px solid #EDEDED;
}
.page-trial-section .section-trial-bottom .section-table .row .ttl {
  font-weight: bold;
  min-width: 23.4rem;
}
.page-trial-section .section-trial-bottom .section-table .row:first-child {
  border-top: 2px solid #EDEDED;
}
@media only screen and (max-width: 768px) {
  .page-trial-section .section-trial-bottom .section-table {
    margin-bottom: 4rem;
  }
  .page-trial-section .section-trial-bottom .section-table .row .ttl {
    font-size: 3rem;
    min-width: 17rem;
  }
  .page-trial-section .section-trial-bottom .section-table .row .txt {
    font-size: 2.4rem;
  }
}
.page-trial-section .section-trial-bottom .area {
  margin-bottom: 2rem;
}
.page-trial-section .section-trial-bottom .area .lead {
  background-color: #07449F;
  color: white;
  font-weight: bold;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  padding: 1.5rem 3.2rem 2rem;
  border-radius: 6px 6px 0 0;
}
.page-trial-section .section-trial-bottom .area .lead .num {
  font-size: 3.4rem;
  line-height: 1;
}
.page-trial-section .section-trial-bottom .area .lead .ttl {
  margin-left: 2.4rem;
}
.page-trial-section .section-trial-bottom .area .lead-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.page-trial-section .section-trial-bottom .area-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 2rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 2rem;
}
.page-trial-section .section-trial-bottom .area-grid.unset {
  display: block;
}
.page-trial-section .section-trial-bottom .area .box {
  border: 1px solid #D9D9D9;
  border-radius: 0 0 6px 6px;
  border-top: unset;
  padding: 2.8rem 5rem 4rem;
}
.page-trial-section .section-trial-bottom .area .box-ttl {
  font-size: 2rem;
  font-weight: bold;
  border-left: 0.4rem solid #07449F;
  padding-left: 1.1rem;
  line-height: 1.2;
}
.page-trial-section .section-trial-bottom .area .box-txt {
  font-size: 1.6rem;
  padding-left: 1.6rem;
  position: relative;
}
.page-trial-section .section-trial-bottom .area .box-txt::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #07449F;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
.page-trial-section .section-trial-bottom .area .box .txtArea {
  border-top: 1px solid #D9D9D9;
  margin-top: 1.4rem;
  padding-top: 1rem;
}
.page-trial-section .section-trial-bottom .area .box .txtArea.unset {
  border-top: unset;
  margin-top: unset;
  padding-top: unset;
}
@media only screen and (max-width: 768px) {
  .page-trial-section .section-trial-bottom .area .lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-trial-section .section-trial-bottom .area .lead .num {
    font-size: 4rem;
  }
  .page-trial-section .section-trial-bottom .area .lead .en {
    font-size: 3.4rem;
    margin-left: 2rem;
  }
  .page-trial-section .section-trial-bottom .area .lead .ttl {
    margin-left: unset;
    font-size: 3.4rem;
    margin-top: 1.5rem;
  }
  .page-trial-section .section-trial-bottom .area .box {
    padding: 3rem 2rem;
  }
  .page-trial-section .section-trial-bottom .area .box-ttl {
    font-size: 3rem;
  }
  .page-trial-section .section-trial-bottom .area .box-txt {
    font-size: 2.4rem;
  }
  .page-trial-section .section-trial-bottom .area .box-txt::before {
    top: 1.9rem;
  }
  .page-trial-section .section-trial-bottom .area-grid {
    -ms-grid-columns: minmax(0rem, 1fr);
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 2rem;
  }
}
.page-trial-section .section-trial-bottom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
.page-trial-section .section-trial-bottom-btn .link-btn {
  width: 47rem;
  height: 10rem;
  font-size: 3.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-collapse .course-item {
  position: relative;
  padding: 2.5rem 2rem 2.5rem 5rem;
  background: rgba(1, 65, 121, 0.0745098039);
  border-left: 0.6rem solid #014179;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-collapse .course-item.mt-3 {
  margin-top: 3rem;
}
.content-collapse .course-item.bg2 {
  background-color: #FEF6F0;
  border-left: 0.6rem solid #F16B01;
}
.content-collapse .course-item.bg2 .lead .leadTtl .leadBox {
  background-color: #F16B01;
}
.content-collapse .course-item.bg2 .lead::before {
  background: #F16B01;
}
.content-collapse .course-item.bg2 .lead::after {
  background: #F16B01;
}
.content-collapse .course-item.bg3 {
  background-color: rgba(172, 212, 41, 0.1215686275);
  border-left: 0.6rem solid #ADD429;
}
.content-collapse .course-item.bg3 .lead .leadTtl .leadBox {
  background-color: #ADD429;
}
.content-collapse .course-item.bg3 .lead::before {
  background: #ADD429;
}
.content-collapse .course-item.bg3 .lead::after {
  background: #ADD429;
}
.content-collapse .course-item.bg4 {
  background-color: rgba(1, 182, 206, 0.1098039216);
  border-left: 0.6rem solid #01B7CE;
}
.content-collapse .course-item.bg4 .lead .leadTtl .leadBox {
  background-color: #01B7CE;
}
.content-collapse .course-item.bg4 .lead::before {
  background: #01B7CE;
}
.content-collapse .course-item.bg4 .lead::after {
  background: #01B7CE;
}
.content-collapse .course-item.bg5 {
  background-color: rgba(172, 212, 41, 0.1098039216);
  border-left: 0.6rem solid #ADD429;
}
.content-collapse .course-item.bg5 .lead .leadTtl .leadBox {
  background-color: #ADD429;
}
.content-collapse .course-item.bg5 .lead::before {
  background: #ADD429;
}
.content-collapse .course-item.bg5 .lead::after {
  background: #ADD429;
}
.content-collapse .course-item.bg6 {
  background-color: rgba(227, 40, 96, 0.1215686275);
  border-left: 0.6rem solid #E32860;
}
.content-collapse .course-item.bg6 .lead .leadTtl .leadBox {
  background-color: #E32860;
}
.content-collapse .course-item.bg6 .lead::before {
  background: #E32860;
}
.content-collapse .course-item.bg6 .lead::after {
  background: #E32860;
}
.content-collapse .course-item.bg7 {
  background-color: rgba(241, 105, 1, 0.1215686275);
  border-left: 0.6rem solid #F16B01;
}
.content-collapse .course-item.bg7 .lead .leadTtl .leadBox {
  background-color: #F16B01;
}
.content-collapse .course-item.bg7 .lead::before {
  background: #F16B01;
}
.content-collapse .course-item.bg7 .lead::after {
  background: #F16B01;
}
.content-collapse .course-item.bg8 {
  background-color: rgba(240, 222, 21, 0.1294117647);
  border-left: 0.6rem solid #F0DE15;
}
.content-collapse .course-item.bg8 .lead .leadTtl .leadBox {
  background-color: #F0DE15;
}
.content-collapse .course-item.bg8 .lead::before {
  background: #F0DE15;
}
.content-collapse .course-item.bg8 .lead::after {
  background: #F0DE15;
}
.content-collapse .course-item .lead {
  position: relative;
  display: block;
  cursor: pointer;
}
.content-collapse .course-item .lead .leadTtl {
  position: relative;
  font-size: 1.8rem;
  padding: 0rem 3rem 0rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .lead .leadTtl {
    font-size: 2.4rem;
  }
}
.content-collapse .course-item .lead .leadTtl .leadBox {
  width: 8rem;
  height: 8rem;
  border-radius: 0.3rem;
  font-size: 3.4rem;
  color: white;
  font-weight: bold;
  background-color: #014179;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-right: 2.4rem;
}
.content-collapse .course-item .lead .leadTtl .leadBox span {
  font-size: 2.6rem;
}
.content-collapse .course-item .lead .leadTtl .leadArea .ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.content-collapse .course-item .lead .leadTtl .leadArea .txt {
  line-height: 1;
  margin-top: 1.3rem;
}
.content-collapse .course-item .lead::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 2rem;
  height: 2px;
  background: #01439B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 0;
}
.content-collapse .course-item .lead::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 2rem;
  height: 2px;
  background: #01439B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 0;
}
.content-collapse .course-item .lead.expanded::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.content-collapse .course-item .content {
  position: relative;
  display: none;
}
.content-collapse .course-item .content .inner {
  position: relative;
  padding: 4.2rem 3rem 1.5rem 0rem;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .content .inner {
    padding-right: unset;
  }
}
.content-collapse .course-item .content .inner .mt-1 {
  margin-top: 1rem;
}
.content-collapse .course-item .content .inner p {
  position: relative;
  margin: 0;
}
.content-collapse .course-item .content .inner ul {
  position: relative;
  margin: 0;
}
.content-collapse .course-item .content .inner ul > li {
  position: relative;
  padding-left: 1.6rem;
}
.content-collapse .course-item .content .inner ul > li::before {
  content: "・";
  font-weight: bold;
  color: #014179;
  position: absolute;
  left: 0;
  top: 0;
}
.content-collapse .course-item .content .inner .reset > li::before {
  color: #F16B01;
}
.content-collapse .course-item .content .inner .reset1 > li::before {
  color: #ADD429;
}
.content-collapse .course-item .content .inner .feature-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 3rem minmax(0rem, 1fr);
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .content .inner .feature-grid {
    -ms-grid-columns: (minmax(0rem, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
  }
}
.content-collapse .course-item .content .inner .feature-grid .item {
  background-color: white;
  padding: 6rem 3.8rem 5rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .content .inner .feature-grid .item {
    padding: 5rem 2rem;
  }
}
.content-collapse .course-item .content .inner .feature-grid .item .mt-1 {
  margin-top: 1rem;
}
.content-collapse .course-item .content .inner .feature-grid .item .mt-2 {
  margin-top: 2.5rem;
}
.content-collapse .course-item .content .inner .feature-grid .item .en {
  font-size: 2rem;
  font-weight: bold;
  color: #ADD429;
}
.content-collapse .course-item .content .inner .feature-grid .item .ttl {
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: bold;
}
.content-collapse .course-item .content .inner .feature-grid .item .row-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1.8rem;
  position: relative;
}
.content-collapse .course-item .content .inner .feature-grid .item .row-ttl::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #ADD429;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .content .inner .feature-grid .item .row-ttl {
    font-size: 2.6rem;
  }
}
.content-collapse .course-item .content .inner .feature-grid .item .row-txt {
  padding-left: 1.8rem;
}
.content-collapse .course-item .content .group {
  background-color: white;
  border-radius: 0.6rem;
  margin-top: 3rem;
}
.content-collapse .course-item .content .group .groupLead {
  background-color: #F16B01;
  border-radius: 0.6rem 0.6rem 0 0;
}
.content-collapse .course-item .content .group .groupLead p {
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1.5rem 3rem;
}
.content-collapse .course-item .content .group .groupLead p span {
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .content .group .groupLead p {
    font-size: 3rem;
  }
  .content-collapse .course-item .content .group .groupLead p span {
    font-size: 2rem;
  }
}
.content-collapse .course-item .content .group .mt-1 {
  margin-top: 1rem;
}
.content-collapse .course-item .content .group .groupArea {
  padding: 2.8rem 5rem 4rem;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .content .group .groupArea {
    padding: 3rem 2rem;
  }
}
.content-collapse .course-item .content .group .groupTtl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .content .group .groupTtl {
    font-size: 2.8rem;
  }
}
.content-collapse .course-item .content .group .groupTxt.reset {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding-left: 2rem;
}
.content-collapse .course-item .content .group .groupTxt.reset::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #F16B01;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .content .group .groupTxt.reset {
    font-size: 2.6rem;
  }
}
.content-collapse .course-item .content .group .groupBottom {
  position: relative;
  width: 100%;
}
.content-collapse .course-item .content .group .groupBottom .area {
  max-width: 62.2rem;
}
@media print, screen and (min-width: 769px) {
  .content-collapse .course-item .content .group .groupBottom .img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .content .group .groupBottom .img {
    margin-top: 3rem;
  }
}
.content-collapse .course-item .content .group .groupBottom .img img {
  width: 41.1rem;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item .content .group .groupBottom .img img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item {
    padding: 2.5rem 2rem;
  }
  .content-collapse .course-item .lead .leadTtl .leadBox {
    min-width: 8rem;
    min-height: 8rem;
  }
  .content-collapse .course-item .lead .leadTtl .leadArea .txt {
    line-height: 1.3;
  }
}
.content-collapse .course-item.faq-item {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .content-collapse .course-item.faq-item {
    margin-top: 3rem;
  }
}
.content-collapse .course-bottom.mt-7 {
  margin-top: 7rem;
}
.content-collapse .course-bottom.mt-5 {
  margin-top: 5rem;
}
.content-collapse .course-bottom-title {
  font-size: 3.2rem;
  font-weight: bold;
}
.content-collapse .course-bottom-title span {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 3rem;
}
.content-collapse .course-bottom-txt {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #D9D9D9;
}
.content-collapse .mt-3 {
  margin-top: 3rem;
}

.section-high-wrapper {
  position: relative;
}
.section-high-wrapper .high-leadTxt {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 1.9444444444;
}
@media only screen and (max-width: 768px) {
  .section-high-wrapper .high-leadTxt {
    font-size: 2.4rem;
  }
}
.section-high-wrapper .highContent .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .section-high-wrapper .highContent .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-high-wrapper .highContent .row.mt-4 {
  margin-top: 4rem;
}
.section-high-wrapper .highContent .row-lead {
  min-width: 19.4rem;
}
@media only screen and (max-width: 768px) {
  .section-high-wrapper .highContent .row-lead {
    min-width: 15rem;
  }
}
.section-high-wrapper .highContent .row-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #014179;
}
@media only screen and (max-width: 768px) {
  .section-high-wrapper .highContent .row-ttl {
    font-size: 2.6rem;
  }
}
.section-high-wrapper .highContent .row-sm-ttl {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .section-high-wrapper .highContent .row-sm-ttl {
    font-size: 2rem;
  }
}
.section-high-wrapper .highContent .row-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-high-wrapper .highContent .row-area li {
  margin-right: 3rem;
}
.section-high-wrapper .highContent .row-area .unset {
  padding-left: unset !important;
}
.section-high-wrapper .highContent .row-area .unset::before {
  content: unset !important;
}
.section-high-wrapper .highContent .row-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.section-high-wrapper .highContent .row-num-desc {
  font-weight: bold;
  color: #014179;
  margin-right: 1rem !important;
}
.section-high-wrapper .highContent .row-num-txt span {
  margin-left: 3rem;
}
.section-high-wrapper .highContent .row-num-txt-sm {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .section-high-wrapper .highContent .row-num-txt-sm {
    font-size: 2rem;
  }
}
.section-high-wrapper .highContent.clr2 .row-ttl {
  color: #01B7CE;
}
.section-high-wrapper .highContent.clr2 .row-num-desc {
  color: #01B7CE;
}
.section-high-wrapper .highContent.clr2 ul li::before {
  color: #01B7CE !important;
}
.section-high-wrapper .highContent.clr3 .row-ttl {
  color: #ADD429;
}
.section-high-wrapper .highContent.clr3 .row-num-desc {
  color: #ADD429;
}
.section-high-wrapper .highContent.clr3 ul li::before {
  color: #ADD429 !important;
}
.section-high-wrapper .highContent.clr4 .row-ttl {
  color: #E32860;
}
.section-high-wrapper .highContent.clr4 .row-num-desc {
  color: #E32860;
}
.section-high-wrapper .highContent.clr4 ul li::before {
  color: #E32860 !important;
}
.section-high-wrapper .highContent.clr5 .row-ttl {
  color: #F16B01;
}
.section-high-wrapper .highContent.clr5 .row-num-desc {
  color: #F16B01;
}
.section-high-wrapper .highContent.clr5 ul li::before {
  color: #F16B01 !important;
}
.section-high-wrapper .highContent.clr6 .row-ttl {
  color: #F16B01;
}
.section-high-wrapper .highContent.clr6 .row-num-desc {
  color: #F16B01;
}
.section-high-wrapper .highContent.clr6 ul li::before {
  color: #F0DE15 !important;
}
.section-high-wrapper .highTable {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .section-high-wrapper .highTable-item {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 768px) {
  .section-high-wrapper .highTable-img {
    width: 800px;
  }
}
.section-high-wrapper .highTable-txt {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 1rem !important;
}
@media only screen and (max-width: 768px) {
  .section-high-wrapper .highTable-txt {
    font-size: 2rem;
    text-align: left;
  }
  .high-course-schedule .schedule-item-scroll {
    overflow-x: auto;
  }
  .high-course-schedule .schedule-item-scroll .schedule-item-scroll-img {
    width: 60rem;
  }
}

.high-course-schedule {
  margin-top: 7rem;
}

.high-course-schedule .schedule-lead {
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1rem;
  margin-bottom: 6rem;
}
.high-course-schedule .schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .high-course-schedule .schedule-item {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.high-course-schedule .schedule-item .item {
  width: 9.4rem;
  background-color: #C8D3DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3rem;
  position: relative;
}
.high-course-schedule .schedule-item .item::after {
  content: "";
  border-left: 4.7rem solid transparent;
  border-right: 4.7rem solid transparent;
  border-bottom: unset;
  border-top: 2.5rem solid #C8D3DF;
  position: absolute;
  left: 0;
  bottom: -2.5rem;
}
.high-course-schedule .schedule-item .item-txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .high-course-schedule .schedule-item .item-txt {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.high-course-schedule .schedule-item .item-txt.mt-2 {
  margin-top: 2rem;
}
.high-course-schedule .schedule-item .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.high-course-schedule .schedule-item .item-box-num {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .high-course-schedule .schedule-item .item {
    width: 100%;
    padding: 2rem 0;
  }
  .high-course-schedule .schedule-item .item-txt {
    font-size: 3rem;
  }
  .high-course-schedule .schedule-item .item-txt.mt-2 {
    margin-top: unset;
  }
  .high-course-schedule .schedule-item .item::after {
    content: unset;
  }
  .high-course-schedule .schedule-item .item-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .high-course-schedule .schedule-item .item-box-num {
    font-size: 3.4rem;
    margin-right: 0.5rem;
  }
}
.high-course-schedule .schedule-item.set2 .item {
  background-color: #A8C3DD;
}
.high-course-schedule .schedule-item.set2 .item::after {
  border-top: 2.5rem solid #A8C3DD;
}
.high-course-schedule .schedule-item.set3 .item {
  background-color: #7FAFDC;
}
.high-course-schedule .schedule-item.set3 .item::after {
  border-top: 2.5rem solid #7FAFDC;
}
.high-course-schedule .schedule-item.set3 .item-txt {
  color: white;
}
.high-course-schedule .schedule-item.set4 .item {
  background-color: #4E89C8;
}
.high-course-schedule .schedule-item.set4 .item::after {
  border-top: 2.5rem solid #4E89C8;
}
.high-course-schedule .schedule-item.set4 .item-txt {
  color: white;
}
.high-course-schedule .schedule-item.set4 .item-box-num {
  color: white;
}
.high-course-schedule .schedule-item.set5 .item {
  background-color: #07449F;
}
.high-course-schedule .schedule-item.set5 .item::after {
  border-top: 2.5rem solid #07449F;
}
.high-course-schedule .schedule-item.set5 .item-txt {
  color: white;
}
.high-course-schedule .schedule-item.set5 .item-box-num {
  color: white;
}
.high-course-schedule .schedule-item .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 113.9rem;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  .high-course-schedule .schedule-item .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.high-course-schedule .schedule-item .txtArea {
  width: 43.6rem;
}
.high-course-schedule .schedule-item .txtArea-col-ttl {
  font-size: 2.4rem;
  color: #07449F;
  font-weight: bold;
}
.high-course-schedule .schedule-item .txtArea-col-ttl span {
  font-size: 3.2rem;
}
.high-course-schedule .schedule-item .txtArea-col.mt-5 {
  margin-top: 5rem;
}
.high-course-schedule .schedule-item .txtArea-col-content {
  font-size: 2rem;
}
.high-course-schedule .schedule-item .txtArea-col-content li {
  list-style: inside;
}
.high-course-schedule .schedule-item .txtArea-col-content li span {
  font-size: 1.8rem;
}
.high-course-schedule .schedule-item .txtArea-col-content .other {
  color: #07449F;
}
.high-course-schedule .schedule-item .txtArea-col-content .other span {
  font-size: 1.8rem;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .high-course-schedule .schedule-item .txtArea-col-content .other span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .high-course-schedule .schedule-item .txtArea {
    width: 100%;
  }
  .high-course-schedule .schedule-item .txtArea-col-ttl {
    font-size: 3.2rem;
  }
  .high-course-schedule .schedule-item .txtArea-col-ttl span {
    font-size: 4rem;
  }
  .high-course-schedule .schedule-item .txtArea-col-content {
    font-size: 2.4rem;
  }
}
.high-course-schedule .schedule-item .group {
  width: 67.3rem;
}
@media only screen and (max-width: 768px) {
  .high-course-schedule .schedule-item .group {
    width: 100%;
    margin-top: 3rem;
  }
}
.high-course-schedule .schedule-item .group-box {
  border: 1px solid #D4D4D4;
  border-radius: 0.8rem;
  padding: 3rem 4rem;
}
.high-course-schedule .schedule-item .group-box.mt-3 {
  margin-top: 3rem;
}
.high-course-schedule .schedule-item .group-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.high-course-schedule .schedule-item .group-box-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #07449F;
  border-bottom: 2px solid #07449F;
  padding-bottom: 0.6rem;
}
.high-course-schedule .schedule-item .group-box-txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.high-course-schedule .schedule-item .group-box-img {
  min-width: 20.7rem;
  margin-left: 3rem;
}
.high-course-schedule .schedule-item .group-box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
}
.high-course-schedule .schedule-item .group-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.high-course-schedule .schedule-item .group-box-btn span {
  font-size: 1.8rem;
  font-weight: bold;
}
.high-course-schedule .schedule-item .group-box-btn span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
}
.high-course-schedule .schedule-item .group-box-btn span:last-child img {
  width: 1rem;
}
.high-course-schedule .schedule-item .group-sub-box {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.high-course-schedule .schedule-item .group-sub-box-img {
  min-width: 24.1rem;
  margin-right: 2.5rem;
}
.high-course-schedule .schedule-item .group-sub-box .group-box-txt {
  margin-top: unset;
}
@media only screen and (max-width: 768px) {
  .high-course-schedule .schedule-item .group-box-ttl {
    font-size: 2.8rem;
  }
  .high-course-schedule .schedule-item .group-box-txt {
    font-size: 2.4rem;
  }
  .high-course-schedule .schedule-item .group-box-btn span {
    font-size: 2.4rem;
  }
}

.record-search {
  margin-top: 12rem;
}
.record-search .record-search-index .search-item {
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.123);
          box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.123);
  padding: 6.5rem;
}
.record-search .record-search-index .search-item-lead {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1.1rem;
  border-left: 0.4rem solid #07449F;
  line-height: 1.3;
}
.record-search .record-search-index .search-item-lead.mt-2 {
  margin-top: 2rem;
}
.record-search .record-search-index .search-item-area {
  border-top: 1px solid #D9D9D9;
  margin-top: 1.5rem;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.record-search .record-search-index .search-item-box {
  font-size: 1.8rem;
  margin-right: 5rem;
}
@media only screen and (max-width: 768px) {
  .record-search .record-search-index .search-item-box {
    width: 50%;
    margin-right: unset;
  }
}
@media only screen and (max-width: 768px) {
  .record-search .record-search-index .search-item {
    padding: 4rem 3rem;
  }
  .record-search .record-search-index .search-item-lead {
    font-size: 3rem;
  }
  .record-search .record-search-index .search-item-box {
    font-size: 2.4rem;
  }
}
.record-search .record-search-index .record-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .record-search .record-search-index .record-search-btn {
    padding: 0 3rem;
  }
  .record-search .record-search-index .record-search-btn .link-btn.search {
    width: 100%;
    height: unset;
    font-size: 3rem;
  }
  .record-search .record-search-index .record-search-btn .link-btn.search::after {
    width: 3rem;
    height: 3rem;
  }
  .record-search .record-search-index .record-search-btn .link-btn.search:hover::after {
    width: 3rem;
    height: 3rem;
  }
}
.record-search .record-people {
  margin: 10rem 0;
}
.record-search .record-people-lead {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  color: #07449F;
  font-family: "Noto Serif JP", serif;
}
.record-search .record-people-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr) 3rem minmax(0rem, 1fr) 3rem minmax(0rem, 1fr) 3rem minmax(0rem, 1fr);
  grid-template-columns: repeat(6, minmax(0rem, 1fr));
  gap: 2rem;
  margin-top: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .record-search .record-people-item {
    -ms-grid-columns: minmax(0rem, 1fr) 2rem minmax(0rem, 1fr);
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
    gap: 2rem;
  }
}
.record-search .record-people-sm {
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .record-search .record-people-sm {
    font-size: 2rem;
  }
}
.record-search .record-people-name {
  font-size: 2.1rem;
}
@media only screen and (max-width: 768px) {
  .record-search .record-people-name {
    font-size: 2.4rem;
  }
}
.record-search .record-people-txt {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .record-search .record-people-txt {
    font-size: 2.4rem;
  }
}

.page-examination-section .examination-index .examination-txt {
  margin-top: 7rem;
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
.page-examination-section .examination-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .page-examination-section .examination-grid {
    -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.page-examination-section .examination-grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-examination-section .examination-grid .item_lead {
  font-size: 1.8rem;
  color: #00489D;
  background-color: #E7F0FC;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
  padding: 8px;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .page-examination-section .examination-grid .item_lead {
    font-size: 2.4rem;
  }
}
.page-examination-section .examination-grid .box {
  position: relative;
  border-radius: 1.5rem;
}
.page-examination-section .examination-grid .box_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 9.5rem 0 4.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 68, 159, 0)), color-stop(25%, rgba(7, 68, 159, 0.5)), to(#07449F));
  background: linear-gradient(180deg, rgba(7, 68, 159, 0) 0%, rgba(7, 68, 159, 0.5) 25%, #07449F 100%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  color: white;
}
.page-examination-section .examination-grid .box_txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-examination-section .examination-grid .box_txt {
    font-size: 3rem;
  }
}
.page-examination-section .examination-calendar {
  margin-top: 12rem;
}
.page-examination-section .examination-calendar-title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  color: #03A2AC;
}
.page-examination-section .examination-calendar-table {
  margin-top: 3rem;
}
.page-examination-section .examination-calendar-table .table-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #07449F;
}
@media only screen and (max-width: 768px) {
  .page-examination-section .examination-calendar-table .table-title {
    font-size: 3rem;
  }
}
.page-examination-section .examination-table .table-item {
  margin-top: 2.5rem;
  border-collapse: collapse;
  width: 100%;
}
.page-examination-section .examination-table .table-item td,
.page-examination-section .examination-table .table-item th {
  border: 1px solid #07449F;
  padding: 1.5rem 0.5rem;
  text-align: center;
}
.page-examination-section .examination-table .table-item th {
  background-color: #07449F;
  color: white;
  border-right: 1px solid white;
}
.page-examination-section .examination-table .table-item th:last-child {
  border-right: unset;
}
@media only screen and (max-width: 768px) {
  .page-examination-section .examination-table .table-item {
    width: 200rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-examination-section .examination-table {
    overflow-x: auto;
    padding-bottom: 2rem;
  }
  .page-examination-section .examination-table::-webkit-scrollbar {
    height: 0.8rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-examination-section .examination-table::-webkit-scrollbar {
    height: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-examination-section .examination-table::-webkit-scrollbar-track {
    background: #C9C9C9;
    height: 0.8rem;
    border-radius: 0.8rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-examination-section .examination-table::-webkit-scrollbar-track {
    height: 1.2rem;
    border-radius: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-examination-section .examination-table::-webkit-scrollbar-thumb {
    background: #00AFE5;
    border-radius: 0.8rem;
    height: 0.8rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page-examination-section .examination-table::-webkit-scrollbar-thumb {
    height: 1.2rem;
    border-radius: 1.2rem;
  }
}

.page-company {
  margin-top: 8rem;
}
.page-company-logo img {
  width: 249px;
}
.page-company-item {
  margin-top: 7rem;
}
.page-company-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #111111;
}
.page-company-row .category {
  width: 131px;
  padding: 1.9rem 1.2rem;
  border-bottom: 2px solid #0049B2;
  font-size: 1.8rem;
}
.page-company-row .txt {
  font-size: 1.8rem;
  border-bottom: 2px solid #818181;
  padding: 1.9rem 1.5rem;
  width: calc(100% - 131px);
}
@media only screen and (max-width: 768px) {
  .page-company-row {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-company-row .category {
    width: 100%;
    border-bottom: unset;
    padding-bottom: unset;
    font-size: 2.8rem;
    font-weight: 500;
  }
  .page-company-row .txt {
    padding-top: 1rem;
    width: 100%;
    font-size: 2.4rem;
  }
}

.record-detail-item {
  margin-top: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .record-detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.record-detail-img {
  width: 63rem;
}
@media only screen and (max-width: 768px) {
  .record-detail-img {
    width: 100%;
  }
}
.record-detail-area {
  width: 57.1rem;
  background-color: white;
  position: relative;
  border-top-right-radius: 1.3rem;
  padding: 3.3rem 3rem 0 1rem;
  border-top: 2px solid #39B9EA;
  border-right: 2px solid #39B9EA;
}
.record-detail-area .ttl {
  font-size: 2.9rem;
  line-height: 1.3103448276;
  color: #00489D;
}
.record-detail-area .txt {
  font-size: 12px;
  margin-top: 2.4rem;
  font-weight: 500;
}
.record-detail-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 3rem;
}
.record-detail-area .row .colItem {
  margin-top: 3rem;
}
.record-detail-area .row .colItem:first-child {
  margin-top: unset;
}
.record-detail-area .row .col {
  width: 50%;
  padding-right: 2.5rem;
  padding-bottom: 2.8rem;
}
.record-detail-area .row .col:last-child {
  padding-left: 2.5rem;
  border-left: 1px dotted #CFCFCF;
  padding-right: unset;
}
.record-detail-area .row .col_ttl {
  font-size: 12px;
  color: #35B1E7;
  font-weight: bold;
}
.record-detail-area .row .col_txt {
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .record-detail-area {
    width: 100%;
    border: 1px solid #39B9EA;
    border-radius: 1.3rem;
    margin-top: 3rem;
    padding: 3rem 1.5rem;
  }
  .record-detail-area .ttl {
    font-size: 3.5rem;
  }
  .record-detail-area .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: unset;
  }
  .record-detail-area .row .col {
    width: 100%;
    padding: unset;
  }
  .record-detail-area .row .col:last-child {
    padding: unset;
    border-left: unset;
  }
  .record-detail-area .row .colItem {
    margin-top: 3rem !important;
  }
}
.record-detail-logo img {
  width: 7.2rem;
  position: absolute;
  top: 1rem;
  right: 0;
}

.page-contact {
  margin-top: 8rem;
}
.page-contact .contact-wrap-txt {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-wrap-txt {
    font-size: 2.4rem;
  }
}
.page-contact .contact-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.page-contact .contact-privacy-txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.page-contact .contact-privacy-txt a {
  text-decoration: underline;
  color: #00489D;
}
.page-contact .contact-privacy .row-check-box label {
  font-size: 14px;
  line-height: 1;
}
.page-contact .contact-search {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-contact .contact-search-box {
  margin-right: 7rem;
}
.page-contact .contact-search-box:last-child {
  margin-right: unset;
}
.page-contact .contact-search-box label {
  font-size: 16px;
}

.page-contact .contact-search-box br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-search {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-contact .contact-item {
  margin-top: 7rem;
}
.page-contact .contact-item input {
  border: 1px solid #CCCCCC;
  background-color: #FBFAF7;
  border-radius: 13px;
  height: 55px;
}
.page-contact .contact-item input[type=date] {
  width: 100%;
  padding: 0 20px;
}
.page-contact .contact-item select {
  border: 1px solid #CCCCCC;
  background-color: #FBFAF7;
  border-radius: 13px;
  height: 55px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.page-contact .contact-item textarea {
  border: 1px solid #CCCCCC;
  background-color: #FBFAF7;
  border-radius: 13px;
  height: unset;
}
.page-contact .contact-item .row {
  padding: 19px 30px 23px;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
}
.page-contact .contact-item .row .lead {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 20px;
}
.page-contact .contact-item .row .lead .need {
  color: white;
  font-size: 12px;
  background-color: #EE1414;
  border-radius: 5px;
  padding: 3px 10px;
  margin-left: 10px;
}
.page-contact .contact-item .row-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-contact .contact-item .row-check label {
  font-size: 18px;
  margin-left: 7px;
}
.page-contact .contact-item .row-check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
.page-contact .contact-item .row-check-box input[type=checkbox] {
  height: unset;
}
.page-contact .contact-item .row-check-box br {
  display: none;
}
.page-contact .contact-item .row_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #111111;
  margin: 57px 0 80px;
}
.page-contact .contact-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
.page-contact .contact-item-btn br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-item input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .page-contact .contact-item input::-moz-placeholder {
    font-size: 16px;
  }
  .page-contact .contact-item input:-ms-input-placeholder {
    font-size: 16px;
  }
  .page-contact .contact-item input::-ms-input-placeholder {
    font-size: 16px;
  }
  .page-contact .contact-item input::placeholder {
    font-size: 16px;
  }
  .page-contact .contact-item .row {
    padding: 15px 0;
  }
  .page-contact .contact-item .row .lead {
    margin-bottom: 10px;
  }
  .page-contact .contact-item .row-check {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contact .contact-item .row-check-box:last-child {
    margin-right: unset;
  }
}
.has-spinner {
	position: relative !important;
    display: block !important;
    width: 33rem !important;
    max-width: 100% !important;
    padding: 1.5rem 4rem 1.5rem 3rem !important;
    height: 5.6rem !important;
    background: #00AFE5 !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 2.4rem !important;
    color: #FFFFFF !important;
    text-align: center !important;
    text-decoration: none !important;
    border: 1px solid #00AFE5 !important;
    border-radius: 0.5rem !important;
    -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) !important;
    transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1) !important;
    overflow: hidden !important;
    z-index: 0 !important;
}
.page-parents-section .section-parents-index {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-parents-section .section-parents-index {
    margin-top: 8rem;
  }
}
.page-parents-section .section-parents-index .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-parents-section .section-parents-index .wrap .txt1 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Hiragino Mincho Pro", serif;
  line-height: 3.5rem;
}
.page-parents-section .section-parents-index .wrap .txt2 {
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  line-height: 1;
  margin-top: 2.6rem;
  font-weight: bold;
}
.page-parents-section .section-parents-index .wrap .title {
  font-size: 6.4rem;
  font-weight: bold;
  font-family: "Hiragino Mincho Pro", serif;
  margin-top: 3rem;
  line-height: 1;
}
.page-parents-section .section-parents-index .wrap .title span {
  color: #07449F;
}
.page-parents-section .section-parents-index .wrap .area {
  margin-top: 8rem;
}
.page-parents-section .section-parents-index .wrap .area .txt {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.page-parents-section .section-parents-index .wrap .area .txt:last-child {
  margin-bottom: unset;
}
@media only screen and (max-width: 768px) {
  .page-parents-section .section-parents-index .wrap .txt1 {
    font-size: 3rem;
  }
  .page-parents-section .section-parents-index .wrap .title {
    font-size: 5rem;
  }
  .page-parents-section .section-parents-index .wrap .area {
    margin-top: 6rem;
  }
  .page-parents-section .section-parents-index .wrap .area .txt {
    font-size: 2.4rem;
  }
}
.page-parents-section .section-parents-wrapper {
  position: relative;
  margin-top: 12rem;
}
.page-parents-section .section-parents-wrapper .section-intro {
  position: relative;
  padding: 7rem 6rem 8rem;
  background: #E8F0FC;
  border-top: 2px solid #01439B;
  margin-bottom: 6rem;
  z-index: 0;
}
.page-parents-section .section-parents-wrapper .section-intro .wrap {
  position: relative;
  width: 100%;
  z-index: 3;
}
.page-parents-section .section-parents-wrapper .section-intro .title h3 {
  position: relative;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 7.2rem;
  letter-spacing: 0.02em;
  color: #01439B;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-parents-section .section-parents-wrapper .section-intro {
    padding: 8rem 3rem 8rem;
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .page-parents-section .section-parents-wrapper .section-intro .title h3 {
    font-size: 8rem;
    text-align: center;
  }
}
.page-parents-section .section-parents-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-parents-section .section-parents-wrapper .item-area {
  max-width: 68.4rem;
}
.page-parents-section .section-parents-wrapper .item-area-txt .txt {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
.page-parents-section .section-parents-wrapper .item-area-txt .txt:last-child {
  margin-bottom: unset;
}
.page-parents-section .section-parents-wrapper .item-area-bottom {
  margin-top: 4rem;
}
.page-parents-section .section-parents-wrapper .item-area-bottom .txt1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.2rem;
  font-family: "Hiragino Mincho Pro", serif;
}
.page-parents-section .section-parents-wrapper .item-img {
  max-width: 50.6rem;
}
@media only screen and (max-width: 768px) {
  .page-parents-section .section-parents-wrapper {
    margin-top: 8rem;
  }
  .page-parents-section .section-parents-wrapper .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-parents-section .section-parents-wrapper .item-img {
    max-width: unset;
    width: 100%;
  }
  .page-parents-section .section-parents-wrapper .item-area {
    max-width: unset;
    width: 100%;
    margin-top: 3rem;
  }
  .page-parents-section .section-parents-wrapper .item-area-txt .txt {
    font-size: 2.4rem;
  }
  .page-parents-section .section-parents-wrapper .item-area-bottom .txt1 {
    font-size: 3rem;
    line-height: 5rem;
  }
}

.page-guidance .detail-head {
  margin-top: 4rem;
}
.page-guidance .detail-head-lead {
  font-size: 2.4rem;
  font-weight: bold;
  color: white;
  line-height: 1.4583333333;
  background-color: #07449F;
  padding: 1.5rem 3.2rem 1.6rem;
  border-radius: 0.6rem 0.6rem 0 0;
}
@media only screen and (max-width: 768px) {
  .page-guidance .detail-head-lead {
    padding: 1.5rem;
  }
}
.page-guidance .detail-head-area {
  border: 1px solid #D9D9D9;
  border-radius: 0 0 0.6rem 0.6rem;
  padding: 2.8rem 5rem 4rem;
}
.page-guidance .detail-head-area li {
  margin-top: 1.6rem;
  line-height: 1;
  list-style: inside;
}
.page-guidance .detail-head-area li:first-child {
  margin-top: unset;
}
.page-guidance .detail-head-area li::marker {
  color: #07449F;
}
@media only screen and (max-width: 768px) {
  .page-guidance .detail-head-area {
    padding: 2rem 1.5rem;
  }
  .page-guidance .detail-head-area li {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 768px) {
  .page-guidance .detail-head {
    margin-top: 6rem;
  }
}
.page-guidance .detail-wrapper-row {
  margin-top: 7rem;
}
.page-guidance .detail-wrapper-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.5rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #D9D9D9;
}
.page-guidance .detail-wrapper-txt {
  font-size: 1.8rem;
  line-height: 3.5rem;
  margin-top: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .page-guidance .detail-wrapper-txt {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.page-kurume {
  margin-top: 4rem;
}
.page-kurume-txt {
  font-size: 1.8rem;
  line-height: 3.5rem;
}
.page-kurume .kurume-item .kurume-row {
  margin-top: 7rem;
}
.page-kurume .kurume-item .kurume-row-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.5rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 3.4rem;
}
.page-kurume .kurume-item .kurume-row-title small {
  font-size: 2.4rem;
  font-weight: bold;
}
.page-kurume .kurume-item .kurume-row-bottom {
  margin-top: 1.6rem;
}
.page-kurume .kurume-item .kurume-row-txt {
  margin-top: 3.4rem;
  font-size: 1.8rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .page-kurume .kurume-item .kurume-row-txt {
    font-size: 2.4rem;
  }
}
.page-kurume .kurume-item .kurume-row .kurume-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #333333;
  text-align: center;
  border: none;
  border-radius: 0.6rem;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-kurume .kurume-item .kurume-row .kurume-table {
    font-size: 2.4rem;
  }
}
.page-kurume .kurume-item .kurume-row .kurume-table.table2 thead th {
  width: 50%;
}
.page-kurume .kurume-item .kurume-row .kurume-table.table3 thead th {
  width: 20%;
}
.page-kurume .kurume-item .kurume-row .kurume-table thead {
  position: relative;
}
.page-kurume .kurume-item .kurume-row .kurume-table thead tr {
  border: none;
}
.page-kurume .kurume-item .kurume-row .kurume-table thead th {
  position: relative;
  background: #01439B;
  padding: 1.6rem 1.2rem;
  height: 9rem;
  font-weight: 700;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  width: 25%;
  border: none;
  z-index: 1;
}
.page-kurume .kurume-item .kurume-row .kurume-table thead th small {
  font-size: 1.6rem;
  font-weight: inherit;
}
.page-kurume .kurume-item .kurume-row .kurume-table thead th:first-child {
  border-radius: 0.6rem 0 0 0;
}
.page-kurume .kurume-item .kurume-row .kurume-table thead th:last-child {
  border-radius: 0 0.6rem 0 0;
}
.page-kurume .kurume-item .kurume-row .kurume-table thead th:not(:last-child) {
  border-right: 1px solid #EDEDED;
}
.page-kurume .kurume-item .kurume-row .kurume-table tbody {
  position: relative;
}
.page-kurume .kurume-item .kurume-row .kurume-table tbody tr td {
  position: relative;
  padding: 1.6rem 1.2rem;
  height: 10rem;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #EDEDED;
}
.page-kurume .kurume-item .kurume-row .kurume-table tbody tr td small {
  font-size: 1.6rem;
  font-weight: inherit;
}
.page-kurume .kurume-item .kurume-row .kurume-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.6rem;
}
.page-kurume .kurume-item .kurume-row .kurume-table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.6rem 0;
}
.page-kurume .kurume-item .kurume-row .kurume-table-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .page-kurume .kurume-item .kurume-row .kurume-table-other {
    font-size: 2.4rem;
  }
}
.page-kurume .kurume-item .kurume-row .kurume-table-other-txt:first-child {
  padding: 3rem 2rem;
  background-color: #07449F;
  color: white;
  font-weight: bold;
  width: 30%;
  border-radius: 0.6rem 0 0 0.6rem;
  text-align: center;
}
.page-kurume .kurume-item .kurume-row .kurume-table-other-txt:last-child {
  padding: 3rem 2rem 3rem 9rem;
  width: 70%;
  border-radius: 0 0.6rem 0.6rem 0;
  border: 2px solid #EDEDED;
  border-left: unset;
}

.page-event-section .event-item .event-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 6.6rem;
}
.page-event-section .event-item .event-head-category {
  width: 50%;
  font-size: 3rem;
  font-weight: 900;
  line-height: 4.6rem;
  border-bottom: 2px solid #D4D4D4;
  color: #878787;
  padding-bottom: 2.6rem;
  text-align: center;
  cursor: pointer;
}
.page-event-section .event-item .event-head-category.active {
  color: #07449F;
  border-bottom: 6px solid #07449F;
}
@media only screen and (max-width: 768px) {
  .page-event-section .event-item .event-head-category.active {
    border-bottom: 3px solid #07449F;
  }
}
@media only screen and (max-width: 768px) {
  .page-event-section .event-item .event-head-category {
    border-bottom: 1px solid #D4D4D4;
    font-size: 3.4rem;
  }
}
.page-event-section .event-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1.8rem 4rem;
  border-bottom: 1px solid #D9D9D9;
}
.page-event-section .event-group-row:first-child {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .page-event-section .event-group-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-event-section .event-group-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-event-section .event-group-time {
  font-size: 2rem;
  font-weight: 500;
  color: #878787;
  line-height: 3.2rem;
  min-width: 15rem;
}
@media only screen and (max-width: 768px) {
  .page-event-section .event-group-time {
    font-size: 2.4rem;
  }
}
.page-event-section .event-group-category {
  background-color: #07449F;
  color: white;
  font-weight: 500;
  min-width: 16rem;
  border-radius: 4rem;
  padding: 0.5rem 1rem;
  text-align: center;
  margin-right: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-event-section .event-group-category {
    margin-right: unset;
    min-width: 20rem;
    font-size: 2.4rem;
  }
}
.page-event-section .event-group-title {
  font-size: 2rem;
  font-weight: 500;
  color: #07449F;
  text-decoration: underline;
  line-height: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .page-event-section .event-group-title {
    margin-top: 2rem;
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

.page-event-detail-section .event-detail-head {
  margin-top: 8rem;
}
.page-event-detail-section .event-detail-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-event-detail-section .event-detail-time {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
  margin-right: 6rem;
}
@media only screen and (max-width: 768px) {
  .page-event-detail-section .event-detail-time {
    font-size: 2.4rem;
    margin-right: 3rem;
  }
}
.page-event-detail-section .event-detail-category {
  background-color: #07449F;
  color: white;
  line-height: 3.2rem;
  padding: 0.2rem 3.2rem;
  border-radius: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-event-detail-section .event-detail-category {
    font-size: 2.4rem;
    padding: 0.5rem 3rem;
  }
}
.page-event-detail-section .event-detail-title {
  margin-top: 4rem;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 500;
  padding-bottom: 3rem;
  position: relative;
  margin-bottom: 4rem;
}
.page-event-detail-section .event-detail-title::after {
  content: "";
  width: 7rem;
  height: 0.4rem;
  background-color: #07449F;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-event-detail-section .event-detail-txt {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .page-event-detail-section .event-detail-txt {
    font-size: 2.4rem;
  }
}
.page-event-detail-section .event-back-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.page-event-detail-section .event-back-top .link-btn {
  width: 30rem;
  height: 7.8rem;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-event-detail-section .event-back-top .link-btn {
    width: 40rem;
    height: 9rem;
    font-size: 3rem;
  }
}
.page-event-detail-section .event-back-top .link-btn::after {
  right: unset;
  left: 2rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.event-group {
    display: none;
}

.event-group.active {
    display: block;
}

.event-head-category {
    cursor: pointer;
}

.event-head-category.active {
    font-weight: bold;
}

.page-sitemap-section .sitemap-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
.page-sitemap-section .sitemap-index .sitemap-col {
  width: 48%;
}
.page-sitemap-section .sitemap-index .sitemap-group {
  margin-bottom: 6rem;
}
.page-sitemap-section .sitemap-index .sitemap-group-head {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1.2rem;
  margin-bottom: 2.4rem;
}
.page-sitemap-section .sitemap-index .sitemap-group-head-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
}
.page-sitemap-section .sitemap-index .sitemap-group-head-link .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.9rem;
}
.page-sitemap-section .sitemap-index .sitemap-group-head-link .icon img {
  width: 1.4rem;
}
.page-sitemap-section .sitemap-index .sitemap-group-sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  line-height: 2rem;
}
.page-sitemap-section .sitemap-index .sitemap-group-sublink .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.2rem;
}
.page-sitemap-section .sitemap-index .sitemap-group-sublink .icon img {
  width: 1rem;
}