@charset "UTF-8";
@layer reset, base, components, utilities, exceptions;
@layer exceptions {
  #contact {
    padding-top: 0;
  }
  #contact .contact-header {
    margin-top: 0;
  }
}
@layer utilities {
  .bg-gray {
    background-color: #e5e8f0;
    padding: 50px 150px;
    margin: 0 auto;
  }
  @media screen and (max-width: 599px) {
    .bg-gray {
      padding: 20px 5vw;
      width: 100vw;
    }
  }
  .bg-gray section {
    padding-bottom: 50px;
    margin: 50px auto;
  }
  @media screen and (max-width: 599px) {
    .bg-gray section {
      padding: 20px;
      margin: 0 auto;
      width: 100%;
    }
  }
  .padding-x-0 {
    padding-inline: 0;
  }
}
@layer base {
  body {
    font-family: "Roboto", "BIZ UDPGothic", sans-serif;
    background-color: #fefefe;
  }
  section {
    padding-bottom: 0;
  }
  .inner {
    max-width: 1024px;
    margin: 0 auto;
  }
  .mod_btn01 {
    height: 30px;
  }
  @media screen and (max-width: 599px) {
    .mod_btn01 {
      width: 70vw;
      height: 45px;
      margin: 0 auto;
    }
  }
  .mod_btn01 a {
    line-height: 30px;
    font-size: 16px;
  }
  @media screen and (max-width: 599px) {
    .mod_btn01 a {
      width: 70vw;
      height: 45px;
      line-height: 45px;
      font-size: 13px;
    }
  }
}
#mainImg,
#section1,
#section2,
#section3 {
  font-family: "Roboto", "BIZ UDPMincho", serif;
}

#about01 .inner-text p {
  line-height: 30px;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #about01 .inner-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  #about01 .inner-text p {
    font-size: 14px;
    word-break: unset;
    margin: 0 auto;
  }
}
#about01 .inner-btn {
  padding: 20px 0;
}

#about02 .list .item {
  position: relative;
  padding: 0 15px;
  margin-bottom: 5px;
}
#about02 .list .item .tit {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}
#about02 .list .item .tit icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8666666667);
  background-color: #7dc8ed;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  border-radius: 100%;
}
@media screen and (max-width: 599px) {
  #about02 .list .item .tit icon {
    width: 100px;
    height: 100px;
  }
}
#about02 .list .item .tit icon span {
  font-family: "Roboto", "BIZ UDPGothic", sans-serif;
  font-weight: lighter;
}
#about02 .list .item .tit icon span.spec {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #about02 .list .item .tit icon span.spec {
    font-size: 18px;
  }
}
#about02 .list .item .tit icon span.num {
  margin-top: -10px;
  font-size: 55px;
}
@media screen and (min-width: 600px) {
  #about02 .list {
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
  }
  #about02 .list .item {
    padding: 25px 15px;
    margin-bottom: 0px;
    width: 360px;
    height: auto;
  }
  #about02 .list .item .tit {
    font-size: 24px;
  }
  #about02 .list .item .tit icon {
    margin: 0 auto 20px;
  }
  #about02 .list .item .txt {
    font-size: 16px;
  }
}

/*------
--main--
------*/
/*mainImg*/
#mainImg {
  padding: 90px 0 50px;
  background: #040404;
}

#mainImg img {
  width: 100%;
  background: #020202;
}

.main-msg {
  margin: 50px 0;
  color: #fff;
  text-align: center;
}

.msg {
  margin-bottom: 20px;
  font-size: 58px;
  opacity: 0;
  -webkit-filter: blur();
  filter: blur();
  -webkit-animation-name: txtBlur;
  animation-name: txtBlur;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.facility-name {
  font-size: 32px;
  opacity: 0;
  -webkit-filter: blur();
  filter: blur();
  -webkit-animation-name: txtBlur;
  animation-name: txtBlur;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@keyframes txtBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(200px);
    filter: blur(200px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur();
    filter: blur();
  }
}
@-webkit-keyframes txtBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(200px);
    filter: blur(200px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur();
    filter: blur();
  }
}
.txtSm {
  font-size: 40px;
  vertical-align: baseline;
}

.txtMid {
  font-size: 54px;
}

.spcNarrow {
  letter-spacing: 0px;
}

.spcWide {
  letter-spacing: 0px;
}

.baseUp {
  vertical-align: 5px;
}

/*section1-3*/
#section1 {
  height: 650px;
  padding-left: 20%;
  background-image: url(../img/top/section1.webp);
  background-size: cover;
}

