@charset "UTF-8";
html {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
}

.wrapper {
  overflow: hidden;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  align-items: center;
  height: 50px;
  z-index: 2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 0 50px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
    height: 60px;
  }
}
.header-left {
  width: 60px;
  transition: 0.4s ease;
}
.header-left:hover {
  opacity: 0.8;
}
.header-right p {
  font-size: 1.4rem;
}
@media screen and (max-width: 1301px) {
  .header-right p {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br-tab {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.top {
  padding-top: 90px;
  background-color: #5eb6e3;
  background-image: url(../img/top-back.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top {
    background-image: url(../img/top-frontsp.svg);
    background-position: 35% 60%;
    padding-bottom: 40px;
    background-size: inherit;
  }
}
.top-labo-pc {
  background: transparent;
  margin-left: 100px;
  font-size: 1.6rem;
  padding: 22px 30px;
  background-color: #1770C9;
  border-radius: 31px;
  transition: 0.4s ease;
}
.top-labo-pc:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .top-labo-pc {
    display: none;
  }
}
.top-labo-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-labo-sp {
    font-size: 1.6rem;
    display: block;
    margin: 47.5px auto 0 auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
  }
}
.top-main-title {
  max-width: 645px;
  margin: 50px auto 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .top-main-title {
    display: none;
  }
}
.top-main-title-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-main-title-sp {
    display: block;
    padding-top: 54px;
    margin: 0px auto 0 auto;
    width: 93vw;
  }
}
@media screen and (max-width: 767px) {
  .top-main-img {
    display: none;
  }
}
.top-main-img {
  max-width: 1063px;
  margin: 37.4px auto 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .top-main-img {
    display: none;
  }
}
.top-main-img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-main-img-sp {
    width: 670px;
    display: block;
    transform: translateX(-145px);
  }
}
.top-main-bg-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-main-bg-sp {
    display: block;
    margin-top: 61px;
  }
}
.top-under {
  margin: -77px 17px 0 auto;
  text-align: end;
}
@media screen and (max-width: 1024px) {
  .top-under {
    margin: 0px 17px 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top-under {
    text-align: center;
    margin: 44px auto 0 auto;
  }
}

.pink-1 {
  background-color: #f87499;
  border-radius: 42px;
  padding: 19.5px 77.5px;
  transition: 0.4s ease;
}
.pink-1:hover {
  filter: brightness(130%);
}
@media screen and (max-width: 767px) {
  .pink-1 {
    padding: 10px 52px;
  }
}
.pink-small {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pink-small {
    font-size: 1.1rem;
  }
}
.pink-big {
  margin-top: 9px;
  font-size: 3rem;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .pink-big {
    transform: translateX(10px);
    margin-top: 8px;
    font-size: 1.8rem;
  }
}
.pink-big:after {
  content: "";
  background-image: url(../img/buttonarrow.svg);
  background-repeat: no-repeat;
  width: 29px;
  height: 24px;
  display: inline-block;
  transform: translate(28px, -5px);
  margin: -5px -20px 0 0;
}
@media screen and (max-width: 767px) {
  .pink-big:after {
    margin-left: 20px;
    transform: translate(17px, -5px);
  }
}
.pink-big-head {
  margin-top: 7px;
}
.pink-header {
  display: none;
}
@media screen and (max-width: 1301px) {
  .pink-header {
    display: block;
    background-color: #f87499;
    border-radius: 42px;
    padding: 12px 32px;
    font-size: 1.6rem;
    color: #fff;
    transition: 0.4s ease;
  }
  .pink-header:hover {
    filter: brightness(130%);
  }
}

.scroll {
  margin-left: 69px;
  padding-bottom: 31px;
}
.scroll img {
  width: 61px;
}
@media screen and (max-width: 767px) {
  .scroll {
    display: none;
  }
}

section {
  height: 1000px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 100px 50px;
}

.button {
  position: fixed;
  top: 50px;
  font-size: 2.4rem;
  color: #fff;
  background: #f87499;
  padding: 12px 25px 14px 34px;
  cursor: pointer;
  transition: 0.3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  right: 0;
  border-bottom-left-radius: 12px;
  z-index: 50;
}
.button:hover {
  filter: brightness(130%);
}
.button-2 {
  position: fixed;
  top: 50px;
  font-size: 2.4rem;
  color: #fff;
  background: #f87499;
  padding: 12px 25px 14px 34px;
  cursor: pointer;
  transition: 0.3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  font-size: 1.8rem;
  background: #1770C9;
  left: 0;
  border-bottom-right-radius: 12px;
  padding: 16px 25px 16px 34px;
  z-index: 49;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1301px) {
  .active {
    display: none;
  }
}

#worries {
  margin-top: 144px;
}
@media screen and (max-width: 767px) {
  #worries {
    margin-top: 0;
  }
}
#worries h2 {
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #worries h2 {
    font-size: 1.8rem;
    margin-top: 10px;
    line-height: 1.5;
  }
}

