@charset "UTF-8";
/******************
top
*******************/
.top {
  background-image: url("../../src/home/bg1.webp?date=260312");
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  padding: 5% 0;
  overflow: hidden;
  position: relative;
  padding-top: 0;
}
.top .staff {
  width: 110%;
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-51%, 0%);
  z-index: 100;
  padding: 50px 0;
  padding-top: 0;
}

.paint1 {
  top: 50%;
  left: 0%;
  width: 35%;
  transform: translate(0, -45%);
  z-index: 2;
}

.paint2 {
  top: 0%;
  right: 0%;
  width: 40%;
}

.paint3 {
  bottom: 0%;
  right: 0%;
  width: 40%;
}

.this-is {
  top: 75px;
  left: 0%;
  width: 80%;
  z-index: 1;
}

.fadie {
  bottom: -1%;
  right: 0%;
  width: 70%;
}

.this-is-fadie {
  bottom: 3%;
  right: 3%;
  width: 40%;
  z-index: 100;
}

/******************
video
*******************/
section.interview.video {
  padding: 100px 0 70px 0 !important;
  background: #9af0ff;
}
section.interview.video .h2 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
section.interview.video video {
  display: block;
  width: 800px;
  margin: 0 auto;
  max-width: 90%; /* 最大幅を100%に制限 */
  border-radius: 10px;
  position: relative;
  z-index: 10;
}

