@charset "UTF-8";
/*--------------------------------------------*/
/*-media-size---------------------------------*/
/*--------------------------------------------*/
/*reset---------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  word-break: break-all; }

table {
  border-spacing: 0px !important; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

a {
  text-decoration: none;
  color: #333333; }

ul {
  list-style: none; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important; } }

html {
  font-size: 62.5%; }

body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 768px) {
    body {
      min-width: 1140px; } }
  body.is-fixed {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed; }

img {
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
dt,
dd,
strong,
label,
caption {
  letter-spacing: 0.1rem;
  font-feature-settings: "palt"; }

/*header*/
@media screen and (max-width: 767px) {
  header .header {
    height: 55px;
    padding: 0 15px;
    border-bottom: 1px solid #999;
    position: relative;
  }
}
header .header-nav-wrapper {
  margin-top: auto;
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #D8D8D8;
}

header .header-nav-list ul li {
  margin-right: 0px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #5C5C5C;
}

header .header-nav-list ul li.starts-g {
  font-size: 1.4rem;
  font-weight: 400;
}

header .header-nav-list ul li.header-tell {
  font-size: 2.7rem;
  display: flex;
  align-items: center;
  align-items: center;
}

header .header-nav-list ul li.header-tell p img {
  width: 20px;
  height: auto;
  padding: 5px;
  background: #D9D9D9;
  border-radius: 30%;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  header .header-nav-upper {
    max-width: 1200px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  header .header-nav-upper > p {
    width: 300px;
    line-height: 0;
  }
  header .header-nav-list {
    width: 100%;
  }
  header .header-nav-list ul {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 0 60px 0 110px;
  }
  header .header-nav-list ul li a {
    position: relative;
  }
  header .header-nav-list ul li:not(.header-tell) a::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #5C5C5C;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: .5s all;
  }
  header .header-nav-list ul li a:hover::before {
    width: 100%;
  }
  header .header-nav-list ul li a.current::before {
    width: 100%;
  }
}

