@charset "UTF-8";
/*--------------------------------------



--------------------------------------*/
.footerOtherList {
  display: none;
}

.pageTitleWrap {
  margin: 0;
  position: relative;
}

.pageTitle {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 15px 0;
  font-size: calc(1.525rem + 2.475vw);
  font-weight: bold;
}

.pageImg img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: top;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*--------------------------------------



--------------------------------------*/
.mainWrap {
  position: relative;
}

.indexFix {
  position: sticky;
  top: 0;
  height: 0;
  z-index: 2;
}

.indexFixLink {
  background: #F9A1A1;
  color: #fff;
  font-size: calc(1.265rem + 0.135vw);
  font-weight: 400;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 35px;
  padding: 10px 10px;
  border-radius: 10px 0 0 10px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  margin: 0 0 0 auto;
  transition: 0.3s;
  text-decoration: none;
}
.indexFixLink:hover {
  opacity: 0.8;
}
.indexFixLink span {
  line-height: 1.4;
}

.indexWrap {
  padding: 0 0 85px;
  position: relative;
  overflow: hidden;
}

.indexBg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 1848px;
  min-width: 1848px;
  z-index: -1;
}

.indexBgBallWrap01 {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: 0 auto;
  top: 46%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}

.indexBgBall01 {
  display: block;
  width: 120px;
  height: 120px;
  background: #61D2DB;
  border-radius: 40% 70% 60% 39%/70% 80% 30% 47%;
  animation: indexmove01 8s linear infinite;
}