/******************
about us & message
*******************/
.contents {
  background-image: url("../../src/home/bg2.webp?date=260312");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contents-box {
  display: flex;
  width: 1500px;
  margin: 0% auto;
  max-width: 100%;
  align-items: stretch;
}

.content {
  position: relative;
  display: flex;
  padding-bottom: 100px;
}

.grow {
  flex-grow: 1;
}

.title {
  position: absolute;
  top: 20%;
  left: 10%;
  font-weight: 800;
  font-size: max(1.6vw, 15px);
}
.title span {
  font-size: max(5vw, 20px);
}

.title2 span {
  font-size: max(3vw, 20px);
}

.title1 {
  top: 14%;
  left: 25%;
}

.tag-box {
  position: absolute;
  bottom: 30px;
  left: 10%;
  display: flex;
  align-items: flex-end;
  width: 90%;
}
.tag-box .tag1 {
  width: 250px;
}
.tag-box .tag2 {
  width: auto;
  padding-bottom: 20px;
}
.tag-box .tag2 a {
  display: inline;
  padding: 3px;
  font-size: 16px;
  border-bottom: solid 1px rgb(46, 46, 46);
  font-weight: 600;
}
.tag-box h3 {
  margin-bottom: 20px;
}
.tag-box h3 span {
  background: #333333;
  padding: 10px 20px;
  color: white;
  margin-bottom: 20px;
  font-size: 22px;
}

/******************
career
*******************/
.career {
  background: #9af0ff;
  position: relative;
}
.career .circle1 {
  position: absolute;
  width: auto;
  height: 80%;
  top: 3%;
  left: -7%;
  z-index: 2;
}

.career-box {
  width: 1500px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative;
  z-index: 5;
}
.career-box .ca-b {
  width: 50%;
  padding: 50px 5%;
  position: relative;
  z-index: 2;
}
.career-box .ca-b h3 {
  margin-bottom: 20px;
}
.career-box .ca-b span {
  background: #333333;
  padding: 10px 20px;
  padding-right: 60px;
  color: white;
  margin-bottom: 20px;
  font-size: 22px;
}
.career-box .ca-b a {
  text-align: right;
}
.career-box .img1 {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 100%;
  right: 0;
  top: 0;
  max-width: 730px;
}
.career-box h4 {
  font-size: 25px;
  line-height: 200%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.career-box .more {
  text-align: right;
  margin-bottom: 50px;
}
.career-box a {
  text-align: right;
  display: inline;
  padding: 3px;
  font-size: 16px;
  border-bottom: solid 1px rgb(46, 46, 46);
  font-weight: 600;
}

/******************
schedule
*******************/
.schedule {
  margin-top: 100px;
}

.sche-box {
  display: flex;
  width: 1500px;
  margin: 0 auto;
  max-width: 80%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sche-box .sche {
  width: 500px;
}
.sche-box .sche .img1 {
  width: 90%;
  margin: 0 auto;
}
.sche-box .center {
  margin: 0 auto;
  font-size: 15px;
  width: 400px;
}
.sche-box .center .support {
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.sche-box .date {
  font-weight: 800;
  font-size: 18px;
}
.sche-box .day {
  font-size: 12px;
}
.sche-box .time {
  font-size: 14px;
  font-weight: 800;
}
.sche-box .place {
  font-weight: 800;
  font-size: 18px;
}
.sche-box .post {
  font-size: 12px;
}
.sche-box table {
  border-collapse: collapse;
}
.sche-box table tr th {
  vertical-align: top;
  text-align: left;
  width: 80px;
}
.sche-box table th,
.sche-box table td {
  padding: 10px 0;
  border-bottom: solid 1px #808080;
}
.sche-box table th p,
.sche-box table td p {
  font-size: 14px;
}

.follow {
  text-align: center;
  margin-top: -30px;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}

.insta {
  display: flex;
  flex-wrap: wrap;
  width: 460px;
  margin: 50px auto;
  gap: 3%;
  justify-content: center;
  max-width: 90%;
}
.insta img {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
.insta .insta1,
.insta .insta2,
.insta .insta3 {
  margin-bottom: 20px;
}
.insta .insta1 {
  width: 440px;
}
.insta .insta2 {
  width: 200px;
}
.insta .insta3 {
  width: 200px;
}

.flow-box {
  display: flex;
  width: 1500px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 80%;
  margin-top: 100px;
  margin-bottom: 50px;
  gap: 10%;
  justify-content: center;
}
.flow-box .flow1 {
  margin-bottom: 50px;
}
.flow-box .flow1 .flow {
  width: 450px;
  margin-left: auto;
}
.flow-box .flow1 h3 {
  font-size: 30px;
  color: #3fb0f5;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border-left: solid 4px #3fb0f5;
  line-height: 110%;
  padding-left: 7px;
  margin-bottom: 20px;
}
.flow-box .flow1 p {
  font-size: 16px;
}
.flow-box .flow1 table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}
.flow-box .flow1 table th {
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  color: #3fb0f5;
  width: 100px;
  text-align: left;
  vertical-align: bottom;
  padding-left: 1.5%;
}
.flow-box .flow1 table td .entry {
  font-size: 25px;
  font-weight: 600;
}
.flow-box .flow1 table td .blue {
  color: white;
  background: #3fb0f5;
  padding: 8px 20px;
  border-radius: 12px;
}
.flow-box .flow1 table td p {
  font-size: 14px;
}
.flow-box .flow1 table td.blue-box {
  padding-bottom: 10px;
}
.flow-box .flow1 table th,
.flow-box .flow1 table td {
  padding-top: 20px;
  border-bottom: solid 1px #808080;
  padding-bottom: 3px;
}
.flow-box .flow1 h5 {
  font-size: 20px;
  margin-top: 50px;
  color: #3fb0f5;
  margin-bottom: 10px;
}
.flow-box .flow1 .recruit-btn {
  display: flex;
  gap: 5%;
}
.flow-box .flow1 .recruit-btn .rec {
  width: 50%;
  text-align: center;
}
.flow-box .flow1 .recruit-btn .rec a {
  color: white;
  font-weight: 800;
  padding: 15px 0;
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
}
.flow-box .flow1 .recruit-btn .rec .rec1 {
  background: rgb(166, 240, 244);
  background: linear-gradient(180deg, rgb(166, 240, 244) 0%, rgb(54, 161, 255) 50%, rgb(48, 127, 255) 100%);
}
.flow-box .flow1 .recruit-btn .rec .rec2 {
  background: rgb(204, 224, 244);
  background: linear-gradient(180deg, rgb(204, 224, 244) 0%, rgb(10, 122, 193) 40%, rgb(0, 65, 188) 65%, rgb(0, 57, 151) 100%);
}
.flow-box .flow2 .meeting {
  border: solid 5px #3fb0f5;
  border-radius: 1em;
  padding: 30px 0 10px 0;
  width: 400px;
  position: relative;
  overflow: hidden;
}
.flow-box .flow2 .meeting img.text {
  width: 220px;
  margin: 20px auto;
}
.flow-box .flow2 .meeting h3 {
  text-align: center;
  font-weight: 800;
  line-height: 170%;
  font-size: 18px;
}
.flow-box .flow2 .meeting h4 {
  color: #3fb0f5;
  font-size: 30px;
  width: 270px;
  margin: 0 auto;
  margin-top: 30px;
}
.flow-box .flow2 .meeting ol {
  font-size: 30px;
  width: 300px;
  margin: 20px auto;
  font-weight: 600;
}
.flow-box .flow2 .meeting ol p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
  color: rgb(46, 46, 46);
  line-height: 150%;
}
.flow-box .flow2 .meeting ol li {
  margin-bottom: 20px;
  color: #3fb0f5;
  padding-left: 10px;
}
.flow-box .flow2 .meeting ol li span {
  color: rgb(46, 46, 46);
}
.flow-box .flow2 .meeting .recruit {
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 95px;
  z-index: -1;
}

/******************
Interview
*******************/
.inter-box {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.interview {
  position: relative;
  overflow: hidden;
}
.interview .h2 {
  width: 500px;
  margin: 0 auto;
  margin-left: 5%;
  margin-right: auto;
}
.interview .circle2 {
  position: absolute;
  top: 5%;
  left: -5%;
  width: 300px;
}
.interview .circle3 {
  position: absolute;
  top: 5%;
  right: -5%;
  width: 300px;
}

.container .swiper-slide {
  width: 400px !important;
}

.interview {
  background: rgba(154, 240, 255, 0.2549019608);
  padding: 70px 0 10px 0;
}
.interview a {
  position: relative;
  padding-bottom: 130px;
  margin-bottom: 20px;
}
.interview .card-image > a img {
  width: 70%;
  z-index: 2;
  margin: 0 auto;
}
.interview .catch {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 10%;
  top: 50%;
}
.interview .catch h3,
.interview .catch h4 {
  font-size: 25px;
}
.interview .catch h3 span,
.interview .catch h4 span {
  background: #9af0ff;
  padding: 10px 15px;
}
.interview .catch h5 span {
  background: white;
  padding: 10px 15px;
  font-size: 16px;
}
.interview .catch h3 {
  margin-bottom: 20px;
}
.interview .catch p {
  font-size: 14px;
}
.interview .card-image .circle {
  position: relative;
}
.interview .card-image .circle::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0px;
  width: 70%;
  height: 100%;
  border-radius: 50%;
  background: rgb(140, 82, 255);
  background: linear-gradient(90deg, rgb(140, 82, 255) 0%, rgb(92, 225, 230) 100%);
  z-index: -1;
  opacity: 0.7;
}

/******************
specials
*******************/
.specials {
  margin: 150px 0;
}

.h2 .check {
  width: 150px;
  position: absolute;
  left: 65%;
  top: -100%;
}

.sp-box {
  width: 1500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.sp-box .fadie2 {
  position: absolute;
  width: 250px;
  top: -250px;
  left: 0;
}
.sp-box .paint3 {
  position: absolute;
  width: 350px;
  bottom: -100px;
  left: 30%;
}
.sp-box .paint4 {
  position: absolute;
  width: 400px;
  top: -200px;
  right: 0;
}
.sp-box .spe {
  width: 360px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  margin: 3%;
}
.sp-box .spe::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -15px;
  width: 100%;
  height: 100%;
  background: rgb(204, 148, 244);
  background: linear-gradient(90deg, rgb(204, 148, 244) 0%, rgb(0, 144, 190) 50%, rgb(0, 206, 232) 100%);
  z-index: -1;
}
.sp-box .spe h4 {
  background: #333333;
  color: white;
  padding: 10px;
}

/******************
blog
*******************/
.blog {
  margin: -120px 0;
  margin-bottom: 50px;
  padding-top: 70px;
}

.blog-box {
  display: flex;
  width: 1500px;
  max-width: 90%;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.blog-box .card {
  width: 380px;
  margin-bottom: 10px;
}

.blog-container .card-image > a > img {
  border-radius: 20px !important;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
}

/******************
infographic
*******************/
.infogra-box {
  position: relative;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}

.infographic {
  padding-top: 100px;
}
.infographic .h2 {
  width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 5%;
  left: 5%;
}
.infographic {
  background-image: url("../../src/home/bg3.webp?date=260312");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.insta-link {
  width: 400px;
  margin: 30px auto;
  max-width: 80%;
}

/******************
instagram
*******************/
section.instagram {
  background: #e6fbff;
  padding: 5px 0 50px 0;
}
section.instagram .container .swiper-slide {
  width: 250px !important;
}

.instagram-box {
  display: flex;
  width: 1500px;
  max-width: 100%;
}

.insta-card {
  width: 200px;
  height: 200px;
  background: #9af0ff;
  margin: 0 auto;
}

/******************
entry
*******************/
section.entry {
  margin-bottom: 50px;
}

.entry-info {
  width: 800px;
  max-width: 90%;
  margin: 30px auto;
}
.entry-info p {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .top .staff {
    width: 100%;
    min-width: 100%;
    padding-top: 40px;
  }
  .this-is-fadie {
    bottom: 5%;
    right: 5%;
    width: 60%;
  }
  .contents-box {
    display: block;
  }
  .fadie {
    width: 90%;
  }
  .content {
    overflow-x: hidden;
  }
  .content img.left {
    margin-top: 30px;
  }
  .content img.right {
    margin-left: 10%;
  }
  .tag-box h3 span {
    font-size: 17px;
  }
  .tag-box .tag1 {
    width: 60%;
  }
  .title1 {
    top: calc(14% + 30px);
    left: 10%;
  }
  .career-box .img1 {
    height: 300px;
  }
  .career .circle1 {
    top: 15%;
  }
  .career-box {
    padding-top: 100px;
  }
  .sche-box {
    display: block;
    margin-top: 50px;
  }
  .sche-box .center {
    width: 90%;
  }
  .flow-box .flow1 .flow {
    width: 90%;
    margin-left: auto;
  }
  .career-box {
    display: block;
  }
  .career-box h4 {
    font-size: 16px;
  }
  .career-box .ca-b {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 20px;
  }
  .career-box .ca-b span {
    font-size: 18px;
  }
  .career-box .ca-b2 {
    display: none;
  }
  .schedule {
    margin-top: 0px;
  }
  .schedule .h2 {
    width: auto;
  }
  .schedule .h2 h2 {
    font-size: 12px !important;
  }
  .sche-box .sche {
    width: 100%;
    margin-bottom: 0;
  }
  .sche-box .sche .img1 {
    width: 100%;
  }
  .follow {
    text-align: left;
    width: 80%;
    margin-top: 0px;
    font-size: 16px;
  }
  .insta {
    max-width: 100%;
  }
  .insta .insta1 {
    width: 90%;
    max-width: 400px;
  }
  .insta .insta2 {
    width: 43%;
    max-width: 200px;
  }
  .flow-box .flow1 .flow {
    width: 100%;
    margin-left: 0;
  }
  .flow-box .flow1 table td .entry {
    font-size: 20px;
  }
  .flow-box .flow1 .recruit-btn {
    display: block;
  }
  .career .circle1 {
    height: auto;
  }
  .flow-box .flow1 h5 {
    text-align: center;
  }
  .flow-box .flow1 .recruit-btn .rec {
    width: 90%;
    margin: 20px auto;
    max-width: 400px;
  }
  .flow-box .flow1 .recruit-btn .rec1 {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
  }
  .flow-box .flow2 .meeting h3 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }
  .flow-box .flow2 .meeting {
    width: 100%;
    padding: 30px 0 30px 0;
  }
  .flow-box .flow2 .meeting ol {
    width: 90%;
  }
  .specials .h2 {
    width: auto;
  }
  .specials .h2 h2 {
    font-size: 12px !important;
  }
  .sp-box .spe {
    width: 40%;
    margin-bottom: 40px;
  }
  .sp-box .spe h4 {
    font-size: 12px;
  }
  .sp-box .spe::after {
    top: 10px;
    left: 10px;
  }
  .h2 .check {
    left: auto;
    right: 0;
  }
  .infographic .h2 {
    width: 100px;
  }
  .infographic .h2 h2 {
    font-size: 10px !important;
  }
  .instagram .h2 h2 {
    font-size: 12px !important;
  }
  .infographic {
    padding-top: 20px;
  }
  .interview .h2 {
    width: 100px;
  }
  .interview .h2 h2 {
    font-size: 13px !important;
  }
  .sp-box .paint3 {
    width: 40%;
    left: auto;
  }
  .blog-container .card-image > a > img {
    width: 100%;
    margin: 0 auto;
  }
  .blog-container .card-image > a {
    width: 80%;
    margin: 0 auto;
  }
  section.interview.video {
    padding: 70px 0 70px 0 !important;
  }
  section.interview.video .h2 {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=home.css.map */