@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* # =================================================================
  # add
  # ================================================================= */
ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #222222;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.pcVer {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcVer {
    display: none;
  }
}

.spVer {
  display: block;
}
@media screen and (min-width: 769px) {
  .spVer {
    display: none;
  }
}

.page__title {
  display: grid;
  justify-items: center;
  gap: 0.825rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__title {
    font-size: 1.875rem;
  }
}
.page__title::after {
  content: "";
  display: inline-block;
  width: 3.75rem;
  height: 0.375rem;
  background-color: #2257A8;
}
@media screen and (max-width: 768px) {
  .page__title::after {
    width: 3.75rem;
  }
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:4.5rem;
  z-index: 1000;
}
@media screen and (max-width: 1000px) {
  .head {
    height: 7.3rem;
  }
}
@media screen and (max-width: 768px) {
  .head {
    height: 4rem;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
}
@media screen and (max-width: 768px) {
  .head.is-active {
    top: 0;
  }
}
.head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media screen and (max-width: 1000px) {
  .head__inner{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .head__inner {
    padding: 2vw 5vw;
        display:flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.head__logo {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 13.75rem;
  aspect-ratio: 220 / 40;
  background: url("../image/training/common/img_mv_lead.svg") left top no-repeat;
  background-size: contain;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .head__logo {
    width: 39.74358vw;
  }
}
.sp-menu__bt{
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-menu__bt{
    position: absolute;
    display: block;
    right: 2vw;
    top: 2vw;
    z-index: 200;
  }
  .sp-menu__bt .sp-menu__trigger,
  .sp-menu__bt .sp-menu__trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .sp-menu__bt .sp-menu__trigger {
    position: relative;
    width: 12.4vw;
    height: 12.4vw;
    text-decoration: none;
    text-align: left;
  }
  .sp-menu__bt .sp-menu__trigger span {
    position: absolute;
    right: 3.2vw;
    width: 5vw;
    height: 2px;
    background-color: #2362C1;
  }
  .sp-menu__bt .sp-menu__trigger span:nth-of-type(1) { top: calc(50% - 1px - 2vw);}
  .sp-menu__bt .sp-menu__trigger span:nth-of-type(2) { top: calc(50% - 1px);}
  .sp-menu__bt .sp-menu__trigger span:nth-of-type(3) { top: calc(50% - 1px + 2vw);}
  .sp-menu__bt.active .sp-menu__trigger span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .sp-menu__bt.active .sp-menu__trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-menu__bt.active .sp-menu__trigger span:nth-of-type(3) {
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }
}
.head__nav {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 15.625rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
.head__cover{
  display: none;
}
@media screen and (max-width: 1050px) {
  .head__nav{
    grid-template-columns: 1fr minmax(auto, 12.625rem);
  }
}
@media screen and (max-width: 768px) {
  .head__nav {
    position: fixed;
    z-index: 180;
    right: 0;
    top: 0;
    background-color: #fff;
    border-radius: 12.8vw 0 0 12.8vw;
    padding: 26.66vw 10.25vw 12.3vw;
    display: block;
    margin-right: -100%;
   transition: margin-right 200ms ease;
  }
  .head__nav.is-open {
    margin-right: 0;
  }
  .head__nav.is-open + .head__cover{
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 160;
    background-color: rgba(0,0,0,0.25);
    position: fixed;
    left: 0;
    top: 0;
  }
}
.head__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 1000px) {
  .head__list{
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .head__list {
    display: block;
    text-align: center;
  }
}
.head__item a {
  color: #222222;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .head__item a {
    color: #2257A8;
    font-size: 1.125rem;
    margin-bottom: 2em;
  }
}
.head__cta {
  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: 100%;
  max-width: 15.625rem;
  height: 2.375rem;
  border: 2px solid transparent;
  border-radius: 9999px;
  color: #fff;
  background-color: #fff;
  letter-spacing: 0.05em;
  z-index: 2;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 1050px) {
  .head__cta{
    max-width: 12.625rem;
    height: 2.75rem;
  }
}
@media screen and (max-width: 768px) {
  .head__cta{
    max-width: 51vw;
    width: 51vw;
  }
}
.head__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ED7C21), to(#EB6117));
  background-image: linear-gradient(to right, #ED7C21, #EB6117);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .head__cta:hover {
    border-color: #ED7C21;
    color: #ED7C21;
    opacity: 1;
  }
  .head__cta:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition-delay: 0s, 0.4s;
            transition-delay: 0s, 0.4s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}

.cta {
  padding: 3.3rem 1.25rem 3.3rem;
  background-color: #2257A8;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 2.5rem 0 2.5rem;
  }
}
.cta__inner {
  text-align: center;
}
.cta__lead{
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .cta__lead{
    font-size: 1rem;
  }
}
.cta__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1.25rem;
  color: #fff;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 1.375rem;
    line-height: 1.3;
  }
}
.cta__title .f-sm {
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cta__title .f-sm{
    font-size: 1rem;
  }
}
.cta__title .f-sm:nth-of-type(1) {
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .cta__title .f-sm:nth-of-type(1) {
    margin-right: 0.5rem;
  }
}
.cta__title .f-sm:nth-of-type(2) {
  margin-right: 0.25rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .cta__title .f-sm:nth-of-type(2) {
    margin-right: 0;
    margin-left: 0.5rem;
  }
}
.cta__title::before, .cta__title::after {
  position: absolute;
  bottom: 0.125rem;
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .cta__title::before, .cta__title::after {
    bottom: -0.25rem;
    height: 2.25rem;
  }
}
.cta__title::before {
  left: 0;
  -webkit-transform: rotate(-198deg);
          transform: rotate(-198deg);
}
@media screen and (max-width: 768px) {
  .cta__title::before {
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
  }
}
.cta__title::after {
  right: 0;
  -webkit-transform: rotate(198deg);
          transform: rotate(198deg);
}
@media screen and (max-width: 768px) {
  .cta__title::after {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
}
.cta__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: 100%;
  max-width: 38.75rem;
  height: 4.5rem;
  margin: 1.75rem auto 0;
  border-radius: 9999px;
  color: #fff;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .cta__link {
    max-width: 20.625rem;
    height: 3.9375rem;
    font-size: 1.25rem;
    font-weight: 500;
  }
}
.cta__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ED7C21), to(#EB6117));
  background-image: linear-gradient(to right, #ED7C21, #EB6117);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .cta__link:hover {
    color: #ED7C21;
    opacity: 1;
  }
  .cta__link:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition-delay: 0s, 0.4s;
            transition-delay: 0s, 0.4s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .cta__link:hover::after {
    border-color: #ED7C21;
  }
}

