@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.orange {
  color: #F15A22;
}

.blue {
  color: #1462CA;
}

/* グラデーション
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
table,
tr,
th,
td,
a,
figure {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
}

.en {
  font-family: "Poppins", "Noto Sans JP", serif;
  letter-spacing: 0;
  line-height: 1;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.mincho {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}

.gothic {
  font-family: "Noto Sans JP", serif;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}

a {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}

span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

section {
  position: relative;
  z-index: 1;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 共通
--------------------------------------------------*/
.wrap_title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .wrap_title {
    margin-bottom: 30px;
  }
}
.wrap_title .title_en {
  margin-bottom: 10px;
  font-size: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 999px) {
  .wrap_title .title_en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 389px) {
  .wrap_title .title_en {
    font-size: 4.1vw;
  }
}
.wrap_title .title_en::before {
  content: "// ";
}
.wrap_title .catch {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .wrap_title .catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 389px) {
  .wrap_title .catch {
    font-size: 5.12vw;
  }
}
.wrap_title .title_ja {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
}

.title_large {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 6rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .title_large {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 389px) {
  .title_large {
    font-size: 12.37vw;
  }
}

.title_middle {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .title_middle {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 389px) {
  .title_middle {
    font-size: 9.23vw;
  }
}

.btn {
  background: rgb(243, 135, 59);
  background: linear-gradient(90deg, rgb(243, 135, 59) 0%, rgb(241, 90, 34) 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: 90px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 90px;
}
@media screen and (max-width: 999px) {
  .btn {
    max-width: 100%;
    min-height: 70px;
    font-size: 2rem;
    margin-top: 30px;
    padding: 10px 70px;
  }
}
@media screen and (max-width: 389px) {
  .btn {
    font-size: 5.12vw;
  }
}
.btn .txt {
  position: relative;
}
.btn .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .btn .icon {
    left: 20px;
    width: 40px;
    height: 40px;
  }
}
.btn .icon img {
  width: 40%;
}
@media screen and (max-width: 999px) {
  .btn .icon img {
    width: 50%;
  }
}
.btn::before {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(243, 135, 59);
  z-index: 0;
  opacity: 0;
}
.btn::after {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_arrow_white.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .btn::after {
    right: 20px;
    width: 21px;
    height: 21px;
  }
}
.btn:hover::before {
  opacity: 1;
}
.btn:hover::after {
  transform: translate(5px, -50%);
}

.contact-us {
  position: relative;
  margin: -2vw auto;
  padding: 60px 0 40px;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .contact-us {
    margin: -3vw auto;
    padding: 50px 0 20px;
  }
}
.contact-us > * {
  position: relative;
  z-index: 20;
}
.contact-us::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-image: url(../img/contact_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: skewY(-1.5deg);
}
@media screen and (max-width: 768px) {
  .contact-us::before {
    transform: skewY(-3deg);
    background-image: url(../img/contact_bg_sp.webp);
  }
}
.contact-us::after {
  background: linear-gradient(90deg, rgb(16, 201, 213) 0%, rgb(20, 98, 202) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0.6;
  transform: skewY(-1.5deg);
}
@media screen and (max-width: 768px) {
  .contact-us::after {
    transform: skewY(-3deg);
  }
}
.contact-us .title_en {
  color: #fff;
}
.contact-us .title_ja {
  margin-top: -0.5em;
  color: #fff;
  font-size: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .contact-us .title_ja {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 389px) {
  .contact-us .title_ja {
    margin-top: -0.3em;
    font-size: 10vw;
  }
}
.contact-us .title_ja .marker {
  display: inline-block;
  color: #F15A22;
  background-color: #fff;
  padding: 0.1em 0.3em 0.2em;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .contact-us .title_ja .x60_lg {
    font-size: 60%;
  }
}
.contact-us .desc {
  margin-top: 30px;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  .contact-us .desc {
    font-size: 1.6rem;
  }
}
.contact-us .note {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .contact-us .note {
    font-size: 1.2rem;
  }
}
.contact-us .btn {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .contact-us .btn {
    min-height: 80px;
  }
}

/* KV
--------------------------------------------------*/
#kv {
  position: relative;
  padding-top: 90px;
  background-color: #94E2E8;
}
#kv .wrap_img {
  position: relative;
  width: 92.85%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #kv .wrap_img {
    width: calc(100% - 60px);
    height: calc(100svh - 80px);
    min-height: 700px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 389px) {
  #kv .wrap_img {
    width: 84.62%;
    min-height: 600px;
  }
}
#kv .wrap_img::before, #kv .wrap_img::after {
  display: none;
  content: "";
  position: absolute;
  background-color: #94E2E8;
  width: 200vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #kv .wrap_img::before, #kv .wrap_img::after {
    display: block;
  }
}
#kv .wrap_img::before {
  right: 0;
  top: 0;
  transform-origin: right top;
  transform: rotate(-12.5deg) translate(50%, -100%);
}
@media screen and (max-width: 449px) {
  #kv .wrap_img::before {
    transform: rotate(-12.5deg) translate(50%, -100%);
  }
}
#kv .wrap_img::after {
  left: 0;
  bottom: 20px;
  transform: rotate(-12.5deg) translate(-50%, 100%);
  transform-origin: left bottom;
}
@media screen and (max-width: 449px) {
  #kv .wrap_img::after {
    transform: rotate(-12.5deg) translate(-50%, 100%);
  }
}
#kv .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #kv .wrap_img img {
    -o-object-position: right 70%;
       object-position: right 70%;
  }
}
@media screen and (max-width: 449px) {
  #kv .wrap_img img {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
#kv .wrap_catch {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 999px) {
  #kv .wrap_catch {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch {
    height: calc(100svh - 20px);
    min-height: 700px;
  }
}
@media screen and (max-width: 389px) {
  #kv .wrap_catch {
    min-height: 650px;
  }
}
#kv .wrap_catch .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 85.7%;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left {
    justify-content: space-between;
    width: calc(95% - 60px);
    padding-top: 30px;
  }
}
@media screen and (max-width: 389px) {
  #kv .wrap_catch .left {
    width: calc(84.62% - 5vw);
  }
}
#kv .wrap_catch .left .wrap_sp {
  display: contents;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .wrap_sp {
    display: block;
  }
}
#kv .wrap_catch .left .service {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.2em;
  padding: 0.05em 1.07vw 0.1em;
  line-height: 1;
  color: #1462CA;
  font-size: 3.23vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .service {
    font-size: 3.34rem;
    margin-bottom: 0;
    padding: 0.1em 1.07vw 0.2em;
  }
}
@media screen and (max-width: 449px) {
  #kv .wrap_catch .left .service {
    font-size: 7.42vw;
  }
}
#kv .wrap_catch .left .main {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  position: relative;
  font-size: 4.4vw;
  line-height: 1.2;
  height: 2.4em;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .main {
    font-size: 4.2rem;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    height: 3.6em;
  }
}
@media screen and (max-width: 449px) {
  #kv .wrap_catch .left .main {
    font-size: 9.33vw;
  }
}
#kv .wrap_catch .left .main_anime {
  opacity: 0;
  -webkit-animation: mainCatch 10s infinite;
          animation: mainCatch 10s infinite;
}
#kv .wrap_catch .left .main_anime.main01 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#kv .wrap_catch .left .main_anime.main02 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
@-webkit-keyframes mainCatch {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mainCatch {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#kv .wrap_catch .left .marker_sp::before,
#kv .wrap_catch .left .marker_line::before {
  -webkit-animation: mainCatchMarker 10s infinite;
          animation: mainCatchMarker 10s infinite;
}
#kv .wrap_catch .left .main02 .marker_sp::before,
#kv .wrap_catch .left .main02 .marker_line::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
@-webkit-keyframes mainCatchMarker {
  0% {
    transform: scaleX(0);
  }
  5% {
    transform: scaleX(100%);
  }
  100% {
    transform: scaleX(100%);
  }
}
@keyframes mainCatchMarker {
  0% {
    transform: scaleX(0);
  }
  5% {
    transform: scaleX(100%);
  }
  100% {
    transform: scaleX(100%);
  }
}
#kv .wrap_catch .left .main_catch {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 4.4vw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .main_catch {
    font-size: 4rem;
  }
}
@media screen and (max-width: 449px) {
  #kv .wrap_catch .left .main_catch {
    font-size: 8.88vw;
  }
}
#kv .wrap_catch .left .main_catch .marker {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 0 1.07vw 0.1em;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .main_catch .marker_pc {
    display: contents;
  }
}
#kv .wrap_catch .left .main_catch .marker_pc > .marker_pc {
  padding-left: 0;
  padding-right: 0;
}
#kv .wrap_catch .left .main_catch .marker_sp {
  display: contents;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .main_catch .marker_sp {
    display: inline-block;
  }
}
#kv .wrap_catch .left .main_catch .marker_sp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: -1;
}
#kv .wrap_catch .left .main_catch .marker_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: -1;
}
#kv .wrap_catch .left .location {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  position: relative;
  color: #fff;
  font-size: 2.57vw;
  text-shadow: 1px 1px 0 #1462CA, -1px -1px 0 #1462CA, -1px 1px 0 #1462CA, 1px -1px 0 #1462CA, 0px 1px 0 #1462CA, -1px 0 #1462CA, -1px 0 0 #1462CA, 1px 0 0 #1462CA, 3px 2px 0 #1462CA;
  z-index: 1;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .location {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 449px) {
  #kv .wrap_catch .left .location {
    font-size: 6.11vw;
  }
}
#kv .wrap_catch .left .location_sub {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  position: relative;
  color: #fff;
  font-size: 1.4vw;
  text-shadow: 1px 1px 0 #1462CA, -1px -1px 0 #1462CA, -1px 1px 0 #1462CA, 1px -1px 0 #1462CA, 0px 1px 0 #1462CA, -1px 0 #1462CA, -1px 0 0 #1462CA, 1px 0 0 #1462CA, 3px 2px 0 #1462CA;
  z-index: 1;
  line-height: 1.3;
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .location_sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 449px) {
  #kv .wrap_catch .left .location_sub {
    font-size: 4.44vw;
  }
}
#kv .wrap_catch .left .course {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  margin-top: 2vw;
  line-height: 1.8;
  font-size: 1.7vw;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .course {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 449px) {
  #kv .wrap_catch .left .course {
    font-size: 4.11vw;
  }
}
#kv .wrap_catch .left .course .marker {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.3em 0.3em;
  background-color: #000;
  color: #fff;
  font-size: 1.7vw;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .course .marker {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 449px) {
  #kv .wrap_catch .left .course .marker {
    font-size: 4.11vw;
  }
}
#kv .wrap_catch .left .course .x80 {
  margin-left: 0.2em;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .course .x80 {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  }
}
#kv .wrap_catch .left .kv_btn {
  background: rgb(243, 135, 59);
  background: linear-gradient(90deg, rgb(243, 135, 59) 0%, rgb(241, 90, 34) 100%);
  position: relative;
  margin-top: 1.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.14vw;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 6.42vw;
  color: #fff;
  font-size: 1.71vw;
  font-weight: 700;
  text-align: center;
  padding: 1.42vw 5.71vw;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .kv_btn {
    width: 90vw;
    font-size: 2rem;
    height: 70px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 389px) {
  #kv .wrap_catch .left .kv_btn {
    font-size: 5.12vw;
  }
}
#kv .wrap_catch .left .kv_btn .txt {
  position: relative;
}
#kv .wrap_catch .left .kv_btn .icon {
  position: absolute;
  left: 2.14vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.57vw;
  height: 3.57vw;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .kv_btn .icon {
    width: 40px;
    height: 40px;
    left: 20px;
  }
}
#kv .wrap_catch .left .kv_btn .icon img {
  width: 40%;
}
#kv .wrap_catch .left .kv_btn::before {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(243, 135, 59);
  z-index: 0;
  opacity: 0;
}
#kv .wrap_catch .left .kv_btn::after {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  position: absolute;
  right: 2.14vw;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1.71vw;
  height: 1.71vw;
  background-image: url(../img/icon_arrow_white.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .left .kv_btn::after {
    width: 21px;
    height: 21px;
    right: 20px;
  }
}
#kv .wrap_catch .left .kv_btn:hover::before {
  opacity: 1;
}
#kv .wrap_catch .left .kv_btn:hover::after {
  transform: translate(5px, -50%);
}
#kv .wrap_catch .right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 7.15%;
  padding-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .right {
    width: 60px;
    padding-bottom: calc(13vw + 70px);
  }
}
@media screen and (max-width: 389px) {
  #kv .wrap_catch .right {
    width: 15.38%;
    padding-bottom: calc(10vw + 70px);
  }
}
#kv .wrap_catch .right .catch_tate {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  writing-mode: vertical-rl;
  font-size: 1.71vw;
}
@media screen and (max-width: 768px) {
  #kv .wrap_catch .right .catch_tate {
    font-size: 2.34rem;
  }
}
@media screen and (max-width: 449px) {
  #kv .wrap_catch .right .catch_tate {
    font-size: 5.2vw;
  }
}
#kv .wrap_catch .right .catch_tate .gothic {
  vertical-align: 0.2em;
}