#section2 {
  height: 650px;
  background-image: url(../img/top/section2.webp);
  background-size: cover;
}

.section-msg-right {
  margin-right: 20%;
  margin-left: auto;
}

#section3 {
  height: 650px;
  padding-left: 20%;
  background-image: url(../img/top/section3.webp);
  background-size: cover;
}

.section-msg {
  display: block;
  width: 400px;
  height: 650px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}

.opacityAjast {
  background: rgba(0, 0, 0, 0.5);
}

.section-msg li:not(:first-child) {
  height: 60px;
}

.msg-title {
  display: inline-block;
  margin-bottom: 35px;
  padding-top: 70px;
  padding-bottom: 27px;
  font-size: 32px;
}

.title-bottom1 {
  border-bottom: 1px solid #eadc62;
}

.title-bottom2 {
  border-bottom: 1px solid #51b5b3;
}

.title-bottom3 {
  border-bottom: 1px solid #d6692a;
}

.msgShow {
  position: relative;
  opacity: 0;
  -webkit-animation-name: msgShow;
  animation-name: msgShow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes msgShow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes msgShow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*section4*/
#section4 .section4-inner {
  padding-bottom: 50px;
}
#section4 #skill {
  width: 1200px;
  margin: 0 auto;
  padding: 50px;
}
#section4 .programImg {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 138px;
}
#section4 img.css3,
#section4 img.html5 {
  height: 138px;
}
#section4 img.photoshop,
#section4 img.Illustrator,
#section4 img.wordpress {
  height: 120px;
  margin-top: 10px;
}
#section4 img.php,
#section4 img.rpa {
  height: 95px;
  margin-top: 25px;
}
#section4 .skillTxt {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 10px;
  font-size: 24px;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 599px) {
  #section4 .skillTxt {
    font-size: 18px;
  }
  #section4 .skillTxt p {
    word-wrap: break-word;
    word-break: normal;
  }
}
#section4 .skillDetail a {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 15px 0;
  background: #000;
  font-size: 22px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  transition: 0.5s;
}
#section4 .skillDetail a:hover {
  opacity: 0.7;
  transition: 0.5s;
  cursor: pointer;
}
#section4 .skillSliderImg img {
  display: block;
  height: 30vh;
  background-color: #ddd;
}

/*section5*/
#section5 .blog {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
#section5 .blog .picBox {
  position: relative;
  width: 50%;
  background: #e5e8f0;
}
#section5 .blog .picBox .exeName {
  position: absolute;
  top: 70px;
  left: 85px;
  text-align: center;
}
#section5 .blog .picBox .exeName li:first-child {
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
  font-size: 26px;
  font-weight: bold;
}
#section5 .blog .picBox .exeName li:nth-child(2) {
  font-size: 40px;
  font-weight: bold;
}
#section5 .blog .picBox .exeName li:nth-child(3) {
  font-size: 20px;
  font-weight: bold;
}
#section5 .blog .picBox .exeName li a.about-exec {
  transition: 0.6s;
}
#section5 .blog .picBox .exeName li a.about-exec:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.6s;
}
#section5 .blog .blogBox {
  width: 50%;
  background: #111;
}
#section5 .blog .blogBox .blogTitle {
  height: 25%;
  line-height: 111.425px;
  /*画像縦25%分*/
  padding: 10px 60px 0;
  background: #111;
  font-size: 45px;
  font-weight: bold;
}
#section5 .blog .blogBox .blogTitle p a {
  display: block;
  color: #ceb290;
  transition: 0.6s;
}
#section5 .blog .blogBox .blogTitle p a:hover {
  opacity: 0.7;
  transition: 0.6s;
  cursor: pointer;
}
#section5 .blog .blogBox .blogTitle .blogTitle-s {
  display: inline-block;
  font-size: 45px;
  /*	vertical-align: baseline;*/
}
#section5 .blog .blogBox .blogArticle {
  height: 75%;
  padding: 10px 60px 10px;
  background: #111;
}
#section5 .blog .blogBox .blogArticle li {
  display: block;
  padding: 15px 10px 20px;
  border-bottom: 1px solid #706642;
  font-size: 18px;
}
#section5 .blog .blogBox .blogArticle li:first-child {
  border-top: 1px solid #706642;
}
#section5 .blog .blogBox .blogArticle a {
  font-size: 16px;
  color: #fcfcfc;
  transition: 0.8s;
}
#section5 .blog .blogBox .blogArticle a:hover {
  color: #ceb290;
  transition: 0.3s;
}
#section5 .blog .blogBox .blogArticle span.ymd {
  font-size: 13px;
}