.float-cta {
  position: fixed;
  bottom: 4.375rem;
  left: 0;
  display: block;
  width: 100%;
  background-color: #2257A8;
  -webkit-transform: translateY(4.375rem);
          transform: translateY(4.375rem);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-box-shadow: 0 -10px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -10px 6px rgba(0, 0, 0, 0.16);
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .float-cta {
    -webkit-transform: translateY(5.625rem);
            transform: translateY(5.625rem);
            bottom: 5.625rem;
  }
}
.float-cta.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.float-cta__inner {
  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: 0.875rem;
  height: 4.375rem;
}
@media screen and (max-width: 768px) {
  .float-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 5.625rem;
    gap: 0.5rem;
  }
}
.float-cta__text {
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .float-cta__text {
    font-size: 0.75rem;
  }
}
.float-cta__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: 100%;
  max-width: 26.75rem;
  height: 2.375rem;
  border-radius: 9999px;
  color: #fff;
  background-color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .float-cta__link {
    max-width: 20.625rem;
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.float-cta__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ED7C21), to(#EB6117));
  background-image: linear-gradient(to right, #ED7C21, #EB6117);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .float-cta__link:hover {
    color: #ED7C21;
    opacity: 1;
  }
  .float-cta__link:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition-delay: 0s, 0.4s;
            transition-delay: 0s, 0.4s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}