/* 安心の就職実績
--------------------------------------------------*/
#achievement {
  z-index: 10;
}
#achievement .achivement_head {
  padding: 80px 0 calc(80px + 2vw);
  background: linear-gradient(0deg, #80CAF1 0%, #94E2E8 100%);
}
@media screen and (max-width: 999px) {
  #achievement .achivement_head {
    padding: 80px 0 calc(60px + 2vw);
  }
}
#achievement .wrap_achivement_head {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_achivement_head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #achievement .wrap_achivement_head {
    padding-bottom: 20px;
  }
}
#achievement .list_achivement {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement {
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement {
    grid-template-columns: auto;
    gap: 20px;
  }
}
#achievement .list_achivement li {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #EDF3F3;
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li {
    padding: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement li {
    padding: 20px;
  }
}
#achievement .list_achivement li .top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement li .top {
    height: 70px;
  }
}
#achievement .list_achivement li .top::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 49%) rotate(45deg);
  content: "";
  width: 17px;
  height: 17px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li .top::before {
    width: 1.7vw;
    height: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement li .top::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 389px) {
  #achievement .list_achivement li .top::before {
    width: 4.1vw;
    height: 4.1vw;
  }
}
#achievement .list_achivement li .top > .left {
  background: linear-gradient(90deg, rgb(16, 201, 213) 0%, rgb(20, 98, 202) 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 42%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li .top > .left {
    width: 45%;
  }
}
#achievement .list_achivement li .top > .left * {
  color: #fff;
}
#achievement .list_achivement li .top > .left .en {
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media screen and (max-width: 1399px) {
  #achievement .list_achivement li .top > .left .en {
    font-size: clamp(1rem, 0.85vw, 0.85vw);
  }
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li .top > .left .en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement li .top > .left .en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 389px) {
  #achievement .list_achivement li .top > .left .en {
    font-size: 3.07vw;
  }
}
#achievement .list_achivement li .top > .left .midashi {
  margin-top: 3px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1399px) {
  #achievement .list_achivement li .top > .left .midashi {
    font-size: 1.71vw;
  }
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li .top > .left .midashi {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement li .top > .left .midashi {
    font-size: 2rem;
  }
}
@media screen and (max-width: 389px) {
  #achievement .list_achivement li .top > .left .midashi {
    font-size: 5.12vw;
  }
}
#achievement .list_achivement li .top > .right {
  position: relative;
  width: 58%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li .top > .right {
    width: 55%;
  }
}
#achievement .list_achivement li .top > .right::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  display: block;
  width: 34px;
  height: 20px;
  background-image: url(../img/icon_crown.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li .top > .right::before {
    width: 3.4vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement li .top > .right::before {
    width: 34px;
    height: 20px;
  }
}
#achievement .list_achivement li .top > .right .num {
  font-size: 6rem;
  color: #F15A22;
  vertical-align: -0.1em;
}
@media screen and (max-width: 1399px) {
  #achievement .list_achivement li .top > .right .num {
    font-size: 4.28vw;
  }
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li .top > .right .num {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement li .top > .right .num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 389px) {
  #achievement .list_achivement li .top > .right .num {
    font-size: 12.82vw;
  }
}
#achievement .list_achivement li .top > .right .num .gothic {
  font-weight: 700;
}
#achievement .list_achivement li .top > .right .num_s {
  font-size: 3.8rem;
}
@media screen and (max-width: 1399px) {
  #achievement .list_achivement li .top > .right .num_s {
    font-size: 2.71vw;
  }
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li .top > .right .num_s {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement li .top > .right .num_s {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 389px) {
  #achievement .list_achivement li .top > .right .num_s {
    font-size: 8.2vw;
  }
}
#achievement .list_achivement li .bottom {
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: calc(100% - 80px);
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li .bottom {
    padding: 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement li .bottom {
    padding: 0 20px;
  }
}
@media screen and (max-width: 389px) {
  #achievement .list_achivement li .bottom {
    padding: 0 10px;
  }
}
#achievement .list_achivement li .bottom .wrap_img {
  width: 100%;
  aspect-ratio: 304/129;
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li .bottom .wrap_img {
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 768px) {
  #achievement .list_achivement li .bottom .wrap_img.figure {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
#achievement .list_achivement li .bottom .wrap_img svg {
  width: 100%;
  height: auto;
}
#achievement .list_achivement li .bottom .wrap_img img {
  -o-object-position: top;
     object-position: top;
}
#achievement .list_achivement li .bottom .wrap_img .st0 {
  fill: #777;
}
#achievement .list_achivement li .bottom .wrap_img .st1 {
  fill: #fff;
}
#achievement .list_achivement li .bottom .wrap_img .st3 {
  fill: #f15a22;
}
#achievement .list_achivement li .bottom .wrap_img .st4 {
  isolation: isolate;
}
#achievement .list_achivement li .bottom .wrap_img .st5 {
  fill: #ddd;
}
#achievement .list_achivement li .bottom .wrap_img .figure01.action .st2 {
  -webkit-animation: figure01-st2anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
          animation: figure01-st2anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}
