/* ----------------------------------------
Components
---------------------------------------- */
html,
body {
  width: 100%;
  overflow-x: hidden;
}
.mini-sp {
  display: none;
}
.nobr {
  display: inline-block;
  white-space: nowrap;
}

/* ----------------------------------------
PC
---------------------------------------- */
@media screen and (min-width:769px) {
  main {
    margin-bottom: 0;
    background-color: #eccadb;
  }
  /* components */
  .area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 60px 0;
  }
  .btn {
    display: inline-block;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 40px;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
  }
  .btn--pink {
    color: #fff;
    background-color: #eb7198;
  }
  .btn--green {
    color: #fff;
    background-color: #44bcc5;
  }
  .btn--yellow {
    color: #fff;
    background-color: #f8b86e;
  }
  .btn--blue {
    color: #fff;
    background-color: #71bbea;
  }
  .btn-pink01 {
    width: 275px;
    height: 52px;
    border-radius: 50px;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
  }
  .btn-pink01 > .fas {
    margin-left: 15px;
  }
  .btn-pink02 {
    max-width: 252px;
    width: 100%;
    height: 73px;
    border-radius: 50px;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: none;
    transition: none;
  }
  .btn-pink02 > span {
    text-align: center;
  }
  .btn-pink02 > .fas {
    margin-left: 15px;
  }
  .line-chapter {
    margin: 0;
    width: 100vw;
    height: 4px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto; /* IE対策 */
    max-width: initial;
    border: none;
    background-color: #eb7198;
  }
  .chapter:not(:last-of-type) {
    padding-bottom: 60px;
  }
  .chapter--white {
    background-color: #fff;
  }
  .ttl-chapter {
    padding-left: 20px;
    border-left: 6px solid #eb7198;
    color: #eb7198;
  }
  .ttl-chapter--2 {
    position: relative;
    padding-bottom: 10px;
    padding-left: 55px;
    border-bottom: 2px solid #282828;
    vertical-align: bottom;
  }
  .ttl-chapter--2  > .ttl-chapter-icon {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 55px;
    width: auto;
  }
  .text-chapter {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 16px;
  }
  .subsection:first-of-type {
    margin-top: 40px;
  }
  .subsection ~ .subsection{
    margin-top: 60px;
  }
  .ttl-subsection {
    position: relative;
    padding-bottom: 20px;
    font-size: 18px;
    border-bottom: 2px solid #e3e3e3;
    font-weight: bold;
  }
  .text-route strong {
    font-weight: bold;
  }
  .ttl-subsection {
    font-size: 18px;
  }
  .ttl-subsection::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #eb7198;
    position: absolute;
  }
  .text-subsection {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
  }

  /* main-content */
  .main-content {
    padding: 120px 20px 60px;
  }
  .inner-content {
    max-width: 1080px;
    margin: auto;
  }
  .ttl-page {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid #eb7198;
    font-size: 24px;
  }
  .header-sect {
    padding-top: 40px;
  }
  .ttl-sect {
    text-align: center;
    line-height: 1.0;
  }

  /* FV */
  .hero {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto; /* IE対策 */
    max-width: initial;l
    width: 100%;
    height: 400px;
  }
  .hero-inner {
    position: absolute;
    left: 50%;
    margin-left: -683px;
    width: 1366px;
  }

  /* news */
  #news {
    background-color: #fff;
    padding: 60px 40px;
    margin-top: 40px;
  }
  #news-list {
    margin: 40px 0 0;
    padding: 30px 0 40px;
    border-top: 1px solid #e3e3e3;
    -webkit-transition: height 500ms ease-out;
    transition: height 500ms ease-out;
  }
  #news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.8;
  }
  #news-list time {
    display: inline-block;
    width: 120px;
    font-size: 16px;
  }
  #news-list a {
    display: inline-block;
    width: calc(100% - 120px);
    font-size: 16px;
    color: #3881b7;
    text-decoration: underline;
  }
  #news-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #btn-prev,
  #btn-next {
    display: inline-block;
    padding: .5em 2.5em;
    border: none;
    background-color: #e5007e;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
  }
  #btn-prev.disabled,
  #btn-next.disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
  }
}

/* ----------------------------------------
# TL
---------------------------------------- */
@media screen and (max-width:1080px) {
  .area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-pink02 {
    max-width: none;
    width: calc(49% - 20px);
  }
  .btn-pink02:nth-child(2n) {
    margin-left: 20px;
  }
  .btn-pink02:nth-child(n+3) {
    margin-top: 40px;
  }
  .btn-pink02 > span {
    text-align: center;
  }
  .btn-pink02 > .fas {
    margin-left: 15px;
  }
}

