@charset "UTF-8";
/* -----------------------
  unity
----------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: normal;
  color: #333;
}
@media screen and (max-width: 767px) {
  body.active {
    overflow: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.wrapper {
  overflow: hidden;
}

.t-just {
  -moz-text-align-last: left;
       text-align-last: left; /* Chrome・Firefox用 */
  text-align: justify; /* IE・Edge用 */
}

.ta-c {
  text-align: center;
}

.cant-click {
  pointer-events: none;
}

.f-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.blue-gra {
  display: inline-block;
  background: linear-gradient(93deg, #0050a0 5.58%, #00366d 96.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* -----------------------
  header
----------------------- */
/* -----------------------
  footer
----------------------- */
/* -----------------------
  C_
----------------------- */
.school-section1 {
  width: min(100% - 160px, 1120px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .school-section1 {
    width: 81.3953488372vw;
    padding-top: 18.6046511628vw;
  }
}
.school-section1 h2 {
  color: #0161AD;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .school-section1 h2 {
    font-size: 4.6511627907vw;
  }
}
.school-section1 > p {
  margin-top: 16px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .school-section1 > p {
    margin-top: 5.8139534884vw;
    font-size: 3.488372093vw;
    line-height: 5.8139534884vw;
  }
}
.school-section1 > ul {
  width: min(100%, 1120px);
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 120px;
  text-align: left;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .school-section1 > ul {
    margin-top: 13.9534883721vw;
    grid-template-columns: 1fr;
    gap: 9.3023255814vw;
  }
}
.school-section1 > ul > li {
  padding-bottom: 27px;
  border-bottom: 2px solid #222;
}
@media screen and (max-width: 767px) {
  .school-section1 > ul > li {
    padding-bottom: 2.5581395349vw;
  }
}
.school-section1 > ul > li:nth-child(3) {
  grid-column: 1/2;
}
@media screen and (max-width: 767px) {
  .school-section1 > ul > li:nth-child(3) {
    grid-column: auto;
  }
}
.school-section1 > ul > li > p:first-child {
  color: #222;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .school-section1 > ul > li > p:first-child {
    font-size: 3.2558139535vw;
    line-height: 3.2558139535vw;
    font-weight: normal;
  }
}
.school-section1 > ul > li h3 {
  margin-top: 10px;
  color: #0161AD;
  font-size: 40px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .school-section1 > ul > li h3 {
    margin-top: 0.2325581395vw;
    font-size: 5.1162790698vw;
  }
}
.school-section1 > ul > li > div {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .school-section1 > ul > li > div {
    margin-top: 0.6976744186vw;
    gap: 18.6046511628vw;
  }
}
.school-section1 > ul > li > div > p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .school-section1 > ul > li > div > p {
    font-size: 3.023255814vw;
    line-height: 4.4186046512vw;
    letter-spacing: 0;
  }
}
.school-section1 > ul > li > div > a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0161AD;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Alumni Sans";
}
@media screen and (max-width: 767px) {
  .school-section1 > ul > li > div > a {
    width: 9.3023255814vw;
    height: 9.3023255814vw;
    font-size: 4.6511627907vw;
  }
}
.school-section1 > ul > li > div > a:hover {
  opacity: 0.7;
}

.best-venture {
  width: min(100% - 160px, 800px);
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .best-venture {
    width: min(100% - 9.3023255814vw, 84.1860465116vw);
    margin-top: 22.0930232558vw;
  }
}
.best-venture img {
  width: 100%;
  height: auto;
  display: block;
}
.best-venture .pc-img {
  display: block;
}
@media screen and (max-width: 767px) {
  .best-venture .pc-img {
    display: none;
  }
}
.best-venture .sp-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .best-venture .sp-img {
    display: block;
  }
}

.school-section2 {
  width: min(100% - 160px, 790px);
  margin: 102px auto 0;
}
@media screen and (max-width: 767px) {
  .school-section2 {
    width: min(100% - 9.3023255814vw, 86.0465116279vw);
    margin-top: 27.9069767442vw;
  }
}
.school-section2 h2 {
  position: relative;
  padding-left: 62px;
  color: #0161AD;
  font-size: 36px;
  line-height: 58px;
  letter-spacing: 0.06em;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .school-section2 h2 {
    padding-left: 6.7441860465vw;
    font-size: 4.8837209302vw;
    font-weight: bold;
    line-height: 6.511627907vw;
    letter-spacing: 0em;
  }
}
.school-section2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 105px;
  background: #FFAD4E;
}
@media screen and (min-width: 768px) {
  .school-section2 h2::before {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .school-section2 h2::before {
    height: 18.6046511628vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.school-section2 > p {
  color: #333;
  margin-top: 113px;
  font-size: 16px;
  line-height: 37px;
}
@media screen and (max-width: 767px) {
  .school-section2 > p {
    margin-top: 13.023255814vw;
    font-size: 3.7209302326vw;
  }
}

.school-section3 {
  width: min(100% - 160px, 1120px);
  margin: 172px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .school-section3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15.3488372093vw;
    width: 90.6976744186vw;
  }
}
.school-section3 .pc-img,
.school-section3 .sp-img {
  width: 40.1996370236%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .school-section3 .pc-img,
  .school-section3 .sp-img {
    grid-column: auto;
    grid-row: auto;
    width: 100vw;
    height: 69.7674418605vw;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: none;
    margin-left: calc(50% - 50vw);
  }
}
.school-section3 .pc-img {
  display: block;
}
@media screen and (max-width: 767px) {
  .school-section3 .pc-img {
    display: none;
  }
}
.school-section3 .sp-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .school-section3 .sp-img {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .school-section3 .text-box {
    width: 50.8166969147%;
  }
}
@media screen and (max-width: 767px) {
  .school-section3 .text-box {
    margin-top: 14.6511627907vw;
  }
}
.school-section3 h2 {
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
  padding-top: 50px;
  color: #0161ad;
  font-size: 32px;
  line-height: 58px;
}
@media screen and (max-width: 767px) {
  .school-section3 h2 {
    grid-column: auto;
    grid-row: auto;
    padding-top: 4.1860465116vw;
    font-size: 4.1860465116vw;
    line-height: 6.511627907vw;
    font-weight: bold;
  }
}
.school-section3 h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #ffad4e;
}
@media screen and (max-width: 767px) {
  .school-section3 h2::before {
    width: 11.6279069767vw;
    height: 0.4651162791vw;
  }
}
.school-section3 .left-border {
  grid-column: 2/3;
  grid-row: 2/3;
  width: 100%;
  max-width: 600px;
  border: 4px solid #0161ad;
  border-radius: 7px;
  background: #fff;
  padding: 45px 50px 45px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .school-section3 .left-border {
    grid-column: auto;
    grid-row: auto;
    max-width: none;
    padding: 6.976744186vw 4.6511627907vw;
    margin-top: 5.8139534884vw;
  }
}
.school-section3 .left-border ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.school-section3 .left-border li {
  position: relative;
  padding-left: 15px;
  color: #000;
  font-size: 16px;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .school-section3 .left-border li {
    padding-left: 4.6511627907vw;
    font-size: 3.488372093vw;
    line-height: 4.6511627907vw;
  }
}
.school-section3 .left-border li + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .school-section3 .left-border li + li {
    margin-top: 4.6511627907vw;
  }
}
.school-section3 .left-border li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-weight: bold;
}