#achievement .list_achivement li .bottom .wrap_img .figure01.action .st5 {
  -webkit-animation: figure01-st5anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
          animation: figure01-st5anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}
#achievement .list_achivement li .bottom .wrap_img .figure01 .st2 {
  width: 0;
  opacity: 0;
}
@-webkit-keyframes figure01-st2anime {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 184px;
    opacity: 1;
  }
}
@keyframes figure01-st2anime {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 184px;
    opacity: 1;
  }
}
#achievement .list_achivement li .bottom .wrap_img .figure01 .st5 {
  width: 0;
  opacity: 0;
}
@-webkit-keyframes figure01-st5anime {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 115px;
    opacity: 1;
  }
}
@keyframes figure01-st5anime {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 115px;
    opacity: 1;
  }
}
#achievement .list_achivement li .bottom .wrap_img .figure02.action .st2 {
  -webkit-animation: figure02-st2anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
          animation: figure02-st2anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}
#achievement .list_achivement li .bottom .wrap_img .figure02.action .st5 {
  -webkit-animation: figure02-st5anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
          animation: figure02-st5anime 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}
#achievement .list_achivement li .bottom .wrap_img .figure02 .st2 {
  width: 0;
  opacity: 0;
}
@-webkit-keyframes figure02-st2anime {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 203px;
    opacity: 1;
  }
}
@keyframes figure02-st2anime {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 203px;
    opacity: 1;
  }
}
#achievement .list_achivement li .bottom .wrap_img .figure02 .st5 {
  width: 0;
  opacity: 0;
}
@-webkit-keyframes figure02-st5anime {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 149px;
    opacity: 1;
  }
}
@keyframes figure02-st5anime {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 149px;
    opacity: 1;
  }
}
#achievement .list_achivement li.results .bottom {
  padding: 0;
}
@media screen and (max-width: 999px) {
  #achievement .list_achivement li.results .bottom .wrap_img {
    aspect-ratio: 270/135;
  }
}
#achievement .title_middle {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  #achievement .title_middle {
    margin-top: 40px;
  }
}
#achievement .title_middle .txt {
  position: relative;
}
#achievement .title_middle::before {
  font-family: "Poppins", "Noto Sans JP", serif;
  letter-spacing: 0;
  line-height: 1;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  content: "employment";
  position: absolute;
  left: 0;
  bottom: -11px;
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-transform: uppercase;
  font-size: 5.8rem;
  color: #EDF3F3;
  text-align: center;
  line-height: 0.65;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  #achievement .title_middle::before {
    line-height: 0.7;
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .title_middle::before {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 449px) {
  #achievement .title_middle::before {
    font-size: 10.44vw;
  }
}
#achievement .note {
  position: relative;
}
#achievement .scroll-box {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #achievement .scroll-box {
    width: auto;
    height: auto;
    overflow-y: auto;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
#achievement .scroll-box::-webkit-scrollbar {
  background: #EDF3F3;
  height: 3px;
}
#achievement .scroll-box::-webkit-scrollbar-thumb {
  background-color: #F15A22;
}
#achievement .list_employment {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#achievement .list_employment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #1462CA;
  z-index: 1;
}
#achievement .list_employment::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #1462CA;
  z-index: 1;
}
#achievement .list_employment li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #achievement .list_employment li {
    width: 260px;
  }
}
#achievement .list_employment li:nth-child(4n) {
  border-right: none;
}
#achievement .list_employment li:nth-last-child(-n+4) {
  border-bottom: none;
}
#achievement .list_employment .name {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  #achievement .list_employment .name {
    font-size: 1.6rem;
  }
}
#achievement .list_employment .job {
  color: #1462CA;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  #achievement .list_employment .job {
    font-size: 1.2rem;
  }
}
#achievement .scroll {
  display: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #F15A22;
  margin-top: 7px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #achievement .scroll {
    display: block;
  }
}
#achievement .scroll::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #F15A22;
  z-index: 2;
}
#achievement .scroll::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #F15A22;
  border-right: 1px solid #F15A22;
  z-index: 1;
}
#achievement .wrap_hope {
  padding: calc(80px + 2vw) 0 60px;
  background-color: #EDF3F3;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_hope {
    padding: calc(60px + 2vw) 0 60px;
  }
}
#achievement .wrap_hope .midashi_hope {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.7rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_hope .midashi_hope {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #achievement .wrap_hope .midashi_hope {
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 389px) {
  #achievement .wrap_hope .midashi_hope {
    font-size: 7.69vw;
  }
}
#achievement .wrap_hope .midashi_hope::before, #achievement .wrap_hope .midashi_hope::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  display: block;
  width: 2.3px;
  height: 1.1em;
  font-size: inherit;
  background: #000;
}
#achievement .wrap_hope .midashi_hope::before {
  left: -0.7em;
  transform: rotate(-25deg);
}
#achievement .wrap_hope .midashi_hope::after {
  right: -0.7em;
  transform: rotate(25deg);
}
#achievement .wrap_hope .inner_hope {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #achievement .wrap_hope .inner_hope {
    flex-direction: column-reverse;
  }
}
#achievement .wrap_hope .wrap_img {
  width: 40%;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #achievement .wrap_hope .wrap_img {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #achievement .wrap_hope .wrap_img img {
    display: block;
    margin: 0 auto;
    width: 76.5%;
  }
}
#achievement .wrap_hope .wrap_fukidashi {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #achievement .wrap_hope .wrap_fukidashi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
#achievement .wrap_hope .fukidashi {
  position: relative;
  margin-bottom: 15px;
  padding: 30px;
  background-color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_hope .fukidashi {
    padding: 20px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #achievement .wrap_hope .fukidashi {
    width: calc((100% - 30px) / 2);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 389px) {
  #achievement .wrap_hope .fukidashi {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .wrap_hope .fukidashi:first-child {
    width: calc(100% - 20px);
  }
}
#achievement .wrap_hope .fukidashi:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #achievement .wrap_hope .fukidashi:last-child::before {
    left: auto;
    right: -5px;
  }
}
#achievement .wrap_hope .fukidashi::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
#achievement .wrap_hope .fukidashi p {
  position: relative;
}
#achievement .wrap_hope .fukidashi strong {
  font-weight: 700;
  color: #1462CA;
}
#achievement .wrap_support {
  position: relative;
  padding: 60px 0 80px;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #achievement .wrap_support {
    display: none;
  }
}
#achievement .wrap_support > * {
  position: relative;
}
#achievement .wrap_support::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8CC7EB;
  background-image: url(../img/achievement_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: skewY(-1.5deg);
  z-index: 0;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support::before {
    background-image: url(../img/achievement_bg_sp.webp);
  }
}
@media screen and (max-width: 768px) {
  #achievement .wrap_support::before {
    transform: skewY(-3deg);
  }
}
#achievement .wrap_support::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 100%;
  height: 50%;
  background-color: #EDF3F3;
  z-index: -1;
}
#achievement .wrap_support .wrap_midashi {
  text-align: center;
}
#achievement .wrap_support .wrap_midashi * {
  color: #fff;
}
#achievement .wrap_support .wrap_midashi .catch {
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .wrap_midashi .catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 389px) {
  #achievement .wrap_support .wrap_midashi .catch {
    font-size: 5.12vw;
  }
}
#achievement .wrap_support .wrap_midashi .catch .kaien {
  color: #F15A22;
}
#achievement .wrap_support .list_support {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support {
    grid-template-columns: auto;
    margin-top: 30px;
  }
}
#achievement .wrap_support .list_support li {
  background-color: #fff;
  width: calc(100% - 20px);
  margin-right: 0;
  margin-left: auto;
  margin-top: 40px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li {
    margin-top: 20px;
    padding: 0 0 20px;
  }
}
#achievement .wrap_support .list_support li .wrap_sp {
  display: contents;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .wrap_sp {
    display: flex;
    flex-wrap: wrap;
  }
}
#achievement .wrap_support .list_support li .wrap_img {
  margin-top: -40px;
  margin-left: -40px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .wrap_img {
    margin-top: -20px;
    margin-left: -20px;
    width: 120px;
  }
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .wrap_img .pc-view {
    display: none;
  }
}
#achievement .wrap_support .list_support li .wrap_img .lg-view {
  display: none;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .wrap_img .lg-view {
    display: block;
  }
}
#achievement .wrap_support .list_support li .catch {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.1;
  margin-top: -20px;
}
@media screen and (max-width: 1399px) {
  #achievement .wrap_support .list_support li .catch {
    font-size: 1.4vw;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 1199px) {
  #achievement .wrap_support .list_support li .catch {
    font-size: 1.35vw;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .catch {
    width: calc(100% - 100px);
    margin-top: 20px;
    margin-left: -20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 549px) {
  #achievement .wrap_support .list_support li .catch {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .catch br.pc-view {
    display: none;
  }
}
@media screen and (max-width: 549px) {
  #achievement .wrap_support .list_support li .catch br.sm-view {
    display: block;
  }
}
@media screen and (max-width: 549px) {
  #achievement .wrap_support .list_support li .catch br.sm-none {
    display: none;
  }
}
#achievement .wrap_support .list_support li .catch .marker {
  padding: 0.2em 0.5em;
  background-color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .catch .marker.sp_pad-r_none {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .catch .marker.sp_pad-l_none {
    padding-left: 0;
  }
}
#achievement .wrap_support .list_support li .catch .marker.pc_pad-r_none {
  padding-right: 0;
}
#achievement .wrap_support .list_support li .catch .marker.pc_pad-l_none {
  padding-left: 0;
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .catch .marker.sp_pad-r {
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .catch .marker.sp_pad-l {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 549px) {
  #achievement .wrap_support .list_support li .catch .marker.sm-pad-l-none {
    padding-left: 0;
  }
}
@media screen and (max-width: 549px) {
  #achievement .wrap_support .list_support li .catch .marker.sm-pad-r-none {
    padding-right: 0;
  }
}
#achievement .wrap_support .list_support li .catch .sm-space {
  display: none;
}
@media screen and (max-width: 549px) {
  #achievement .wrap_support .list_support li .catch .sm-space {
    display: inline-block;
    padding-left: 0.5em;
  }
}
#achievement .wrap_support .list_support li .txt {
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  #achievement .wrap_support .list_support li .txt {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .list_support li .txt {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 999px) {
  #achievement .wrap_support .btn {
    margin-top: 40px;
  }
}

