@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
ul.point {
  margin-bottom: 30px;
}
ul.point li {
  list-style: "●  ";
}
ul.point li::marker {
  color: #0069af;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 2px;
  background: #0069af;
}

.top-flex {
  display: flex;
  margin-top: 70px;
  align-items: center;
}
.top-flex .left {
  width: 45%;
}
.top-flex .right {
  width: 55%;
}
.top-flex .title-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20%;
}
.top-flex .title-box img {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 50%;
  right: -25%;
  transform: translate(0, -50%);
}
.top-flex h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}
.top-flex h1 span {
  color: #0069af;
}
.top-flex .sub-title {
  font-size: 19px;
  background: linear-gradient(90deg, rgb(0, 105, 175) 0%, rgb(26, 104, 205) 70%, rgb(26, 141, 205) 100%);
  color: white;
  padding: 5px 10px;
  display: inline-block;
}

.news {
  border: solid 1px #4d4c4c;
}

.news-flex {
  width: 1200px;
  margin: 0px auto;
  max-width: 90%;
  display: flex;
  padding: 30px 0;
  align-items: center;
  gap: 5%;
}
.news-flex .date {
  padding-top: 1px;
  font-size: 14px;
}
.news-flex .content {
  font-size: 16px;
  font-weight: 500;
  flex-grow: 1;
}
.news-flex li {
  list-style: "●  ";
}
.news-flex li::marker {
  color: #0069af;
}

.aboutus-flex {
  display: flex;
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
  gap: 5%;
}
.aboutus-flex .left {
  width: 50%;
}
.aboutus-flex .left p {
  margin-bottom: 30px;
  line-height: 200%;
}
.aboutus-flex .right {
  width: 50%;
}
.aboutus-flex .right .shadow {
  position: relative;
}
.aboutus-flex .right .shadow::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 105, 175) 0%, rgb(26, 104, 205) 70%, rgb(26, 141, 205) 100%);
  top: 15px;
  left: 15px;
  z-index: -1;
}

.block {
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
}

.service {
  background: #0069af;
  padding: 50px 0;
}
.service .block {
  margin: 0 auto;
  margin-bottom: 50px;
}
.service ul.point li {
  color: white;
  list-style: "●  " !important;
}
.service ul.point li::marker {
  color: white;
}