.school-section4 {
  margin: 120px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .school-section4 {
    width: 100%;
    margin-top: 26.511627907vw;
  }
}
.school-section4 img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .school-section4 img {
    height: 879px;
  }
}
@media screen and (max-width: 767px) {
  .school-section4 img {
    height: 90.6976744186vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.school-section4 div {
  width: calc(100% - 60px);
  background: #fff;
  padding: 100px 12.7952755906% 131px;
  z-index: 1;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .school-section4 div {
    position: absolute;
    bottom: -26%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .school-section4 div {
    position: relative;
    width: calc(100% - 6.976744186vw);
    margin-top: -59.0697674419vw;
    margin-right: 0;
    margin-left: auto;
    padding: 11.8604651163vw 0 20vw 8.1395348837vw;
  }
}
.school-section4 div h2 {
  position: relative;
  padding-top: 50px;
  color: #0161ad;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .school-section4 div h2 {
    padding-top: 6.0465116279vw;
    font-size: 4.1860465116vw;
    line-height: 6.511627907vw;
  }
}
.school-section4 div h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #ffad4e;
}
@media screen and (max-width: 767px) {
  .school-section4 div h2::before {
    width: 11.6279069767vw;
    height: 0.2325581395vw;
  }
}
.school-section4 div p {
  margin-top: 70px;
  color: #333;
  font-size: 18px;
  line-height: 37px;
}
@media screen and (max-width: 767px) {
  .school-section4 div p {
    margin-top: 16.0465116279vw;
    font-size: 4.1860465116vw;
    line-height: 8.6046511628vw;
    margin-right: 8.8372093023vw;
  }
}

.school-section5 {
  width: min(100% - 160px, 1120px);
  margin: 290px auto 0;
}
@media screen and (max-width: 767px) {
  .school-section5 {
    width: 81.3953488372vw;
    margin-top: 20vw;
  }
}
.school-section5 .school-advantage {
  text-align: center;
}
.school-section5 .school-advantage p {
  color: #222;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .school-section5 .school-advantage p {
    font-size: 3.023255814vw;
    line-height: 3.023255814vw;
    font-weight: bold;
  }
}
.school-section5 .school-advantage h2 {
  color: #0161ad;
  font-size: 60px;
  font-family: "Roboto";
}
@media screen and (max-width: 767px) {
  .school-section5 .school-advantage h2 {
    margin-top: 2.3255813953vw;
    font-size: 5.8139534884vw;
    line-height: 6.976744186vw;
    font-weight: bold;
  }
}
.school-section5 > ul {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .school-section5 > ul {
    display: grid;
    margin-top: 8.8372093023vw;
    grid-template-columns: 1fr;
    gap: 8.1395348837vw;
    text-align: center;
  }
}
.school-section5 > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (min-width: 768px) {
  .school-section5 > ul > li {
    width: 35.4838709677%;
    max-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .school-section5 > ul > li {
    width: 81.3953488372vw;
  }
}
.school-section5 > ul > li > div {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  border: 1px solid #7db7ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .school-section5 > ul > li > div {
    width: 48.8372093023vw;
    height: 48.8372093023vw;
    margin: 0 auto;
  }
}
.school-section5 > ul > li > div h4,
.school-section5 > ul > li > div > p {
  position: relative;
  z-index: 1;
}
.school-section5 > ul > li > div h4 {
  color: #0161ad;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .school-section5 > ul > li > div h4 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .school-section5 > ul > li > div h4 {
    font-size: 3.488372093vw;
    line-height: 5.8139534884vw;
    font-weight: normal;
  }
}
.school-section5 > ul > li > div > p {
  margin-top: 25px;
  color: #ffad4e;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .school-section5 > ul > li > div > p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .school-section5 > ul > li > div > p {
    margin-top: 5.3488372093vw;
    font-size: 3.488372093vw;
  }
}
.school-section5 > ul > li:not(:first-child) {
  margin-left: -52px;
}
@media screen and (max-width: 767px) {
  .school-section5 > ul > li:not(:first-child) {
    margin-left: 0;
  }
}
.school-section5 > ul > li > p {
  margin: 50px auto 0;
  width: 66.8181818182%;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .school-section5 > ul > li > p {
    margin-top: 4.6511627907vw;
    width: 81.3953488372vw;
    font-size: 3.023255814vw;
    line-height: 6.976744186vw;
  }
}
.school-section5 .school-client {
  margin: 130px auto 0;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .school-section5 .school-client {
    width: 100%;
    margin-top: 26.511627907vw;
    grid-template-columns: 1fr;
    gap: 27.9069767442vw;
    text-align: center;
  }
}
.school-section5 .school-client img {
  width: 100%;
  height: auto;
  display: block;
}
.school-section5 .school-client h4 {
  position: relative;
  padding-bottom: 21px;
  margin-top: 0;
  color: #0161ad;
  font-size: 30px;
  font-weight: bold;
  font-family: "Alumni Sans";
}
@media screen and (max-width: 767px) {
  .school-section5 .school-client h4 {
    padding-bottom: 3.023255814vw;
    font-size: 4.6511627907vw;
  }
}
.school-section5 .school-client h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background: #ffad4e;
}
@media screen and (max-width: 767px) {
  .school-section5 .school-client h4::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.school-section5 .school-client p {
  margin-top: 42px;
  color: #333;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .school-section5 .school-client p {
    margin-top: 5.5813953488vw;
    font-size: 3.2558139535vw;
    line-height: 5.3488372093vw;
  }
}

.school .school-section6 {
  width: min(100% - 160px, 1506px);
  margin: 167px auto 0;
  padding-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .school .school-section6 {
    width: 87.6744186047vw;
    margin-top: 30.2325581395vw;
    padding-bottom: 27.9069767442vw;
  }
}
.school .school-section6 div {
  display: grid;
  grid-template-columns: 31.5751960086% 1fr;
  -webkit-column-gap: 7.2701354241%;
     -moz-column-gap: 7.2701354241%;
          column-gap: 7.2701354241%;
  row-gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .school .school-section6 div {
    grid-template-columns: 1fr;
    row-gap: 6.976744186vw;
  }
}
.school .school-section6 div .pc-img,
.school .school-section6 div .sp-img {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .school .school-section6 div .pc-img,
  .school .school-section6 div .sp-img {
    width: 58.1395348837vw;
    grid-column: auto;
    grid-row: auto;
    margin-inline: auto;
  }
}
.school .school-section6 div .pc-img {
  display: block;
}
@media screen and (max-width: 767px) {
  .school .school-section6 div .pc-img {
    display: none;
  }
}
.school .school-section6 div .sp-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .school .school-section6 div .sp-img {
    display: block;
  }
}
.school .school-section6 div h3 {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #0161ad;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .school .school-section6 div h3 {
    grid-column: auto;
    grid-row: auto;
    font-size: 4.1860465116vw;
    line-height: 6.511627907vw;
    font-weight: bold;
  }
}
.school .school-section6 div p {
  grid-column: 2/3;
  grid-row: 2/3;
  color: #222;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .school .school-section6 div p {
    grid-column: auto;
    grid-row: auto;
    font-size: 3.2558139535vw;
    line-height: 5.3488372093vw;
  }
}