.worries-headline {
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 1024px) {
  .worries-headline {
    font-size: 2.2rem;
    margin-top: 60px;
  }
}
.worries-box {
  display: flex;
  flex-direction: row;
  padding-top: 60px;
  max-width: 1086px;
  margin: 0 auto;
  width: 90%;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .worries-box {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .worries-box {
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
  }
}
.worries-block {
  width: 304px;
}
@media screen and (max-width: 767px) {
  .worries-block {
    width: 100%;
    border: 3px solid #F3F9FD;
    border-radius: 10px;
    padding: 25px 12px;
  }
}
.worries-title {
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .worries-title {
    height: 108px;
  }
}
@media screen and (max-width: 767px) {
  .worries-title {
    height: auto;
  }
}
.worries-image {
  margin: 20px auto 0 auto;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .worries-image {
    margin: 0 auto;
  }
}
.worries-under {
  margin-top: 65px;
  margin-bottom: 76px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worries-under {
    margin: 35px 0 60px 0;
  }
}
.worries-under img {
  width: 112px;
}
.worries-under p {
  margin-top: 60px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .worries-under p {
    font-size: 1.4rem;
    margin-top: 40px;
    line-height: 1.5;
  }
}
.worries-under h2 {
  margin-top: 10px;
  line-height: 1.38;
}

.line {
  display: none;
}
@media screen and (max-width: 767px) {
  .line {
    display: block;
  }
}

/* 開くボタン */
.button-open {
  display: block;
  margin: 0 auto;
  width: 20rem;
  padding: 1em;
  background-color: #3140c9;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}

/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 93.4vw;
  height: auto;
  background-image: url(../img/modaibg.png);
  background-size: cover;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .modal-window {
    background-image: url(../img/modaibgsp.png);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    background-size: cover;
    width: 90vw;
    height: 80vh;
    overflow-y: scroll;
    background-position: center center;
  }
}
.modal-window p {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 25.5px;
}
@media screen and (max-width: 767px) {
  .modal-window p {
    font-size: 1.8rem;
    margin-top: 57.4px;
  }
}

/* 閉じるボタン */
.button-close {
  margin-top: 32.9px;
  margin-left: 89vw;
  width: 31.49px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .button-close {
    margin-top: 20px;
    margin-left: 76vw;
  }
}

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.people {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px auto 0 auto;
  width: 86.35vw;
  gap: 20px;
  padding-bottom: 100px;
}
.people img {
  width: 14.6vw;
}
@media screen and (max-width: 767px) {
  .people {
    width: 81.5vw;
    flex-wrap: wrap;
  }
  .people img {
    width: 37.5vw;
  }
}

.under-r {
  border-bottom: 1px solid #f87499;
}
.under-g {
  border-bottom: 1px solid #54d6b8;
}
.under-b {
  border-bottom: 1px solid #b89eca;
}
.under-y {
  background: linear-gradient(transparent 50%, rgba(244, 208, 46, 0.5) 50%);
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .under-y {
    padding: 0;
  }
}
.under-y-2 {
  background: linear-gradient(transparent 50%, rgba(244, 208, 46, 0.5) 50%);
  padding: 0;
}
.under-y-3 {
  background: linear-gradient(transparent 50%, rgba(244, 208, 46, 0.5) 50%);
  padding: 0;
  position: relative;
}
.under-y-3::after {
  content: "";
  background-image: url(../img/fukidashi.svg);
  background-size: cover;
  position: absolute;
  margin-top: -105px;
  width: 155px;
  height: 155px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .under-y-3::after {
    display: none;
  }
}

.orange {
  margin-top: 50px;
  background-color: #F39825;
  padding: 20px 35px;
  border-radius: 40px;
  color: #fff;
  font-size: 2rem;
  font-family: "noto-sans-cjk-jp", "sans-serif";
  font-weight: 700;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .orange {
    margin-top: 40px;
  }
}
.orange img {
  transform: translateY(-5px);
  margin-left: 12.8px;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .orange img {
    transform: translate(45px, -15px);
  }
}
.orange:hover {
  filter: brightness(130%);
}
@media screen and (max-width: 767px) {
  .orange {
    padding: 5px 49px;
    font-size: 1.6rem;
  }
}

.pink {
  margin-top: 30px;
  background-color: #F87499;
  padding: 20px 44px;
  border-radius: 40px;
  color: #fff;
  font-size: 2.4rem;
  font-family: "noto-sans-cjk-jp", "sans-serif";
  font-weight: 700;
  transition: 0.4s ease;
}
.pink img {
  transform: translateY(-7px);
  margin-left: 12.8px;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .pink img {
    transform: translateY(-4px);
  }
}
.pink:hover {
  filter: brightness(130%);
}
@media screen and (max-width: 767px) {
  .pink {
    font-size: 1.6rem;
    padding: 8px 78px 8px 78px;
  }
}

#feature {
  background-color: rgb(235, 246, 252);
}
@media screen and (max-width: 767px) {
  #feature {
    padding-bottom: 20px;
  }
}
#feature h2 {
  margin-top: 8px;
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #feature h2 {
    font-size: 2.2rem;
  }
}