.pageTop {
  position: fixed;
  right: 0;
  bottom: 100px;
  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.75rem;
  height: 3.75rem;
  background-color: #2257A8;
  -webkit-transform: translateX(5rem);
          transform: translateX(5rem);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  z-index: 1000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pageTop {
    bottom: 110px;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transform: translateX(3.75rem);
            transform: translateX(3.75rem);
  }
}
.pageTop.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (hover: hover) {
  .pageTop:hover {
    opacity: 0.8;
  }
  .pageTop:hover .pageTop__img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.pageTop__img {
  position: relative;
  width: 1.125rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 768px) {
  .pageTop__img {
    width: 0.625rem;
  }
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv__inner {
  position: relative;
  width: 100%;
  height: 50vw;
  height: calc(4.5rem + 45vw);
  background: url("../image/training/mv/img_mv_photo-pc.webp") right center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .mv__inner {
    height: calc(7.3rem + 45vw);
  }
}
@media screen and (max-width: 768px) {
  .mv__inner {
    height: 212.3076923077vw;
    background: url("../image/training/mv/img_mv_photo-sp.webp") center bottom no-repeat;
  background-size: cover;
  }
}
.mv__pop-01 {
  position: absolute;
  left: 8.40277vw;
  top: 11.4vw;
  top: calc(4.5rem + 4.5vw);
  width: 15.5555vw;
  height: 7.708333vw;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .mv__pop-01 {
    top: calc(7.3rem + 4.5vw);
  }
}
@media screen and (max-width: 768px) {
  .mv__pop-01 {
    left: 5vw;
    top: 86.666vw;
    width: 41vw;
    height: 22.56vw;
  }
}
.mv__pop-02 {
  position: absolute;
  left: 25.6979166667vw;
  top: 11.4vw;
  top: calc(4.5rem + 4.5vw);
  width: 17.0138888vw;
  height: 7.708333vw;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .mv__pop-02 {
    top: calc(7.3rem + 4.5vw);
  }
}
@media screen and (max-width: 768px) {
  .mv__pop-02 {
    left: auto;
    right: 5vw;
    top: 86.666vw;
    width: 44.87vw;
    height: 22.56vw;
  }
}
.mv__title {
  position: absolute;
  left: 8.40277vw;
  top: 19.027777vw;
  top: calc(4.5rem + 14.0277777vw);
  width: 32.91666vw;
  height: 4.09722vw;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .mv__title {
    top: calc(7.3rem + 14.0277777vw);
  }
}
@media screen and (max-width: 768px) {
  .mv__title {
    left: 5.1282051282vw;
    top: 112.8vw;
    width: 80vw;
    height: 11.025vw;
  }
}
.mv__catch {
  position: absolute;
  left: 8.40277vw;
  top: 25.13888888888vw;
  top: calc(4.5rem + 20.1388888vw);
  width: 59.333333vw;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .mv__catch {
    top: calc(7.3rem + 20.1388888vw);
  }
}
@media screen and (max-width: 768px) {
  .mv__catch {
    left: 5.1282051282vw;
    top: 127.948vw;
    width: 89.743vw;
  }
}
.mv__cta {
  position: absolute;
  left: 8.40277vw;
  top: 41.111111111vw;
  top: calc(4.5rem + 36.1111111vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.4375vw;
  height: 5.5vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  color: #fff;
  background-color: #fff;
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.5rem rgba(232,118,26,0.45);
}
@media screen and (max-width: 1000px) {
  .mv__cta {
    top: calc(7.3rem + 36.1111111vw);
  }
}
@media screen and (max-width: 768px) {
  .mv__cta {
    left: 7.6923076923vw;
    top: 180.5128vw;
    width: 84.6153846154vw;
    height: 16.1538461538vw;
    font-size: 5.3846153846vw;
  }
}
.mv__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ED7C21), to(#EB6117));
  background-image: linear-gradient(to right, #ED7C21, #EB6117);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .mv__cta:hover {
    border-color: #ED7C21;
    color: #ED7C21;
    opacity: 1;
  }
  .mv__cta:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition-delay: 0s, 0.4s;
            transition-delay: 0s, 0.4s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}
.mv__simu {
  position: absolute;
  left: 40.5416666667vw;
  top: 31.5625vw;
  top: calc(5.625rem + 26.875vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.4375vw;
  height: 4.4791666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  border-radius: 9999px;
  color: #fff;
  background-color: #fff;
  font-size: 1.5625vw;
  letter-spacing: 0.05em;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__simu {
    left: 7.6923076923vw;
    top: 185.8974358974vw;
    width: 84.6153846154vw;
    height: 16.1538461538vw;
    font-size: 5.3846153846vw;
  }
}
.mv__simu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ED7C21), to(#EB6117));
  background-image: linear-gradient(to right, #ED7C21, #EB6117);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: -1;
  pointer-events: none;
}
.mv__simu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11%;
  display: inline-block;
  width: 0.6770833333vw;
  height: 0.6770833333vw;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .mv__simu::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
@media (hover: hover) {
  .mv__simu:hover {
    border-color: #ED7C21;
    color: #ED7C21;
    opacity: 1;
  }
  .mv__simu:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.1);
            transform: translateY(-50%) scale(0.1);
    -webkit-transition-delay: 0s, 0.4s;
            transition-delay: 0s, 0.4s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out;
    transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .mv__simu:hover::after {
    border-color: #EB6117;
  }
}

.about {
  position: relative;
}
.about__inner {
  position: relative;
  padding: 7rem 1.25rem 8rem;
  z-index: 5;
  background: -webkit-linear-gradient(
    top,
    #2368AD 0%,
    #4C86C2 100%
  );
  background: linear-gradient(
    to bottom,
    #2368AD 0%,
    #4C86C2 100%
  );
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding: 3rem 0 4rem;
  }
}
.about__inner::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 10rem);
  bottom: -6rem;
  background-color: #4C86C2;
  aspect-ratio: 1/cos(70deg);
  clip-path: polygon(0 0,100% 0,50% 100%);
  width: 20rem;

}
@media screen and (max-width: 768px) {
  .about__inner::after {
    bottom: -3.2rem;
    left: calc(50% - 7.8125rem);
    width: 15.625rem;
    height: 4rem;
  }
}
.about-problem__title {
  margin-top: 0.625rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-problem__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.about-problem__title span {
  font-size: 2.75rem;
  background-image: radial-gradient(circle at center, #FFDC50 18%, transparent 18%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.05em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .4em; /* 縦方向の位置調整 */
}
@media screen and (max-width: 768px) {
  .about-problem__title span {
    font-size: 1.75rem;
  }
}
.about-problem__container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  width: 100%;
  max-width: 75rem;
  margin: 4.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .about-problem__container {
    display: block;
    padding: 0 1.25rem;
    margin-top: 12.3vw;
  }
}
.about-problem__item {
  display: grid;
  grid-template-rows: 5rem 11.875rem auto;
  justify-items: center;
  padding: 2rem 1.25rem;
  border-radius: 0.625rem;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 8px rgba(28, 51, 87, 0.2);
          box-shadow: 4px 4px 8px rgba(28, 51, 87, 0.2);
}
@media (width <= 1155px) {
  .about-problem__item {
    grid-template-rows: 6.5rem 11.875rem auto;
    margin-top: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .about-problem__item {
    grid-template-rows: repeat(2, auto);
    padding: 2rem 1rem 1.25rem;
  }
}
.about-problem__subtitle {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}
.about-problem__subtitle strong{
  font-size: 1.875rem;
  color: #2257A8;
}
.about-problem__img {
  width: auto;
  height: 11.125rem;
  margin-top: 1.5rem;
}
.about-problem__check-list {
  display: grid;
  margin-top: 2rem;
  background-color: #EDF0F5;
  border-radius: 0.4rem;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-problem__check-list {
    margin-top: 1.5rem;
  }
}
.about-problem__check-item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-weight: 600;
  line-height: 1.5;
}
.about-problem__check-item::before {
  content: "";
  display: inline-block;
  margin-top: 0.3rem;
  width: 1.5rem;
  height: 1.25rem;
  background-image: url(../image/training/about/icon_about_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.about-solution {
  position: relative;
  padding: 8.5rem 1.25rem 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-solution {
    padding: 5.5rem 1.25rem 4rem;
  }
}
.about-solution__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .about-solution__title {
    font-size: 1.5rem;
  }
}
.about-solution__title .title__underline-ye{
  color: #2257A8;
  font-size: 2.75rem;
  text-decoration: none;
  background: linear-gradient(rgba(255, 255, 255, 0) 49%, #FAF1AF 50%);
  padding: 0 0.3rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 768px) {
  .about-solution__title .title__underline-ye {
    font-size: 1.4rem;
    padding: 0;
  }
}
.about-solution__title .title__box{
  color: #2257A8;
  font-size: 3rem;
  display: inline-block;
  background-color: #fff;
  border: solid 2px #2257A8;
  box-shadow: 3px 2px 0 #2257A8;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.1em 0.3em 0.2em;
  margin: 0 0.3rem;
}
@media screen and (max-width: 768px) {
  .about-solution__title .title__box {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
.about-solution__detail{
  font-size: 1.25rem;
  margin-top: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-solution__detail{
    font-size: 1rem;
    text-align: left;
  }
}
.about-solution__list{
  margin: 4rem auto 0;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
    padding: 0 3.375rem;
    max-width: 75rem;
}
@media screen and (max-width: 768px) {
  .about-solution__list{
    padding: 0;
    margin-top: 0.5rem;
  }
}
.about-solution__item{
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .about-solution__item{
    width: 100%;
    margin-top: 2.5rem;
  }
}
.about-solution__img{
  width: 12.5rem;
}
.about-solution__subtitle{
  color: #2257A8;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.about-solution__txt{
  font-weight: bold;
  margin-top: 0.5rem;
}

.strength {
  position: relative;
  overflow: hidden;
  background-color: #E3EDFC;
}
.strength__inner {
  padding: 8rem 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .strength__inner {
    padding: 4rem 1.25rem 0;
  }
}
.strength__title {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strength__title {
    font-size: 1.5rem;
  }
}
.strength__title .title__underline-ye{
  color: #2257A8;
  font-size: 2.75rem;
  text-decoration: none;
  background: linear-gradient(rgba(255, 255, 255, 0) 49%, #FAF1AF 50%);
  padding: 0 0.3rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 768px) {
  .strength__title .title__underline-ye {
    font-size: 1.4rem;
    padding: 0;
  }
}
.strength__title .title__box{
  color: #2257A8;
  font-size: 3rem;
  display: inline-block;
  background-color: #fff;
  border: solid 2px #2257A8;
  box-shadow: 3px 2px 0 #2257A8;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.1em 0.3em 0.2em;
  margin: 0 0.3rem;
}
@media screen and (max-width: 768px) {
  .strength__title .title__box {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
.strength__title img {
  width: 100%;
  max-width: 51.75rem;
}
@media screen and (max-width: 768px) {
  .strength__title img {
    max-width: 21.875rem;
  }
}
.strength__list {
  display: grid;
  gap: 3rem;
  width: 100%;
  max-width: 75rem;
  margin: 4rem auto 0;
  list-style: none;
  padding: 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .strength__list {
    max-width: 89.7435897436vw;
    margin: 1.875rem auto 0;
    padding: 0;
  }
}
.strength__item {
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  padding: 2rem 9%;
  border-radius: 0.625rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .strength__item {
    grid-template-columns: 1fr;
    padding: 0.75rem 0 1.5rem;
  }
}
.strength__num {
  color: #2257A8;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .strength__num {
    font-size: 1.5rem;
  }
}
.strength__num strong{
  font-size: 4rem;
  line-height: 1;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 0.1em;
}
@media screen and (max-width: 768px) {
  .strength__num strong{
    font-size: 3.5rem;
  }
}
.strength__textArea {
  display: grid;
  gap: 1.25rem;
  font-weight: bold;
  width: 53%;
}
@media screen and (min-width: 769px) {
  .strength__item:nth-of-type(2n) .strength__textArea{
    order: 99;
  }
}
@media screen and (max-width: 768px) {
  .strength__textArea {
    margin-top: 0.5rem;
    gap: 0.5rem;
    width: 100%;
    padding-inline: 1.25rem;
  }
}
.strength__text {
  line-height: 1.75;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .strength__text {
    margin-inline: auto;
    line-height: 1.5;
    font-size: 1rem;
  }
}
.strength__img {
  width: auto;
  height: auto;
  max-width: 45%;
  max-height: 15rem;
}
@media screen and (max-width: 768px) {
  .strength__img {
    max-width: 66vw;
    max-height: 56.4vw;
    margin: 1rem auto 0;
  }
}

.service {
  position: relative;
  background-color: #E3EDFC;
  overflow: hidden;
}
.service__inner {
  padding: 8rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .service__inner {
    padding: 5rem 0;
  }
}
.service__title {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__title {
    font-size: 1.5rem;
  }
}
.service__title .title__box{
  font-size: 2.25rem;
  display: inline-block;
  background-color: #fff;
  border: solid 2px #2257A8;
  box-shadow: 3px 2px 0 #2257A8;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.1em 0.3em 0.2em;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .service__title .title__box {
    font-size: 2rem;
  }
}
.service__title .title__box .service__title__blue{
  color: #2257A8;
}
.service__title .title__box .service__title__num{
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .service__title .title__box .service__title__num {
    font-size: 3rem;
  }
}
.service__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  max-width: 75rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  .service__container {
    grid-template-columns: 1fr;
    max-width: 89.7435897436vw;
    margin-top: 2.5rem;
    gap: 1.75rem;
  }
}
.service__item {
  border: solid 4px;
  border-radius: 1rem;
  box-shadow: 4px 4px 8px rgba(28,51,87,0.3);
  overflow: hidden;
}
.service__item:nth-of-type(1){
  border-color: #2257A8;
}
.service__item:nth-of-type(2){
  border-color: #34A2D9;
}
.service__item-inner {
  display: grid;
  grid-template-rows: repeat(3, auto) 1fr;
  gap: 2rem;
  height: 100%;
  padding: 0 2.5rem 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .service__item-inner {
    padding: 0 1.25rem 2rem;
  }
}
.service__subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 1rem;
  color: #fff;
  text-align: center;
  margin: 0 -2.5rem;
}
.service__item:nth-of-type(1) .service__subtitle{
  background-color: #2257A8;
}
.service__item:nth-of-type(2) .service__subtitle{
  background-color: #34A2D9;
}
@media screen and (max-width: 768px) {
  .service__subtitle {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 -1.25rem;
  }
}
.service__img {
  position: relative;
}
.service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__text {
  line-height: 1.75;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .service__text {
    font-size: 0.875rem;
  }
}
.service__deta__item{
   display:flex;
    justify-content: flex-start;
    align-items: center;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .service__deta__item {
    font-size: 0.875rem;
    padding-bottom: 1.2rem;
  }
}
.service__deta__item:not(:first-of-type){
  border-top: dotted 0.25rem #7D7D7D;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .service__deta__item:not(:first-of-type){
    padding-top: 1.2rem;
  }
}
.service__deta__ttl{
  color: #fff;
  border-radius: 1rem;
    line-height: 1.3;
  letter-spacing: 0.2em;
    padding: 0.35rem 0 0.35rem 0.2em;
    text-align: center;
    width: 6rem;
    min-width: 6rem;
}
.service__deta__ttl.wide{
  letter-spacing: 1em;
    padding: 0.35rem 0 0.35rem 1em;
}
.service__item:nth-of-type(1) .service__deta__ttl{
  background-color: #2257A8;
}
.service__item:nth-of-type(2) .service__deta__ttl{
  background-color: #34A2D9;
}
.service__deta__text{
  font-weight: bold;
}
.service__note{
  margin-top: 1rem;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .service__note{
    margin-top: 0;
  }
}
.service__note li{
  padding-left: 1em;
  text-indent: -1em;
}
.service__note li::before{
  content: "※";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.service__note li > *{
  text-indent: 0;
}
.service__bottom{
  display: flex;
  justify-content: center;
    align-items: center;
  gap: 3.5rem;
  margin: 3.5rem auto 0;
  max-width: 75rem;
}
@media screen and (max-width: 768px) {
  .service__bottom{
    display: block;
    margin: 3rem 1.25rem 0;
    text-align: center;
  }
}
.service__bottom__text{
  background-color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  border-radius: 0.75rem;
  padding: 1.25rem;
  text-align: center;
  min-width: 35rem;;
  position: relative;
  box-shadow: 5px 5px 0 #bdd2f1;
  margin: 0 1.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .service__bottom__text{
    text-align: left;
    min-width: 100%;
    width: 100%;
    margin: 0 0 1.5rem;
    font-size: 0.875rem;
  }
}
.service__bottom__text::before,
.service__bottom__text::after{
    position: absolute;
  left: calc(100% - 0.2rem);
  bottom: calc(50% - 0.9rem);
  content: "";
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(0 0,100% 0,50% 100%);
  width: 1.8rem;
  transform: rotate(-90deg);
}
.service__bottom__text::before{
  background-color: #bdd2f1;
  left: calc(100% - 0.1rem);
  bottom: calc(50% - 1.3rem);
}
.service__bottom__text::after{
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .service__bottom__text::before,
  .service__bottom__text::after{
    left: calc(50% - 0.9rem);
    bottom: -1.2rem;
    transform: rotate(0deg);
  }
  .service__bottom__text::before{
    bottom: -1.5rem;
    left: calc(50% - 0.6rem);
  }
  .service__bottom__text::after{
  }
}
.service__bottom__img{
  width: 9rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .service__bottom__img{
    margin: 0 auto;
  }
}

.voice {
  position: relative;
  overflow: hidden;
  background: url("../image/training/voice/img_voice_pc.png") center bottom #E3EDFC no-repeat;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .voice {
    background: url("../image/training/voice/img_voice_sp.png") center bottom #E3EDFC no-repeat;
    -moz-background-size: 90% auto;
    background-size: 90% auto;
    padding-bottom: 25vw;
  }
}
.voice__inner {
  max-width: 77.5rem;
  margin-inline: auto;
  padding: 8rem 1.25rem 5rem;
}
@media screen and (max-width: 768px) {
  .voice__inner {
    max-width: 89.7435897436vw;
    padding: 4rem 0;
  }
}
.voice__list{
  display: flex;
  justify-content: center;
  align-items: stretch;
    flex-wrap: wrap;
  gap: 3.5rem 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .voice__list{
    gap: 2rem 0;
  }
}
.voice__item{
  border-radius: 1rem 1rem 1rem 0;
  background-color: #fff;
  padding: 1.5rem 1.75rem;
  box-shadow: 5px 5px 0 rgba(35,98,193,0.3);
  font-size: 1.125rem;
  font-weight: bold;
      display:flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1230px) {
  .voice__item:nth-of-type(1){margin-left: 3rem;}
  .voice__item:nth-of-type(2){margin-right: 3rem;}
}
@media screen and (max-width: 768px) {
  .voice__item{
    margin: 0 !important;
    width: 100%;
    font-size: 0.875rem;
    padding: 1.25rem;
  }
}
.voice__item strong{
  color: #2257A8;
}

.questions {
  position: relative;
  overflow: hidden;
}
.questions__inner {
  display: grid;
  gap: 5rem;
  max-width: 77.5rem;
  margin-inline: auto;
  padding: 5rem 1.25rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .questions__inner {
    gap: 2.5rem;
    max-width: 89.7435897436vw;
    padding: 5rem 0;
  }
}
.questions__list {
  display: grid;
  width: 100%;
  gap: 0.625rem;
  margin-inline: auto;
}
.questions__item {
  display: grid;
  padding: 2rem 2.5rem 2rem 1.75rem;
  background-color: #E3EDFC;
  border-radius: 0.75rem;
}
@media screen and (max-width: 768px) {
  .questions__item {
    padding: 0.75rem 0.9375rem 1rem 0.625rem;
  }
}
.questions__q {
  display: flex;
  position: relative;
    justify-content: flex-start;
    align-items: center;
  grid-template-columns: 2.5em 1fr auto;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .questions__q {
    grid-template-columns: 2.5rem 1fr 2.5rem;
    gap: 0.5rem;
  }
}
.questions__q-label {
  color: #fff;
  background-color: #2257A8;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.375rem;
  line-height: 1.6em;
  width: 1.6em;
  border-radius: 9999px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .questions__q-label {
    font-size: 1.5rem;
  }
}
.questions__q-text {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  padding-right: 2.5rem;
  max-width: calc(100% - 7.55rem);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .questions__q-text {
    font-size: 1rem;
    padding-right: 1.75rem;
    max-width: calc(100% - 4.65rem);
  }
}
.questions__q-btn {
  position: absolute;
  top: calc(50% - 1.25rem);
  right: 0;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .questions__q-btn {
    top: calc(50% - 0.875rem);
    width: 1.75rem;
    height: 1.75rem;
  }
}
.questions__q-btn::before, .questions__q-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.125rem;
  left: 0.5rem;
  width: 1.5rem;
  height: 0.1875rem;
  background-color: #2257A8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: 0.4s close-animation;
          animation: 0.4s close-animation;
}
@media screen and (max-width: 768px) {
  .questions__q-btn::before, .questions__q-btn::after {
    top: 0.75rem;
    left: 0.25rem;
    width: 1.25rem;
  }
}
.questions__q-btn::after {
  -webkit-animation: 0.4s close-animation forwards;
          animation: 0.4s close-animation forwards;
}
@-webkit-keyframes close-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes close-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.questions__content {
  overflow: hidden;
}
.questions__a {
  display: flex;
    justify-content: flex-start;
    align-items: center;
  grid-template-columns: 2.5em 1fr 2.5rem;
  gap: 1.25rem;
  border-top: dotted 0.25rem #7D7D7D;
}
@media screen and (max-width: 768px) {
  .questions__a {
    grid-template-columns: 2.5rem 1fr 2.5rem;
    gap: 0.5rem;
  }
}
.questions__a-label {
  color: #2257A8;
  border: solid 1px #2257A8;
  background-color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.375rem;
  line-height: 1.6em;
  width: 1.6em;
  border-radius: 9999px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .questions__a-label {
    font-size: 1.5rem;
  }
}
.questions__a-text {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  max-width: calc(100% - 5.05rem);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .questions__a-text {
    font-size: 1rem;
    max-width: calc(100% - 2.9rem);
  }
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

details {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

details[open] .questions__q-btn::before {
  opacity: 0;
}
details[open] .questions__q-btn::after {
  -webkit-animation: 0.4s open-animation forwards;
          animation: 0.4s open-animation forwards;
}
@-webkit-keyframes open-animation {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes open-animation {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
details[open] .questions__a {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  details[open] .questions__a {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}


.relation {
  position: relative;
  background-color: #E3EDFC;
  overflow: hidden;
}
.relation__inner {
  display: grid;
  gap: 5rem;
  max-width: 77.5rem;
  margin-inline: auto;
  padding: 8rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .relation__inner {
    gap: 2.5rem;
    max-width: 89.7435897436vw;
    padding: 5rem 0;
  }
}
.relation__title{
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.625rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .relation__title{
    font-size: 1.375rem;
    line-height: 1.45;
  }
}
.relation__list {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .relation__list {
    gap: 1.25rem;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.relation__item {
  display: grid;
  grid-template-rows: auto 1fr;
  flex: 1;
  height: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border: solid 2px #2257A8;
}
@media screen and (max-width: 768px) {
  .relation__item{
    width: 100%;
    display: block;
    height: auto;
    flex: 0 1 auto;
  }
}
.relation__subtitle {
  display: grid;
  place-items: center;
  padding: 1.25rem;
  color: #fff;
  background-color: #2257A8;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .relation__subtitle {
    padding: 0.875rem;
  }
}
.relation__text {
      display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-direction: column;
    flex-wrap: wrap;
  padding: 1.5rem 2rem;
  background-color: #fff;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .relation__text {
    padding: 1.25rem 0.875rem 1.875rem;
  }
}
.relation__link {
  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;
  margin-top: 1.125rem;
  color: #2257A8;
}
@media screen and (max-width: 768px) {
  .relation__link {
    margin-top: 0.625rem;
  }
}
.relation__link::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.625rem;
  background-image: url(/lp/image/training/common/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .relation__link::after {
    width: 1rem;
    height: 1rem;
  }
}

.foot {
  width: 100%;
  color: #fff;
  background-color: #19407D;
}
.foot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.125rem 4.0625rem 6.09375rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .foot__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
    padding: 1.875rem 1.25rem 7.5rem;
  }
}
.foot__logo {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media (width >= 1024px) {
  .foot__logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.59375rem;
  }
}
.foot__logo-itec {
  width: 14.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.foot__logo-hhtg {
  width: 8.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.foot__nav {
  display: grid;
  gap: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .foot__nav {
    gap: 1.875rem;
  }
}
.foot__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .foot__nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
  }
}
.foot__nav-link {
  color: #fff;
  font-size: 0.75rem;
}
.foot__nav-copyright {
  font-family: "Arial", sans-serif;
  font-size: 0.5625rem;
  justify-self: flex-end;
}
@media screen and (max-width: 768px) {
  .foot__nav-copyright {
    justify-self: center;
  }
}/*# sourceMappingURL=contents.css.map */