/* -----------------------
  C_example
----------------------- */
/* -----------------------
  main-section
----------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.menu-open {
  overflow: hidden;
}

p {
  margin: 0;
}

a {
  color: #000000;
}

img {
  width: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-pc {
  width: 165px;
  padding-top: 32px;
  position: fixed;
  top: 0;
}
.header-pc img {
  width: 110px;
  padding: 0 0 0 clamp(14px, 1.5vw, 20px);
}
.header-pc ul .header-service li {
  cursor: pointer;
}
.header-pc ul .header-service li:nth-child(1) {
  font-size: 15px;
}
.header-pc ul .header-service li:nth-child(2) {
  font-size: 10px;
  padding-top: min(0.5208333333vw, 10px);
}
.header-pc ul .ul-item {
  position: relative;
  padding: clamp(20px, 2vw, 32px) clamp(14px, 1.5vw, 20px);
}
.header-pc ul .ul-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #000000;
}
.header-pc ul .ul-item a li {
  cursor: pointer;
}
.header-pc ul .ul-item a:nth-child(1) {
  font-size: 15px;
}
.header-pc ul .ul-item a:nth-child(2) {
  font-size: 10px;
}
.header-pc ul .ul-item a:nth-child(2) li {
  padding-top: 10px;
}

.service-menu.active {
  opacity: 1;
  pointer-events: auto;
}

.service-menu {
  z-index: 10;
  background: #ffffff;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(450px, 55vw, 665px);
  padding: 32px 35px 100px;
  position: fixed;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-menu .circle {
  margin-left: auto;
  width: clamp(24px, 2.5vw, 40px);
  height: clamp(24px, 2.5vw, 40px);
  border-radius: 50%;
  border: 1px solid #000000;
  position: relative;
  cursor: pointer;
}
.service-menu .circle span {
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-50);
          transform: translate(-50);
  width: 50%;
  height: 2px;
  background: #000000;
}
.service-menu .circle span:nth-child(1) {
  rotate: 45deg;
}
.service-menu .circle span:nth-child(2) {
  rotate: -45deg;
}
.service-menu .menu-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(12px, 1vw, 15px);
  padding: min(5.2083333333vw, 100px) clamp(14px, 1.5vw, 20px) 0 0;
}
.service-menu .menu-ul .list-title {
  padding-bottom: min(1.0416666667vw, 20px);
}
.service-menu p {
  font-size: clamp(12px, 1.2vw, 16px);
  color: #000000;
}
.service-menu li {
  font-size: clamp(10px, 1vw, 13px);
  padding-top: min(1.0416666667vw, 20px);
  cursor: pointer;
}
.service-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-menu li .circle-li {
  margin: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d9d9d9;
  position: relative;
  margin-right: min(0.78125vw, 15px);
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.service-menu li .circle-li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  width: 3px;
  height: 3px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.service-menu .service-list a {
  font-size: 14px;
  width: min(13.8020833333vw, 265px);
  height: min(3.125vw, 60px);
  border: 1px solid #333;
  border-radius: min(0.2604166667vw, 5px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 min(0.9375vw, 18px);
  margin-top: min(10.4166666667vw, 200px);
  position: relative;
}
.service-menu .service-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  width: 6px;
  height: 6px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.bg {
  width: 1000px;
  height: 100vh;
  background: pink;
}

@media screen and (min-width: 768px) {
  .sp-header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    display: block;
    overflow-x: hidden;
  }
  .pc {
    display: none;
  }
  .pc-header {
    display: none;
  }
  .sp-header {
    width: 100vw;
    padding: 2.3255813953vw 4.6511627907vw 2.3255813953vw;
    background: #ffffff;
    height: auto;
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .sp-header .sp-hum {
    width: 6.976744186vw;
    min-width: 6.976744186vw;
    height: 7.2093023256vw;
    cursor: pointer;
    position: relative;
  }
  .sp-header .sp-hum span {
    position: absolute;
    background: #0161AD;
    display: block;
    width: 100%;
    height: 0.4651162791vw;
    margin: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .sp-header .sp-hum span:nth-child(1) {
    top: 1.1627906977vw;
  }
  .sp-header .sp-hum span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp-header .sp-hum span:nth-child(3) {
    bottom: 1.1627906977vw;
  }
  .sp-header .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sp-header .sp-flex .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.6511627907vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sp-header .sp-flex .sp-logo-wrap {
    padding: 0 1.1627906977vw;
  }
}
@media screen and (max-width: 767px) {
  .sp-header .sp-flex img {
    width: 17.6744186047vw;
    height: 7.9069767442vw;
  }
  .sp-header .header-contact {
    width: 40.2325581395vw;
    height: 9.3023255814vw;
    border: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.2558139535vw;
    color: #ffffff;
    background: #000000;
    gap: 2.3255813953vw;
  }
  .sp-header .header-contact img {
    width: 4.4186046512vw;
    height: 3.488372093vw;
  }
  #sp-service-menu {
    position: fixed;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    padding-top: 2.3255813953vw;
  }
  #sp-service-menu.active {
    display: block;
    opacity: 1;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  #sp-service.active span:nth-child(1) {
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
    top: 50%;
  }
  #sp-service.active span:nth-child(2) {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
  }
  #sp-service.active span:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(-225deg);
            transform: translateY(-50%) rotate(-225deg);
    top: 50%;
  }
  .sp-service-menu {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding-bottom: 23.2558139535vw;
  }
  .sp-service-menu .border-ul {
    border: 1px solid #333;
    width: 87.2093023256vw;
    margin: 0 auto;
  }
  .sp-service-menu ul .border {
    border-top: 0.2325581395vw solid #333;
  }
  .sp-service-menu ul .border:nth-child(1) {
    border-top: none;
  }
  .sp-service-menu .sp-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.4418604651vw;
    padding: 5.1162790698vw 7.4418604651vw;
  }
  .sp-service-menu .sp-menu-item:nth-child(1) {
    border-top: none;
  }
  .sp-service-menu .sp-menu-item a:nth-child(1) {
    font-size: 4.1860465116vw;
  }
  .sp-service-menu .sp-menu-item a:nth-child(2) {
    font-size: 2.5581395349vw;
  }
  .sp-service-menu .sp-menu-item .item-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.4418604651vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp-service-menu .acc-title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sp-service-menu .item-2 {
    width: 2.3255813953vw;
    height: 2.3255813953vw;
    position: relative;
    cursor: pointer;
  }
  .sp-service-menu .item-2::before, .sp-service-menu .item-2::after {
    content: "";
    position: absolute;
    background: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-service-menu .item-2::before {
    width: 100%;
    height: 0.2325581395vw;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp-service-menu .item-2::after {
    width: 0.2325581395vw;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .item-2.active::after {
    opacity: 0;
  }
  .service-sp {
    background: #ffffff;
    display: none;
    width: 100%;
    padding: 0 3.488372093vw;
    border-top: 0.2325581395vw solid #333;
    position: relative;
  }
  .service-sp p {
    color: #333;
    padding-top: 5.8139534884vw;
  }
  .service-sp .menu-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.3255813953vw;
  }
  .service-sp li {
    font-size: 4.1860465116vw;
    padding-top: 5.8139534884vw;
    cursor: pointer;
  }
  .service-sp li a {
    font-size: 2.5581395349vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-sp li .circle-li {
    margin: 0;
    width: 2.7906976744vw;
    height: 2.7906976744vw;
    border-radius: 50%;
    background: #d9d9d9;
    position: relative;
    margin-right: 3.488372093vw;
    -webkit-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
  .service-sp li .circle-li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    width: 0.6976744186vw;
    height: 0.6976744186vw;
    border-top: 0.2325581395vw solid black;
    border-right: 0.2325581395vw solid black;
    -webkit-transform: translate(-50%, -45%) rotate(45deg);
            transform: translate(-50%, -45%) rotate(45deg);
  }
  .service-sp .service-list {
    padding-bottom: 5.8139534884vw;
  }
  .service-sp .service-list a {
    font-size: 2.7906976744vw;
    width: 46.511627907vw;
    height: 9.3023255814vw;
    border: 0.2325581395vw solid #333;
    border-radius: 1.1627906977vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4.1860465116vw;
    margin: 5.8139534884vw auto 0;
    position: relative;
  }
  .service-sp .service-list a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 90%;
    width: 1.3953488372vw;
    height: 1.3953488372vw;
    border-top: 1px solid black;
    border-right: 1px solid black;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .acc-title.open {
    background: #f3f3f3;
  }
  .service-sp.open {
    background: #f3f3f3;
  }
  .main {
    display: none;
  }
  .wrapper {
    margin-top: 9.3023255814vw;
  }
}
/* -----------------------
  main-section
----------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  header {
    width: 165px;
  }
}
.top-com {
  margin-left: auto;
  position: relative;
}
.top-com img {
  width: 62.6%;
  margin-left: auto;
}
.top-com .circle-logo {
  position: absolute;
  top: 50%;
  left: 33%;
  width: 23%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotateLogo 20s linear infinite;
          animation: rotateLogo 20s linear infinite;
  z-index: 1;
}
.top-com .circle-logo .circle-text {
  fill: #0161AD;
  font-size: clamp(80px, 5.5vw, 100px);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
@-webkit-keyframes rotateLogo {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotateLogo {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.title {
  color: #0161AD;
  font-size: clamp(10px, 1.5vw, 20px);
  font-weight: bold;
  position: relative;
  position: absolute;
  padding-bottom: 5px;
  left: 33%;
}
.title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #ffad4e;
}

.contents {
  background: #d9d9d9;
  padding: clamp(40px, 4vw, 64px) 0 clamp(48px, 5vw, 80px);
  margin-top: clamp(60px, 6vw, 100px);
}
.contents .bg-text-com {
  font-size: clamp(40px, 9vw, 165px);
  bottom: 0;
  letter-spacing: 0;
  font-weight: bold;
  color: #a3a3a3;
  left: 95.3%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  -webkit-animation: Down 1.5s ease forwards;
          animation: Down 1.5s ease forwards;
}
@-webkit-keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.contents .profile {
  width: min(60%, 970px);
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: clamp(24px, 2.5vw, 64px) clamp(16px, 2vw, 32px) clamp(32px, 3vw, 80px);
}
.contents .profile dl .dl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contents .profile dl dt {
  font-size: clamp(4px, 1vw, 14px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(80px, 10vw, 145px);
          flex: 0 0 clamp(80px, 10vw, 145px);
  background: #0161AD;
  color: #ffffff;
  text-align: center;
  margin-top: clamp(16px, 2vw, 32px);
  padding: clamp(1px, 1vw, 4px) 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contents .profile dl dd {
  font-size: clamp(8px, 1vw, 16px);
  margin-top: clamp(16px, 2vw, 32px);
  line-height: 1.5em;
}
.contents .profile dl dd ul li span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top-com img {
    width: 80%;
    padding: 0;
  }
  .top-com .circle-logo {
    position: absolute;
    top: 0;
    left: -50%;
    width: 93.023255814vw;
    height: auto;
    -webkit-animation: rotateLogo 20s linear infinite;
            animation: rotateLogo 20s linear infinite;
    z-index: 1;
  }
  .top-com .circle-logo .circle-text {
    fill: #0161AD;
    font-size: 11.6279069767vw;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .com-sp {
    padding: 9.3023255814vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.6511627907vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .com-sp .title-sp {
    font-size: 9.3023255814vw;
    color: #0161AD;
  }
  .com-sp .title-sp::after {
    display: none;
  }
  .com-sp .title-sp {
    font-weight: 700;
  }
  .com-sp p {
    color: #333;
    position: relative;
    padding-bottom: 2.3255813953vw;
    font-size: 4.6511627907vw;
    font-weight: bold;
  }
  .com-sp p::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 6.976744186vw;
    height: 0.9302325581vw;
    background: #ffad4e;
  }
  .contents {
    background: #d9d9d9;
    padding: 16.2790697674vw 0 34.8837209302vw;
    margin-top: 7.4418604651vw;
  }
  .contents .profile {
    width: 83.7209302326vw;
    margin: 0 auto;
    position: relative;
    padding: 7.4418604651vw;
  }
  .contents .profile dl .dl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.6511627907vw;
    position: relative;
  }
  .contents .profile dl .dl-item::after {
    position: absolute;
    content: "";
    width: 69.7674418605vw;
    height: 0.2325581395vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    background: #333;
  }
  .contents .profile dl .dl-item:last-child::after {
    display: none;
  }
  .contents .profile dl dt {
    font-size: 2.3255813953vw;
    width: 21.3953488372vw;
    margin: 7.4418604651vw 0;
    padding: 0.4651162791vw 0.4651162791vw;
  }
  .contents .profile dl dd {
    font-size: 2.7906976744vw;
    margin: 7.4418604651vw 0;
    line-height: 1.5em;
  }
  .contents .profile dl dd ul li span {
    font-weight: bold;
  }
  .contents .profile dl dd ul .item {
    margin-top: 4.6511627907vw;
  }
  .contents .profile dl dd ul .item:nth-child(1) {
    margin-top: 0;
  }
}
/* -----------------------
  main-section
----------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  header {
    width: 165px;
  }
}
.ex-top {
  margin-left: auto;
  margin-bottom: clamp(60px, 6vw, 100px);
  position: relative;
}
.ex-top img {
  width: 90%;
  margin-left: auto;
}
.ex-top .circle-logo {
  position: absolute;
  top: 40%;
  right: 8%;
  width: 23%;
  height: auto;
  -webkit-animation: rotateLogo 20s linear infinite;
          animation: rotateLogo 20s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
}
.ex-top .circle-logo .circle-text {
  fill: #0161AD;
  font-size: clamp(80px, 5.5vw, 100px);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
@keyframes rotateLogo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.ex-position {
  position: relative;
}

.top-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(28px, 4vw, 40px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-pc .top-title {
  color: #333;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  width: 125px;
}
.top-pc .top-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #a3a3a3;
}
.top-pc p {
  font-size: clamp(4px, 1vw, 14px);
  color: #333;
}
.top-pc .top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(4px, 1vw, 14px);
}
.top-pc .top-item a {
  font-size: clamp(8px, 1vw, 14px);
  background: #d9d9d9;
  padding: clamp(4px, 1vw, 8px) clamp(4px, 1vw, 8px);
  border-radius: 20px;
}

.contents-ex {
  background: #d9d9d9;
  padding: clamp(40px, 4vw, 64px) 0 clamp(100px, 12vw, 200px);
  margin-top: clamp(300px, 50vw, 500px);
  position: relative;
  width: 100%;
}
.contents-ex .bg-text-ex {
  font-size: clamp(40px, 7vw, 205px);
  bottom: 0;
  right: 0;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: #a3a3a3;
  position: absolute;
  -webkit-animation: slideDown 1.5s ease forwards;
          animation: slideDown 1.5s ease forwards;
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.contents-ex .ex-con {
  width: min(56%, 900px);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents-ex .ex-con .con-item {
  position: relative;
  width: clamp(150px, 20vw, 368px);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.contents-ex .ex-con .con-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.5;
}
.contents-ex .ex-con .con-item a {
  width: 100%;
}
.contents-ex .ex-con .con-item:nth-child(2) {
  margin-left: auto;
}
.contents-ex .ex-con .con-item img {
  width: clamp(150px, 20vw, 368px);
}
.contents-ex .ex-con .con-item .con-text {
  position: absolute;
  bottom: -15%;
  left: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: clamp(150px, 18vw, 368px);
  height: auto;
  background: #313131;
  padding: clamp(4px, 1vw, 12px) clamp(4px, 1vw, 32px);
}
.contents-ex .ex-con .con-item .con-text p {
  color: #ffffff;
  font-size: clamp(6px, 1vw, 13px);
}

@media screen and (max-width: 767px) {
  .top-pc .top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.8604651163vw;
    width: 86.0465116279vw;
  }
  .top-pc .top-item a {
    font-size: 3.023255814vw;
    background: #d9d9d9;
    padding: 1.8604651163vw 5.5813953488vw;
    border-radius: 20px;
  }
  .top-pc .top-title {
    margin: 0 auto;
    color: #333;
    font-size: 3.7209302326vw;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    width: 23.2558139535vw;
    color: #0161AD;
  }
  .top-pc .top-title::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #ffad4e;
  }
  .ex-top .circle-logo {
    position: absolute;
    top: 0;
    right: 2%;
    width: 53.488372093vw;
    height: auto;
  }
  .ex-top .circle-logo .circle-text {
    font-size: 13.9534883721vw;
  }
  .ex-top img {
    width: 100%;
    padding: 0;
  }
  .contents-ex {
    margin-top: 93.023255814vw;
  }
  .contents-ex .ex-con {
    display: block;
    width: 85.5813953488vw;
  }
  .contents-ex .ex-con .con-item {
    width: 85.5813953488vw;
    margin-top: 23.2558139535vw;
  }
  .contents-ex .ex-con .con-item img {
    width: 100%;
  }
  .contents-ex .ex-con .con-item .con-text {
    position: absolute;
    bottom: -15%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 41.8604651163vw;
    height: auto;
    background: #313131;
    padding: 2.7906976744vw;
  }
  .contents-ex .ex-con .con-item .con-text p {
    color: #ffffff;
    font-size: 3.023255814vw;
  }
}
/* -----------------------
  main-section
----------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  header {
    width: 165px;
  }
}
.tora {
  background: #d9d9d9;
}

.tora-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 2vw, 32px);
  padding: clamp(20px, 2.5vw, 32px) 0;
}
.tora-img h1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.tora-img h1 img {
  width: 438px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tora-img img {
  width: clamp(240px, 20vw, 375px);
}
.tora-img p {
  font-size: clamp(16px, 1.5vw, 20px);
  color: #333;
  font-weight: 700;
}

.band {
  background: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
.band p {
  color: #ffffff;
  font-size: clamp(12px, 2vw, 29px);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.hand {
  background: #d9d9d9;
  position: relative;
  height: clamp(650px, 58vw, 900px);
}
.hand .bg-hand-text {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .hand .bg-hand-text {
    display: none;
  }
}
.hand .bg-hand-text p {
  font-size: clamp(40px, 6.9vw, 165px);
  color: #a3a3a3;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
}
.hand img {
  width: clamp(300px, 18vw, 350px);
  margin: clamp(48px, 5vw, 60px) auto;
}
.hand .hand-text {
  width: clamp(450px, 37.2208436725%, 600px);
  background: #ffffff;
  text-align: center;
  padding: 64px 0;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.hand .hand-text p {
  color: #333;
  font-size: clamp(10px, 1vw, 14px);
  margin-top: clamp(16px, 1.5vw, 20px);
  line-height: 1.78;
}
.hand .hand-text .hand-bold {
  font-weight: 700;
  line-height: 1;
  font-size: clamp(16px, 1.5vw, 20px);
}
@media screen and (min-width: 768px) {
  .hand .hand-text .hand-bold {
    margin-bottom: 50px;
    line-height: 1.25;
  }
}

.service {
  margin-top: clamp(450px, 20vw, 600px);
}
.service .ser-img {
  width: clamp(300px, 18vw, 350px);
  margin: 0 auto;
}
.service .se-title {
  color: #0161AD;
  font-size: clamp(16px, 2vw, 30px);
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: clamp(40px, 5vw, 50px);
}
.service .se-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(40px, 5vw, 50px);
  height: 4px;
  background: #ffad4e;
}
.service .ser-text {
  text-align: center;
}
.service .ser-text p {
  color: #333;
  font-size: clamp(10px, 1.5vw, 16px);
  margin: clamp(30px, 4vw, 40px) 0;
  line-height: 1.5em;
}
.service .ser-text .ser-bold {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.5em;
}
.service .se-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(40px, 5vw, 120px);
}
.service .se-card .item1 .main-card,
.service .se-card .item2 .main-card,
.service .se-card .item3 .main-card {
  width: clamp(160px, 20vw, 280px);
  height: 100%;
  background: #d9d9d9;
  border-radius: 10px;
  text-align: center;
  padding: clamp(16px, 2vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service .se-card .item1 .main-card .card-img,
.service .se-card .item2 .main-card .card-img,
.service .se-card .item3 .main-card .card-img {
  width: clamp(120px, 15vw, 180px);
  display: block;
  margin: 0 auto;
}
.service .se-card .item1 .main-card p,
.service .se-card .item2 .main-card p,
.service .se-card .item3 .main-card p {
  color: #333;
}
.service .se-card .item1 .main-card .text-1,
.service .se-card .item2 .main-card .text-1,
.service .se-card .item3 .main-card .text-1 {
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: bold;
}
.service .se-card .item1 .main-card .text-2,
.service .se-card .item2 .main-card .text-2,
.service .se-card .item3 .main-card .text-2 {
  font-size: clamp(8px, 1vw, 12px);
  margin: clamp(20px, 2.5vw, 32px) 0;
  text-align: center;
}
.service .se-card .item1 .main-card .main-btn,
.service .se-card .item2 .main-card .main-btn,
.service .se-card .item3 .main-card .main-btn {
  background: #616060;
  color: #ffffff;
  width: clamp(45px, 4vw, 60px);
  height: clamp(20px, 2.5vw, 30px);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  margin-left: auto;
  font-size: clamp(12px, 1.5vw, 16px);
}
.service .se-line {
  height: clamp(60px, 10vw, 100px);
  border-left: 2px dotted #000;
  position: absolute;
  top: -30%;
  left: 10%;
  z-index: -1;
}
.service .line2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service .line3 {
  left: 90%;
}
.service .sub-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 2.5vw, 30px);
  width: clamp(450px, 50vw, 820px);
  height: clamp(90px, 12vw, 160px);
  margin: 0 auto;
  background: #eeeeee;
  margin-top: clamp(30px, 4vw, 45px);
  display: none;
}
.service .sub-card .sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d9d9d9;
  width: clamp(90px, 14vw, 210px);
  height: clamp(30px, 4vw, 60px);
  border-radius: 5px;
  padding: clamp(4px, 1vw, 12px);
  font-size: clamp(8px, 1vw, 14px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .sub-card .sub-item:hover {
  border: #000 1px solid;
}
.service .sub-card .sub-item .sub-btn {
  background: #0161AD;
  color: #ffffff;
  width: clamp(20px, 2.5vw, 35px);
  height: clamp(12px, 1.5vw, 20px);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  font-size: clamp(8px, 1vw, 14px);
}
.service .card2 .sub-item {
  font-size: clamp(6px, 0.8vw, 10px);
}
.service .card3 .sub-item {
  font-size: clamp(6px, 0.8vw, 10px);
}
.service #card3.is-show {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-items: center;
  gap: clamp(5px, 1vw, 10px);
}
.service .main-card {
  cursor: pointer;
}
.service .main-card.is-active {
  background: #bcbcbc;
}
.service .sub-card.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client {
  width: min(90%, 1180px);
  margin: clamp(120px, 20vw, 200px) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px, 6vw, 100px);
}
.client .cli-img {
  width: clamp(250px, 30vw, 500px);
}
.client .cli-text p {
  color: #333;
  font-size: clamp(10px, 1vw, 16px);
  margin-top: clamp(12px, 1.5vw, 30px);
}
.client .cli-text .cli-title {
  color: #0161AD;
  font-size: clamp(20px, 2.5vw, 30px);
  position: relative;
  width: 110px;
  margin: 0 auto clamp(15px, 3vw, 45px) 0;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
}
.client .cli-text .cli-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffad4e;
  width: 50px;
  height: 4px;
}

.best .best-img {
  width: 57%;
  display: block;
  margin: clamp(100px, 15vw, 150px) auto clamp(60px, 10vw, 100px);
}

@media screen and (max-width: 767px) {
  .tora-img h1 {
    padding: 5.5813953488vw 3.7209302326vw;
  }
  .tora-img h1 img {
    width: 80.6976744186vw;
    height: 13.023255814vw;
  }
  .tora-img p {
    font-size: 3.7209302326vw;
  }
  .band P {
    font-size: 5.5813953488vw;
    text-align: center;
  }
  .hand {
    height: 179.0697674419vw;
  }
  .hand img {
    width: 46.511627907vw;
    margin: 10.4651162791vw auto;
  }
  .hand .hand-text {
    width: 90.6976744186vw;
    padding: 7.4418604651vw 0;
    position: absolute;
    top: 51.1627906977vw;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  }
  .hand .hand-text p {
    color: #333;
    font-size: 3.023255814vw;
    margin-top: 3.7209302326vw;
  }
  .hand .hand-bold {
    font-weight: 700;
    line-height: 1;
    font-size: 3.7209302326vw;
    padding: 0;
    color: #333;
    text-align: center;
    line-height: 1.5em;
  }
  .service {
    margin-top: 58.1395348837vw;
  }
  .service .ser-img {
    width: 53.488372093vw;
  }
  .service .se-title {
    color: #0161AD;
    font-size: 4.6511627907vw;
    margin-top: 11.6279069767vw;
  }
  .service .se-title::after {
    width: 6.976744186vw;
  }
  .service .ser-text {
    text-align: center;
  }
  .service .ser-text p {
    color: #333;
    font-size: 3.023255814vw;
    margin: 6.976744186vw 0;
  }
  .service .ser-text .ser-bold {
    font-size: 3.9534883721vw;
  }
  .client {
    width: 86.0465116279vw;
    margin: 14.8837209302vw auto 0;
    display: block;
  }
  .client .cli-img {
    width: 69.7674418605vw;
    display: block;
    margin: 0 auto;
  }
  .client .cli-text {
    margin: 14.8837209302vw 0;
  }
  .client .cli-text p {
    font-size: 3.2558139535vw;
    margin-top: 0;
    text-align: center;
  }
  .client .cli-text .cli-title {
    font-size: 4.6511627907vw;
    margin: 0 auto 7.4418604651vw;
    font-weight: 700;
  }
  .best .best-img {
    width: 86.0465116279vw;
    display: block;
    margin: 0 auto 23.2558139535vw;
    padding: 0;
  }
  .se-card-sp .se-sp-img {
    background: #ffffff;
    width: 27.9069767442vw;
    height: 20.9302325581vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .se-card-sp .se-sp-img img {
    width: 46.511627907vw;
  }
  .se-card-sp .se-sp-main {
    cursor: pointer;
    width: 90.6976744186vw;
    height: 39.5348837209vw;
    padding: 5.5813953488vw 4.1860465116vw;
    background: #0161AD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 14.8837209302vw auto 0;
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.8139534884vw;
  }
  .se-card-sp .se-sp-main .se-sp-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 70%;
    margin-top: 6.976744186vw;
  }
  .se-card-sp .se-sp-main .se-sp-text p {
    color: #ffffff;
    font-size: 2.7906976744vw;
  }
  .se-card-sp .se-sp-main .se-sp-text .main-btn {
    background: #ffffff;
    color: #0161AD;
    width: 9.3023255814vw;
    height: 4.6511627907vw;
    font-size: 3.2558139535vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 25px;
    margin-top: auto;
    margin-left: auto;
  }
  .se-sp-sub {
    display: none;
    z-index: -1;
  }
  .se-sp-sub .sp-sub-card {
    width: 90.6976744186vw;
    background: #d9d9d9;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.3255813953vw;
    padding: 7.4418604651vw 4.6511627907vw;
  }
  .se-sp-sub .sp-sub-card .sp-sub-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 39.5348837209vw;
    height: 10.4651162791vw;
    background: #ffffff;
    border-radius: 10px;
    padding: 2.3255813953vw;
    font-size: 2.5581395349vw;
  }
  .se-sp-sub .sp-sub-card .sp-sub-item .sp-sub-btn {
    width: 4.6511627907vw;
    height: 2.7906976744vw;
    background: #0161AD;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    font-size: 2.3255813953vw;
  }
}
/* -----------------------
  main-section
----------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  header {
    width: 165px;
  }
}
.contact {
  background: #0161AD;
  text-align: center;
  padding: clamp(100px, 12vw, 200px) 0 clamp(40px, 4vw, 64px);
}
.contact .contact-img .con-img1 {
  width: clamp(300px, 25vw, 400px);
  margin: 0 auto;
}
.contact .contact-img .con-img2 {
  width: clamp(200px, 20vw, 300px);
  margin: 20px auto 0;
}
.contact .con-text p {
  font-size: clamp(12px, 1.5vw, 16px);
  color: #ffffff;
  margin: clamp(40px, 3vw, 50px) 0;
}
.contact .con-text .con-title {
  font-size: clamp(20px, 2vw, 30px);
  position: relative;
  padding-bottom: 10px;
}
.contact .con-text .con-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(40px, 4vw, 50px);
  height: 4px;
  background: #ffad4e;
}
.contact .contact-box {
  width: clamp(390px, 50vw, 750px);
  margin: 0 auto;
  background: #ffffff;
  padding: clamp(30px, 3vw, 40px) clamp(40px, 4vw, 50px);
}
.contact form fieldset {
  display: none;
}
.contact .form-block + .form-block {
  margin-top: clamp(30px, 3vw, 40px);
}
.contact .form-heading {
  font-size: clamp(8px, 1.2vw, 16px);
  font-weight: 500;
  text-align: left;
  margin-bottom: 24px;
  border-bottom: 1px solid #666;
}
.contact .form-row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: claml(20px, 2vw, 24px);
  margin-bottom: 18px;
}
.contact .form-row p br {
  display: none;
}
.contact .form-row p label {
  width: clamp(100px, 12vw, 185px);
  font-size: clamp(6px, 0.8vw, 12px);
  color: #616060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact .form-row p label br {
  display: none;
}
.contact .required {
  display: inline-block;
  width: clamp(30px, 3vw, 35px);
  padding: 2px 6px;
  background: #3fbfc7;
  color: #fff;
  font-size: clamp(6px, 0.8vw, 12px);
  text-align: center;
}
.contact .required.dark {
  background: #4d4d4d;
}
.contact .form-row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 2vw, 24px);
  margin-bottom: 18px;
}
.contact .form-row p br {
  display: none;
}
.contact .form-row p label {
  width: clamp(100px, 12vw, 185px);
  font-size: clamp(6px, 0.8vw, 12px);
  color: #616060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact .form-row p label br {
  display: none;
}
.contact .form-row p .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
.contact .form-row input,
.contact .form-row select,
.contact .form-row textarea {
  width: 100%;
  border: none;
  background: #eeeeee;
  padding: clamp(10px, 1vw, 12px) clamp(10px, 1vw, 14px);
  font-size: clamp(6px, 0.8vw, 12px);
  outline: none;
  display: block;
}
.contact .form-row select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact .textarea-row textarea {
  min-height: 130px;
  resize: vertical;
}
.contact .submit-area {
  text-align: center;
  margin-top: 34px;
}
.contact .submit-area p input {
  width: clamp(240px, 22vw, 310px);
  height: clamp(40px, 4vw, 64px);
  border: none;
  background: #f7ab4d;
  color: #fff;
  font-size: clamp(8px, 1.8vw, 24px);
  letter-spacing: 0.5em;
  border-radius: 5px;
  cursor: pointer;
}
.contact .submit-area button:hover {
  opacity: 0.7;
}
.contact .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(6px, 0.8vw, 12px) clamp(20px, 1.8vw, 25px);
  width: clamp(350px, 45vw, 600px);
  margin: clamp(40px, 4vw, 64px) auto;
  border: #ffffff 1px solid;
  border-radius: 5px;
}
.contact .tel p {
  font-size: clamp(8px, 1.2vw, 16px);
  color: #ffffff;
}
.contact .tel .tel-flex-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 1.8vw, 25px);
}
.contact .tel .tel-arrow {
  color: #0161AD;
  background: #ffffff;
  border-radius: 50%;
  width: clamp(16px, 1.8vw, 25px);
  height: clamp(16px, 1.8vw, 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(10px, 1vw, 12px);
}
.contact .tel .tel-num {
  font-size: clamp(16px, 2vw, 32px);
  color: #ffffff;
  font-weight: 700;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #313131;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(100px, 12vw, 150px) 0;
  gap: clamp(40px, 6vw, 120px);
}
.footer .footer-logo {
  width: clamp(50px, 7vw, 120px);
  height: clamp(30px, 4vw, 48px);
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
.footer .footer-logo img {
  width: 60%;
}
.footer .footer-text .footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 6px;
}
.footer .footer-text .footer-contents a {
  color: #ffffff;
  font-size: clamp(10px, 1vw, 13px);
}
.footer .footer-text .main-office P {
  color: #ffffff;
  font-size: clamp(10px, 1vw, 13px);
  border-bottom: 1px solid #ffffff;
  margin-top: clamp(8px, 1.2vw, 16px);
  padding-bottom: 6px;
}
.footer .footer-text .office p {
  color: #ffffff;
  font-size: clamp(10px, 1vw, 13px);
  border-bottom: 1px solid #ffffff;
  margin-top: clamp(8px, 1.2vw, 16px);
  padding-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .contact {
    text-align: left;
    padding: 23.2558139535vw 0 7.4418604651vw;
  }
  .contact .contact-img .con-img1 {
    width: 60.9302325581vw;
    margin: 0 auto;
  }
  .contact .contact-img .con-img2 {
    width: 70.9302325581vw;
    margin: 4.6511627907vw auto 0;
  }
  .contact .con-text {
    width: 83.7209302326vw;
    margin: 7.4418604651vw auto;
    line-height: 2em;
  }
  .contact .con-text p {
    font-size: 3.2558139535vw;
    color: #ffffff;
    margin: 0;
  }
  .contact .con-text .con-title {
    font-size: 4.6511627907vw;
    text-align: center;
    margin-bottom: 7.4418604651vw;
  }
  .contact .con-text .con-title::after {
    width: 9.3023255814vw;
  }
  .contact .contact-box {
    width: 90.6976744186vw;
    background: #ffffff;
    padding: 5.5813953488vw 2.7906976744vw;
  }
  .contact .form-block + .form-block {
    margin-top: 6.976744186vw;
  }
  .contact .form-heading {
    font-size: 3.7209302326vw;
    text-align: center;
  }
  .contact .form-row {
    display: block;
    gap: 5.5813953488vw;
  }
  .contact .form-row label {
    width: 30.2325581395vw;
    font-size: 2.5581395349vw;
    color: #616060;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.1627906977vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 2.3255813953vw;
  }
  .contact .required {
    display: inline-block;
    width: 6.976744186vw;
    padding: 0.4651162791vw;
    font-size: 2.3255813953vw;
  }
  .contact .form-row input,
  .contact .form-row select,
  .contact .form-row textarea {
    border: none;
    width: 81.3953488372vw;
    background: #eeeeee;
    padding: 2.7906976744vw;
    font-size: 2.5581395349vw;
  }
  .contact .textarea-row textarea {
    min-height: 30.2325581395vw;
    resize: vertical;
  }
  .contact .submit-area {
    text-align: center;
    margin-top: 34px;
  }
  .contact .submit-area button {
    width: 55.8139534884vw;
    height: 9.3023255814vw;
    font-size: 3.2558139535vw;
  }
  .contact .submit-area button:hover {
    opacity: 0.7;
  }
  .contact .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.8604651163vw 5.8139534884vw;
    width: 81.3953488372vw;
    margin: 14.8837209302vw auto;
    border: #ffffff 1px solid;
    border-radius: 5px;
  }
  .contact .tel .tel-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.6511627907vw;
  }
  .contact .tel p {
    font-size: 3.2558139535vw;
    color: #ffffff;
  }
  .contact .tel .tel-arrow {
    color: #0161AD;
    background: #ffffff;
    border-radius: 50%;
    width: 4.6511627907vw;
    height: 4.6511627907vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.488372093vw;
    font-weight: 900;
  }
  .contact .tel .tel-num {
    font-size: 7.4418604651vw;
    color: #ffffff;
    font-weight: 700;
  }
  .footer {
    display: block;
    padding: 14.8837209302vw 7.4418604651vw;
  }
  .footer .footer-logo {
    width: 20.9302325581vw;
    height: 10.4651162791vw;
    margin: 0 auto 14.8837209302vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
  }
  .footer .footer-logo img {
    width: 60%;
  }
  .footer .footer-text .footer-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1.3953488372vw;
  }
  .footer .footer-text .footer-contents a {
    color: #ffffff;
    font-size: 2.3255813953vw;
    width: 10.4651162791vw;
  }
  .footer .footer-text .main-office P {
    color: #ffffff;
    font-size: 2.5581395349vw;
    border-bottom: 1px solid #ffffff;
    margin-top: 3.023255814vw;
    padding-bottom: 1.3953488372vw;
  }
  .footer .footer-text .office p {
    color: #ffffff;
    font-size: 2.5581395349vw;
    border-bottom: 1px solid #ffffff;
    margin-top: 3.023255814vw;
    padding-bottom: 1.3953488372vw;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    text-align: left;
    padding: 23.2558139535vw 0 7.4418604651vw;
  }
  .contact .contact-box {
    width: 90.6976744186vw;
    background: #ffffff;
    padding: 5.5813953488vw 2.7906976744vw;
    margin: 0 auto;
  }
  .contact .form-block + .form-block {
    margin-top: 6.976744186vw;
  }
  .contact .form-heading {
    font-size: 3.7209302326vw;
    text-align: center;
    margin-bottom: 4.6511627907vw;
    border-bottom: 1px solid #666;
    padding-bottom: 1.8604651163vw;
  }
  .contact {
    /* pタグで1セットずつ整える */
  }
  .contact .form-row p {
    margin-bottom: 4.1860465116vw;
    display: block;
  }
  .contact .form-row p br {
    display: none;
  }
  .contact .form-row p label {
    width: auto;
    font-size: 2.5581395349vw;
    color: #616060;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.1627906977vw;
    margin-bottom: 2.3255813953vw;
  }
  .contact .form-row p label br {
    display: none;
  }
  .contact .required {
    display: inline-block;
    width: 6.976744186vw;
    padding: 0.4651162791vw;
    font-size: 2.3255813953vw;
    text-align: center;
  }
  .contact {
    /* ← CF7のwrap */
  }
  .contact .form-row p .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  .contact {
    /* ← 実際の入力欄 */
  }
  .contact .form-row input,
  .contact .form-row select,
  .contact .form-row textarea {
    display: block;
    width: 100%;
    border: none;
    background: #eeeeee;
    padding: 2.7906976744vw;
    font-size: 2.5581395349vw;
    outline: none;
  }
  .contact .form-row select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact .textarea-row textarea {
    min-height: 30.2325581395vw;
    resize: vertical;
  }
  .contact .submit-area {
    text-align: center;
    margin-top: 7.9069767442vw;
  }
  .contact {
    /* CF7のsubmitはinputで出ることが多い */
  }
  .contact .submit-area p {
    margin: 0;
  }
  .contact .submit-area p input {
    width: 55.8139534884vw;
    height: 9.3023255814vw;
    border: none;
    background: #f7ab4d;
    color: #fff;
    font-size: 3.2558139535vw;
    letter-spacing: 0.5em;
    border-radius: 5px;
    cursor: pointer;
  }
}
/* -----------------------
  C_example
----------------------- */
/* -----------------------
  business-all
----------------------- */
.tora-img .top-img {
  -webkit-animation: rotateLogo 20s linear infinite;
          animation: rotateLogo 20s linear infinite;
}
@keyframes rotateLogo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.business-top {
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .business-top {
    width: 88.9458689459%;
    padding: 65px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .business-top {
    padding-top: 12.3255813953vw;
  }
}
.business-top .right-top-TX {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .business-top .right-top-TX {
    font-size: 12px;
    right: 50px;
    top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .business-top .right-top-TX {
    font-size: 2.7906976744vw;
    right: 11.6279069767vw;
    top: 4.6511627907vw;
  }
}
.business-top h1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 768px) {
  .business-top h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .business-top h1 {
    font-size: 6.2790697674vw;
    margin-left: 6.976744186vw;
  }
}
.business-top h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .business-top h1 span {
    top: -50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .business-top h1 span {
    font-size: 3.2558139535vw;
  }
}
.business-top h1::before {
  content: "";
  position: absolute;
  left: 0;
  background: #a4a4a4;
}
@media screen and (min-width: 768px) {
  .business-top h1::before {
    bottom: 20px;
    width: 165px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .business-top h1::before {
    bottom: -2.3255813953vw;
    width: 18.6046511628vw;
    height: 0.6976744186vw;
  }
}
.business-top h1::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #f4f4f4;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .business-top h1::after {
    bottom: 20px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .business-top h1::after {
    bottom: -2.3255813953vw;
    height: 0.6976744186vw;
  }
}
@media screen and (min-width: 768px) {
  .business-top img {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .business-top img {
    margin-top: 6.2790697674vw;
  }
}

/* -----------------------
  accommodation
----------------------- */
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .accommodation-top h1 {
    font-size: 60px;
  }
  .accommodation-top span {
    top: -30px !important;
  }
}
.accommodation-top .tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 970px) {
  .accommodation-top .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .accommodation .school-section4 div p {
    margin-top: 6.976744186vw;
    font-size: 3.488372093vw;
    letter-spacing: -0.2325581395vw;
  }
}
@media screen and (max-width: 767px) {
  .accommodation .school-section6 .sp-img {
    width: 58.1395348837vw !important;
    height: 38.8372093023vw !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* -----------------------
  website
----------------------- */
.website .website-btn {
  position: relative;
  border-radius: 5px;
  background: linear-gradient(92deg, #005ca5 1.15%, #377eb7 49.62%, #005395 100%);
  width: 300px;
  height: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .website .website-btn {
    border-radius: 1.1627906977vw;
    width: 69.7674418605vw;
    height: 13.9534883721vw;
    margin-top: 13.9534883721vw;
  }
}
.website .website-btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .website .website-btn a {
    font-size: 4.1860465116vw;
  }
}
.website .website-btn::before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 48%;
}
@media screen and (min-width: 768px) {
  .website .website-btn::before {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 23.5px;
  }
}
@media screen and (max-width: 767px) {
  .website .website-btn::before {
    width: 2.3255813953vw;
    height: 2.3255813953vw;
    border-right: 0.4651162791vw solid #fff;
    border-bottom: 0.4651162791vw solid #fff;
    right: 5.4651162791vw;
  }
}
@media screen and (min-width: 768px) {
  .website .school-section2 {
    width: min(100% - 160px, 940px);
  }
}
.website .school-section2 p .bold {
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .website .school-section4 div p {
    font-size: 3.488372093vw;
  }
}
.website .production-flow-text {
  text-align: center;
  margin-top: 13px;
  line-height: 1.94;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .website .production-flow-text {
    font-size: 3.2558139535vw;
  }
}
@media screen and (min-width: 768px) {
  .website .production-flow {
    margin-top: 76px;
  }
}
@media screen and (max-width: 767px) {
  .website .production-flow {
    margin-top: 22.7906976744vw;
  }
}
@media screen and (min-width: 768px) {
  .website .school-section5 .school-client {
    gap: 0 63px;
  }
}

/* -----------------------
  anime
----------------------- */
.hover-opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hover-opa:hover {
  opacity: 0.6;
}

.hover-scale {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hover-scale:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.up {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.up.show {
  -webkit-animation: up 0.5s ease forwards;
          animation: up 0.5s ease forwards;
}
@-webkit-keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.down {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.down.show {
  -webkit-animation: down ease forwards;
          animation: down ease forwards;
}
@-webkit-keyframes down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.left {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.left.show {
  -webkit-animation: left 1.5s ease forwards;
          animation: left 1.5s ease forwards;
}
@-webkit-keyframes left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.right {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.right.show {
  -webkit-animation: right 0.5s ease forwards;
          animation: right 0.5s ease forwards;
}
@-webkit-keyframes right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.pop {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.pop.show {
  -webkit-animation: pop ease forwards;
          animation: pop ease forwards;
}
@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.loadUp {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.loadUp.show {
  -webkit-animation: loadUp ease forwards;
          animation: loadUp ease forwards;
}
@-webkit-keyframes loadUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loadUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.loadDown {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.loadDown.show {
  -webkit-animation: loadDown ease forwards;
          animation: loadDown ease forwards;
}
@-webkit-keyframes loadDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loadDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.loadLeft {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.loadLeft.show {
  -webkit-animation: loadLeft ease forwards;
          animation: loadLeft ease forwards;
}
@-webkit-keyframes loadLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loadLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.loadRight {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.loadRight.show {
  -webkit-animation: loadRight ease forwards;
          animation: loadRight ease forwards;
}
@-webkit-keyframes loadRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loadRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.loadPop {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.loadPop.show {
  -webkit-animation: loadPop ease forwards;
          animation: loadPop ease forwards;
}
@-webkit-keyframes loadPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loadPop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.delay-01 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.delay-02 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay-03 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay-04 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.delay-05 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.delay-06 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay-07 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.delay-08 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.delay-09 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.delay-15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.duration-01 {
  -webkit-animation-duration: 0.1s !important;
          animation-duration: 0.1s !important;
}

.duration-02 {
  -webkit-animation-duration: 0.2s !important;
          animation-duration: 0.2s !important;
}

.duration-03 {
  -webkit-animation-duration: 0.3s !important;
          animation-duration: 0.3s !important;
}

.duration-04 {
  -webkit-animation-duration: 0.4s !important;
          animation-duration: 0.4s !important;
}

.duration-05 {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
}

.duration-06 {
  -webkit-animation-duration: 0.6s !important;
          animation-duration: 0.6s !important;
}

.duration-07 {
  -webkit-animation-duration: 0.7s !important;
          animation-duration: 0.7s !important;
}

.duration-08 {
  -webkit-animation-duration: 0.8s !important;
          animation-duration: 0.8s !important;
}

.duration-09 {
  -webkit-animation-duration: 0.9s !important;
          animation-duration: 0.9s !important;
}

.duration-10 {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}

.duration-15 {
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
}