@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
.montserrat {
  font-family: "Montserrat", sans-serif;
}

/*================================================ TOPページ 共通 ================================================*/
h2.top-title {
  margin-bottom: 2em;
}
h2.top-title span {
  display: block;
  line-height: 1.2em;
}
h2.top-title span.txt01 {
  font-size: 2.44em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h2.top-title span.txt01 {
    font-size: 48px;
  }
}
h2.top-title span.txt02 {
  font-size: 1.26em;
  font-weight: 500;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px) {
  h2.top-title span.txt02 {
    font-size: 24px;
  }
}

/*================================================ 追従ボタン ================================================*/
a.fix-btn {
  display: block;
  width: 55%;
  box-shadow: 0 0 10px #b5b5b5;
  color: #111;
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 2;
  background: #F9E745;
  border-radius: 1em;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  a.fix-btn {
    min-width: 240px;
    width: 30%;
    max-width: 380px;
    left: auto;
    right: 30px;
    bottom: 30px;
    transition: all 0.3s;
    border: solid 2px #fff;
  }
  a.fix-btn:hover {
    transform: scale(0.97);
    box-shadow: 0 0 0 #b5b5b5;
    border: solid 2px #229994;
  }
}
a.fix-btn span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  line-height: 1.2em;
}
a.fix-btn span.txt01 {
  background: #636363;
  color: #fff;
  letter-spacing: 0;
  padding: 0.18em 1em 0.2em;
  border-radius: 50em;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  a.fix-btn span.txt01 {
    padding: 0.2em 1.4em 0.24em;
    font-size: 12px;
  }
}
a.fix-btn span.txt02 {
  color: #222;
  font-size: 0.72em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  a.fix-btn span.txt02 {
    font-size: 10px;
  }
}
a.fix-btn p {
  width: 100%;
  font-size: 0.82em;
  line-height: 1.4em;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px) {
  a.fix-btn p {
    font-size: 12px;
  }
}