@keyframes indexmove01 {
  50% {
    border-radius: 75% 80% 75% 80%/80% 75% 80% 75%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}
.indexBgBallWrap02 {
  position: absolute;
  max-width: 1800px;
  min-width: 1800px;
  width: 100%;
  display: block;
  margin: 0 auto;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}

.indexBgBall02 {
  display: block;
  width: 480px;
  height: 480px;
  margin: 0 250px 0 auto;
  background: #61D2DB;
  border-radius: 40% 70% 60% 39%/70% 80% 30% 47%;
  animation: indexmove02 5s linear infinite;
  display: none;
}

.indexBgBall03 {
  display: block;
  width: 400px;
  height: 400px;
  margin: -400px 0 0 auto;
  background: #61D2DB;
  border-radius: 40% 70% 60% 39%/70% 80% 30% 47%;
  animation: indexmove02 7s linear infinite;
}

@keyframes indexmove02 {
  50% {
    border-radius: 75% 80% 75% 80%/80% 75% 80% 75%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}
.indexImgWrap {
  display: block;
  width: 100%;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto 35px;
}

.indexImg {
  margin: 0 0 35px;
}
.indexImg img {
  min-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.indexNewsWrap {
  margin: 0 0 60px;
  position: relative;
  overflow: hidden;
}

.indexBgFloat {
  position: absolute;
  top: 30px;
  right: 0;
  max-width: 1900px;
  min-width: 1900px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.indexBgFloat img {
  margin: 0 -40px 0 auto;
}

.indexNewsTitleWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto 15px;
}

.indexNewsTitle {
  font-size: calc(1.425rem + 1.575vw);
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #61D2DB;
}
.indexNewsTitle span {
  padding: 15px 0 0;
  margin: 0 0 0 5px;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 400;
  color: #444;
}

.indexNewsLink {
  text-decoration: none;
  color: #fff;
  background: #61D2DB;
  transition: 0.3s;
  padding: 8px 25px 8px 12px;
  position: relative;
  max-width: 215px;
  width: 100%;
}
.indexNewsLink::before {
  content: "";
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 10px;
}
.indexNewsLink:hover {
  opacity: 0.8;
}

.indexNewsListWrap {
  padding: 0 15px;
  max-width: 1210px;
  margin: 0 auto;
}

/*--------------------------------------



--------------------------------------*/
.message {
  max-width: 1210px;
  margin: 0 auto 70px;
  padding: 0 15px;
}

.messageOuter {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  position: relative;
}
.messageOuter::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: solid 40px #fff;
  border-bottom: solid 40px transparent;
}
.messageOuter::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: solid 40px #fff;
  border-top: solid 40px transparent;
}

.messageInner {
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 1020px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 60px 0 100px;
}

.messageTitle {
  font-size: 45;
  font-weight: 700;
  color: #61D2DB;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px;
}
.messageTitle span {
  margin: -10px 0 0;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 400;
  color: #444;
}

.messageText {
  text-align: center;
  font-size: calc(1.375rem + 1.125vw);
  color: #61D2DB;
  margin: 0 0 40px;
}

.messageRowText {
  margin: 0 0 20px;
}

.meesageImg {
  max-width: 345px;
  margin: 0 auto;
}

.messsageName {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.messsageName span {
  font-size: calc(1.355rem + 0.945vw);
  margin: 0 0 0 15px;
}

/*--------------------------------------



--------------------------------------*/
.work {
  margin: 0 0 90px;
  position: relative;
  overflow: hidden;
}

.workBg {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1860px;
  min-width: 1860px;
  margin: 0 auto;
  z-index: -1;
}

.workWrap {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.workTitle {
  font-size: 45;
  font-weight: 700;
  color: #61D2DB;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px;
  text-align: center;
}
.workTitle span {
  margin: -10px 0 0;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 400;
  color: #444;
}

.workList {
  width: 100%;
  max-width: 780px;
  margin: 0 0 25px;
}

.workItem {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: dotted 2px #ccc;
}

.workItemBox {
  display: flex;
  align-items: center;
}

.workItemNum {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  background: #61D2DB;
  color: #fff;
  font-size: calc(1.375rem + 1.125vw);
  font-weight: 400;
}

.workItemNum02 {
  background: #69BCDA;
}

.workItemNum03 {
  background: #70A5D9;
}

.workItemText {
  color: #444;
  font-size: calc(1.305rem + 0.495vw);
  margin: 0 0 0 30px;
}

.workItemText02 {
  color: #69BCDA;
}

.workItemText03 {
  color: #70A5D9;
}

.workImgWrap {
  max-width: 380px;
  margin: 0 auto;
}

.workImg {
  margin: 0 auto;
}

.workImg + .workImg {
  margin: 20px auto 0;
}

/*--------------------------------------



--------------------------------------*/
.indexLinkWrap {
  background: url(../images/index_link_bg.png);
  padding: 70px 15px 90px;
}

.internshipWrap {
  margin-bottom: 40px;
}

.internshipLink {
  transition: all 0.3s;
}
.internshipLink:hover {
  opacity: 0.8;
}

.indexLinkOuter {
  max-width: 1180px;
  margin: 0 auto;
}

.indexLinkList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.indexLink {
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.indexLink:hover {
  opacity: 0.8;
}

.indexLinkItem {
  margin: 0 0 20px;
}
.indexLinkItem:nth-of-type(1) {
  width: 100%;
}
.indexLinkItem:nth-of-type(2) {
  width: 100%;
}
.indexLinkItem:nth-of-type(3) {
  width: 100%;
}
.indexLinkItem:nth-of-type(4) {
  width: 100%;
}

.indexLinkimg img {
  position: absolute;
  border-radius: 11px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.indexLinkText {
  min-height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: calc(1.375rem + 1.125vw);
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

@media (min-width: 1000px){
  .pageTitle {
    font-size: 4rem;
  }
  .indexFixLink {
    font-size: 1.4rem;
  }
  .indexNewsTitle {
    font-size: 3rem;
  }
  .indexNewsTitle span {
    font-size: 1.8rem;
  }
  .messageTitle span {
    font-size: 1.8rem;
  }
  .messageText {
    font-size: 2.5rem;
  }
  .messsageName span {
    font-size: 2.3rem;
  }
  .workTitle span {
    font-size: 1.8rem;
  }
  .workItemNum {
    font-size: 2.5rem;
  }
  .workItemText {
    font-size: 1.8rem;
  }
  .indexLinkText {
    font-size: 2.5rem;
  }
}

@media print and (min-width: 1000px), screen and (min-width: 500px) and (min-width: 1000px){
  .indexFixLink {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 500px){
  .indexFixLink {
    font-size: calc(1.305rem + 0.495vw);
    padding: 20px 15px;
    max-width: 55px;
  }
  .messageOuter::before {
    border-right: solid 80px #fff;
    border-bottom: solid 80px transparent;
  }
  .messageOuter::after {
    border-left: solid 80px #fff;
    border-top: solid 80px transparent;
  }
  .messageInner {
    width: calc(100% - 160px);
  }
  .workItemNum {
    width: 98px;
    height: 98px;
  }
}

@media print, screen and (min-width: 768px){
  .indexNewsWrap {
    margin: 0 0 80px;
  }
  .indexNewsTitle span {
    padding: 0;
    margin: 0 0 0 10px;
  }
  .message {
    margin: 0 auto 140px;
  }
  .messageRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .messageRowText {
    margin: 0;
    width: 54.9019607843%;
  }
  .meesageImg {
    margin: 0;
    width: 33.8235294118%;
  }
  .workList {
    margin: 0;
    width: 66.1016949153%;
  }
  .workInner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .workImgWrap {
    margin: 0;
    width: 32.2033898305%;
  }
  .indexLinkWrap {
    padding: 130px 15px 150px;
  }
  .indexLinkItem:nth-of-type(1) {
    width: calc(50% - 10px);
  }
  .indexLinkItem:nth-of-type(2) {
    width: calc(50% - 10px);
  }
  .indexLinkItem:nth-of-type(3) {
    width: calc(50% - 10px);
  }
  .indexLinkItem:nth-of-type(4) {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 960px){
  .pageTitleWrap {
    margin: 57px 0 0;
  }
  .pageTitle {
    min-height: 240px;
  }
  .indexWrap {
    padding: 0 0 130px;
  }
  .indexBgBall02 {
    display: block;
  }
}

/*# sourceMappingURL=index.css.map*/