.feature-under {
  padding-top: 85px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature-under {
    padding-top: 60px;
  }
}
.feature-under p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .feature-under p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-bottom {
    display: none;
  }
}
.feature-bottomsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature-bottomsp {
    display: block;
  }
}
.feature-box {
  max-width: 1166px;
  margin: 70px auto 0 auto;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .feature-box {
    display: none;
  }
}
.feature-boxsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature-boxsp {
    display: block;
    max-width: 335px;
    width: 90%;
    margin: 60px auto 0 auto;
  }
}

.section1 {
  background: #E5E5E5;
  position: relative;
  margin-bottom: calc(10vw + 10px);
}

.section1 :after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 10vw 50vw 0 50vw;
  border-style: solid;
  border-color: #E5E5E5 transparent transparent transparent;
}

#frame h2 {
  margin-top: 175px;
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 1024px) {
  #frame h2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #frame h2 {
    margin-top: 30px;
    font-size: 2.2rem;
  }
}

.frame-image {
  margin: 58.3px auto 160px auto;
  width: 90%;
  text-align: center;
}
.frame-image a {
  transition: 0.4s ease;
}
.frame-image a:hover {
  filter: brightness(115%);
}
.frame-image img {
  max-width: 295px;
}
@media screen and (max-width: 767px) {
  .frame-image {
    display: none;
  }
}
.frame-image-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .frame-image-sp {
    display: block;
    width: 90%;
    margin: 30px auto 60px auto;
  }
}
.frame-image-sp img {
  margin-top: 10px;
}

.step-title-01 {
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #F87499;
}

.speech {
  display: none;
}
@media screen and (max-width: 1024px) {
  .speech {
    display: block;
    max-width: 335px;
    margin: 60px auto 0 auto;
    width: 90%;
  }
}

#step1 {
  background-color: #ECF7FC;
  padding: 83px 0 70px 0;
}
@media screen and (max-width: 767px) {
  #step1 {
    padding: 60px 0;
  }
}
#step1 h3 {
  margin-top: 40px;
  font-size: 2.1rem;
  color: #F87499;
}
@media screen and (max-width: 767px) {
  #step1 h3 {
    font-size: 1.4rem;
  }
}

#step2 {
  background-color: #fff;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  #step2 {
    padding: 60px 0;
  }
}
#step2 h3 {
  margin-top: 40px;
  font-size: 2.1rem;
  color: #54D6B8;
}
@media screen and (max-width: 767px) {
  #step2 h3 {
    font-size: 1.4rem;
  }
}

#step3 {
  background-color: #ECF7FC;
  padding: 83px 0;
}
@media screen and (max-width: 767px) {
  #step3 {
    padding: 60px 0;
  }
}
#step3 h3 {
  margin-top: 40px;
  font-size: 2.1rem;
  color: #B89ECA;
}
@media screen and (max-width: 767px) {
  #step3 h3 {
    font-size: 1.4rem;
  }
}

#step4 {
  background-color: #fff;
  padding: 83px 0;
}
@media screen and (max-width: 767px) {
  #step4 {
    padding: 60px 0;
  }
}
#step4 h3 {
  margin-top: 40px;
  font-size: 2.1rem;
  color: #F4D02E;
}
@media screen and (max-width: 767px) {
  #step4 h3 {
    font-size: 1.4rem;
  }
}

.step-title {
  max-width: 1166px;
  margin: 0 auto;
  width: 90%;
}
.step-title h4 {
  margin-top: 16px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .step-title h4 {
    margin-top: 12px;
    font-size: 2.2rem;
  }
}
.step-title p {
  margin-top: 14px;
  padding-bottom: 18px;
  font-size: 1.6rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .step-title p {
    margin-top: 10px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    line-height: 1.5;
  }
}

