
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}


/* ---------------------------------
　　トップページ共通
--------------------------------- */
.top_section_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.top_title {
    line-height: 0.5;
    margin-bottom: 50px;
    position: relative;
}

.top_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 3px; /* 線の太さを調整 */
    background: linear-gradient(to right, #0063B1 0%, #FFFFFF 50%, #FDD400 100%);
  }

.top_title p {
    font-size: 4rem;
    text-align: left;
    color: #000;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    margin-bottom: 0;
}

.top_title span {
    text-align: left;
    color: #000;
}

.top_btn {
    display: flex;
    justify-content: center;
}

.top_btn a {
    color: #000;
    padding: 8px 40px;
    text-decoration: none;
    transition: 0.3s all ease; 
    border: solid 1px #000;
    border-radius: 5px;
}

.top_btn a:hover {
    color: #000;
    background: #fff;
    border: solid 1px #000;
}

/* ---------------------------------
　　ニュース
--------------------------------- */
.topnews_title {
    padding-top: 50px;
    background: #000;
    color: #fff;
}

.topnews_title p {
    font-size: 4rem;
    font-family: 'IBM Plex Serif', serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.topnews_title span {
    text-align: left;
    color: #fff;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 1.3rem;
}



.top_nbtn {
    display: flex;
    justify-content: center; 
    padding-bottom: 70px;
    background: #000;
}

.top_nbtn a {
    color: #fff;
    padding: 8px 40px;
    text-decoration: none;
    transition: 0.3s all ease; 
    border: solid 1px #fff;
    border-radius: 5px;
}

.top_nbtn a:hover {
    color: #000;
    background: #fff;
    border: solid 1px #000;
}

.top_btn a:hover {
    color: #fff;
    background: #000;
    border: solid 1px #000;
}

.top_businessbtn a:hover {
    color: #fff;
    background: #000;
    border: solid 1px #000;
}

.top_contactbtn a:hover {
    color: #000;
    background: #fff;
    border: solid 1px #000;
}


/* ---------------------------------
　ムーン・アンド・プラネッツについて
--------------------------------- */
.top_about {
    max-width: 1200px;
    margin: 150px auto;
    padding: 0 20px;
}

.aboutus_wrap {
    display: flex;
}

.about_text {
    width: 50%;
}

.about_img {
    width: 50%;
}

.about_text p {
    text-align: center;
    color: #000;
    margin-bottom: 240px;
    font-size: 1.6rem;
}

/* ---------------------------------
　業務内容
--------------------------------- */
.ltg-slide .swiper-button-next:after, .ltg-slide .swiper-button-prev:after {
    display: none;
}

.top_businessbtn {
    display: flex;
    justify-content: center;
    background: rgba(22, 95, 165, 0.08);
    padding: 140px 0 50px;
    margin-top: -130px;
}

.top_businessbtn a {
    color: #000;
    padding: 8px 40px;
    text-decoration: none;
    transition: 0.3s all ease;
    border: solid 1px #000;
    border-radius: 5px;
}

.swiper.businessSwiper {
    width: 100%;
    max-width: 1200px;
    padding: 0 30px 50px;
    position: relative; 
}

.swiper-slide {
    text-align: center;
}

.businessslide img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.slide-title {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}

  /* 矢印のカスタム */
.businessSwiper .swiper-button-prev,
.businessSwiper .swiper-button-next {
  color: #000;
  top: 40%;
  transform: translateY(-50%);
}

.businessSwiper .swiper-button-prev {
  left: 15px;
}
.businessSwiper .swiper-button-next {
  right: 15px;
}
.businessslide img {
    width: 50%;
}

.businessSwiper .swiper-button-next {
    right: 10px;
}

.businessSwiper .swiper-button-prev {
    left: 10px;
}

.businessSwiper .swiper-button-prev,
.businessSwiper .swiper-button-next {
    color: #000;
    top: 37%;
    transform: translateY(-50%);
}


/* ---------------------------------
　お問い合わせ
--------------------------------- */
.top_contact {
    max-width: 1200px;
    margin: 150px auto 50px;
    padding: 0 20px;
}

.top_contact_wrap {
    background-image: url(https://moon-and-planets.space/wp-content/uploads/moon-n-planets-1-1.jpg);
    padding: 100px 0 50px;
}

.top_contact_title p {
    font-size: 4rem;
    text-align: center;
    color: #fff;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
    margin-bottom: 0;
}

.top_contact_title span {
    text-align: center;
    color: #fff;
    display: block;
}

.contact_text p {
    text-align: center;
    color: #fff;
    margin: 25px 0 30px;
    font-size: 1.6rem;
}

.top_contactbtn {
    text-align: center;
}

.top_contactbtn a {
    color: #fff;
    padding: 8px 40px;
    text-decoration: none;
    transition: 0.3s all ease;
    border: solid 1px #fff;
    border-radius: 5px;
}






@media screen and (max-width: 767px) {

/* ---------------------------------
　　トップページ共通
--------------------------------- */
.top_title p {
    font-size: 2.4rem;
}

.top_title {
    margin-bottom: 40px;
}    

/* ---------------------------------
　　ニュース
--------------------------------- */
.topnews_title p {
    font-size: 2.4rem; 
}

.top_nbtn {
    padding-bottom: 50px;
}

/* ---------------------------------
　　ムーン・アンド・プラネッツについて
--------------------------------- */
.top_about {
    padding: 40px 20px;
    margin: 50px 0 50px;
}

.aboutus_wrap {
    flex-direction: column-reverse;
}

.about_img {
    width: 100%;
}

.about_text {
    width: 100%;
}

.about_text p {
    margin-top: 20px;
    margin-bottom: 100px;
}

/* ---------------------------------
　　業務内容
--------------------------------- */
.businessSwiper .swiper-button-prev {
    left: 53px;
}

.businessSwiper .swiper-button-next {
    right: 53px;
}

/* ---------------------------------
　　お問い合わせ
--------------------------------- */
.top_contact {
    padding: 40px 0px;
    margin: 50px auto 0px;
}














}