#first-steps .first-steps-box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #first-steps .first-steps-box {
    flex-direction: column;
  }
}
#first-steps .first-steps-box .step {
  width: 22%;
  margin: 20px auto;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  #first-steps .first-steps-box .step {
    width: 80vw;
    margin: 0;
  }
}
#first-steps .first-steps-box .step h4 {
  text-align: center;
}
@media screen and (max-width: 599px) {
  #first-steps .first-steps-box .step h4 {
    font-size: 4.1vw;
  }
}
#first-steps .first-steps-box .step h4 icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8666666667);
  background-color: #00c7a3;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  border-radius: 100%;
}
@media screen and (max-width: 599px) {
  #first-steps .first-steps-box .step h4 icon {
    width: 100px;
    height: 100px;
  }
}
#first-steps .first-steps-box .step h4 icon span {
  font-family: "Roboto", "BIZ UDPGothic", sans-serif;
  font-weight: lighter;
}
#first-steps .first-steps-box .step h4 icon span.spec {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #first-steps .first-steps-box .step h4 icon span.spec {
    font-size: 18px;
  }
}
#first-steps .first-steps-box .step h4 icon span.num {
  margin-top: -10px;
  font-size: 55px;
}
#first-steps .first-steps-box .step h4 icon span.spec {
  margin-top: 10px;
  margin-bottom: -10px;
}
#first-steps .first-steps-box .step p {
  font-weight: normal;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  #first-steps .first-steps-box .step p {
    font-size: 4vw;
    text-align: justify;
  }
}
#first-steps .first-steps-box .step::after {
  display: block;
}

/*section6*/
@media screen and (max-width: 599px) {
  #section6 {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
#section6 #facility {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section6 .facilityInfo-box {
  display: flex;
  justify-content: center;
  width: auto;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 599px) {
  #section6 .facilityInfo-box {
    width: auto;
    height: auto;
    display: block;
  }
}
#section6 .facilityInfo-box p {
  margin-bottom: 10px;
  padding-left: 50px;
  padding-bottom: 30px;
  letter-spacing: 3px;
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  #section6 .facilityInfo-box p {
    padding: 0;
    text-align: center;
    font-size: 8vw;
  }
}
#section6 .left {
  float: left;
  width: 50%;
}
@media screen and (max-width: 599px) {
  #section6 .left {
    float: none;
    width: auto;
  }
}
#section6 .facilityPic {
  margin: 0 auto;
  width: fit-content;
}
#section6 .facilityPic img {
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #section6 .facilityPic img {
    width: 90vw;
  }
}
#section6 .picScale-2 {
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  -webkit-transform-origin: left;
  transform-origin: left;
}
@media screen and (max-width: 599px) {
  #section6 .picScale-2 {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
#section6 .right {
  float: left;
  width: 50%;
  padding: 0 25px;
}
#section6 .right li {
  margin-bottom: 5px;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  #section6 .right {
    border-left: none;
    text-align: justify;
    float: none;
    width: auto;
    line-height: 2em;
  }
  #section6 .right li {
    font-size: 12px;
  }
  #section6 .right li:not(:first-child) {
    padding-left: 0;
  }
}
#section6 li.facilityName {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #section6 li.facilityName {
    margin-bottom: 5vw;
    padding-top: 5vw;
    font-size: 18px;
  }
}
#section6 li.facilityMail a {
  color: #ff0099;
  transition: 0.8s;
}
#section6 li.facilityMail a:hover {
  opacity: 0.7;
  transition: 0.3s;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  #section6 .wpgmza_map {
    margin-top: 25px;
    width: 80vw !important;
  }
}

/*section7*/
#section7 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  background: #fff;
}

h2.page-title {
  margin-bottom: 0;
  padding-right: 50px;
  padding-left: 50px;
}

#listContent {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 1p solid #000;
}

.heightAjust {
  height: 50px;
}