.status {
  max-width: 1082px;
  margin: 60px auto 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .status {
    display: none;
  }
}
.status-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .status-sp {
    display: block;
    max-width: 335px;
    width: 90%;
    margin: 20px auto 0 auto;
  }
}
.status-under {
  text-align: center;
  margin-top: 40px;
}
.status-under img {
  width: 112px;
}
.status-under-text {
  max-width: 1082px;
  margin: 40px auto 0 auto;
  width: 90%;
  background-color: #3CABDD;
  border-radius: 12px;
  font-size: 2.8rem;
  line-height: 1.42;
  color: #fff;
  padding: 40px 261px;
}
@media screen and (max-width: 1024px) {
  .status-under-text {
    text-align: center;
    font-size: 1.8rem;
    padding: 25px 30px;
  }
}
.status-under-text-left {
  max-width: 1082px;
  margin: 40px auto 0 auto;
  width: 90%;
  background-color: #3CABDD;
  border-radius: 12px;
  font-size: 2.8rem;
  line-height: 1.42;
  color: #fff;
  padding: 40px 261px;
}
@media screen and (max-width: 1024px) {
  .status-under-text-left {
    text-align: center;
    font-size: 1.8rem;
    padding: 30px 10px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .status-under-text-left {
    text-align: left;
    font-size: 1.8rem;
    padding: 30px 10px;
    line-height: 1.6;
  }
}

#support {
  background-color: rgb(235, 246, 252);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #support {
    padding: 60px 0 55px 0;
  }
}
#support h2 {
  margin-top: 8px;
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #support h2 {
    font-size: 2.2rem;
    line-height: 1.36;
  }
}

.support-box {
  max-width: 1082px;
  margin: 60px auto 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .support-box {
    display: none;
  }
}
.support-box-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .support-box-sp {
    margin: 55px auto;
    display: block;
    max-width: 335px;
    width: 90%;
  }
}
.support-text {
  margin-top: 64.3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support-text {
    margin-top: 0px;
  }
}
.support-text-under {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .support-text-under {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.support-under {
  text-align: center;
}
.support-under p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .support-under p {
    font-size: 1.4rem;
  }
}

#collaboration {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #collaboration {
    padding: 60px 0;
  }
}
#collaboration span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #collaboration span {
    font-size: 2.2rem;
    line-height: 1.36;
  }
}

.collaboration-under {
  text-align: center;
}
.collaboration-under p {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .collaboration-under p {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
}
.collaboration-title {
  margin-top: 43px;
  text-align: center;
}
.collaboration-title img {
  width: 319px;
}
@media screen and (max-width: 767px) {
  .collaboration-title img {
    width: 263px;
  }
}
.collaboration-about {
  max-width: 1082px;
  margin: 71px auto 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .collaboration-about {
    display: none;
  }
}
.collaboration-about-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .collaboration-about-sp {
    display: block;
    max-width: 335px;
    width: 90%;
    margin: 40px auto 0 auto;
  }
}

#consultation {
  text-align: center;
  background-color: #EBF6FC;
  padding: 80px 252px 80px 252px;
}
@media screen and (max-width: 1024px) {
  #consultation {
    padding: 60px 15px 60px 15px;
  }
}
#consultation p {
  line-height: 2;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #consultation p {
    font-size: 1.4rem;
    line-height: 1.68;
  }
}
#consultation span {
  color: #F87499;
  font-size: 3.8rem;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #consultation span {
    font-size: 2.2rem;
    line-height: 1.36;
  }
}

.consultation-under {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .consultation-under {
    margin-top: 10px;
  }
}

#development {
  background-image: url(../img/developmentbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  #development {
    background-image: url(../img/developmentbgsp.png);
  }
}
#development h2 {
  color: #fff;
  font-size: 6rem;
  font-family: "noto-sans-cjk-jp", "sans-serif";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #development h2 {
    font-size: 3.2rem;
  }
}
#development p {
  color: #fff;
  margin-top: 16px;
  font-family: "noto-sans-cjk-jp", "sans-serif";
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #development p {
    font-size: 1.4rem;
    max-width: 335px;
    margin: 10px auto 0 auto;
    line-height: 2;
  }
}

.development-top {
  justify-content: center;
  text-align: center;
  padding-top: 33.9px;
}
.development-top img {
  width: 159px;
}
.development-button {
  text-align: center;
}
.development-under {
  text-align: end;
  margin-top: 10px;
  margin-right: 106px;
  padding-bottom: 36.7px;
}
@media screen and (max-width: 1024px) {
  .development-under {
    max-width: 100vw;
    margin: 32px auto 0 auto;
    width: 90%;
  }
}

.bottom-labo {
  font-family: "noto-sans-cjk-jp", "sans-serif";
  background: transparent;
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid #3CABDD;
  padding-bottom: 6px;
  transition: 0.4s ease;
}
.bottom-labo:hover {
  opacity: 0.8;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  height: 55px;
}

.bright {
  transition: 0.4s ease;
}
.bright:hover {
  filter: brightness(110%);
}
.bright-1 {
  transition: 0.4s ease;
}
.bright-1:hover {
  filter: brightness(130%);
}
/*# sourceMappingURL=style.css.map */