/*ハンバーガーメニュー*/
/*========= ナビゲーションのためのCSS ===============*/
@media all and (max-width: 767px) {
  html.body-fixed, html.body-fixed body {
    width: 100%;
    height: 100%;
  }
  #g-nav, #g-nav * {
    box-sizing: content-box;
  }
  .hamburger-menu .logo {
    width: 53vw;
    margin-top: 6px;
  }
  .hamburger-menu #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    background: rgb(0 0 0 / 50%);
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
    margin-top: 62px;
  }
  /*アクティブクラスがついたら位置を0に*/
  .hamburger-menu #g-nav.panelactive {
    right: 0;
  }
  /*ナビゲーションの縦スクロール*/
  .hamburger-menu #g-nav #g-nav-list {
    height: calc(100% - 108px); /*表示する高さ*/
    width: 100%;
    position: fixed;
    overflow-y: scroll;
  }
  /*ナビゲーション*/
  .hamburger-menu #g-nav #g-nav-list li:not(.starts-g,.header-tell) {
    border-bottom: 1px solid #D9D9D9;
    font-weight: 800;
  }
  .hamburger-menu #g-nav #g-nav-list li a.current {
    background: #f6f6f6;
  }
  .hamburger-menu #g-nav #g-nav-list a, #g-nav #g-nav-list p {
    display: inline-block;
  }
  .hamburger-menu #g-nav #g-nav-list a {
    font-size: 1.4rem;
    padding: 20px 10px;
    width: 100%;
  }
  #g-nav #g-nav-list li.header-tell {
    background: #F6EEF9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
  }
  #g-nav #g-nav-list li.header-tell p:first-child {
    width: 30px;
  }
  #g-nav #g-nav-list li.header-tell p:first-child img {
    width: 20px;
    height: auto;
    padding: 5px;
    background: #D9D9D9;
    border-radius: 30%;
    margin-right: 5px;
  }
  #g-nav #g-nav-list li.header-tell p:last-child a {
    font-size: 3rem;
  }
  .hamburger-menu #g-nav #g-nav-list .btn {
    background: #F6EEF9;
  }
  .hamburger-menu #g-nav ul {
    z-index: 999;
    background: #FFF;
  }
  /*========= ボタンのためのCSS ===============*/
  .hamburger-menu .btn-wrapper {
    position: absolute;
    width: 28px;
    right: 15px;
    top: 17px;
  }
  .hamburger-menu .openbtn {
    position: absolute;
    z-index: 9999; /*ボタンを最前面に*/
    cursor: pointer;
    width: 28px;
    height: 20px;
  }
  .hamburger-menu .openbtn.active {
    top: -3px;
    height: 24px;
  }
  /*×に変化*/
  .hamburger-menu .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .hamburger-menu .openbtn span:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .hamburger-menu .openbtn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .hamburger-menu .openbtn span:nth-of-type(3) {
    bottom: 0;
    left: 0;
  }
  .hamburger-menu .openbtn.active span:nth-of-type(1) {
    width: 100%;
    height: 2px;
    top: 5px;
    background-color: #000;
    transform: translateY(6px) rotate(-45deg);
  }
  .hamburger-menu .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger-menu .openbtn.active span:nth-of-type(3) {
    width: 100%;
    height: 2px;
    top: 17px;
    background-color: #000;
    transform: translateY(-6px) rotate(45deg);
  }
  .hamburger-menu .toggle-title {
    position: relative;
    padding: 15px;
    cursor: pointer;
    font-size: 1.4rem;
  }
  .hamburger-menu .toggle-title::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    width: 13.5px;
    height: 2px;
    background-color: #999;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .hamburger-menu .toggle-title.selected::before {
    display: none;
  }
  .hamburger-menu .toggle-title::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    width: 13.5px;
    height: 2px;
    background-color: #999;
    transition: .3s;
  }
  .hamburger-menu .header-link-list .toggle-title {
    background-color: #F7F0E8;
  }
  .hamburger-menu #g-nav #g-nav-list .header-link-list .navBox .toggle-contents li {
    background-color: #FFF;
  }
  .hamburger-menu .header-link-list .navBox {
    border-bottom: solid 1px #FFF;
  }
  #g-nav #g-nav-list .header-link-list dd p {
    background-color: #f7f4ef;
    font-size: 1.4rem;
  }
  #g-nav #g-nav-list .header-link-list dd ul li.sub-ttl:first-of-type {
    border-top: solid 1px #FFF;
  }
  .hamburger-menu .toggle-contents dd {
    display: none;
  }
}