.service-box {
  color: white;
}
.service-box h2 {
  color: white;
  padding-bottom: 0;
}
.service-box h2::after {
  content: none;
}
.service-box ul {
  margin-bottom: 30px;
}
.service-box ul li {
  color: white;
  list-style: "・";
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.service-box p {
  color: white;
  line-height: 200%;
}
.service-box .link-btn {
  background: white;
  margin-left: auto;
  margin-top: 30px;
}

.service .swiper-slide {
  width: 300px;
}

.features-flex {
  display: flex;
  gap: 20px;
}
.features-flex .left {
  width: 500px;
  max-width: 50%;
}
.features-flex .right {
  width: calc(100% - 500px);
  min-width: 50%;
}
.features-flex .right p {
  line-height: 200%;
}
.features-flex h3 {
  font-size: 30px;
  font-weight: 500;
}

.link-flex {
  display: flex;
  gap: 20px;
  margin: 50px 0 20px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.link-flex .btn {
  position: relative;
  width: calc(33.3333333333% - 20px);
  min-width: 300px;
  height: 150px;
  display: flex;
  background: linear-gradient(90deg, rgb(0, 105, 175) 0%, rgb(26, 104, 205) 70%, rgb(26, 141, 205) 100%);
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.link-flex .btn .title {
  color: white;
  font-weight: 500;
}
.link-flex .btn img {
  position: absolute;
  width: 30px;
  top: 0;
  left: 0;
}

.link-flex2 {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.link-flex2 .btn {
  width: calc(50% - 20px);
  min-width: 500px;
}

.ph-flex {
  display: flex;
  gap: 20px;
}
.ph-flex .left {
  width: calc(50% - 20px);
}
.ph-flex .right {
  width: calc(50% - 20px);
}
.ph-flex h2 {
  padding-bottom: 0;
}
.ph-flex h2::after {
  content: none;
}
.ph-flex h3 {
  line-height: 400%;
  font-weight: 500;
  margin-bottom: 30px;
}
.ph-flex h3 span {
  background: linear-gradient(90deg, rgb(0, 105, 175) 0%, rgb(26, 104, 205) 70%, rgb(26, 141, 205) 100%);
  padding: 5px 15px;
  color: white;
  font-size: 30px;
}
.ph-flex p {
  line-height: 200%;
  margin-bottom: 30px;
}
.ph-flex .link-btn {
  margin-left: auto;
}

.message {
  background: linear-gradient(90deg, rgb(0, 124, 206) 0%, rgb(37, 165, 212) 50%, rgb(26, 141, 205) 100%);
  padding: 50px 0;
}
.message .block {
  background: rgba(255, 255, 255, 0.7803921569);
  display: flex;
  padding: 40px 2% 0 5%;
  position: relative;
  width: 1000px;
  max-width: 90%;
}
.message .left {
  width: 70%;
  position: relative;
  z-index: 10;
}
.message .right {
  width: 30%;
}
.message .right img {
  margin-bottom: -50px;
}
.message ul.point li {
  color: #0069af;
}
.message h2 {
  color: #0069af;
  padding-bottom: 0;
}
.message h2::after {
  content: none;
}
.message h3 {
  font-size: 45px;
}
.message .name {
  margin-top: 30px;
  font-size: 45px;
  text-align: right;
  margin-right: 5%;
}
.message .name span {
  font-size: 30px;
  padding-right: 20px;
}
.message .link-btn {
  margin-top: 30px;
  background: white;
  margin-right: 5%;
  margin-left: auto;
  margin-bottom: 40px;
}
.message .bg2 {
  position: absolute;
  left: -10%;
  bottom: -10%;
  width: 60%;
}

.interview {
  margin: 80px 0;
}
.interview .point {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
.interview h2 {
  text-align: center;
}
.interview h2::after {
  content: none;
}
.interview .swiper-slide {
  width: 400px;
}
.interview .card {
  position: relative;
  width: calc(100% - 50px);
  margin: 0 auto;
}
.interview .card .swiper-wrapper {
  justify-content: center;
}
.interview .card .title {
  position: absolute;
  left: -10px;
  bottom: -10px;
  line-height: 350%;
}
.interview .card .title span {
  background: linear-gradient(90deg, rgb(0, 124, 206) 0%, rgb(37, 165, 212) 50%, rgb(26, 141, 205) 100%);
  font-size: 30px;
  padding: 5px 10px;
  color: white;
}
.interview .name-flex {
  display: flex;
  margin: 0 auto;
  width: calc(100% - 20px);
  margin-top: 30px;
  gap: 10px;
}
.interview .name-flex .left {
  flex-grow: 1;
}
.interview .name-flex .left .name {
  font-size: 30px;
  font-weight: 500;
}
.interview .name-flex .left .role {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
}
.interview .name-flex .left .year {
  margin-top: 5px;
  font-weight: 500;
  font-size: 18px;
}

.movie {
  width: 1200px;
  margin: 0px auto;
  max-width: 90%;
}
.movie .point {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
.movie h2 {
  text-align: center;
}
.movie h2::after {
  content: none;
}
.movie h3 {
  text-align: center;
  font-weight: 500;
  color: #0069af;
  font-size: 30px;
}
.movie .link1 {
  display: block;
  color: #0069af;
  text-decoration: underline;
  text-align: center;
  margin: 30px auto;
  font-size: 18px;
}
.movie .youtube {
  width: 600px;
  margin: 30px auto;
  max-width: 100%;
}
.movie .movie-links {
  display: flex;
  gap: 20px;
  width: 1000px;
  max-width: 100%;
  margin: 50px auto;
}

/*
.news2 {
    background-image: url("../../src/home/bg.webp");
    background-repeat: no-repeat;
    padding-top: 150px;
    margin-bottom: 50px;
    h2 {
        &::after {
            content: none;
        }
    }

    .news-box {
        @include box(0px);
        display: flex;
        flex-wrap: wrap;
        background-color: white;
        padding: 40px 5%;
        gap: 30px;

        .left {
            width: 300px;
        }

        .right {
            width: calc(100% - 330px);

            ul li {
                //padding-bottom: 10px;
                border-bottom: solid 1px #707070;
                margin-bottom: 30px;
                padding-bottom: 30px;

                ul {
                    margin-top: 10px;
                    font-weight: 500;

                    li {
                        list-style: "●  ";
                        border-bottom: 0;
                        margin-bottom: 0;
                        padding-bottom: 0;

                        &::marker {
                            color: $blue;
                        }
                    }
                }
            }
        }
    }
}*/
@media screen and (max-width: 1300px) {
  .top-flex h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 800px) {
  .top-flex {
    flex-direction: column;
    overflow-x: hidden;
  }
  .top-flex .left {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .top-flex .right {
    width: 50%;
    margin-left: auto;
    margin-top: -100px;
  }
  .top-flex .title-box {
    margin-left: 10%;
  }
}
@media screen and (max-width: 700px) {
  h2 {
    font-size: 25px;
  }
  .service-box ul.point {
    padding-left: 30px;
  }
  .block {
    margin: 70px auto;
  }
  .top-flex .title-box img {
    width: 150%;
    right: auto;
    left: 20%;
  }
  .top-flex .right {
    margin-top: 0;
  }
  .link-flex2 .btn {
    min-width: auto;
  }
  .news-flex {
    flex-wrap: wrap;
    gap: 20px;
  }
  .news-flex .link {
    margin: 0 auto;
  }
  .aboutus-flex {
    flex-direction: column;
  }
  .aboutus-flex .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutus-flex .right {
    width: 100%;
  }
  .aboutus-flex .right img {
    max-width: 400px;
    margin: 0 auto;
  }
  .aboutus-flex .right .shadow {
    width: 80%;
    margin: 0 auto;
  }
  .aboutus-flex .right .shadow::after {
    max-width: 400px;
  }
  .features-flex {
    flex-direction: column;
  }
  .features-flex h3 {
    font-size: 25px;
  }
  .features-flex .left {
    width: 100%;
    max-width: 100%;
  }
  .features-flex .right {
    width: 100%;
    max-width: 100%;
  }
  .link-flex2 {
    flex-direction: column;
  }
  .link-flex2 .btn {
    width: 100%;
  }
  .ph-flex {
    flex-direction: column-reverse;
  }
  .ph-flex .left {
    width: 100%;
    margin-top: 30px;
  }
  .ph-flex .right {
    width: 100%;
  }
  .ph-flex h3 span {
    font-size: 25px;
  }
  .link-flex .btn {
    width: 100%;
    min-width: auto;
  }
  .message .block {
    flex-direction: column;
    margin: 20px auto;
  }
  .message .block .left {
    width: 100%;
  }
  .message h3 {
    font-size: 30px;
  }
  .message .name {
    font-size: 30px;
  }
  .message .name span {
    font-size: 20px;
  }
  .message .link-btn {
    margin-left: 0;
  }
  .message .right {
    margin-left: auto;
    margin-top: -80px;
    position: relative;
    z-index: 10;
  }
  .message .right img {
    margin-bottom: -30px;
  }
  .message .bg2 {
    bottom: 1%;
    left: -2.5%;
    width: 80%;
  }
  .interview .swiper-slide {
    width: 350px;
  }
  .interview .card .title {
    line-height: 300%;
  }
  .interview .card .title span {
    font-size: 25px;
  }
  .interview .name-flex {
    flex-direction: column;
  }
  .interview .name-flex .link-btn {
    margin-left: auto;
    margin-right: 5%;
  }
  .movie h3 {
    font-size: 25px;
  }
  .movie .link1 {
    font-size: 16px;
  }
  .movie-links {
    flex-direction: column;
  }
  .news2 .news-box {
    flex-direction: column;
  }
  .news2 .news-box .left {
    width: 100%;
  }
  .news2 .news-box .right {
    width: 100%;
  }
  .footer-links .links-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .top-flex .title-box img {
    width: 150%;
    top: -20%;
    right: auto;
    left: -30%;
    transform: translate(0, 0%);
  }
  .interview .name-flex {
    width: calc(100% - 50px);
  }
}/*# sourceMappingURL=home.css.map */