@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
@keyframes floating-y2 {
  0% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(-5%);
  }
}
.p-top__mv {
  position: relative;
}
.p-top__mv .map {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.p-top__mv .inner {
  background: url("../../assets/img/top/mv_bg3.png") no-repeat center bottom;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*			.place1{
  				right: 219px;
  				top: 103px;
  			}
  			.place2{
  				right: -38px;
  				top: 164px;
  			}
  			.place3{
  				right: 268px;
  				top: 270px;
  			}
  			.place4{
  				right: 339px;
  				top: 426px;
  			}
  			.place5{
  				right: -29px;
  				top: 472px;
  			}
  			.place6{
  				right: 159px;
  				top: 685px;
  			}*/
}
.p-top__mv .inner .place {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.p-top__mv .inner .place-s2 {
  animation: floating-y2 1.8s ease-in-out infinite alternate-reverse;
}
.p-top__mv .inner .c-wrap2 {
  padding: 292px 0 298px;
  position: relative;
}
.p-top__mv .inner .place,
.p-top__mv .inner .place-s2 {
  position: absolute;
}
.p-top__mv .inner .place1 {
  right: 219px;
  top: 97px;
}
.p-top__mv .inner .place2 {
  right: -38px;
  top: 150px;
}
.p-top__mv .inner .place3 {
  right: 287px;
  top: 240px;
}
.p-top__mv .inner .place4 {
  right: 339px;
  top: 426px;
}
.p-top__mv .inner .place5 {
  right: -29px;
  top: 472px;
}
.p-top__mv .inner .place6 {
  right: 170px;
  top: 630px;
}
.p-top__mv h1 {
  margin-left: -22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 140%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.1em;
  color: #006CB8;
  position: relative;
  width: fit-content;
}
.p-top__mv h1:before {
  content: "";
  width: 263px;
  height: 322px;
  display: block;
  position: absolute;
  background: url("../../assets/img/top/mv_icon1.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  right: 0;
  top: -185px;
  z-index: -1;
}
.p-top__mv h1 span {
  display: block;
  background-color: #FFF;
  width: fit-content;
  padding: 4px 44px 6px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  margin-bottom: 16px;
}
.p-top__mv h1 span:last-child {
  margin-bottom: 0;
}
.p-top__mv p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  /* ボックスの高さと同一、または22px */
  letter-spacing: 0.07em;
  color: #006CB8;
  padding-left: 45px;
  margin-top: 28px;
}
.p-top__mv .c-text {
  position: absolute;
  z-index: -1;
  bottom: 85px;
}
.p-top__mv .c-text__item:nth-child(odd) {
  animation: MoveLeft var(--tick-duration, 120s) var(--tick-delay, -60s) infinite linear;
}
.p-top__mv .c-text__item:nth-child(even) {
  animation: MoveLeft2 var(--tick-duration, 120s) infinite linear;
}
.p-top__about {
  margin-bottom: 128px;
}
.p-top__about .icon {
  text-align: center;
}
.p-top__about .icon img {
  display: inline-block;
}
.p-top__about .inner {
  background: url("../../assets/img/top/about_bg.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 0 96px 0 96px;
  border-radius: 0 96px 0 96px;
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
}
.p-top__about .c-wrap2 {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 87px 0 36px;
}
.p-top__about .c-wrap2 .txt h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 160%;
  /* または90px */
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.p-top__about .c-wrap2 .txt p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 190%;
  /* または38px */
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin: 87px auto 70px;
}
.p-top__about .c-wrap2 .ph p {
  margin-bottom: 105px;
  text-align: right;
}
.p-top__about .c-wrap2 .ph img {
  position: relative;
  right: -40px;
}
.p-top__career {
  margin-bottom: 325px;
  margin-top: 77px;
}
.p-top__career .inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  background-image: url("../../assets/img/top/career_left.png"), url("../../assets/img/top/career_right.png");
  background-position: left top, right top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__career .inner .txt {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 133px 0 252px;
  position: relative;
  background: url("../../assets/img/top/career_bg.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.p-top__career .inner .txt h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}
.p-top__career .inner .txt h2 span {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.p-top__career .inner .txt p {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 190%;
  /* または34px */
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin: 44px auto 55px;
}
.p-top__career .inner .txt .icon {
  width: 260px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -189px;
  margin: auto;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-top__mv {
    position: relative;
  }
  .p-top__mv .inner {
    background: url("../../assets/img/top/mv_bg_sp3.png") no-repeat center top -22vw;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 226.67vw;
  }
  .p-top__mv .inner .place {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  .p-top__mv .inner .place-s2 {
    animation: floating-y2 1.8s ease-in-out infinite alternate-reverse;
  }
  .p-top__mv .inner .c-wrap2 {
    padding: 21.1vw 0 79.5vw;
    position: relative;
  }
  .p-top__mv .inner .place,
  .p-top__mv .inner .place-s2 {
    position: absolute;
  }
  .p-top__mv .inner .place1 {
    right: 38.93vw;
    /* 146px */
    top: 52.53vw;
    /* 197px */
    width: 25.87vw;
    /* 97px */
  }
  .p-top__mv .inner .place2 {
    right: 0.13vw;
    top: 64.47vw;
    width: 25.87vw;
    /* 97px */
  }
  .p-top__mv .inner .place3 {
    right: 49.60vw;
    top: 80.27vw;
    width: 28.53vw;
    /* 107px */
  }
  .p-top__mv .inner .place4 {
    right: 64.80vw;
    /* 243px */
    top: 121.60vw;
    /* 456px */
    width: 25.07vw;
    /* 94px */
  }
  .p-top__mv .inner .place5 {
    right: 5.87vw;
    /* 22px */
    top: 137.33vw;
    /* 515px */
    width: 26.40vw;
    /* 99px */
  }
  .p-top__mv .inner .place6 {
    right: 34.53vw;
    top: 155.93vw;
    width: 26.67vw;
    /* 100px */
  }
  .p-top__mv h1 {
    margin-left: 4vw;
    /* 15px */
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 6.67vw;
    /* 25px */
    line-height: 140%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: 0.1em;
    color: #006CB8;
    position: relative;
    width: fit-content;
  }
  .p-top__mv h1:before {
    display: none;
  }
  .p-top__mv h1 span {
    padding: 1.07vw 3.20vw 1.60vw;
    /* 4px 12px 6px */
    margin-bottom: 2.13vw;
    /* 8px */
  }
  .p-top__mv p {
    margin-top: 10px;
    padding-left: 25px;
    font-size: 10px;
  }
  .p-top__mv .c-text {
    position: absolute;
    z-index: -1;
    bottom: 300px;
  }
  .p-top__mv .c-text__item:nth-child(odd) {
    animation: MoveLeft var(--tick-duration, 120s) var(--tick-delay, -60s) infinite linear;
  }
  .p-top__mv .c-text__item:nth-child(even) {
    animation: MoveLeft2 var(--tick-duration, 120s) infinite linear;
  }
  .p-top__about {
    margin-bottom: 128px;
    padding: 0 15px;
  }
  .p-top__about .icon {
    text-align: center;
  }
  .p-top__about .icon img {
    display: inline-block;
  }
  .p-top__about .inner {
    background: url("../../assets/img/top/about_bg.png") repeat center;
    padding: 31px 25px 45px;
    -webkit-border-radius: 0 28px 0 28px;
    border-radius: 0 28px 0 28px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__about .c-btn1 {
    width: 100%;
  }
  .p-top__about .c-wrap2 {
    display: block;
    width: 100%;
    padding: 0;
  }
  .p-top__about .c-wrap2 .txt .catch {
    text-align: right;
    margin-bottom: 28px;
  }
  .p-top__about .c-wrap2 .txt .catch img {
    display: inline-block;
    width: 218px;
  }
  .p-top__about .c-wrap2 .txt h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 160%;
    /* または90px */
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .p-top__about .c-wrap2 .txt p {
    font-size: 16px;
    margin: 28px auto 0;
  }
  .p-top__about .c-wrap2 .ph p {
    margin-bottom: 105px;
    text-align: right;
  }
  .p-top__about .c-wrap2 .ph img {
    position: relative;
    right: -40px;
  }
  .p-top__career {
    margin-bottom: 416px;
    margin-top: 77px;
  }
  .p-top__career .inner {
    background-image: none;
  }
  .p-top__career .inner .txt {
    padding: 115px 20px 191px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top__career .inner .txt h2 {
    text-align: left;
  }
  .p-top__career .inner .txt h2 span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-top__career .inner .txt p {
    text-align: left;
  }
  .p-top__career .inner .txt .icon {
    width: 260px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -249px;
    margin: auto;
  }
}