/* ----------------------------------------
# SP
---------------------------------------- */
@media screen and (max-width:768px) {
  main {
    background-color: #eccadb;
  }
  /* components */
  .area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 0 4%;
  }
  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 16vw;
    text-align: center;
    font-size: 4vw;
    line-height: 1.3;
    font-weight: bold;
    border-radius: 8vw;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
  }
  .btn > span {

  }
  .btn > .fas {
    margin-left: 6vw;
  }
  .btn--pink {
    color: #fff;
    background-color: #eb7198;
  }
  .btn--green {
    color: #fff;
    background-color: #44bcc5;
  }
  .btn--yellow {
    color: #fff;
    background-color: #f8b86e;
  }
  .btn--blue {
    color: #fff;
    background-color: #71bbea;
  }
  .btn-pink01 {
    width: 70vw;
    height: 12vw;
    border-radius: 6vw;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    font-size: 3.5vw;
    font-weight: bold;
  }
  .btn-pink01 > .fas {
    margin-left: 15px;
  }
  .btn-pink02 {
    width: calc( (99% - 4%) / 2 );
    height: 12vw;
    border-radius: 6vw;
    background-color: #eb7198;
    -webkit-box-shadow: 0 5px 0 0 #ddd;
            box-shadow: 0 5px 0 0 #ddd;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    font-size: calc(3vw + 2px);
    font-weight: bold;
    line-height: 1.4;
  }
  .btn-pink02:nth-child(2n) {
    margin-left: 4%;
  }
  .btn-pink02:nth-child(n+3) {
    margin-top: 6%;
  }
  .btn-pink02 > span {
    text-align: center;
  }
  .btn-pink02 > .fas {
    margin-left: 15px;
  }
  .line-chapter {
    margin: 0;
    width: 100vw;
    height: 4px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto; /* IE対策 */
    max-width: initial;
    border: none;
    background-color: #eb7198;
  }
  .chapter {
    padding: 8% 0 0;
  }
  .chapter:not(:last-of-type) {
    padding-bottom: 60px;
  }
  .chapter--white {
    background-color: #fff;
  }
  .ttl-chapter {
    padding-left: 2vw;
    font-size: 6vw;
    border-left: 1vw solid #eb7198;
    color: #eb7198;
  }
  .ttl-chapter--2 {
    position: relative;
    padding-bottom: 1.5vw;
    padding-left: 10vw;
    border-bottom: 0.5vw solid #282828;
    vertical-align: bottom;
    font-size: 5vw;
  }
  .ttl-chapter--2  > .ttl-chapter-icon {
    position: absolute;
    bottom: 3vw;
    left: 0;
    height: 10vw;
    width: auto;
  }
  .text-chapter {
    margin-top: 4%;
    line-height: 1.8;
    font-size: 3vw;
  }
  .subsection:first-of-type {
    margin-top: 40px;
  }
  .subsection ~ .subsection{
    margin-top: 60px;
  }
  .ttl-subsection {
    position: relative;
    padding-bottom: 3%;
    font-size: 3vw;
    border-bottom: .5vw solid #e3e3e3;
    font-weight: bold;
  }
  .ttl-subsection::after {
    content: "";
    position: absolute;
    bottom: -.5vw;
    left: 0;
    width: 10%;
    height: .5vw;
    background-color: #eb7198;
    position: absolute;
  }
  .text-subsection {
    margin-top: 6%;
    font-size: calc(3vw + 4px);
    line-height: 1.8;
  }

  /* FV */
  .hero {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto; /* IE対策 */
    max-width: initial;
    display: block;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .hero-inner {
    position: absolute;
    left: 50%;
    margin-left: -375px;
    width: 750px;
  }

  /* main-content */
  .main-content {
    padding: calc(64px + 6vw) 3% 6%;
  }
  .ttl-page {
    padding-bottom: 10px;
    margin-bottom: 8%;
    border-bottom: 4px solid #eb7198;
    font-size: 6vw;
  }

  /* news */
  #news {
    background-color: #fff;
    padding: 8% 6%;
    margin-top: 8%;
  }
  #news-list {
    margin: 6% 0 0;
    padding: 4% 0 6%;
    border-top: 1px solid #e3e3e3;
    -webkit-transition: height 500ms ease-out;
    transition: height 500ms ease-out;
  }
  #news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 2% 0;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.8;
  }
  #news-list time {
    display: inline-block;
    width: 6em;
    font-size: 3vw;
  }
  #news-list a {
    display: inline-block;
    width: calc(100% - 6em);
    font-size: 3vw;
    color: #3881b7;
    text-decoration: underline;
  }
  #news-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #btn-prev,
  #btn-next {
    display: inline-block;
    padding: .5em 2.5em;
    border: none;
    background-color: #e5007e;
    font-size: 3.5vw;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
  }
  #btn-prev.disabled,
  #btn-next.disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
  }
}