/* 5つの強み - 共通　
--------------------------------------------------*/
#strength {
  margin-top: -2vw;
}
@media screen and (max-width: 768px) {
  #strength {
    margin-top: 0;
  }
}
#strength .wrap_title {
  margin-bottom: 0;
}
#strength .wrap_strength01 {
  padding-top: calc(80px + 2vw);
  background-color: #E5EFFA;
  background-image: url(../img/strength_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 999px) {
  #strength .wrap_strength01 {
    padding-top: calc(50px + 2vw);
  }
}
#strength .wrap_strength01 > article {
  padding: 40px 0 80px;
}
@media screen and (max-width: 999px) {
  #strength .wrap_strength01 > article {
    padding: 30px 0 40px;
  }
}
#strength > article {
  background-color: #E5EFFA;
  background-image: url(../img/strength_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 40px 0 80px;
}
@media screen and (max-width: 999px) {
  #strength > article {
    padding: 20px 0 40px;
  }
}
#strength > article:nth-child(even) {
  background: linear-gradient(180deg, rgba(128, 202, 241, 0.5) 0%, rgba(128, 177, 241, 0.5) 100%);
}
#strength > article:last-child {
  padding-bottom: calc(80px + 2vw);
}
@media screen and (max-width: 999px) {
  #strength > article:last-child {
    padding-bottom: calc(40px + 2vw);
  }
}
#strength .wrap_title_strength {
  padding: 20px;
  background-color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #strength .wrap_title_strength {
    padding: 20px 10px;
  }
}
#strength .wrap_title_strength * {
  color: #fff;
}
#strength .wrap_title_strength .title_en {
  margin-bottom: 5px;
  color: #aaa;
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  #strength .wrap_title_strength .title_en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 389px) {
  #strength .wrap_title_strength .title_en {
    font-size: 4.1vw;
  }
}
#strength .wrap_title_strength .title_ja {
  font-size: 3.5rem;
}
@media screen and (max-width: 999px) {
  #strength .wrap_title_strength .title_ja {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 389px) {
  #strength .wrap_title_strength .title_ja {
    font-size: 6.15vw;
  }
}
#strength .wrap_title_strength .title_ja .orange {
  color: #F15A22;
}
#strength .title_middle_strength {
  color: #1462CA;
  font-size: 3rem;
  text-align: center;
  border-bottom: 1px solid #1462CA;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #strength .title_middle_strength {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 389px) {
  #strength .title_middle_strength {
    font-size: 6.15vw;
  }
}
#strength section {
  padding: 40px 40px 0;
}
@media screen and (max-width: 999px) {
  #strength section {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 999px) {
  #strength section:not(:first-of-type) {
    padding-top: 40px;
  }
}
#strength .desc_strength {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #strength .desc_strength {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #strength .desc_strength {
    text-align: left;
  }
}
#strength .desc_strength strong {
  color: #1462CA;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #strength .x80_sp {
    font-size: 80%;
  }
}
@media screen and (max-width: 999px) {
  #strength .x66_lg {
    font-size: 66.66%;
  }
}