/*----------------
--------sp--------
----------------*/
@media screen and (max-width: 599px) {
  main {
    background: #e5e8f0;
  }
  /*mainImg*/
  #mainImg {
    background: #000;
  }
  #mainImg img {
    width: 100vw;
    background: #020202;
  }
  .main-msg {
    width: 100vw;
    margin: 4vw 0;
    color: #fff;
    text-align: center;
  }
  .msg {
    margin-bottom: 1vw;
    font-size: 4.5vw;
  }
  .facility-name {
    font-size: 2.7vw;
  }
  .txtSm {
    font-size: 3vw;
    vertical-align: baseline;
  }
  .txtMid {
    font-size: 4.2vw;
  }
  .spcWide {
    letter-spacing: -1.5vw;
  }
  .baseUp {
    vertical-align: 0.2vw;
  }
  /*section共通*/
  section {
    padding-top: 5vw;
  }
  /*section1-3*/
  #section1,
  #section2,
  #section3 {
    height: 45vw;
    margin-top: 5vw;
  }
  #section1 {
    padding-left: 0;
    background-image: url(../img/top/section1-bg-sp.webp);
    background-size: 100vw;
  }
  #section2 {
    background-image: url(../img/top/section2-bg-sp.webp);
    background-size: 100vw;
  }
  .section-msg-right {
    margin-right: 0;
    margin-left: auto;
  }
  #section3 {
    padding-left: 0;
    background-image: url(../img/top/section3-bg-sp.webp);
    background-size: 100vw;
  }
  .section-msg {
    width: 48vw;
    height: 45vw;
    font-size: 2.3vw;
  }
  .section-msg li:not(:first-child) {
    height: 5vw;
  }
  .msg-title {
    display: inline-block;
    margin-bottom: 2vw;
    padding-top: 3vw;
    padding-bottom: 1vw;
    font-size: 3vw;
  }
  @keyframes msgShow {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes msgShow {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .title-bottom1 {
    border-bottom: 1px solid #eadc62;
  }
  .title-bottom2 {
    border-bottom: 1px solid #51b5b3;
  }
  .title-bottom3 {
    border-bottom: 1px solid #d6692a;
  }
  /*section4*/
  #section4 {
    padding-bottom: 5vw;
  }
  .section4-inner {
    margin: 0 auto;
    padding-bottom: 5vw;
    text-align: center;
  }
  #skill {
    width: 90vw;
    padding: 3vw;
  }
  .programImg {
    height: 10vw;
    padding: 0 4vw;
  }
  img.css3-sp,
  img.html5-sp {
    height: 10vw;
  }
  img.photoshop-sp,
  img.Illustrator-sp,
  img.wordpress-sp {
    height: 9vw;
    margin-top: 1vw;
  }
  img.php-sp,
  img.rpa-sp {
    height: 7vw;
    margin-top: 2vw;
  }
  .skillDetail a {
    width: 75vw;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 15px;
  }
  /*section5*/
  #section5 {
    padding: 0 5vw;
  }
  .blog {
    display: block;
    width: 100%;
  }
  .blog .picBox {
    width: 90vw;
  }
  .blog .picBox img {
    width: 90vw;
  }
  .blog .picBox .exeName {
    top: 10vw;
    left: 15vw;
  }
  .blog .picBox .exeName li:first-child {
    margin-bottom: 1.2vw;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid #333;
    font-size: 3.5vw;
    font-weight: bold;
  }
  .blog .picBox .exeName li:nth-child(2) {
    font-size: 5.5vw;
    font-weight: bold;
  }
  .blog .picBox .exeName li:nth-child(3) {
    font-size: 2.8vw;
    font-weight: bold;
  }
  .blogBox {
    width: 90vw;
  }
  .blog .blogBox .blogTitle {
    width: 90vw;
    height: 25vw;
    line-height: 25vw;
    padding: 0;
    font-size: 8vw;
    text-align: center;
  }
  .blog .blogBox .blogTitle .blogTitle-s {
    font-size: 8vw;
  }
  .blog .blogBox .blogArticle {
    width: 90vw;
    height: auto;
    padding: 0 5vw 10vw;
  }
  .blog .blogBox .blogArticle li {
    border-bottom: 1px solid #706642;
  }
  .blog .blogBox .blogArticle span.ymd {
    font-size: 3vw;
  }
  .blog .blogBox .blogArticle a {
    font-size: 3.5vw;
  }
  /*section7*/
  #section7 {
    width: 90vw;
    margin: 0 5vw;
  }
  h2.page-title {
    padding-top: 7vw;
    padding-bottom: 4vw;
    text-align: center;
  }
  h2.page-title span.en {
    font-size: 8vw;
  }
  ul#listContent {
    width: 90vw;
  }
  p.mod_btn01 {
    width: 70vw;
    height: 45px;
    margin: 0 auto;
  }
  p.mod_btn01 a {
    width: 70vw;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    transition: 0.5s;
  }
  p.mod_btn01 a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .heightAjust {
    height: 7vw;
  }
}
