/* Theme Name: starlight */




h2 {
  font-size: 24px;
  font-weight: bold;
  color: #003c8e;
  line-height: 140%;
}
@media screen and (min-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

a {
  width: auto;
  height: auto;
}

.floating-banner {
	display: flex;
	position: fixed;
	z-index: 100;
	bottom: 0px;
	width: 100%;
	height: auto;
  left: 50%;
  max-width: 350px;
  transform: translateX(-50%);
}
.floating-banner img {
	width: 100%;
	height: auto;
}
.floating-banner:hover {
	opacity: 0.9;
}

.floating-banner_desktop {
	display: none;
}

.header-container_cta > a:nth-of-type(2) {
	display: none;
}

.copyright {
    margin-bottom: 160px;
}
/* @media screen and (min-width: 767px) {  */
@media screen and (min-width: 640px) { 
  .floating-banner {
	  width: 250px;
 	  bottom: 10px;
	  right: 10px;
    left: auto;
    transform: none;
    max-width: auto;
	}
	.floating-banner_mobile {
		display: none;
	}
	.floating-banner_desktop {
		display: block;
	}
	.header-container_cta > a:nth-of-type(2) {
		display: block;
	}
	.copyright {
    margin-bottom: 240px;
	}

}

#cases {
  background-image: url(https://starlight18.jp/lp/wp-content/themes/starlight-lp/assets/section2_bg.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

#compare,
#plan {
  background: #e3efff;
  display: flex;
  flex-direction: column;
}

#contact {
  background: #fff;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background-color: #00174f;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 16px;
  }
}
body main {
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
}
body .header {
  width: 100%;
  /* max-width: 1440px; */
  height: 48px;
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  body .header {
    height: 60px;
  }
}
body .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
}
@media screen and (min-width: 767px) {
  body .header-container {
    padding: 8px 40px;
  }
}
body .header-container_logo {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 767px) {
  body .header-container_logo {
    height: 44px;
  }
}
body .header-container_logo img {
  width: auto;
  height: 100%;
}
body .header-container_cta {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 26px;
}
@media screen and (min-width: 767px) {
  body .header-container_cta {
    gap: 12px;
    height: 42px;
  }
}
body .header-container_cta a {
  width: auto;
  height: 100%;
}
body .header-container_cta img {
  width: auto;
  height: 100%;
}
body .fv {
  width: 100%;
  background-image: url(https://starlight18.jp/lp/wp-content/themes/starlight-lp/assets/FV_mobile.png);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 767px) {
  body .fv {
    background-image: url(https://starlight18.jp/lp/wp-content/themes/starlight-lp/assets/FV_desktop.png);
  }
}
body .fv-container {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  gap: 56px;
}
@media screen and (min-width: 767px) {
  body .fv-container {
    gap: 32px;
  }
}
body .fv-container_mobile {
  width: 88%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  body .fv-container_mobile {
    display: none;
  }
}
body .fv-container_desktop {
  width: 56%;
  display: none;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  body .fv-container_desktop {
    display: block;
  }
}
body .fv-container_emblems {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  body .fv-container_emblems {
    display: flex;
    gap: 16px;
  }
}
body .fv-container_emblems img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body .fv-container_emblems img {
    height: 100%;
    width: auto;
  }
}
body .companies {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
body .companies-container {
  background: #fff;
  width: 88%;
  max-width: 1000px;
  border-radius: 20px;
  margin: 60px 10px 0 10px;
}
@media screen and (min-width: 767px) {
  body .companies-container {
    width: 92%;
    margin: 60px auto 0 auto;
  }
}
body .companies-container_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px 20px;
}
body .companies-container_title {
  height: 28px;
  width: auto;
}
@media screen and (min-width: 767px) {
  body .companies-container_title {
    height: 44px;
  }
}
body .companies-container_title img {
  height: 100%;
  width: auto;
}
body .companies-container_logos {
  width: 315px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 767px) {
  body .companies-container_logos {
    width: 100%;
    gap: 20px;
  }
}
body .companies-container_logos img {
  width: 120px;
  height: 48px;
}
@media screen and (min-width: 767px) {
  body .companies-container_logos img {
    width: 250px;
    height: 100px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  body .companies-container_logos img {
    width: calc(250vw / 1100 * 100);
    height: auto;
  }
}
body .companies-container_logos_top {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  body .companies-container_logos_top {
    gap: 40px;
  }
}
body .companies-container_logos_bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  body .companies-container_logos_bottom {
    gap: 40px;
  }
}
body .section {
  width: 88%;
  max-width: 1000px;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 767px) {
  body .section {
    width: 92%;
    margin: 80px auto;
  }
}
body .section-cta_badge {
  width: auto;
  height: 64px;
}
@media screen and (min-width: 767px) {
  body .section-cta_badge {
    height: 96px;
  }
}
body .section-cta_badge img {
  height: 100%;
  width: auto;
}
body .section-cta_emblem {
  display: none;
}
@media screen and (min-width: 767px) {
  body .section-cta_emblem {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 150px;
    height: 150px;
  }
  body .section-cta_emblem img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  body .section-cta_emblem {
    top: calc(20vw / 1100 * 100);
    right: calc(10vw / 1100 * 100);
    width: calc(150vw / 1100 * 100);
    height: calc(150vw / 1100 * 100);
  }
}
body .section-cta_box {
  width: 100%;
  background-image: url(https://starlight18.jp/lp/wp-content/themes/starlight-lp/assets/CTA_mobile.png);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 767px) {
  body .section-cta_box {
    background-image: url(https://starlight18.jp/lp/wp-content/themes/starlight-lp/assets/CTA_desktop.png);
  }
}
body .section-cta_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
}
@media screen and (min-width: 767px) {
  body .section-cta_container {
    padding: 60px;
  }
}
body .section-cta_title {
  width: 315px;
  max-width: 100%;
}
body .section-cta_title img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body .section-cta_title {
    width: 80%;
  }
}
body .section-cta_title_desktop {
  display: none;
}
@media screen and (min-width: 767px) {
  body .section-cta_title_desktop {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  body .section-cta_title_mobile {
    display: none;
  }
}
body .section-cta_button_main {
  width: 315px;
  max-width: 100%;
  height: auto;
}
body .section-cta_button_main img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body .section-cta_button_main {
    width: 80%;
  }
}
body .section-cta_button_main_desktop {
  display: none;
}
@media screen and (min-width: 767px) {
  body .section-cta_button_main_desktop {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  body .section-cta_button_main_mobile {
    display: none;
  }
}
body .section-cta_button_sub {
  width: 315px;
  max-width: 100%;
  height: auto;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 767px) {
  body .section-cta_button_sub {
    width: auto;
    gap: 32px;
  }
}
body .section-cta_button_sub img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body .section-cta_button_sub img {
    width: 300px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  body .section-cta_button_sub img {
    width: calc(300vw / 1100 * 100);
  }
}
body .section-cta_button_sub_desktop {
  display: none;
}
@media screen and (min-width: 767px) {
  body .section-cta_button_sub_desktop {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  body .section-cta_button_sub_mobile {
    display: none;
  }
}
body .section-cases {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
body .section-cases_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  padding: 60px 0 40px 0;
}
@media screen and (min-width: 767px) {
  body .section-cases_container {
    padding: 120px 0px 80px 0px;
  }
}
body .section-cases_title {
  width: 300px;
}
@media screen and (min-width: 767px) {
  body .section-cases_title {
    width: 460px;
    height: auto;
  }
}
body .section-cases_title img {
  width: 100%;
  height: auto;
}
body .section-cases_title_desktop {
  width: 100%;
}
body .section-cases_title_mobile {
  width: 100%;
}
body .section-cases_title_bg {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 360px;
  padding-top: 80px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  body .section-cases_title_bg {
    padding-top: 160px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
.section-cases_title_bg_l{
  width: calc(350vw / 1440 * 100);
}
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
.section-cases_title_bg_l{
  width: calc(250vw / 1200 * 100);
}
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
.section-cases_title_bg_l{
  width: calc(150vw / 1000 * 100);
}
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
.section-cases_title_bg_r{
  width: calc(350vw / 1440 * 100);
}
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
.section-cases_title_bg_r{
  width: calc(250vw / 1200 * 100);
}
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
.section-cases_title_bg_r{
  width: calc(150vw / 1000 * 100);
}
}



body .section-cases_cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  body .section-cases_cards {
    flex-direction: row;
    row-gap: 48px;
    flex-wrap: wrap;
  }
}
body .section-cases_card {
  width: 315px;
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  body .section-cases_card {
    width: calc(50% - 24px);
  }
}
body .section-cases_card img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  body .section-cases_card_mobile {
    display: none;
  }
}
body .section-cases_card_desktop {
  display: none;
}
@media screen and (min-width: 767px) {
  body .section-cases_card_desktop {
    display: block;
  }
}
body .section-concern {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #d3dae4;
  position: relative;
}
body .section-concern_content {
  margin: 40px 10px 100px 10px;
}
@media screen and (min-width: 767px) {
  body .section-concern_content {
    margin: 80px 0 200px 0;
  }
}
body .section-concern_content img {
  width: 88%;
  max-width: 1000px;
  height: auto;
}
@media screen and (min-width: 767px) {
  body .section-concern_content img {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  body .section-concern_content_mobile {
	  display: none;
  }
}
body .section-concern_content_desktop {
	  display: none;
}
@media screen and (min-width: 767px) {
  body .section-concern_content_desktop {
	  display: block;
  }
}
body .section-concern_bottom {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 60px);
  width: 120px;
}
@media screen and (min-width: 767px) {
  body .section-concern_bottom {
    width: 200px;
    height: auto;
    left: calc(50% - 100px);
  }
}
body .section-concern_bottom img {
  width: 100%;
  height: auto;
}
body .section-compare_title {
  height: 68px;
}
@media screen and (min-width: 767px) {
  body .section-compare_title {
    height: 120px;
  }
}
body .section-compare_title img {
  height: 100%;
}
body .section-compare_table {
  width: 100%;
  margin-top: 16px;
}
body .section-compare_table_scroll {
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 767px) {
  body .section-compare_table_scroll {
    display: none;
  }
}
body .section-compare_table_scroll img {
  height: 28px;
}
body .section-compare_table_container {
  width: 100%;
  max-width: 1000px;
  overflow-x: auto;
}
body .section-compare_table_container_mobile {
  height: 600px;
}
@media screen and (min-width: 767px) {
  body .section-compare_table_container_mobile {
    display: none;
  }
}
body .section-compare_table_container_desktop {
  display: none;
}
@media screen and (min-width: 767px) {
  body .section-compare_table_container_desktop {
    display: block;
    height: 686px;
  }
}
body .section-members_title_mobile {
  height: 60px;
}
@media screen and (min-width: 767px) {
  body .section-members_title_mobile {
    display: none;
  }
}
body .section-members_title_desktop {
  display: none;
  height: 114px;
}
@media screen and (min-width: 767px) {
  body .section-members_title_desktop {
    display: block;
  }
}
body .section-members_list {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  body .section-members_list {
    margin-top: 56px;
    gap: 80px;
  }
}
body .section-members_list_item {
  width: 315px;
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  body .section-members_list_item {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  body .section-members_list_item_mobile {
    display: none;
  }
}
body .section-members_list_item_desktop {
  display: none;
}
@media screen and (min-width: 767px) {
  body .section-members_list_item_desktop {
    display: block;
  }
}
body .section-members_list img {
  width: 100%;
}
body .section-flow_title {
  height: 84px;
}
@media screen and (min-width: 767px) {
  body .section-flow_title {
    height: 116px;
  }
}
body .section-flow_title img {
  height: 100%;
}
body .section-flow_list {
  width: 315px;
  max-width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  body .section-flow_list {
    width: 100%;
    margin-top: 54px;
  }
}
body .section-flow_list img {
  width: 100%;
}
body .section-flow_list_desktop {
  display: none;
}
@media screen and (min-width: 767px) {
  body .section-flow_list_desktop {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  body .section-flow_list_mobile {
    display: none;
  }
}
body .section-plan_title {
  height: 84px;
}
@media screen and (min-width: 767px) {
  body .section-plan_title {
    height: 112px;
  }
}
body .section-plan_title img {
  height: 100%;
}
body .section-plan_item_mobile {
  height: 560px;
}
body .section-plan_item_desktop {
  height: 796px;
}
body .section-faq_list {
  color: #273241;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .section-faq_list p {
  text-align: left;
  line-height: 160%;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
}
@media screen and (min-width: 767px) {
  body .section-faq_list p {
    font-size: 16px;
  }
}
body .section-faq_list_item {
  width: 100%;
  background: #fff;
}
body .section-faq_list_item summary {
  width: calc(100% - 4px);
  padding: 16px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .section-faq_list_item summary span {
  color: #2b70cd;
  font-size: 24px;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: bold;
  line-height: 160%;
  padding: 16px;
}
body .section-faq_list_item_label {
  display: flex;
  align-items: center;
}
body .section-faq_list_item_icon {
  color: #2b70cd;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
body .section-faq_list_item_content {
  border-top: solid 1px #ffb882;
  width: 100%;
  padding: 16px 0;
  display: flex;
  align-items: center;
}
body .section-faq_list_item_content span {
  color: #f08336;
  font-size: 24px;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: bold;
  line-height: 160%;
  padding: 16px;
}
body .section-faq_list_item_content p {
  padding-right: 16px;
}
body .eyecatch {
  width: 100%;
}
body .eyecatch img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  body .eyecatch_mobile {
    display: none;
  }
}
body .eyecatch_desktop {
  display: none;
}
@media screen and (min-width: 767px) {
  body .eyecatch_desktop {
    display: block;
  }
}
body .contact-container {
  padding: 40px 10px;
}
@media screen and (min-width: 767px) {
  body .contact-container {
    padding: 80px 0;
  }
}
body .contact-container_title {
  height: 32px;
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  body .contact-container_title {
    height: 48px;
  }
}
body .contact-container_title img {
  height: 100%;
}
body .footer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
@media screen and (min-width: 767px) {
  body .footer-container {
    gap: 40px;
    padding: 40px 0;
  }
}
body .footer-nav {
  display: flex;
  gap: 40px;
}
body .footer-nav a {
  color: #fff;
  text-decoration: none;
}
body .footer .copyright {
  color: rgba(255, 255, 255, 0.5);
} /*# sourceMappingURL=style.css.map */


a{
transition: 0.6s;
}
a:hover{
opacity: 0.6;
}