@charset "utf-8";

/*-------------------------------------------------
Top（Home)
-------------------------------------------------*/
.home-top {
  width: 100%;
}

.home-top-view {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/home-topview.jpg) no-repeat center center/cover;
  object-fit: cover;
  z-index: -10;
  opacity: 0;
}

.home-top-view::after {
  position: relative;
  display: block;
  content: "";
  background-color: #0068fa;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}

.home-top-inner {
  position: relative;
  height: calc(100vh - 190px);
  margin: 0 auto;
  z-index: -10;
}

.home-top-heading {
  color: #fafafa;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ffa500;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-align: center;
  margin-top: 90px;
}

.home-top-texts {
  position: absolute;
  right: 40px;
  bottom: 60px;
  text-align: end;
}

.home-top-texts::after {
  content:"";
  position: absolute;
  top: -300px;
  right: 0;
  width: 400px;
  height:300px;
  background: url(../img/torio.png)no-repeat center center/cover;
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 70%);
  mask-image: radial-gradient(rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 70%);
}

.home-top-maintext {
  color: #fafafa;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ffa500;
  font-size: 64px;
  font-weight: bold;
}

.home-top-subtext {
  color: #fafafa;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffa500;
  font-size: 24px;
  font-weight: bold;
}

/*-------------------------------------------------
news
-------------------------------------------------*/
.news {
  padding: 60px 0;
}

.news-inner {
  position: relative;
}

.news-inner::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 250px;
  height: 250px;
  transform: rotate(-44deg);
  background: #0068fa;
  top: 30%;
  right: 0%;
}

.news-top {
  display: flex;
  border-radius: 2px;
  border: 5px solid #5bc0de;
  padding: 60px 100px;
  background-color: #fafafa;
}

.news-box {
  border: 1px solid #1a1a1a;
  width: 100%;
  padding: 20px;
}

.news-heading {
  color: #fafafa;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #5bc0de;
  font-size: 48px;
  font-weight: bold;
}

.news-heading-sub {
  color: #1a1a1a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
}

.news-table {
  margin-top: 8px;
  width: 100%;
}
.news-table-row {
  display: flex;
  gap: 38px;
  border-bottom: 1px dashed #1a1a1a;
  padding: 12px 4px;
}

.news-category {
  background-color: #5bc0de;
  border-radius: 2px;
  padding: 3px 18px;
  font-weight: bold;
}

.news-meta {
  font-weight: bold;
}

.news-text a {
  font-weight: bold;
  text-decoration: underline;
}

/*-------------------------------------------------
HOME ABOUT
-------------------------------------------------*/
.home-about-inner {
  position: relative;
}

.home-about-inner::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 350px;
  height: 350px;
  transform: rotate(-38deg);
  border: 10px solid #5bc0de;
  top: 30%;
  left: 0%;
}