/*-背景の丸描画-*/
@media screen and (min-width: 768px) {
  .background-circles {
    background-color: #F6EEF9;
    background-image: url(/c-mgmt/image/white_bg.svg);
    background-size: cover;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .background-circles {
    background-image: url(/c-mgmt/image/white_bg_sp.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
  .background-circles.sub-page-bg {
    background-position: 0 -340px;
  }
}

/*-- box-item --*/
@media screen and (min-width: 768px) {
  .box-item {
    font-size: 1.6rem;
    max-width: 1080px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .box-item {
    width: 90vw;
    margin: 80px auto 0;
    font-size: 1.4rem;
  }
}

.box-item h2.h2-ttl {
  position: relative;
}

@media screen and (min-width: 768px) {
  .box-item h2 {
    font-size: 4rem;
    font-weight: 800;
    margin: 120px 0 50px;
  }
  .box-item h2.h2-ttl::before {
    content: '';
    width: 100vw;
    height: 2px;
    background-color: #DEA0D8;
    position: absolute;
    bottom: -4px;
    max-width: 1080px;
  }
  .box-item h3 {
    color: #DEA0D8;
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    margin: 20px 0;
  }
  .box-item h3 span {
    font-size: 3.8rem;
  }
  .box-item .sub-text {
    font-size: 1.8rem;
    margin: 20px 0;
    line-height: 1.8;
  }
  .img-w80 {
    width: 80%;
    margin: 0 auto;
  }
  .img-w50 {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .box-item h2.h2-ttl {
    text-align: left;
  }
  .box-item h2.h2-ttl::before {
    content: '';
    width: 95vw;
    height: 2px;
    background-color: #DEA0D8;
    position: absolute;
    bottom: -4px;
    margin-left: -5%;
  }
  .box-item h3 {
    color: #DEA0D8;
    font-size: 1.7rem;
    font-weight: 800;
    text-align: center;
    margin: 20px 0 10px;
  }
  .box-item h3 span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .box-item h2 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 30px;
  }
  .box-item .sub-text {
    font-size: 1.3rem;
    margin: 20px 0;
  }
}


/*-- tell-box --*/
.tell-box {
  background: #FFF;
  padding: 30px 10px;
  text-align: center;
  margin: 100px auto 50px;
  box-shadow: 0px 2px 8px #cecece;
}

.tell-box p:first-child {
  font-size: 2.2rem;
}

.tell-box div {
  display: flex;
  align-items: center;
  color: #5C5C5C;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .tell-box {
    width: 800px;
  }
  .tell-box div {
    width: 540px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .tell-box {
    width: 85vw;
    padding: 20px 10px 10px;
  }
}

.tell-box div p {
  font-size: 5rem;
  font-weight: 800;
}

.tell-box div p img {
  width: 20px;
  height: auto;
  padding: 5px;
  background: #D9D9D9;
  border-radius: 30%;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .tell-box p:first-child {
    font-size: 1.6rem;
    padding: 0px 0 10px 0;
  }

  .tell-box div p {
    font-size: 3.2rem;
  }
}

/*---ここからfooter用css ---*/
.g-siteFooter_inner {
  width: 1040px;
  margin: auto;
}
.g-siteFooter {
    border-top: 1px solid #e0e0e0;
    background: #fafafa;
    color: #000;
}
.g-siteFooter .l-separator-x5 {
    margin: 30px 0 0;
}
.g-siteFooter .c-list-float {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.g-siteFooter .c-list-4col .c-list_item {
    width: 25%;
}
.g-siteFooter .c-list-float .c-list_item {
    padding-right: 0;
    word-wrap: break-word;
}
.g-siteFooter_separator {
    background: #fff
}
.g-siteFooter_copyright {
    text-align: right;
    color: #616161
}
.g-footerNav-accordion_trigger {
    position: absolute;
    z-index: -1;
    opacity: 0
}
.g-footerNav-accordion_title {
    font-family: "Noto Sans CJK JP";
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 40px 0 20px 0
}
.g-footerNav-accordion_section:nth-of-type(1) {
    border-top: 1px solid #000
}
.g-footerNav-accordion_content {
    padding-bottom: 24px;
    border-bottom: 1px solid #000
}
.g-footerNav-accordion_listItem {
    font-size: 14px;
    padding-bottom: 16px
}
.g-footerNav-accordion_listItemLink {
    line-height: 1.5
}
.g-footerNav-accordion_listItemLink {
    text-decoration: none
}
.g-footerNav-accordion_listItemLink :visited {
    text-decoration: none
}
.g-footerNav-accordion_listItemLink:active, .g-footerNav-accordion_listItemLink:hover {
    text-decoration: underline
}
.g-footerNav-accordion_listItemLink_icon {
    vertical-align: text-bottom
}
.g-footerNav-accordion_listItemLink_icon_nonLink {
    padding-right: 5px;
    vertical-align: top
}
.g-footerNav-accordion_listItemLink_external {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 30px;
    word-wrap: break-word;
    overflow-wrap: break-word
}
.g-footerNav-accordion_listItemLink_external:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    content: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}
.g-footerNav-accordion_listItemLink_external .g-footerNav-accordion_listItemLink_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px
}
.g-footerHeading {
    font-size: 24px;
    font-weight: 600;
    line-height: 47px;
    padding-top: 50px
}
.g-footerSubNav_wrapper {
    box-sizing: border-box;
    height: 69px
}
.g-footerSubNav_listItemLink {
    text-decoration: none;
    color: #616161
}
.g-footerSubNav_listItemLink:visited {
    text-decoration: none
}
.g-footerSubNav_listItemLink:active, .g-footerSubNav_listItemLink:hover {
    text-decoration: underline
}
.c-localScroll_link {
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    position: fixed;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    display: block;
    text-align: center;
    color: #4d4d4d
}
.c-localScroll_link img {
    opacity: .5
}
.c-localScroll_link.c-localScrollBottom_link {
    bottom: 80px
}
@media screen and (max-width:959px) {
    .g-siteFooter .l-separator-x5 {
        margin: 10px 0 0;
    }
    .g-siteFooter .c-list-4col .c-list_item {
        width: 100%;
    }
    .g-footerHeading {
        padding: 40px 15px 10px;
        font-size: 125%;
    }
    .g-footerNav {
        padding-bottom: 60px
    }
    .g-footerNav-accordion_title {
        position: relative;
        box-sizing: border-box;
        padding: 30px 0;
        cursor: pointer;
        font-size: 107%;
    }
    .g-footerNav-accordion_title:after {
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: auto;
        content: "";
        vertical-align: middle;
        background-image: url(https://www.starts.co.jp/assets/images/icons/ic_accordion_open.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 24px 24px
    }
    .g-footerNav-accordion_content {
        overflow: hidden;
        box-sizing: border-box;
        height: 0;
        padding: 0;
        -webkit-transition: .2s;
        transition: .2s
    }
    .g-footerNav-accordion_trigger:checked + .g-footerNav-accordion_title:after {
        background-image: url(https://www.starts.co.jp/assets/images/icons/ic_accordion_close.svg)
    }
    .g-footerNav-accordion_trigger:checked + .g-footerNav-accordion_title + .g-footerNav-accordion_content {
        box-sizing: border-box;
        height: auto;
        padding-bottom: 14px
    }
    .g-footerSubNav_wrapper {
        height: auto
    }
    .g-footerSubNav_listItem {
        margin-bottom: 24px
    }
    .g-footerSubNav_listItemLink {
        padding-left: 0
    }
    .g-footerSubNav_listItemLink:not(.g-headerNavDropdown_trigger):before {
        position: absolute;
        top: 12px;
        left: 0;
        margin: 0
    }
    .g-siteFooter_copyright {
        text-align: left
    }
    .c-localScroll_link:active, .c-localScroll_link:hover {
        text-decoration: none;
        color: #4d4d4d
    }
    .c-localScroll_link.c-localScrollBottom_link {
        bottom: 10px
    }
}
@media only screen and (min-width:960px) {
    .c-localScroll_link:active, .c-localScroll_link:hover {
        text-decoration: none;
        color: #000
    }
    .c-localScroll_link:active img, .c-localScroll_link:hover img {
        opacity: 1
    }
}
@media only screen and (max-width:599px) {
    .c-localScroll_link {
        font-size: 8px
    }
    .g-footerSubNav_listItem {
        margin-bottom: 24px;
        width: 100%
    }
}

@media all and (max-width:767px) {
  .g-siteFooter_inner {
      width: 86%;
      margin: 0 auto;
  }
}

.box-item {
  transform: translate(0, 20%);
  opacity: 0;
  transition: 2s;
}
.box-item.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .box-item {
    transform: translate(0, 10%);
  }
}

/* pege top */
@media screen and (min-width: 768px) {
  .footer-goto-top {
    position: absolute;
    bottom: 0;
    right: 20px;
    top: -100px;
    transition: .5s all;
  }
  .footer-goto-top.is-fixed {
    position: fixed;
    bottom: 25px;
    top: inherit;
    z-index: 100;
    width: 55px;
  }
}

footer > div:first-child {
  padding: 20px 0;
}

footer > div ul {
  display: flex;
}

footer > div ul li:last-child {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  footer > div:first-child {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1040px;
  }
}


@media screen and (max-width: 767px) {
  footer > div:first-child {
    width: 90vw;
    margin: 0 auto;
  }
  footer p.copyright {
    margin-top: 10px;
  }
}