/*================================================ メインビジュアル ================================================*/
div.hero-area {
  position: relative;
  margin-bottom: 25%;
}
@media screen and (min-width: 768px) {
  div.hero-area {
    margin-bottom: 0;
  }
}
div.hero-area video {
  width: 100%;
}
div.hero-area h1 {
  position: absolute;
  top: 33.6%;
  left: 7%;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  z-index: 2;
  font-size: 7.4vw;
  background-size: 300%;
  background-position: right;
  color: #000;
  /*-webkit-background-clip: text;
  -webkit-text-fill-color: transparent
  animation: heroh1 5s 0s ease forwards;*/
}
@media screen and (min-width: 768px) {
  div.hero-area h1 {
    font-size: 4.5vw;
    top: 31.4%;
    left: 9.6%;
  }
}
@keyframes heroh1 {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div.hero-area h1 span:nth-of-type(1) {
  opacity: 0;
  animation: fade 3s 0.6s ease forwards;
}
div.hero-area h1 span:nth-of-type(2) {
  opacity: 0;
  animation: fade 3s 0.7s ease forwards;
}
div.hero-area h1 span:nth-of-type(3) {
  opacity: 0;
  animation: fade 3s 0.8s ease forwards;
}
div.hero-area h1 span:nth-of-type(4) {
  opacity: 0;
  animation: fade 3s 0.9s ease forwards;
}
div.hero-area h1 span:nth-of-type(5) {
  opacity: 0;
  animation: fade 3s 1s ease forwards;
}
div.hero-area h1 span:nth-of-type(6) {
  opacity: 0;
  animation: fade 3s 1.1s ease forwards;
}
div.hero-area h1 span:nth-of-type(7) {
  opacity: 0;
  animation: fade 3s 1.2s ease forwards;
}
div.hero-area h1 span:nth-of-type(8) {
  opacity: 0;
  animation: fade 3s 1.3s ease forwards;
}
div.hero-area h1 span:nth-of-type(9) {
  opacity: 0;
  animation: fade 3s 1.4s ease forwards;
}
div.hero-area h1 span:nth-of-type(10) {
  opacity: 0;
  animation: fade 3s 1.5s ease forwards;
}
div.hero-area h1 span:nth-of-type(11) {
  opacity: 0;
  animation: fade 3s 1.6s ease forwards;
}
div.hero-area h1 span:nth-of-type(12) {
  opacity: 0;
  animation: fade 3s 1.7s ease forwards;
}
div.hero-area h1 span:nth-of-type(13) {
  opacity: 0;
  animation: fade 3s 1.8s ease forwards;
}
div.hero-area h1 span:nth-of-type(14) {
  opacity: 0;
  animation: fade 3s 1.9s ease forwards;
}
div.hero-area h1 span:nth-of-type(15) {
  opacity: 0;
  animation: fade 3s 2s ease forwards;
}
div.hero-area h1 span:nth-of-type(16) {
  opacity: 0;
  animation: fade 3s 2.1s ease forwards;
}
div.hero-area h1 span:nth-of-type(17) {
  opacity: 0;
  animation: fade 3s 2.2s ease forwards;
}
div.hero-area h1 span:nth-of-type(18) {
  opacity: 0;
  animation: fade 3s 2.3s ease forwards;
}
div.hero-area h1 span:nth-of-type(19) {
  opacity: 0;
  animation: fade 3s 2.4s ease forwards;
}
div.hero-area h1 span:nth-of-type(20) {
  opacity: 0;
  animation: fade 3s 2.5s ease forwards;
}
div.hero-area h1 span:nth-of-type(21) {
  opacity: 0;
  animation: fade 3s 2.6s ease forwards;
}
div.hero-area h1 span:nth-of-type(22) {
  opacity: 0;
  animation: fade 3s 2.7s ease forwards;
}
div.hero-area h1 span:nth-of-type(23) {
  opacity: 0;
  animation: fade 3s 2.8s ease forwards;
}
div.hero-area h1 span:nth-of-type(24) {
  opacity: 0;
  animation: fade 3s 2.9s ease forwards;
}
div.hero-area h1 span:nth-of-type(25) {
  opacity: 0;
  animation: fade 3s 3s ease forwards;
}
div.hero-area h1 span:nth-of-type(26) {
  opacity: 0;
  animation: fade 3s 3.1s ease forwards;
}
div.hero-area h1 span:nth-of-type(27) {
  opacity: 0;
  animation: fade 3s 3.2s ease forwards;
}
div.hero-area h1 span:nth-of-type(28) {
  opacity: 0;
  animation: fade 3s 3.3s ease forwards;
}
div.hero-area h1 span:nth-of-type(29) {
  opacity: 0;
  animation: fade 3s 3.4s ease forwards;
}
div.hero-area h1 span:nth-of-type(30) {
  opacity: 0;
  animation: fade 3s 3.5s ease forwards;
}
div.hero-area div.hero-img {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
@keyframes hero-img01 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes hero-img02 {
  0% {
    transform: translate(0, 20%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes hero-img03 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20%);
  }
  100% {
    transform: translate(0, 0);
  }
}
div.hero-area div.hero-img.hero-img01 {
  bottom: 1%;
  right: 0;
  width: 92.8%;
  animation: hero-img02 1s 2s ease forwards, hero-img01 10s 3s ease infinite;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img.hero-img01 {
    width: 52.8%;
    bottom: 0;
    right: 2%;
    width: 52.8%;
  }
}
div.hero-area div.hero-img.hero-img02 {
  top: 30%;
  left: 64.6%;
  width: 26.8%;
  animation: hero-img02 1s 2.2s ease forwards, hero-img01 10s 3.4s ease infinite;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img.hero-img02 {
    top: 54%;
    left: 47.6%;
    width: 9.8%;
  }
}
div.hero-area div.hero-img.hero-img03 {
  top: 12.6%;
  left: 7.6%;
  width: 49.8%;
  animation: hero-img02 1s 2.2s ease forwards, hero-img01 10s 3.6s ease infinite;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img.hero-img03 {
    top: 11.6%;
    left: 21.6%;
    width: 29.8%;
  }
}
div.hero-area div.hero-img.hero-img04 {
  top: 59%;
  left: 1.6%;
  width: 31.6%;
  animation: hero-img02 1s 2.4s ease forwards, hero-img01 10s 3.8s ease infinite;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img.hero-img04 {
    top: 16%;
    left: 45.6%;
    width: 14.6%;
  }
}
div.hero-area div.hero-img.hero-img05 {
  top: 64.4%;
  left: 20.6%;
  width: 23.4%;
  animation: hero-img02 1s 2.6s ease forwards, hero-img01 10s 3.8s ease infinite;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img.hero-img05 {
    top: 22.4%;
    left: 54.6%;
    width: 11.4%;
  }
}
div.hero-area div.hero-img.hero-img06 {
  top: 4.6%;
  left: 42%;
  width: 40.6%;
  animation: hero-img02 1s 2.8s ease forwards, hero-img01 10s 3.8s ease infinite;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img.hero-img06 {
    top: 14.6%;
    left: 65%;
    width: 15.6%;
  }
}
div.hero-area div.hero-img.hero-img07 {
  top: 13.4%;
  left: 69.4%;
  width: 28.2%;
  animation: hero-img02 1s 3s ease forwards, hero-img03 10s 3.8s ease infinite;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img.hero-img07 {
    top: 16.4%;
    left: 76.4%;
    width: 9.2%;
  }
}
div.hero-area div.hero-bg {
  position: absolute;
  opacity: 0.8;
  z-index: 0;
}
@keyframes herobg01 {
  0% {
    transform: translate(-100%, -70%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes herobg02 {
  0% {
    transform: translate(-100%, -70%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes herobg03 {
  0% {
    transform: translate(70%, -50%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
div.hero-area div.hero-bg.hero-bg01 {
  top: 13%;
  left: 0;
  width: 13%;
}
div.hero-area div.hero-bg.hero-bg02 {
  top: 14.8%;
  left: 0;
  width: 7.6%;
}
div.hero-area div.hero-bg.hero-bg03 {
  top: 18%;
  left: 8.8%;
  width: 7%;
}
div.hero-area div.hero-bg.hero-bg04 {
  top: 54.4%;
  right: 5.6%;
  width: 12%;
}
div.hero-area div.hero-bg.hero-bg05 {
  top: 47%;
  right: -1%;
  width: 14%;
}
div.hero-area div.hero-bg.hero-bg06 {
  top: 42.6%;
  right: 0%;
  width: 6%;
}

/*================================================ What’s New ================================================*/
div.sec-what-wrap {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  div.sec-what-wrap {
    width: 100%;
    max-width: 1360px;
    margin: auto;
  }
}

section.sec-what {
  background-image: url(../myimg/top/what-bg_sp.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  section.sec-what {
    background: none;
    position: relative;
    border-radius: 2em 0 0 2em;
  }
}
section.sec-what div.sec-what-inner {
  width: 90%;
  margin: auto;
  padding: 0 0 10%;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner {
    max-width: 1100px;
    position: relative;
    padding: 0 0 45px 4%;
    box-sizing: border-box;
  }
  section.sec-what div.sec-what-inner::after {
    content: "";
    display: block;
    background-image: url(../myimg/top/what-bg_pc.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    border-radius: 2em 0 0 2em;
  }
  section.sec-what div.sec-what-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    transform: translate(-100%, 0);
    z-index: 2;
  }
}
section.sec-what div.sec-what-inner h2 {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    width: 106%;
  }
}
section.sec-what div.sec-what-inner h2 span.txt01 {
  font-size: 3.64em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 0.6em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner h2 span.txt01 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-what div.sec-what-inner h2 span.txt01 {
    font-size: 104px;
  }
}
section.sec-what div.sec-what-inner h2 span.txt02 {
  font-size: 1.68em;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner h2 span.txt02 {
    font-size: 40px;
    order: -1;
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-what div.sec-what-inner h2 span.txt02 {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner div.what-slide-wrap {
    padding: 20px 0 0;
  }
}
section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-box {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    margin-bottom: 25px;
  }
}
section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-prev, section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 50em;
  background: #fff;
  position: relative;
  transform: translate(0);
  left: 0;
  top: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-prev, section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-next {
    transition: all 0.3s;
  }
  section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-prev:hover, section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-next:hover {
    background: #229994;
    transform: scale(1.1);
  }
  section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-prev:hover svg, section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-next:hover svg {
    fill: #fff;
  }
}
section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-prev::after, section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-next::after {
  content: none;
}
section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-prev svg, section.sec-what div.sec-what-inner div.what-slide-wrap div.swiper-button-next svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #D9D9D9;
}
section.sec-what div.sec-what-inner div.what-slide-wrap .swiper-pagination {
  position: revert;
  width: 70px;
  letter-spacing: 0.1em;
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-wrapper {
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-wrapper {
    display: flex;
  }
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide {
    margin-bottom: 0;
  }
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide a {
  display: block;
  color: #111;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide a {
    transition: all 0.3s;
  }
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide a:hover {
    color: #229994;
  }
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide a:hover .cm-interviews-box-img img {
    transform: scale(1.05);
  }
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide a:hover div.what-img p {
    background-position: 70% 50%;
  }
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-img {
  border-radius: 1em;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-img {
    -webkit-mask-image: url(../myimg/top/mask03.png);
            mask-image: url(../myimg/top/mask03.png);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    margin-bottom: 0;
  }
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-img:hover img {
    transform: scale(1.06);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-img {
    -webkit-mask-image: url(../myimg/top/mask03.png);
            mask-image: url(../myimg/top/mask03.png);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-img {
    -webkit-mask-image: url(../myimg/top/mask.png);
            mask-image: url(../myimg/top/mask.png);
  }
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-img img {
  height: 54.4vw;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-img img {
    height: 38vw;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-img img {
    height: 455px;
  }
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-img p {
  position: absolute;
  bottom: 1.4em;
  right: 1.4em;
  width: 9em;
  text-align: center;
  color: #fff;
  background: linear-gradient(145deg, #65B9B6 25%, #F0957C 52%);
  border-radius: 50em;
  letter-spacing: 0;
  padding: 0.3em 0;
  font-size: 16px;
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .company-name {
  font-size: 1.12em;
  line-height: 1.4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .company-name {
    font-size: 14px;
    margin-top: -0.6em;
    width: 54%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .company-name {
    font-size: 16px;
    margin-top: -0.8em;
    width: 54%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .company-name {
    width: 43%;
  }
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .company-name span {
  display: block;
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .company-name span.icon {
  width: 1.4em;
  margin-top: 0.1em;
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .company-name span.txt {
  width: calc(100% - 2em);
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-title {
  font-size: 1.26em;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .what-title {
    font-size: 18px;
  }
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .day-txt {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #888888;
  letter-spacing: 0;
  font-size: 0.77em;
  margin-bottom: 0.8em;
}
section.sec-what div.sec-what-inner div.what-slide div.swiper-slide .cm-tag {
  background: #fff;
  border: none;
}

/*================================================ About us ================================================*/
section.sec-about {
  padding: 20% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-about {
    padding: 136px 0 0;
  }
}
section.sec-about div.bg-img01 {
  top: 0;
  right: -70%;
}
@media screen and (min-width: 768px) {
  section.sec-about div.bg-img01 {
    width: 582px;
    right: auto;
    left: 100px;
    top: -200px;
  }
}
section.sec-about div.sec-about-inner {
  width: 90%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-about div.sec-about-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-about div.sec-about-inner div.about-txtbox {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.sec-about-inner div.about-txtbox {
    width: 525px;
  }
}
section.sec-about div.sec-about-inner p.about-txt01 {
  font-size: 1.68em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.sec-about-inner p.about-txt01 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.sec-about-inner p.about-txt01 {
    font-size: 34px;
  }
}
section.sec-about div.sec-about-inner div.about-img {
  width: 80%;
  margin: 10% auto;
  aspect-ratio: 1/1;
  border-radius: 50em;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  section.sec-about div.sec-about-inner div.about-img {
    width: 42%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.sec-about-inner div.about-img {
    width: calc(100% - 620px);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about div.sec-about-inner div.about-img {
    width: calc(100% - 700px);
  }
}
section.sec-about div.sec-about-inner div.about-img img {
  width: 100%;
}
section.sec-about div.sec-about-inner p.about-txt02 {
  font-size: 1.12em;
  line-height: 2em;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.sec-about-inner p.about-txt02 {
    font-size: 16px;
    margin-top: 2em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-about div.sec-about-inner div.cm-btn01-wrap {
    text-align: left;
  }
}

/*================================================ Company Interviews ================================================*/
section.sec-interviews {
  padding: 20% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-interviews {
    padding: 120px 0 0;
  }
}
section.sec-interviews div.sec-interviews-inner {
  width: 90%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-interviews div.sec-interviews-inner {
    max-width: 1100px;
  }
}
section.sec-interviews div.cm-btn01-wrap a.cm-btn01 {
  display: block;
  width: 16em;
  margin: auto;
}
section.sec-interviews div.bg-img01 {
  width: 140%;
  top: 0;
  left: -40%;
  transform: rotate(-50deg);
}
@media screen and (min-width: 768px) {
  section.sec-interviews div.bg-img01 {
    width: 582px;
    left: auto;
    right: -150px;
    top: auto;
    bottom: -150px;
    transform: rotate(-170deg);
  }
}
section.sec-interviews div.bg-img02 {
  width: 100%;
  top: 50%;
  right: -40%;
  transform: translate(0, -50%) rotate(-70deg);
}
section.sec-interviews div.bg-img03 {
  width: 100%;
  bottom: -5%;
  left: -40%;
  transform: translate(0, -50%) rotate(-70deg);
}

/*================================================ KAZOKU to  Supporter ================================================*/
/*------------ 川人 ここから ------------*/
section.sec-supporter {
  padding: 20% 0;
  background-image: linear-gradient(0deg, rgba(223, 253, 251, 0), rgb(223, 253, 251) 40%, rgba(223, 253, 251, 0.78) 77%, rgba(223, 253, 251, 0));
}
@media screen and (min-width: 768px) {
  section.sec-supporter {
    padding: 150px 0;
  }
}
section.sec-supporter div.sec-supporter-inner .top-title {
  width: 90%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner .top-title {
    max-width: 720px;
  }
}
section.sec-supporter div.sec-supporter-inner div.supporter-box01 {
  position: relative;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner div.supporter-box01 {
    max-width: 720px;
  }
}
section.sec-supporter div.sec-supporter-inner div.supporter-box01 p.supporter-txt01 {
  font-size: 1.12em;
  line-height: 2em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner div.supporter-box01 p.supporter-txt01 {
    width: 52%;
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-supporter div.sec-supporter-inner div.supporter-box01 p.supporter-txt01 {
    width: 55%;
  }
}
section.sec-supporter div.sec-supporter-inner div.supporter-box01 div.supporter-img01 {
  width: 90%;
  margin: 10% auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner div.supporter-box01 div.supporter-img01 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
  }
}
section.sec-supporter div.sec-supporter-inner div.logo-slide-wrap {
  margin-top: 5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner div.logo-slide-wrap {
    max-width: 1360px;
    margin: 17px auto 0;
    overflow: hidden;
  }
  section.sec-supporter div.sec-supporter-inner div.logo-slide-wrap::after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgba(223, 253, 251, 0), #DFFDFB);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  section.sec-supporter div.sec-supporter-inner div.logo-slide-wrap::before {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, #DFFDFB, rgba(223, 253, 251, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
section.sec-supporter div.sec-supporter-inner div.logo-slide-wrap01 {
  margin-top: 13%;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner div.logo-slide-wrap01 {
    margin-top: 70px;
  }
}
section.sec-supporter div.sec-supporter-inner div.logo-slide-wrap02 {
  margin-bottom: 13%;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner div.logo-slide-wrap02 {
    margin-bottom: 70px;
  }
}
section.sec-supporter div.sec-supporter-inner div.logo-slide01 div.swiper-wrapper, section.sec-supporter div.sec-supporter-inner div.logo-slide02 div.swiper-wrapper {
  transition-timing-function: linear;
}
section.sec-supporter div.sec-supporter-inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner ul {
    margin: 50px 0;
    gap: 2.66%;
  }
}
section.sec-supporter div.sec-supporter-inner ul li {
  width: 48%;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner ul li {
    width: 23%;
    margin-bottom: 2.66%;
  }
}
section.sec-supporter div.sec-supporter-inner div.supporter-box02 {
  border-radius: 2em;
  background: #fff;
  padding: 10% 0;
  box-shadow: 0 0 20px rgba(101, 186, 182, 0.4823529412);
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner div.supporter-box02 {
    padding: 50px 0;
    max-width: 720px;
  }
}
section.sec-supporter div.sec-supporter-inner div.supporter-box02 div.supporter-box02-inner {
  width: 80%;
  margin: auto;
}
section.sec-supporter div.sec-supporter-inner div.supporter-box02 div.supporter-box02-inner h3 {
  text-align: center;
  font-size: 1.4em;
  color: #65B9B6;
  line-height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner div.supporter-box02 div.supporter-box02-inner h3 {
    font-size: 24px;
  }
}
section.sec-supporter div.sec-supporter-inner div.supporter-box02 div.supporter-box02-inner p.supporter-txt02 {
  text-align: justify;
  word-break: break-all;
  font-size: 1.12em;
  line-height: 2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-supporter div.sec-supporter-inner div.supporter-box02 div.supporter-box02-inner p.supporter-txt02 {
    font-size: 16px;
    margin-bottom: 2em;
  }
}

/*------------ 川人 ここまで ------------*/
/*================================================ News ================================================*/
section.sec-news div.sec-news-inner {
  width: 90%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner {
    max-width: 950px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner h2 {
    width: 130px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner div.news-list-box {
    width: 520px;
  }
}
@media screen and (min-width: 850px) {
  section.sec-news div.sec-news-inner div.news-list-box {
    width: 583px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner div.news-list-box ul.cm-news-list {
    width: 100%;
  }
}
section.sec-news div.sec-news-inner ul.cm-news-list {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner ul.cm-news-list {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner div.cm-btn01-wrap {
    text-align: right;
  }
}
section.sec-news div.sec-news-inner div.bg-img01 {
  width: 120%;
  bottom: -10%;
  left: -30%;
  transform: translate(0, 50%) rotate(-80deg);
}
@media screen and (min-width: 768px) {
  section.sec-news div.sec-news-inner div.bg-img01 {
    width: 582px;
    left: -150px;
    top: auto;
    bottom: 0;
  }
}

/*
h1{
	#layer02 path{
		animation: line 3s 0s linear forwards;
	}
	#layer04 path{
		animation: line 4s 1.2s linear forwards;
	}
	@keyframes line{
		0%{stroke-dashoffset: 7000px;}
		100%{stroke-dashoffset: 0;}
	}
}
div.recruit-copy{
	width: 100%;
	.st0{
		fill:#fff;
	}
	.cls-1{
		fill:none;
		stroke:#ffffff;
		stroke-linecap:round;
		stroke-linejoin:round;
		stroke-miterlimit:10;
	}

	#layer02 path{
		fill:none;
		stroke-width:9;
		stroke-dasharray: 7000px;
		stroke-dashoffset: 7000px;
	}
	#layer01{
		mask: url(#mask01);
		stroke-width:10;
	}
	#layer04 path{
		fill:none;
		stroke-width:9;
		stroke-dasharray: 7000px;
		stroke-dashoffset: 7000px;
	}
	#layer03{
		mask: url(#mask02);
		stroke-width:10;
	}
}
*/
div.path-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}/*# sourceMappingURL=style.css.map */