/* 5つの強み - 実践で磨く「専門技術×ソフトスキル」
--------------------------------------------------*/
#strength01 .wrap_hard {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard {
    padding: 20px;
  }
}
#strength01 .wrap_hard .list_hard {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .list_hard {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #strength01 .wrap_hard .list_hard {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  #strength01 .wrap_hard .list_hard {
    grid-template-columns: auto;
  }
}
#strength01 .wrap_hard .list_hard li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  #strength01 .wrap_hard .list_hard li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
}
#strength01 .wrap_hard .list_hard .wrap_img {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  #strength01 .wrap_hard .list_hard .wrap_img {
    width: 140px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 389px) {
  #strength01 .wrap_hard .list_hard .wrap_img {
    width: 31vw;
    padding-right: 5.12vw;
  }
}
#strength01 .wrap_hard .list_hard .inner {
  display: contents;
}
@media screen and (max-width: 768px) {
  #strength01 .wrap_hard .list_hard .inner {
    display: block;
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 389px) {
  #strength01 .wrap_hard .list_hard .inner {
    width: calc(100% - 31vw);
  }
}
#strength01 .wrap_hard .list_hard .midashi {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .list_hard .midashi {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #strength01 .wrap_hard .list_hard .midashi {
    margin-bottom: 5px;
  }
}
#strength01 .wrap_hard .list_hard .markers {
  line-height: 1.9;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .list_hard .markers {
    line-height: 1.6;
  }
}
#strength01 .wrap_hard .list_hard .markers p {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #EDF3F3;
  color: #F15A22;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .list_hard .markers p {
    font-size: 1.2rem;
  }
}
#strength01 .wrap_hard .list_hard .desc {
  color: #F15A22;
}
@media screen and (max-width: 389px) {
  #strength01 .wrap_hard .list_hard .desc {
    font-size: clamp(1.2rem, 3.58vw, 3.58vw);
  }
}
#strength01 .wrap_hard .wrap_new {
  background-color: #EDF3F3;
  margin-top: 40px;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .wrap_new {
    margin-top: 20px;
    padding: 20px;
  }
}
#strength01 .wrap_hard .wrap_new .new {
  background-color: #F15A22;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.3em 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .wrap_new .new {
    font-size: 1.2rem;
  }
}
#strength01 .wrap_hard .wrap_new .title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .wrap_new .title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#strength01 .wrap_hard .wrap_new .inner_new {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .wrap_new .inner_new {
    flex-direction: column-reverse;
  }
}
#strength01 .wrap_hard .wrap_new .inner_new > .left {
  width: 40%;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .wrap_new .inner_new > .left {
    width: 100%;
    margin-top: 20px;
  }
}
#strength01 .wrap_hard .wrap_new .inner_new > .right {
  width: 60%;
  padding-left: 40px;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .wrap_new .inner_new > .right {
    width: 100%;
    padding-left: 0;
  }
}
#strength01 .wrap_hard .wrap_new .desc {
  font-size: 1.8rem;
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .wrap_new .desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #strength01 .wrap_hard .wrap_new .desc {
    text-align: left;
  }
}
#strength01 .wrap_hard .wrap_new .desc strong {
  font-weight: 700;
  color: #1462CA;
}
@media screen and (max-width: 768px) {
  #strength01 .wrap_hard .wrap_new .desc .word {
    display: contents;
  }
}
#strength01 .wrap_hard .wrap_new .midashi_movie {
  color: #1462CA;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #strength01 .wrap_hard .wrap_new .midashi_movie {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 999px) {
  #strength01 .wrap_hard .wrap_new .wrap_movie {
    max-width: 324px;
    margin: 0 auto;
  }
}
#strength01 .wrap_hard .wrap_new iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 410/242;
}
#strength01 .list_soft {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  #strength01 .list_soft {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #strength01 .list_soft {
    width: 80%;
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: auto;
  }
}
#strength01 .list_soft .midashi {
  margin-top: 15px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  #strength01 .list_soft .midashi {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #strength01 .list_soft .midashi {
    margin-top: 5px;
  }
}
#strength01 .kai-comparison {
  --kai-gutter: 20px;
  --kai-primary-dark: #F15A22;
  --kai-primary-pale: #eee;
}
#strength01 .kai-comparison > .kai-heading {
  text-align: center;
  font-size: 1.875rem;
}
#strength01 .kai-comparison > figure.kai-comparison-table {
  margin: 24px auto 0;
  font-size: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #strength01 .kai-comparison > figure.kai-comparison-table {
    margin-top: 40px;
    font-size: 1.125rem;
  }
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table {
  overflow: hidden;
  border: 1px solid var(--kai-primary-dark);
  font-weight: 500;
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-header {
  background: var(--kai-primary-pale);
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-header > .kai-row {
  display: flex;
  border-bottom: 1px solid var(--kai-primary-dark);
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-header > .kai-row > .kai-th {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 8px 4px;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  #strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-header > .kai-row > .kai-th {
    padding: 10px;
  }
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-header > .kai-row > .kai-th:nth-of-type(1) {
  width: 30%;
  border-right: 1px solid var(--kai-primary-dark);
}
@media screen and (min-width: 769px) {
  #strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-header > .kai-row > .kai-th:nth-of-type(1) {
    width: 36%;
  }
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-header > .kai-row > .kai-th:nth-of-type(n+2) {
  align-items: center;
  justify-content: center;
  width: 17.5%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-header > .kai-row > .kai-th:nth-of-type(n+2) {
    width: 16%;
  }
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-header > .kai-row > .kai-th:nth-of-type(n+2):nth-of-type(-n+4) {
  border-right: 1px solid #fff;
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body .kai-th,
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body .kai-td {
  align-self: stretch;
  padding: 12px 4px;
}
@media screen and (min-width: 769px) {
  #strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body .kai-th,
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body .kai-td {
    padding: 16px;
  }
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row:nth-of-type(1) > .kai-td:nth-of-type(n+2):nth-of-type(-n+4), #strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row:nth-of-type(2) > .kai-td:nth-of-type(n+2):nth-of-type(-n+4) {
  border-right: 1px solid #eeeeee;
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row:nth-of-type(1) > .kai-th {
  border-bottom: 1px solid #fff;
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row:nth-of-type(1) > .kai-td {
  border-bottom: 1px solid #eeeeee;
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row:last-child {
  background: var(--kai-primary-dark);
  color: #fff;
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row:last-child > .kai-th,
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row:last-child > .kai-td {
  background: var(--kai-primary-dark);
  color: #fff;
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row:last-child > .kai-th,
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row:last-child > .kai-td:nth-of-type(n+2):nth-of-type(-n+4) {
  border-right: 1px solid #fff;
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row > .kai-th {
  width: 30%;
  border-right: 1px solid var(--kai-primary-dark);
  background: var(--kai-primary-pale);
}
@media screen and (min-width: 769px) {
  #strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row > .kai-th {
    width: 36%;
  }
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row > .kai-th:nth-of-type(2) {
  border-bottom: 1px solid rgba(198, 72, 26, 0.3);
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row > .kai-td {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.5%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row > .kai-td {
    width: 16%;
  }
}
#strength01 .kai-comparison > figure.kai-comparison-table > .kai-table > .kai-body > .kai-row > .kai-td > img {
  width: auto;
}

/* 5つの強み - 充実したプログラム
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  #strength02 .title_middle_strength .x120 {
    font-size: 100%;
  }
}
#strength02 .wrap_program {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #strength02 .wrap_program {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#strength02 .wrap_program .list_program {
  position: relative;
}
#strength02 .wrap_program .list_program::before {
  content: "";
  position: absolute;
  left: 59px;
  top: 0;
  display: block;
  width: 3px;
  height: calc(100% - 30px);
  background-image: linear-gradient(to bottom, #1462CA 3px, transparent 3px);
  background-size: 3px 9px;
  background-repeat: repeat-y;
  background-position: right 0px;
}
@media screen and (max-width: 999px) {
  #strength02 .wrap_program .list_program::before {
    left: 49px;
    width: 2px;
    background-image: linear-gradient(to bottom, #1462CA 2px, transparent 2px);
    background-size: 2px 6px;
  }
}
@media screen and (max-width: 768px) {
  #strength02 .wrap_program .list_program::before {
    left: 29px;
  }
}
@media screen and (max-width: 389px) {
  #strength02 .wrap_program .list_program::before {
    left: 7.43vw;
  }
}
#strength02 .wrap_program .list_program > li {
  position: relative;
  padding-left: 160px;
  padding: 20px 0 20px 160px;
}
@media screen and (max-width: 999px) {
  #strength02 .wrap_program .list_program > li {
    padding-left: 120px;
  }
}
@media screen and (max-width: 768px) {
  #strength02 .wrap_program .list_program > li {
    padding-left: 80px;
  }
}
@media screen and (max-width: 389px) {
  #strength02 .wrap_program .list_program > li {
    padding-left: 20vw;
  }
}
#strength02 .wrap_program .list_program > li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: calc(100% - 160px);
  height: 1px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 999px) {
  #strength02 .wrap_program .list_program > li::before {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  #strength02 .wrap_program .list_program > li::before {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 389px) {
  #strength02 .wrap_program .list_program > li::before {
    width: calc(100% - 20vw);
  }
}
#strength02 .wrap_program .list_program > li:first-child::before, #strength02 .wrap_program .list_program > li.goal::before {
  display: none;
}
#strength02 .wrap_program .list_program > li:first-child {
  padding-top: 0;
}
#strength02 .wrap_program .list_program > li.goal {
  background: linear-gradient(90deg, rgb(16, 201, 213) 0%, rgb(20, 98, 202) 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 60px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 999px) {
  #strength02 .wrap_program .list_program > li.goal {
    margin-top: 0;
    padding: 14px 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 389px) {
  #strength02 .wrap_program .list_program > li.goal {
    font-size: 5.12vw;
  }
}
#strength02 .wrap_program .list_program .wrap_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  background-color: #EDF3F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  #strength02 .wrap_program .list_program .wrap_icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  #strength02 .wrap_program .list_program .wrap_icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 389px) {
  #strength02 .wrap_program .list_program .wrap_icon {
    width: 15.38vw;
    height: 15.38vw;
  }
}
#strength02 .wrap_program .list_program .wrap_icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 60%;
  height: 60%;
}
#strength02 .wrap_program .list_program .step {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.2em 0.7em;
  background-color: #F15A22;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  #strength02 .wrap_program .list_program .step {
    font-size: 1.2rem;
  }
}
#strength02 .wrap_program .list_program .midashi {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 999px) {
  #strength02 .wrap_program .list_program .midashi {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 389px) {
  #strength02 .wrap_program .list_program .midashi {
    font-size: 5.12vw;
  }
}
#strength02 .wrap_program .list_program .list_desc li {
  position: relative;
  margin-top: 10px;
  padding-left: calc(10px + 0.3em);
}
#strength02 .wrap_program .list_program .list_desc li:first-child {
  margin-top: 0;
}
#strength02 .wrap_program .list_program .list_desc li::before {
  font-family: "Poppins", "Noto Sans JP", serif;
  letter-spacing: 0;
  line-height: 1;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0.45em;
  content: "*";
  color: #1462CA;
  font-size: 1.125em;
  font-weight: 700;
}
#strength02 .wrap_program .list_program .wrap_movie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #strength02 .wrap_program .list_program .wrap_movie {
    margin-top: 15px;
    grid-template-columns: auto;
    gap: 15px;
  }
}
#strength02 .wrap_program .list_program .wrap_movie .midashi_movie {
  color: #1462CA;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #strength02 .wrap_program .list_program .wrap_movie .midashi_movie {
    margin-bottom: 5px;
  }
}
#strength02 .wrap_program .list_program .wrap_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 410/242;
}

/* 5つの強み - ITエンジニア・デザイナーも多数！
--------------------------------------------------*/
#strength03 .wrap_strength03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  padding: 40px 40px 0;
}
@media screen and (max-width: 999px) {
  #strength03 .wrap_strength03 {
    gap: 0 20px;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #strength03 .wrap_strength03 {
    display: block;
  }
}
#strength03 section {
  padding: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media screen and (max-width: 999px) {
  #strength03 section:not(:first-of-type) {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #strength03 section:not(:first-of-type) {
    padding-top: 40px;
  }
}
#strength03 .wrap_feature03 {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #strength03 .wrap_feature03 {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #strength03 .wrap_feature03 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
#strength03 .wrap_feature03 .wrap_img {
  aspect-ratio: 460/191;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #strength03 .wrap_feature03 .wrap_img {
    width: 100px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 389px) {
  #strength03 .wrap_feature03 .wrap_img {
    width: 25vw;
  }
}
#strength03 .wrap_feature03 .wrap_img svg {
  width: auto;
  height: 100%;
}
#strength03 .wrap_feature03 .wrap_img svg .st0 {
  fill: #fff;
}
#strength03 .wrap_feature03 .wrap_img svg .st1 {
  fill: #f15a22;
}
#strength03 .wrap_feature03 .wrap_img svg .st2 {
  isolation: isolate;
}
#strength03 .wrap_feature03 .wrap_img svg .st3 {
  fill: #ddd;
}
#strength03 .wrap_feature03 .wrap_img svg.action .mask {
  -webkit-animation: feature03-graph 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
          animation: feature03-graph 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}
