@charset "UTF-8";
.pankuzu {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 0;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .pankuzu {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.pankuzu li {
  font-size: 13px;
  position: relative;
  display: inline;
}
@media (max-width: 767px) {
  .pankuzu li {
    font-size: 12px;
  }
}
.pankuzu li:not(:last-of-type) span {
  padding-right: 2.5em;
}
.pankuzu li:not(:last-of-type) span::after {
  content: "＞";
  position: relative;
  left: 1.25em;
  bottom: 0;
  display: inline-block;
  color: #707070;
}
.pankuzu li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: rgba(54, 54, 54, 0.55);
}
.pankuzu li a:hover {
  text-decoration: underline;
}

/*page contents*/
#home .mv {
  /*background: url(../img/mv.png) no-repeat center/cover;*/
  width: 100%;
  height: 47.57vw; /*43.57vw*/
  /*
  max-height:  650px;
  */
  min-height: 680px;
  padding: 0;
  position: relative;
}
#home .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#home .mv .mv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* cover相当 */
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
#home .mv .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 100%;
  padding-top: calc(2.319vw + 89px);
  padding-bottom: 4.638vw;
  padding-left: 7.73vw;
  padding-right: 7.73vw;
}
@media (max-width: 1024px) {
  #home .mv .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#home .mv .wrap .ttl2.typing {
  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;
  gap: 0.25em;
}
#home .mv .wrap .ttl2.typing .typing-line {
  display: inline-block;
  font-weight: 500;
  font-size: 5.4883vw;
  line-height: 1.4;
  margin: 0;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid transparent;
  width: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #home .mv .wrap .ttl2.typing .typing-line {
    font-size: 5rem;
  }
}
#home .mv .wrap p {
  font-size: 1.3914vw;
  line-height: 2.5;
  margin: 1.5em 0 0;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #home .mv .wrap p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #home .mv {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-top: calc(54px + 1.5em);
    padding-bottom: 2.5em;
    background-size: cover;
  }
  #home .mv .wrap {
    padding: 0 1.25em 0 1.25em;
  }
  #home .mv .wrap .ttl2.typing .typing-line {
    font-size: 3.2rem;
    font-weight: 500;
  }
  #home .mv .wrap p {
    font-size: 1.6rem;
    font-weight: 400;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    line-height: 1.75;
    margin-top: 0.75em;
  }
}
.is-loaded .typing-line:nth-of-type(1) {
  -webkit-animation-name: typing, blink, show-cursor;
          animation-name: typing, blink, show-cursor;
  -webkit-animation-duration: 0.8s, 1s, 0s;
          animation-duration: 0.8s, 1s, 0s;
  -webkit-animation-delay: 0s, 0s, 0s;
          animation-delay: 0s, 0s, 0s;
  -webkit-animation-timing-function: steps(4), step-end, step-end;
          animation-timing-function: steps(4), step-end, step-end;
  -webkit-animation-iteration-count: 1, infinite, 1;
          animation-iteration-count: 1, infinite, 1;
  -webkit-animation-name: typing, blink, show-cursor, hide-cursor;
          animation-name: typing, blink, show-cursor, hide-cursor;
  -webkit-animation-duration: 0.8s, 1s, 0s, 0s;
          animation-duration: 0.8s, 1s, 0s, 0s;
  -webkit-animation-delay: 0s, 0s, 0s, 0.8s;
          animation-delay: 0s, 0s, 0s, 0.8s;
  -webkit-animation-iteration-count: 1, infinite, 1, 1;
          animation-iteration-count: 1, infinite, 1, 1;
}
.is-loaded .typing-line:nth-of-type(2) {
  -webkit-animation-name: typing, blink, show-cursor;
          animation-name: typing, blink, show-cursor;
  -webkit-animation-duration: 1s, 1s, 0s;
          animation-duration: 1s, 1s, 0s;
  -webkit-animation-delay: 0.8s, 0.8s, 0.8s;
          animation-delay: 0.8s, 0.8s, 0.8s;
  -webkit-animation-timing-function: steps(5), step-end, step-end;
          animation-timing-function: steps(5), step-end, step-end;
  -webkit-animation-iteration-count: 1, infinite, 1;
          animation-iteration-count: 1, infinite, 1;
  -webkit-animation-name: typing, blink, show-cursor, hide-cursor;
          animation-name: typing, blink, show-cursor, hide-cursor;
  -webkit-animation-duration: 1s, 1s, 0s, 0s;
          animation-duration: 1s, 1s, 0s, 0s;
  -webkit-animation-delay: 0.8s, 0.8s, 0.8s, 1.8s;
          animation-delay: 0.8s, 0.8s, 0.8s, 1.8s;
  -webkit-animation-iteration-count: 1, infinite, 1, 1;
          animation-iteration-count: 1, infinite, 1, 1;
}
.is-loaded .typing-line:nth-of-type(3) {
  -webkit-animation-name: typing, blink, show-cursor;
          animation-name: typing, blink, show-cursor;
  -webkit-animation-duration: 1.2s, 1s, 0s;
          animation-duration: 1.2s, 1s, 0s;
  -webkit-animation-delay: 1.8s, 1.8s, 1.8s;
          animation-delay: 1.8s, 1.8s, 1.8s;
  -webkit-animation-timing-function: steps(7), step-end, step-end;
          animation-timing-function: steps(7), step-end, step-end;
  -webkit-animation-iteration-count: 1, infinite, 1;
          animation-iteration-count: 1, infinite, 1;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes blink {
  from, to {
    border-right-color: transparent;
  }
  50% {
    border-right-color: #fff;
  }
}
@keyframes blink {
  from, to {
    border-right-color: transparent;
  }
  50% {
    border-right-color: #fff;
  }
}
/*@keyframes show-cursor {
    to { border-right-color: #fff; }
}
*/
@-webkit-keyframes hide-cursor {
  to {
    border-right-color: transparent;
  }
}
@keyframes hide-cursor {
  to {
    border-right-color: transparent;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ttl2.typing .typing-line {
    width: 100% !important;
    -webkit-animation: none !important;
            animation: none !important;
    border: none !important;
  }
}
#home .mind {
  background: url(../img/mind_bg.png) no-repeat right 10%/80%;
}
@media (max-width: 767px) {
  #home .mind {
    background-position: right 0 top 20%;
    padding-bottom: 3em;
  }
}
#home .mind .wrap {
  text-align: center;
}
#home .mind .wrap .ttl2_cmn .outfit {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  #home .mind .wrap .ttl2_cmn .outfit {
    font-size: 1.4rem;
  }
}
#home .mind .wrap .ttl2_cmn .txt {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  #home .mind .wrap .ttl2_cmn .txt {
    font-size: 2.4rem;
  }
}
#home .mind .wrap p {
  font-size: 2.6rem;
  padding-top: 1.5em;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  #home .mind .wrap p {
    font-size: 1.6rem;
    text-align: left;
    padding-top: 1em;
  }
  #home .mind .wrap p br {
    display: none;
  }
}
#home .mind .wrap p span {
  font-weight: 800;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  #home .mind .wrap p span {
    font-size: 2.2rem;
  }
}
#home .mind .wrap .logo {
  margin-top: 6em;
}
@media (max-width: 767px) {
  #home .mind .wrap .logo {
    margin-top: 2em;
  }
}
#home .mind .wrap .logo img {
  width: 32.4%;
  max-width: 350px;
}
@media (max-width: 767px) {
  #home .mind .wrap .logo img {
    width: 120px;
  }
}
#home .training {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #home .training .training_slide {
    padding-top: clamp(1px, 7.32vw, 100px);
    height: 25.1vw;
    max-height: 343px;
    position: relative;
    z-index: 1;
  }
  #home .training .training_slide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home .training .training_slide ul li {
    width: 34.28%;
    max-width: 467px;
  }
}
@media (max-width: 767px) {
  #home .training .training_slide {
    position: relative;
    z-index: 1;
    margin-bottom: -3em;
  }
}
#home .training .bg {
  background: url(../img/training_bg.png) no-repeat center top/cover;
  position: relative;
  padding-top: 12em;
  padding-bottom: 8em;
}
@media (max-width: 1024px) and (max-width: 767px) {
  #home .training .bg {
    padding-top: 6em;
    padding-bottom: 4em;
  }
}
#home .training .wrap .ttl2_cmn span {
  color: #fff;
}
#home .training .wrap .ttl2_cmn + p {
  font-size: 1.8rem;
  color: #fff;
  padding-top: 3em;
  line-height: 2;
}
@media (max-width: 767px) {
  #home .training .wrap .ttl2_cmn + p {
    font-size: 1.5rem;
    padding-top: 1.5em;
    line-height: 1.75;
  }
}
#home .training .wrap ol {
  margin-top: 6em;
}
@media (max-width: 767px) {
  #home .training .wrap ol {
    margin-top: 2em;
  }
}
#home .training .wrap ol li {
  width: 80%;
  border: 1px solid #fff;
  border-radius: 1em;
  padding: 4em 4em 7em;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #home .training .wrap ol li {
    width: 90%;
    padding: 1.5em 1em 2em;
  }
}
#home .training .wrap ol li.img {
  width: 100%;
  border-radius: 0;
  padding: 0;
  border: none;
  width: calc(100% + 55px + 120px);
  z-index: 1;
}
@media (max-width: 767px) {
  #home .training .wrap ol li.img {
    width: calc(100% + 80px);
  }
}
#home .training .wrap ol li.img.img1 {
  margin: -3em -120px -3em -55px;
}
@media (max-width: 767px) {
  #home .training .wrap ol li.img.img1 {
    margin: -1em -40px;
  }
}
#home .training .wrap ol li.img.img2 {
  margin: -3em -55px 0 -120px;
}
@media (max-width: 767px) {
  #home .training .wrap ol li.img.img2 {
    margin: -1em -40px;
  }
}
#home .training .wrap ol li:nth-of-type(2), #home .training .wrap ol li:nth-of-type(5) {
  margin-left: auto;
  margin-top: -2em;
  position: relative;
}
@media (max-width: 767px) {
  #home .training .wrap ol li:nth-of-type(2), #home .training .wrap ol li:nth-of-type(5) {
    margin-top: -0.75em;
  }
}
#home .training .wrap ol li:nth-of-type(4) {
  padding-top: 6em;
}
@media (max-width: 767px) {
  #home .training .wrap ol li:nth-of-type(4) {
    padding-top: 2em;
  }
}
#home .training .wrap ol li .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home .training .wrap ol li .ttl .num {
  color: #00F5FF;
  width: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  #home .training .wrap ol li .ttl .num {
    width: 40px;
  }
}
#home .training .wrap ol li .ttl .num .num1 {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  #home .training .wrap ol li .ttl .num .num1 {
    font-size: 1rem;
  }
}
#home .training .wrap ol li .ttl .num .num2 {
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  #home .training .wrap ol li .ttl .num .num2 {
    font-size: 2.5rem;
  }
}
#home .training .wrap ol li .ttl .ttl3 {
  font-size: 3rem;
  font-weight: 600;
  padding: 0 1.5em;
  color: #fff;
  padding-top: 0.5em;
}
@media (max-width: 767px) {
  #home .training .wrap ol li .ttl .ttl3 {
    font-size: 1.6rem;
  }
}
#home .training .wrap ol li .ttl .ic {
  width: 81px;
}
@media (max-width: 767px) {
  #home .training .wrap ol li .ttl .ic {
    width: 30px;
  }
}
#home .training .wrap ol li .ttl + p {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 2em;
  padding-left: calc(70px + 3em);
}
@media (max-width: 767px) {
  #home .training .wrap ol li .ttl + p {
    padding-left: 0;
    font-size: 1.4rem;
    margin-top: 1em;
  }
}
#home .member {
  background: url(../img/member_bg.png) no-repeat 0/cover;
  overflow: hidden;
  /* js高さ計測用 */
}
#home .member .slider-frame {
  margin-top: 4em;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #home .member .slider-frame {
    margin-top: 2em;
  }
}
#home .member #js-splide .splide__slide.is-measuring .txt {
  display: block !important;
  visibility: hidden;
}
#home .member #js-splide .splide__track {
  /*見切れさせる*/
  overflow: hidden;
  width: calc(100% + 480px);
  margin-left: -240px;
}
#home .member ul.splide__list {
  margin-top: 4em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*min-height: var(--stable-h);*/
}
#home .member ul.splide__list li {
  border-radius: 1em;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  padding: 4em 2em;
  /*
  &:nth-of-type(3n + 1){
  	.member-card::before{
  		background-color: $member1;
  	}
  }
  &:nth-of-type(3n + 2){
  	.member-card::before{
  		background-color: $member2;
  	}
  }
  &:nth-of-type(3n){
  	.member-card::before{
  		background-color: $member3;
  	}
  }
  */
}
@media (max-width: 767px) {
  #home .member ul.splide__list li {
    padding: 2em 1em;
  }
}
#home .member ul.splide__list li .member-card {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  position: relative;
  padding: 0 1em 1.5em;
}
@media (max-width: 767px) {
  #home .member ul.splide__list li .member-card {
    padding: 0 0.5em 0.75em;
  }
}
#home .member ul.splide__list li .member-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 5em);
  border-radius: 1em;
  background-color: var(--card-bg, #93C3FC);
}
@media (max-width: 767px) {
  #home .member ul.splide__list li .member-card::before {
    border-radius: 0.5em;
  }
}
#home .member ul.splide__list li.is-centerish {
  margin-top: 0;
  opacity: 1;
  padding: 0;
}
#home .member ul.splide__list li.is-centerish .member-card {
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 0 2em 4em;
}
@media (max-width: 767px) {
  #home .member ul.splide__list li.is-centerish .member-card {
    padding: 0 0.75em 2em;
  }
}
#home .member ul.splide__list li.is-centerish .txt {
  display: block;
}
#home .member ul.splide__list li .img {
  border-radius: 1em;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #home .member ul.splide__list li .img {
    border-radius: 0.5em;
  }
}
#home .member ul.splide__list li .txt {
  position: relative;
  padding: 0 2em;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #home .member ul.splide__list li .txt {
    padding: 0 0.5em;
  }
}
#home .member ul.splide__list li .txt .outfit {
  font-size: 6.3rem;
  font-weight: bold;
  line-height: 1;
  margin-top: -0.5em;
}
@media (max-width: 767px) {
  #home .member ul.splide__list li .txt .outfit {
    font-size: 3rem;
  }
}
#home .member ul.splide__list li .detail {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 1em;
}
@media (max-width: 767px) {
  #home .member ul.splide__list li .detail {
    font-size: 1.6rem;
  }
}
#home .member ul.splide__list li p {
  font-size: 1.6rem;
  padding-top: 1em;
}
@media (max-width: 767px) {
  #home .member ul.splide__list li p {
    font-size: 1.4rem;
  }
}
#home .member .splide__toggle {
  bottom: 0;
  right: 20px;
  z-index: 1;
  position: absolute;
  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: 30px;
  height: 30px;
  background-color: rgba(3, 45, 66, 0.8);
  border: 0;
  border-radius: 50%;
}
#home .member .splide__toggle:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #032d42;
}
#home .member .splide__toggle svg {
  width: 50%;
  fill: #fff;
}
#home .member button.splide__arrow {
  top: 18vw;
  border-radius: 0.5em;
  width: 3.5em;
  height: 3.5em;
}
@media (max-width: 767px) {
  #home .member button.splide__arrow {
    width: 2em;
    height: 2em;
  }
}
#home .member button.splide__arrow svg {
  display: none;
}
#home .member button.splide__arrow.splide__arrow--next {
  background: url(../img/ic_splide.svg) no-repeat #676767 55% 50%/0.85em;
}
@media (max-width: 767px) {
  #home .member button.splide__arrow.splide__arrow--next {
    background-size: 0.5em;
    top: 23vw;
  }
}
#home .member button.splide__arrow.splide__arrow--prev {
  background: url(../img/ic_splide.svg) no-repeat #676767 55% 50%/0.85em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: calc(18vw - 1.75em);
}
@media (max-width: 767px) {
  #home .member button.splide__arrow.splide__arrow--prev {
    top: calc(23vw - 1em);
    background-size: 0.5em;
  }
}
#home .client {
  background-color: #F8F8F8;
}
#home .client .wrap ul {
  background-color: #fff;
  border-radius: 1em;
  padding: 3.5em 5.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em 2em;
  margin-top: 4em;
}
@media (max-width: 767px) {
  #home .client .wrap ul {
    margin-top: 2em;
    padding: 1.25em 1em 1.25em 2.5em;
    gap: 0.75em;
  }
}
#home .client .wrap ul li {
  width: 14em;
  font-size: 1.8rem;
  padding: 0;
  position: relative;
}
@media (max-width: 1170px) {
  #home .client .wrap ul li {
    width: calc(50% - 1em);
  }
}
@media (max-width: 1170px) and (max-width: 767px) {
  #home .client .wrap ul li {
    font-size: 1.6rem;
    width: 100%;
  }
}
#home .client .wrap ul li:nth-of-type(3n + 2) {
  width: 18em;
}
@media (max-width: 1170px) {
  #home .client .wrap ul li:nth-of-type(3n + 2) {
    width: calc(50% - 1em);
  }
}
@media (max-width: 1170px) and (max-width: 767px) {
  #home .client .wrap ul li:nth-of-type(3n + 2) {
    width: 100%;
  }
}
#home .client .wrap ul li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000080;
}
#home .faq .wrap dl {
  margin-top: 1em;
  background-color: #F4F9FD;
  border-radius: 1em;
  padding: 4em;
}
@media (max-width: 767px) {
  #home .faq .wrap dl {
    padding: 1em;
    border-radius: 0.5em;
  }
}
#home .faq .wrap dl:first-of-type {
  margin-top: 3.5em;
}
@media (max-width: 767px) {
  #home .faq .wrap dl:first-of-type {
    margin-top: 1.75em;
  }
}
#home .faq .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#home .faq .wrap dl dt .outfit {
  width: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.3rem;
  background-color: #000080;
  border-radius: 0.5em;
  color: #fff;
  text-align: center;
  padding: 0.25em 0;
}
@media (max-width: 767px) {
  #home .faq .wrap dl dt .outfit {
    width: 30px;
    font-size: 1.6rem;
  }
}
#home .faq .wrap dl dt .txt {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 1.5em;
  padding-top: 0.25em;
}
@media (max-width: 767px) {
  #home .faq .wrap dl dt .txt {
    font-size: 1.6rem;
    padding-left: 0.75em;
  }
}
#home .faq .wrap dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.75em;
}
@media (max-width: 767px) {
  #home .faq .wrap dl dd {
    margin-top: 1em;
  }
}
#home .faq .wrap dl dd .outfit {
  width: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 23px;
  background-color: #E2E2E2;
  border-radius: 0.5em;
  text-align: center;
  padding: 0.25em 0;
}
@media (max-width: 767px) {
  #home .faq .wrap dl dd .outfit {
    width: 30px;
    font-size: 1.6rem;
  }
}
#home .faq .wrap dl dd .txt {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 2em;
  padding-top: 0.25em;
}
@media (max-width: 767px) {
  #home .faq .wrap dl dd .txt {
    font-size: 1.4rem;
    padding-left: 1em;
  }
}
#home .cta {
  background: url(../img/cta_bg.png) no-repeat center top/cover;
}
#home .cta .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
#home .cta .wrap li .ttl2_cmn .outfit {
  line-height: 1.25;
}
#home .cta .wrap li .ttl2_cmn + p {
  font-size: 1.6rem;
  padding-top: 3em;
  padding-right: 3em;
}
@media (max-width: 767px) {
  #home .cta .wrap li .ttl2_cmn + p {
    font-size: 1.4rem;
    padding-top: 1.5em;
  }
}
#home .cta .wrap li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3em;
  border-radius: 1em;
}
@media (max-width: 767px) {
  #home .cta .wrap li a {
    padding: 1.5em;
    border-radius: 0.5em;
  }
}
#home .cta .wrap li a::before {
  content: "";
  position: absolute;
  right: 3em;
  bottom: 3em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: url(../img/ic_arw1.svg) no-repeat #fff center/50%;
}
@media (max-width: 767px) {
  #home .cta .wrap li a::before {
    right: 1.5em;
    bottom: 1.5em;
    width: 2em;
    height: 2em;
  }
}
#home .cta .wrap li a.recruit {
  background-color: #00F5FF;
  color: #363636;
  position: relative;
}
#home .cta .wrap li a.recruit:hover {
  background-color: #363636;
}
#home .cta .wrap li a.recruit:hover .ttl2_cmn .outfit, #home .cta .wrap li a.recruit:hover .ttl2_cmn .txt, #home .cta .wrap li a.recruit:hover .ttl2_cmn + p {
  color: #00F5FF;
}
#home .cta .wrap li a.recruit .ttl2_cmn {
  position: relative;
}
#home .cta .wrap li a.recruit .ttl2_cmn::before {
  content: "";
  position: absolute;
  left: -3em;
  top: 2.5em;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #home .cta .wrap li a.recruit .ttl2_cmn::before {
    left: -1.5em;
    top: 1.25em;
    width: 9px;
    height: 9px;
  }
}
#home .cta .wrap li a.recruit .ttl2_cmn .outfit {
  color: #363636;
}
#home .cta .wrap li a.about {
  background-color: #363636;
  color: #fff;
  position: relative;
}
#home .cta .wrap li a.about:hover {
  background-color: #F8F8F8;
}
#home .cta .wrap li a.about:hover .ttl2_cmn .outfit, #home .cta .wrap li a.about:hover .ttl2_cmn .txt, #home .cta .wrap li a.about:hover .ttl2_cmn + p {
  color: #363636;
}
#home .cta .wrap li a.about .ttl2_cmn {
  position: relative;
}
#home .cta .wrap li a.about .ttl2_cmn::before {
  content: "";
  position: absolute;
  left: -3em;
  top: 2.5em;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #00F5FF;
}
@media (max-width: 767px) {
  #home .cta .wrap li a.about .ttl2_cmn::before {
    left: -1.5em;
    top: 1.25em;
    width: 9px;
    height: 9px;
  }
}
#home .cta .wrap li a.about .ttl2_cmn .outfit, #home .cta .wrap li a.about .ttl2_cmn .txt, #home .cta .wrap li a.about .ttl2_cmn + p {
  color: #fff;
}
#home .topics .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home .topics .wrap .txt {
  width: 140px;
}
@media (max-width: 767px) {
  #home .topics .wrap .txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#home .topics .wrap .txt .outfit {
  font-size: 5.4rem;
  color: #032D42;
}
@media (max-width: 767px) {
  #home .topics .wrap .txt .outfit {
    font-size: 2.8rem;
  }
}
#home .topics .wrap .txt .btn1_cmn {
  margin-top: 1em;
  display: block;
}
@media (max-width: 767px) {
  #home .topics .wrap .txt .btn1_cmn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#home .topics .wrap ul.post_list {
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  #home .topics .wrap ul.post_list {
    width: 100%;
  }
}
#home .topics .wrap ul.post_list li {
  margin-left: 4em;
}
@media (max-width: 767px) {
  #home .topics .wrap ul.post_list li {
    margin-left: 0;
  }
}/*# sourceMappingURL=top.css.map */