.home-about-head {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.home-about-head-text {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

.home-about-contents {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.home-about-content {
  max-width: 360px;
  max-height: 430px;
  z-index: 10;
  flex: 1;
}

.home-about-content-image {
  display: block;
  position: relative;
  text-align: center;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.home-about-content-image img {
  border-radius: 20px;
  border: #5bc0de 2px solid;
}

.home-about-content-image:hover .home-about-view {
  transform: scale(1.1);
}

.home-about-content-tag {
  position: absolute;
  top: 10px;
  padding: 0 10px;
  font-size: 20px;
  background: rgba(250, 250, 250, 0.9);
}

.home-about-content-tag span {
  font-size: 24px;
  margin-right: 8px;
}

.home-about-view {
  position: absolute;
  border-radius: 25px;
  right: 10px;
  bottom: 50px;
}

.home-about-content-title {
  position: absolute;
  bottom: -20px;
  display: grid;
  place-items: center;
  width: calc(100% - 20px * 2);
  height: 60px;
  background: rgba(250, 250, 250, 0.9);
  right: 50%;
  transform: translateX(50%);
  border: solid 1px #5bc0de;
  font-size: 24px;
  font-weight: bold;
}

.home-about-content-text {
  padding: 12px;
  margin-top: 30px;
  background-color: #ffffff;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
}

/*-------------------------------------------------
home-recruit
-------------------------------------------------*/
.home-recruit-inner {
  position: relative;
}

.home-recruit-inner::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 400px;
  height: 400px;
  transform: rotate(19deg);
  background: #0068fa;
  top: 25%;
  right: -15%;
}

.home-recruit-btn {
  font-weight: bold;
  color: #fafafa;
  text-align: center;
  background-color: #ffa500;
  border-radius: 25px;
  width: 120px;
  height: 40px;
  padding: 10px 8px;
}

.home-recruit-head {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.home-recruit-contents {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.home-recruit-content {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
  flex-basis: 50%;
  max-width: 500px;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
  border: #5bc0de 2px solid;
}

.home-recruit-image {
  max-width: 500px;
  height: 300px;
}

.home-recruit-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-recruit-tag {
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 4px 8px;
  z-index: 20;
  font-size: 24px;
  font-weight: bold;
}

.home-recruit-text {
  font-size: 24px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.other-link {
  font-weight: bold;
  font-size: 20px;
  margin-left: auto;
  width: fit-content;
  padding: 8px 16px;
  margin-top: 20px;
}

/*-------------------------------------------------
home-training
-------------------------------------------------*/

.home-training-inner {
  position: relative;
}

.home-training-inner::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 350px;
  height: 350px;
  transform: rotate(113deg);
  border: 10px solid #5bc0de;
  top: 30%;
  left: -10%;
  pointer-events: none;
}

.home-training-head {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.home-training-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.home-training-image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
  border: #5bc0de 2px solid;
}

.home-training-image {
  position: relative;
  flex-basis: 50%;
}

.home-training-image img {
  object-fit: cover;
  max-width: 600px;
  max-height: 500px;
}

.home-training-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  background-color: rgba(250, 250, 250, 0.9);
  font-weight: bold;
  font-size: 24px;
  z-index: 10;
}

.home-training-textbox {
  flex-basis: 50%;
  padding: 20px;
  border: #5bc0de 5px solid;
  border-radius: 20px;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  z-index: 10;
}

.home-training-text {
  text-align: center;
}

/*-------------------------------------------------
home-contact
-------------------------------------------------*/
.home-contact-inner {
  position: relative;
}

.home-contact-inner::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 500px;
  height: 500px;
  transform: rotate(-42deg);
  background: #0068fa;
  top: 25%;
  right: -15%;
}

.home-contact-contents {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}

.home-contact-texts {
  flex-basis: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.home-contact-head {
  font-size: 24px;
  font-weight: bold;
}

.home-contact-head-sp {
  display: none;
}

.home-contact-text {
  padding: 20px;
  border: #5bc0de 5px solid;
  border-radius: 20px;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fafafa;
  width: fit-content;
  margin: 0 auto;
}

.home-contact-image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
  border: #5bc0de 2px solid;
}

.home-contact-image {
  position: relative;
  flex-basis: 50%;
}

.home-contact-image:after {
  content: "Contact us";
}

.home-contact-image img {
  object-fit: cover;
  max-width: 600px;
  max-height: 500px;
}

.home-contact-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  background-color: rgba(250, 250, 250, 0.9);
  font-weight: bold;
  font-size: 24px;
  z-index: 10;
}

.home-contact-textbox {
  border: #ffa500 5px solid;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  width:fit-content;
  margin-left: auto;
  margin-right: auto;
}

.home-contact-message-top {
  font-weight: bold;
  margin-bottom: 30px;
}

.home-contact-message-bottom {
  font-weight: bold;
  margin-top: 30px;
}

.home-contact-message-head {
  font-weight: bold;
}

.home-contact-message-list {
  border: #ffa500 5px solid;
  display: inline-block;
  padding: 20px;
  text-align: start;
}

.home-contact-message-list li {
  font-weight: bold;
}

.home-contact-message-list li:nth-of-type(2) {
  margin: 20px 0;
}

/* --------------------
レスポンシブ
-----------------------*/

/* タブレット、スマホ共通 */
@media (max-width: 1024px) {
  .home-top-maintext {
    text-align: center;
  }

  .home-top-subtext {
    text-align: center;
  }

  .home-top-texts::after {
    right: 50%;
    transform: translateX(50%);
    width: 300px;
    height: 250px;
    top:-150px;
  }

  .news-box {
    font-size: 14px;
  }

  .home-about-contents {
    flex-wrap: wrap;
  }

  .home-about-content {
    flex: auto;
  }

  .home-recruit-contents {
    flex-direction: column;
  }

  .home-training-contents {
    flex-direction: column-reverse;
  }

  .home-training-image-box {
    max-width: 500px;
  }

  .home-contact-texts {
    gap: 30px;
  }

  .home-contact-head-sp {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    display: block;
  }

  .home-contact-textbox {
    padding: 20px;
  }
}

/* タブレット */
@media (min-width: 481px) and (max-width: 1024px) {
  .home-top-heading {
    font-size: 56px;
  }

  .home-top-texts {
    width: 100%;
  }

  .home-top-maintext {
    font-size: 48px;
  }

  .home-top-subtext {
    font-size: 18px;
    font-weight: bold;
  }

  .news-top {
    padding: 30px 30px;
  }

  .news-table-row {
    flex-wrap: wrap;
  }

  .home-about-head {
    font-size: 20px;
  }

  .home-about-head-text {
    font-size: 20px;
  }

  .home-recruit-contents {
    align-items: center;
  }

  .home-recruit-content {
    max-width: 450px;
  }

  .home-recruit-tag {
    font-size: 20px;
  }

  .home-training-head {
    font-size: 26px;
  }
}

/* スマートフォン */
@media (max-width: 480px) {
  .home-top-heading {
    font-size: 48px;
  }

  .home-top-maintext {
    font-size: 36px;
    -webkit-text-stroke-width: 1.5px;
  }

  .home-top-subtext {
    font-size: 16px;
    font-weight: bold;
    -webkit-text-stroke-width: 0.5px;
  }

  .news-top {
    padding: 10px 10px;
  }

  .news-heading {
    font-size: 40px;
  }

  .news-table-row {
    flex-direction: column;
    gap: 10px;
  }

  .news-category {
    width: fit-content;
  }

  .home-about-head {
    font-size: 18px;
  }

  .home-about-head-text {
    font-size: 18px;
    margin-top: 20px;
  }

  .home-recruit-head {
    font-size: 20px;
  }

  .home-recruit-contents {
    flex-direction: column;
    margin-top: 20px;
  }

  .home-training-head {
    font-size: 20px;
  }

  .home-training-contents {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .home-recruit-text {
    font-size: 20px;
  }

  .home-contact-contents {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px;
  }

  .home-contact-texts {
    flex-basis: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .home-contact-head-sp {
    font-size: 20px;
    font-weight: bold;
    order: 1;
    text-align: center;
    display: block;
  }

  .home-contact-textbox {
    font-size: 14px;
    padding: 10px;
    margin-top: 20px;
  }
}