@-webkit-keyframes feature03-graph {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(140deg);
  }
}
@keyframes feature03-graph {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(140deg);
  }
}
#strength03 .wrap_feature03 .wrap_img svg.action .st1,
#strength03 .wrap_feature03 .wrap_img svg.action .st3 {
  -webkit-animation: feature03-graph-num 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
          animation: feature03-graph-num 1s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}
@-webkit-keyframes feature03-graph-num {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes feature03-graph-num {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#strength03 .wrap_feature03 .wrap_img svg .mask {
  transform: rotate(0);
  transform-origin: center;
}
#strength03 .wrap_feature03 .wrap_img svg .st1,
#strength03 .wrap_feature03 .wrap_img svg .st3 {
  opacity: 0;
}
#strength03 .wrap_feature03 .wrap_img svg .st3 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
#strength03 .wrap_feature03 .wrap_img.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
#strength03 .wrap_feature03 .wrap_img.logo img {
  width: 60%;
  height: 60%;
}
@media screen and (max-width: 768px) {
  #strength03 .wrap_feature03 .wrap_img.logo img {
    width: 83%;
    height: 83%;
  }
}
#strength03 .wrap_feature03 .desc {
  margin-top: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 999px) {
  #strength03 .wrap_feature03 .desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #strength03 .wrap_feature03 .desc {
    width: calc(100% - 100px);
    margin-top: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 389px) {
  #strength03 .wrap_feature03 .desc {
    width: calc(100% - 25vw);
    padding-left: 5.12vw;
  }
}
@media screen and (max-width: 768px) {
  #strength03 .btn {
    margin-top: 20px;
  }
}

/* 5つの強み - 100種類以上の充実の職業訓練プログラム
--------------------------------------------------*/
#strength04 .wrap_strength04 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px 40px 0;
}
@media screen and (max-width: 999px) {
  #strength04 .wrap_strength04 {
    gap: 20px;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #strength04 .wrap_strength04 {
    display: block;
  }
}
#strength04 section {
  padding: 0;
}
@media screen and (max-width: 999px) {
  #strength04 section:not(:first-of-type) {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #strength04 section:not(:first-of-type) {
    padding-top: 40px;
  }
}
#strength04 .list_feature04 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}
#strength04 .list_feature04 dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  background-color: #F15A22;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 15px 5px;
  line-height: 1.3;
}
#strength04 .list_feature04 dd {
  width: calc(100% - 105px);
  background-color: #fff;
  padding: 15px 10px;
}
#strength04 .wrap_illust_sp {
  margin-top: 20px;
}
#strength04 .wrap_illust_sp img {
  width: 38%;
  max-width: 154px;
  margin: 0 auto;
}
#strength04 .wrap_illust {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #strength04 .wrap_illust {
    margin-top: 20px;
  }
}
#strength04 .wrap_illust img {
  width: 80%;
  max-width: 318px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #strength04 .wrap_illust img {
    width: 46%;
    max-width: 186px;
    margin: 0 auto;
  }
}

/* 5つの強み - 実務で活かせる講座も100種類以上！
--------------------------------------------------*/
#strength05 .wrap_strength05 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px 40px 0;
}
@media screen and (max-width: 999px) {
  #strength05 .wrap_strength05 {
    gap: 20px;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #strength05 .wrap_strength05 {
    grid-template-columns: auto;
    gap: 10px;
  }
}
#strength05 section {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
#strength05 section:not(:first-of-type) {
  padding-top: 20px;
}
#strength05 section .midashi {
  color: #F15A22;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #strength05 section .midashi {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #strength05 section .midashi {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 389px) {
  #strength05 section .midashi {
    font-size: 5.12vw;
  }
}
#strength05 section .list_course {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
#strength05 section .list_course li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EDF3F3;
  line-height: 1.3;
  min-height: 60px;
  padding: 8px;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  #strength05 section .list_course li {
    padding: 7px 5px;
  }
}
@media screen and (max-width: 768px) {
  #strength05 section .list_course li {
    min-height: 50px;
  }
}
@media screen and (max-width: 389px) {
  #strength05 section .list_course li {
    font-size: clamp(1.2rem, 3.58vw, 3.58vw);
  }
}
#strength05 .udemy {
  position: relative;
  width: 90%;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #A833F1;
  border-top: none;
  padding: 20px;
}
@media screen and (max-width: 999px) {
  #strength05 .udemy {
    width: 100%;
    margin-top: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #strength05 .udemy {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
  }
}
#strength05 .udemy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(50% - 15px);
  height: 1px;
  border-top: 1px solid #A833F1;
}
@media screen and (max-width: 999px) {
  #strength05 .udemy::before {
    width: calc(50% - 10px);
  }
}
#strength05 .udemy::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: calc(50% - 15px);
  height: 1px;
  border-top: 1px solid #A833F1;
}
@media screen and (max-width: 999px) {
  #strength05 .udemy::after {
    width: calc(50% - 10px);
  }
}
#strength05 .udemy .triangle {
  position: absolute;
  left: calc(50% + 5px);
  top: 0;
  width: 22px;
  height: 22px;
  border-top: 1px solid #A833F1;
  border-right: 1px solid #A833F1;
  transform: rotate(-45deg) translate(-50%, -100%);
  transform-origin: center top;
}
@media screen and (max-width: 999px) {
  #strength05 .udemy .triangle {
    left: calc(50% + 3px);
    width: 15px;
    height: 15px;
  }
}
#strength05 .udemy .left {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #strength05 .udemy .left {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  #strength05 .udemy .right {
    display: contents;
  }
}
#strength05 .udemy .more {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #strength05 .udemy .more {
    order: 1;
  }
}
@media screen and (max-width: 389px) {
  #strength05 .udemy .more {
    font-size: clamp(1.2rem, 3.58vw, 3.58vw);
  }
}
#strength05 .udemy .midashi {
  margin-top: 4px;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3;
  color: #A833F1;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #strength05 .udemy .midashi {
    font-size: 2rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #strength05 .udemy .midashi {
    order: 2;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 389px) {
  #strength05 .udemy .midashi {
    font-size: 5.12vw;
  }
}
#strength05 .udemy .desc {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  #strength05 .udemy .desc {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #strength05 .udemy .desc {
    order: 4;
  }
}

/* 事業所一覧
--------------------------------------------------*/
#location {
  padding: calc(80px + 2vw) 0 80px;
  background-color: #EDF3F3;
}
@media screen and (max-width: 999px) {
  #location {
    padding: calc(60px + 2vw) 0 60px;
  }
}
#location .office {
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  #location .office {
    margin-top: 40px;
  }
}
#location .office:first-child .office_txt_box {
  height: auto;
}
#location .office.active .plus_btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
#location .accordionBtn {
  background: linear-gradient(90deg, rgb(16, 201, 213) 0%, rgb(20, 98, 202) 100%);
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #F15A22;
  cursor: pointer;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 769px) {
  #location .accordionBtn {
    pointer-events: none;
    background: white;
    padding: 40px 0 30px;
  }
}
#location .office_area {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}
@media screen and (min-width: 769px) {
  #location .office_area {
    color: #000;
    font-size: 2.6rem;
  }
}
#location .plus_btn {
  background-color: white;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5.128vw;
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  #location .plus_btn {
    display: none;
  }
}
#location .plus_btn::before, #location .plus_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  border-radius: 10px;
  background-color: #F15A22;
  transition: all 0.4s ease-out;
}
#location .plus_btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#location .office_txt_box {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
  background-color: white;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 769px) {
  #location .office_txt_box {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 40px 20px;
  }
}
@media screen and (min-width: 1000px) {
  #location .office_txt_box {
    padding: 0 7.142vw 20px;
  }
}
#location .office_box {
  position: relative;
  padding: 0 5.128vw;
}
@media screen and (min-width: 769px) {
  #location .office_box {
    padding: 0;
    width: calc(50% - 1.428vw);
  }
}
#location .office_box:first-child {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #location .office_box:first-child {
    margin-top: 0;
  }
}
#location .office_box:last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  #location .office_box:last-child {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  #location .office_box:nth-child(odd):nth-last-child(2) {
    padding-bottom: 20px;
  }
}
#location .office_box::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #ddd;
}
@media screen and (min-width: 769px) {
  #location .office_box::before {
    left: 0;
    width: 100%;
  }
}
#location .office_ttl {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  #location .office_ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#location .tag_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#location .tag_wrap .it {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  #location .tag_wrap .it {
    font-size: 1.4rem;
  }
}
#location .tag {
  display: inline-block;
  border: 1px solid #F15A22;
  font-size: 1.2rem;
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  #location .tag {
    font-size: 1.6rem;
  }
}
#location .tag.green {
  border-color: #227A00;
  color: #227A00;
}
#location .tag.pink {
  border-color: #D61019;
  color: #D61019;
}
#location .office_access {
  position: relative;
  margin-top: 10px;
  padding-left: 16px;
}
#location .office_access::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 12.25px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.25' height='14' viewBox='0 0 12.25 14'%3E%3Cpath id='パス_34436' data-name='パス 34436' d='M2.625-12.25a2.617,2.617,0,0,0-1.859.766A2.617,2.617,0,0,0,0-9.625v7A2.7,2.7,0,0,0,.629-.9a2.653,2.653,0,0,0,1.586.875L.957,1.23A.283.283,0,0,0,.9,1.559a.294.294,0,0,0,.273.191H2.27a.818.818,0,0,0,.6-.246L4.375,0h3.5l1.5,1.5a.818.818,0,0,0,.6.246h1.094a.294.294,0,0,0,.273-.191.283.283,0,0,0-.055-.328L10.035-.027A2.653,2.653,0,0,0,11.621-.9a2.7,2.7,0,0,0,.629-1.723v-7a2.617,2.617,0,0,0-.766-1.859,2.617,2.617,0,0,0-1.859-.766ZM1.75-8.75A.852.852,0,0,1,2-9.379a.852.852,0,0,1,.629-.246H4.813a.852.852,0,0,1,.629.246.852.852,0,0,1,.246.629v2.625a.852.852,0,0,1-.246.629.852.852,0,0,1-.629.246H2.625A.852.852,0,0,1,2-5.5a.852.852,0,0,1-.246-.629Zm5.688-.875H9.625a.852.852,0,0,1,.629.246.852.852,0,0,1,.246.629v2.625a.852.852,0,0,1-.246.629.852.852,0,0,1-.629.246H7.438A.852.852,0,0,1,6.809-5.5a.852.852,0,0,1-.246-.629V-8.75a.852.852,0,0,1,.246-.629A.852.852,0,0,1,7.438-9.625Zm-3.937,7A.852.852,0,0,1,3.254-2a.852.852,0,0,1-.629.246A.852.852,0,0,1,2-2a.852.852,0,0,1-.246-.629A.852.852,0,0,1,2-3.254.852.852,0,0,1,2.625-3.5a.852.852,0,0,1,.629.246A.852.852,0,0,1,3.5-2.625Zm6.125.875A.852.852,0,0,1,9-2a.852.852,0,0,1-.246-.629A.852.852,0,0,1,9-3.254.852.852,0,0,1,9.625-3.5a.852.852,0,0,1,.629.246.852.852,0,0,1,.246.629A.852.852,0,0,1,10.254-2,.852.852,0,0,1,9.625-1.75Z' transform='translate(0 12.25)' fill='%231462CA'/%3E%3C/svg%3E%0A");
}
#location .office_address {
  position: relative;
  font-weight: 400;
  padding-left: 16px;
}
#location .office_address::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 10.5px;
  height: 13.97px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='13.973' viewBox='0 0 10.5 13.973'%3E%3Cpath id='パス_34437' data-name='パス 34437' d='M5.906,1.395q.738-.9,1.8-2.434A27.489,27.489,0,0,0,9.625-4.156,7.157,7.157,0,0,0,10.5-7a5.233,5.233,0,0,0-1.531-3.719A5.233,5.233,0,0,0,5.25-12.25a5.233,5.233,0,0,0-3.719,1.531A5.233,5.233,0,0,0,0-7,7.157,7.157,0,0,0,.875-4.156,27.489,27.489,0,0,0,2.789-1.039Q3.855.492,4.594,1.395a.82.82,0,0,0,1.313,0ZM5.25-5.25a1.767,1.767,0,0,1-1.23-.52A1.767,1.767,0,0,1,3.5-7a1.767,1.767,0,0,1,.52-1.23,1.767,1.767,0,0,1,1.23-.52,1.767,1.767,0,0,1,1.23.52A1.767,1.767,0,0,1,7-7a1.767,1.767,0,0,1-.52,1.23A1.767,1.767,0,0,1,5.25-5.25Z' transform='translate(0 12.25)' fill='%231462CA'/%3E%3C/svg%3E%0A");
}
#location .office_address .block {
  font-weight: 400;
  word-break: keep-all;
  display: inline-block;
}
#location .office_btn {
  background: rgb(243, 135, 59);
  background: linear-gradient(90deg, rgb(243, 135, 59) 0%, rgb(241, 90, 34) 100%);
  position: relative;
  display: inline-block;
  width: 170px;
  text-align: center;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 0;
  margin-top: 10px;
}
#location .office_btn::before {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(243, 135, 59);
  z-index: 0;
  opacity: 0;
}
#location .office_btn .txt {
  position: relative;
}
#location .office_btn:hover::before {
  opacity: 1;
}
#location .wrap_online {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  border: 1px solid #F15A22;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #location .wrap_online {
    max-width: 405px;
  }
}
#location .wrap_online .left,
#location .wrap_online .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #location .wrap_online .left,
#location .wrap_online .right {
    width: 100%;
  }
}
#location .wrap_online .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}
#location .wrap_online .right .catch {
  font-size: 3rem;
  font-weight: 700;
  color: #F15A22;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  #location .wrap_online .right .catch {
    font-size: 2rem;
  }
}
#location .wrap_online .right .note {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #777;
}
@media screen and (max-width: 999px) {
  #location .wrap_online .right .note {
    margin-top: 5px;
  }
}

/* ご利用までの流れ
--------------------------------------------------*/
#flow {
  padding: 80px 0;
  background: linear-gradient(180deg, #94E2E8 0%, #80CAF1 100%);
}
@media screen and (max-width: 999px) {
  #flow {
    padding: 40px 0 60px;
  }
}
#flow .wrap_flow {
  position: relative;
  counter-reset: number 0;
}
#flow .wrap_flow::before {
  content: "";
  position: absolute;
  left: calc(50% - 1.5px);
  top: 0;
  display: block;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(to bottom, #1462CA 3px, transparent 3px);
  background-size: 3px 6px;
  background-repeat: repeat-y;
  background-position: right 0px;
}
@media screen and (max-width: 999px) {
  #flow .wrap_flow::before {
    width: 2px;
    background-image: linear-gradient(to bottom, #1462CA 2px, transparent 2px);
    background-size: 2px 6px;
  }
}
#flow .inner_flow {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 50px 40px 40px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #flow .inner_flow {
    padding: 50px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  #flow .inner_flow {
    padding: 0;
  }
}
#flow .inner_flow:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #flow .inner_flow:first-of-type .left img {
    -o-object-position: top center;
       object-position: top center;
  }
}
#flow .inner_flow::before {
  font-family: "Poppins", "Noto Sans JP", serif;
  letter-spacing: 0;
  line-height: 1;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: 3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media screen and (max-width: 389px) {
  #flow .inner_flow::before {
    width: 10.25vw;
    height: 10.25vw;
    font-size: 7.69vw;
  }
}
#flow .inner_flow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1462CA;
  z-index: 0;
}
@media screen and (max-width: 389px) {
  #flow .inner_flow::after {
    width: 20.5vw;
    height: 20.5vw;
  }
}
#flow .inner_flow.start {
  background: linear-gradient(90deg, rgb(16, 201, 213) 0%, rgb(20, 98, 202) 100%);
  display: block;
  padding: 30px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #flow .inner_flow.start {
    padding: 20px;
  }
}
#flow .inner_flow.start::before, #flow .inner_flow.start::after {
  display: none;
}
#flow .inner_flow.start * {
  color: #fff;
}
#flow .inner_flow.start .title {
  color: #fff;
}
#flow .inner_flow.start .desc {
  font-size: 1.8rem;
}
@media screen and (max-width: 999px) {
  #flow .inner_flow.start .desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #flow .inner_flow.start .desc {
    text-align: left;
  }
}
#flow .inner_flow .left {
  width: 32%;
  aspect-ratio: 800/492;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  #flow .inner_flow .left {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 768px) {
  #flow .inner_flow .left {
    width: 100%;
  }
}
#flow .inner_flow .right {
  width: 68%;
  padding-left: 40px;
}
@media screen and (max-width: 999px) {
  #flow .inner_flow .right {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #flow .inner_flow .right {
    width: 100%;
    padding: 20px;
  }
}
#flow .inner_flow .title {
  color: #F15A22;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #flow .inner_flow .title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #flow .inner_flow .title {
    text-align: center;
  }
}
@media screen and (max-width: 389px) {
  #flow .inner_flow .title {
    font-size: 6.15vw;
  }
}
#flow .inner_flow .txt strong {
  font-weight: 700;
  color: #1462CA;
}
#flow .inner_flow .txt p {
  margin-top: 10px;
}
#flow .inner_flow .txt p:first-child {
  margin-top: 0;
}
#flow .inner_flow .list_txt {
  margin-top: 10px;
  margin-left: 10px;
}
#flow .inner_flow .list_txt li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
#flow .inner_flow .list_txt li:first-child {
  margin-top: 0;
}
#flow .inner_flow .list_txt li::before {
  content: "・";
}

/* よくあるご質問
--------------------------------------------------*/
#faq {
  padding: 80px 0 calc(80px + 2vw);
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #faq {
    padding: 40px 0 calc(60px + 2vw);
  }
}
#faq .list_faq {
  border-top: 1px solid #ddd;
}
#faq .list_faq > div {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 20px 20px 20px 90px;
}
@media screen and (max-width: 999px) {
  #faq .list_faq > div {
    padding: 20px 0px 20px 60px;
  }
}
@media screen and (max-width: 389px) {
  #faq .list_faq > div {
    padding-left: 15.37vw;
  }
}
#faq .list_faq > div::before {
  background: linear-gradient(90deg, rgb(16, 201, 213) 0%, rgb(20, 98, 202) 100%);
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  #faq .list_faq > div::before {
    left: 0;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 389px) {
  #faq .list_faq > div::before {
    width: 10.25vw;
    height: 10.25vw;
  }
}
#faq .list_faq > div::after {
  font-family: "Poppins", "Noto Sans JP", serif;
  letter-spacing: 0;
  line-height: 1;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  content: "Q";
  position: absolute;
  left: 20px;
  top: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 2.6rem;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  #faq .list_faq > div::after {
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 389px) {
  #faq .list_faq > div::after {
    width: 10.25vw;
    height: 10.25vw;
    font-size: 5.38vw;
  }
}
#faq .list_faq dt {
  color: #F15A22;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 7px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #faq .list_faq dt {
    font-size: 2rem;
    margin-top: 6px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 389px) {
  #faq .list_faq dt {
    font-size: 5.12vw;
    margin-top: 1.28vw;
  }
}

/* 見学・個別相談会ご予約はこちらから
--------------------------------------------------*/
#contact {
  position: relative;
  margin: -2vw auto;
  padding: 60px 0;
  z-index: 10;
}
#contact > * {
  position: relative;
  z-index: 20;
}
#contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-image: url(../img/contact_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: skewY(-1.5deg);
}
@media screen and (max-width: 768px) {
  #contact::before {
    transform: skewY(-3deg);
    background-image: url(../img/contact_bg_sp.webp);
  }
}
#contact::after {
  background: linear-gradient(90deg, rgb(16, 201, 213) 0%, rgb(20, 98, 202) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0.6;
  transform: skewY(-1.5deg);
}
@media screen and (max-width: 768px) {
  #contact::after {
    transform: skewY(-3deg);
  }
}
#contact .title_en {
  color: #fff;
}
#contact .title_ja {
  margin-top: 40px;
  color: #fff;
  line-height: 0.8;
}
@media screen and (max-width: 999px) {
  #contact .title_ja {
    font-size: 4.8rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contact .title_ja {
    line-height: 1.4;
  }
}
@media screen and (max-width: 389px) {
  #contact .title_ja {
    font-size: 12.3vw;
  }
}
#contact .title_ja .marker {
  display: inline-block;
  color: #F15A22;
  background-color: #fff;
  padding: 0.1em 0.3em 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contact .title_ja .marker {
    display: contents;
  }
}
#contact .title_ja .marker_sp {
  display: contents;
}
@media screen and (max-width: 768px) {
  #contact .title_ja .marker_sp {
    display: inline-block;
    color: #F15A22;
    background-color: #fff;
    padding: 0.1em 0.3em 0.2em;
    line-height: 1;
  }
}
#contact .title_ja .x60 {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  #contact .title_ja .x60 {
    display: block;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #contact .title_ja .sp_none {
    display: none;
  }
}
#contact .desc {
  margin-top: 30px;
  color: #fff;
  font-size: 2rem;
}
#contact .note {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #fff;
}
#contact .btn {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  #contact .btn {
    margin-top: 30px;
    min-height: 80px;
  }
}
#contact .btn_online {
  background: #EDF3F3;
  color: #F15A22;
  font-size: 1.8rem;
}
@media screen and (max-width: 999px) {
  #contact .btn_online {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 389px) {
  #contact .btn_online {
    line-height: 1.3;
    font-size: clamp(1.3rem, 3.58vw, 3.58vw);
    letter-spacing: 0;
  }
}
#contact .btn_online::before {
  background-color: #fff;
}
#contact .btn_online::after {
  background-image: none;
  -webkit-mask-size: 70% auto;
          mask-size: 70% auto;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.228' height='14.228' viewBox='0 0 14.228 14.228'%3E%3Cpath id='arrow-up-right-from-square-solid' d='M8.892,0a.889.889,0,0,0,0,1.778h2.3L5.6,7.375A.89.89,0,0,0,6.855,8.634l5.594-5.6v2.3a.889.889,0,0,0,1.778,0V.889A.888.888,0,0,0,13.338,0ZM2.223.889A2.222,2.222,0,0,0,0,3.112V12a2.222,2.222,0,0,0,2.223,2.223h8.892A2.222,2.222,0,0,0,13.338,12V8.892a.889.889,0,0,0-1.778,0V12a.446.446,0,0,1-.445.445H2.223A.446.446,0,0,1,1.778,12V3.112a.446.446,0,0,1,.445-.445H5.335a.889.889,0,0,0,0-1.778Z' fill='%23fff'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.228' height='14.228' viewBox='0 0 14.228 14.228'%3E%3Cpath id='arrow-up-right-from-square-solid' d='M8.892,0a.889.889,0,0,0,0,1.778h2.3L5.6,7.375A.89.89,0,0,0,6.855,8.634l5.594-5.6v2.3a.889.889,0,0,0,1.778,0V.889A.888.888,0,0,0,13.338,0ZM2.223.889A2.222,2.222,0,0,0,0,3.112V12a2.222,2.222,0,0,0,2.223,2.223h8.892A2.222,2.222,0,0,0,13.338,12V8.892a.889.889,0,0,0-1.778,0V12a.446.446,0,0,1-.445.445H2.223A.446.446,0,0,1,1.778,12V3.112a.446.446,0,0,1,.445-.445H5.335a.889.889,0,0,0,0-1.778Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-color: #F15A22;
}
#contact .btn_online .icon {
  background: rgb(243, 135, 59);
  background: linear-gradient(90deg, rgb(243, 135, 59) 0%, rgb(241, 90, 34) 100%);
}
@media screen and (max-width: 389px) {
  #contact .btn_online .tn-none {
    display: none;
  }
}
#contact .btn_online:hover::after {
  transform: translate(5px, calc(-50% - 5px));
}
#contact .title_phone {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2.4rem;
}
@media screen and (max-width: 389px) {
  #contact .title_phone {
    font-size: 6.15vw;
  }
}
#contact .note {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 389px) {
  #contact .note {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #contact .wrap_list_phone {
    text-align: center;
  }
}
#contact .list_phone {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 20px;
}
@media screen and (max-width: 768px) {
  #contact .list_phone {
    display: inline-block;
  }
}
#contact .list_phone dt,
#contact .list_phone dd,
#contact .list_phone a {
  color: #fff;
}
@media screen and (max-width: 999px) {
  #contact .list_phone dt,
#contact .list_phone dd,
#contact .list_phone a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 389px) {
  #contact .list_phone dt,
#contact .list_phone dd,
#contact .list_phone a {
    font-size: 1.4rem;
  }
}
#contact .list_phone > div {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #contact .list_phone > div {
    margin-top: 10px;
  }
}
#contact .list_phone > div:first-child {
  margin-top: 0;
}
#contact .list_phone dt {
  border: 1px solid #fff;
  text-align: center;
  width: 4em;
  line-height: 1.3;
  margin-right: 0.5em;
}
/*# sourceMappingURL=top.css.map */