@charset "UTF-8";

/* ------------------------------------------------------------------------------------------
 Reset
------------------------------------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  font-style: normal;
  position: relative;
  box-sizing: border-box;
}
ul,ol { list-style-type: none; }
body, div, pre, p, blockquote, form, fieldset, dl, dt, dd, li, table, th, td, embed, object, button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
}
body {
  background-attachment: scroll;
  background-color: #fff;
  color: #172a40;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 15px;
  line-height: 1;
  overflow-y: scroll;
}
main {
  display: block;
}
select,input,textarea,option {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
img {
  border: 0;
  margin: 0px;
  padding: 0px;
}
a img {
  border-style: none;
  border: 0;
}
a {
  outline: medium none;
  text-decoration: none;
  color: #666;
}
a:link {}
a:visited {}
a:hover { text-decoration: none; }
a:active {}
a:focus, *:focus { outline: none; }
*:after { clear: both; }
h1,h2,h3,h4 {
  font-weight: normal;
}
/*
navy : #172a40
pink : #F40139
'Oswald', sans-serif
*/

/* ------------------------------------------------------------------------------------------
 Common
------------------------------------------------------------------------------------------ */
.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.img-responsive {
  max-width: 100%;
  display: block;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 5em;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}
.h2:first-letter {
  color: #F40139;
}
.h2 .small {
  display: block;
  color: rgba(23, 42, 64, 0.6);
  font-size: 0.2em;
  margin-top: 15px;
}

/* Common
--------------------------------------------------- */
@media only screen and (min-width: 769px){/* PC */
  .sp {display: none !important;}
}
@media only screen and (max-width: 768px){/* SP */
  .pc {display: none !important;}
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .h2 {
    font-size: 3em;
  }
  .h2 .small {
    font-size: 0.4em;
  }
}

/* ------------------------------------------------------------------------------------------
 Header
------------------------------------------------------------------------------------------ */
.header {
  background-image: url(../img/top_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.headerContents {
  background-image: url(../img/top.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 64.2741935%;
}

/* Header Media Queries
------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px){/* SP */
  .header {
    background-image: url(../img/sp/top_bg_sp.png);
    background-color: #172a40;
    padding-top: 20px;
  }
  .header .container {
    padding-right: 10px;
  }
  .headerContents {
    background-image: url(../img/sp/top_sp.svg);
    padding-top: 79.7333333%;
  }
}

/* ------------------------------------------------------------------------------------------
 CTA
------------------------------------------------------------------------------------------ */
.cta {
  background-color: #F40139;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ctaTitle {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.ctaTitle__img {}
.cta__btn {
  background-color: #fff;
  color: #F40139;
  padding: 25px;
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 2em;
  font-weight: 800;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.cta__btn:after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: calc(50% - 20px);
}
.cta--last {
  background-color: #fff;
  margin-top: -60px;
  padding-bottom: 80px;
}
.cta--last .cta__btn {
  background-color: #F40139;
  color: #fff;
}
.cta--last .cta__btn:after {
  background-image: url(../img/arrow_wh.svg);
}

/* CTA Media Queries
------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px){/* SP */
  .cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ctaTitle {
    width: 100%;
  }
  .cta__btn {
    font-size: 1.5em;
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
  }
  .cta__btn:after {
    right: 20px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .cta--last {
    margin-top: -50px;
  }
}

/* ------------------------------------------------------------------------------------------
 ABOUT
------------------------------------------------------------------------------------------ */
.about__dl {
  display: table;
  width: 80%;
  border: 1px solid #172a40;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.about__dt {
  display: table-cell;
  width: 20%;
  background-color: #172a40;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  padding: 25px 10px;
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  font-style: italic;
}
.about__dt .red {
  color: #F40139;
  font-style: italic;
  margin-left: 5px;
}
.about__dd {
  display: table-cell;
  color: #172a40;
  font-size: 1.4em;
  vertical-align: middle;
  font-weight: 800;
  padding-left: 5%;
}
.about__img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 60px;
}

/* About Media Queries
------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px){/* SP */
  .about {
    background-image: url(../img/buide_bg.png);
    background-size: cover;
    background-position: center right -200px;
  }
  .about__dl {
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #172a40;
    padding-top: 30px;
    margin-top: 30px;
  }
  .about__dl:nth-of-type(1) {
    border-top: none;
    padding-top: 0;
  }
  .about__dt {
    display: block;
    width: 30%;
    font-size: 1.2em;
    float: left;
  }
  .about__dd {
    display: block;
    margin-left: 30%;
    line-height: 1.7;
    font-size: 1.2em;
  }
}

/* ------------------------------------------------------------------------------------------
 GUIDE
------------------------------------------------------------------------------------------ */
.guide {
  background-image: url(../img/buide_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.guide__desc {
  text-align: center;
  margin-top: 40px;
  font-size: 1.2em;
}
.guideList {
  margin-top: 50px;
}
.guideList__item {
  width: 22%;
  margin-right: 4%;
  float: left;
}
.guideList__item:nth-of-type(1) {transition-delay: 0.0s;}
.guideList__item:nth-of-type(2) {transition-delay: 0.5s;}
.guideList__item:nth-of-type(3) {transition-delay: 1.0s;}
.guideList__item:last-child {
  margin-right: 0;
  transition-delay: 1.5s;
}
.guideItem__title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7em;
  text-align: center;
  font-style: italic;
  margin-top: 30px;
  line-height: 1.4;
}
.guideItem__title .red {
  color: #F40139;
  font-style: italic;
  margin-left: 5px;
}
.guideItem__title .jp {
  font-style: normal;
  font-weight: 800;
}
.guideItem__desc {
  text-align: center;
  margin-top: 20px;
  line-height: 1.7;
}

/* Guide Media Queries
------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px){/* SP */
  .guide {
    background-image: none;
    background-color: #172a40;
    color: #fff;
  }
  .guide .h2 .small {
    color: rgba(255,255,255,0.6);
  }
  .guide__desc {
    line-height: 1.7;
  }
  .guideList {
    margin-top: 10px;
  }
  .guideList__item {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .guideItem__img {
    float: left;
    width: 40%;
  }
  .guideItem__title {
    margin-left: 45%;
    text-align: left;
    margin-top: 0;
  }
  .guideItem__title .jp {
    margin-left: 10px;
  }
  .guideItem__desc {
    margin-left: 45%;
    text-align: left;
    margin-top: 10px;
  }
}

/* ------------------------------------------------------------------------------------------
 LINE UP
------------------------------------------------------------------------------------------ */
.lineupList__item {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-top: 50px;
}
.lineupList__item:nth-of-type(1) {transition-delay: 0.0s;}
.lineupList__item:nth-of-type(2) {transition-delay: 0.2s;}
.lineupList__item:nth-of-type(3) {transition-delay: 0.4s;}
.lineupList__item:nth-of-type(4) {transition-delay: 0.6s;}
.lineupList__item:nth-of-type(5) {transition-delay: 0.2s;}
.lineupList__item:nth-of-type(6) {transition-delay: 0.4s;}
.lineupList__item:nth-of-type(7) {transition-delay: 0.6s;}
.lineupList__item:nth-of-type(8) {transition-delay: 0.8s;}

.lineupList__item:nth-of-type(4n) {
  margin-right: 0;
}
.lineupItem__title {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 20px;
}
.lineupItem__title:first-letter {
  color: #F40139;
}
.lineupItem__title .small {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 0.7em;
  margin-top: 30px;
}
.lineupItem__title .small:before {
  content: "";
  background-color: rgba(23, 42, 64, 0.6);
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  top: -13px;
  left: calc(50% - 10px);
}

/* LINE UP Media Queries
------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px){/* SP */
  .lineupList__item {
    width: 49%;
    margin-right: 2%;
  }
  .lineupList__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* ------------------------------------------------------------------------------------------
 REPORT
------------------------------------------------------------------------------------------ */
.report {
  background-color: #172a40;
}
.report .h2 {
  color: #fff;
}
.report .h2 .small {
  color: #fff;
}
.report__desc {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  margin-top: 40px;
}
.reportImage {
    max-width: 1100px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}
.reportImage__img {}

/* REPORT Media Queries
------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px){/* SP */
  .reportImage {
    margin-top: 50px;
  }
}

/* ------------------------------------------------------------------------------------------
 BENEFIT
------------------------------------------------------------------------------------------ */
.benefit {
  background-color: #172a40;
  background-image: url(../img/merit_bg.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
.problem {}
.problem__h2 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  font-size: 3.5em;
  font-weight: 600;
}
.problemList {
  max-width: 55%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.problemList__item {
  background-image: url(../img/checkbox.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  font-size: 1.5em;
  font-weight: 800;
  margin-top: 30px;
  padding-left: 50px;
  padding-top: 15px;
  white-space: nowrap;
}
.merit {
  background-color: #fff; 
}
.merit__h2 {
  color: #F40139;
  text-align: center;
  font-weight: 800;
  font-size: 2.7em;
}
.merit__h2 .small {
  display: block;
  color: #172a40;
  margin-bottom: 20px;
}
.merit__h2 .large {
  font-size: 1.5em;
}
.meritList {}
.meritList__item {
  text-align: center;
  line-height: 1.7;
  font-size: 1.5em;
  font-weight: 800;
  padding-top: 100px;
  margin-top: 50px;
}
.meritList__item:before {
  display: block;
  width: 80px;
  line-height: 80px;
  background-color: #F40139;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-style: italic;
  font-weight: 500;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: calc(50% - 40px);
  font-size: 1.3em;
}
.meritList__item:nth-of-type(1):before {content: "01";}
.meritList__item:nth-of-type(2):before {content: "02";}
.meritList__item:nth-of-type(3):before {content: "03";}

/* BENEFIT Media Queries
------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px){/* SP */
  .benefit {
    background-position: top right -100px;
    background-size: 250%;
  }
  .problem__h2 {
    font-size: 1.5em;
  }
  .problemList {
    max-width: 100%;
    margin-top: 10px;
  }
  .problemList__item {
    white-space: initial;
    line-height: 1.7;
    font-size: 1.2em;
    background-size: 40px;
    background-position: left center;
    margin-top: 10px;
  }
  .merit__h2 {
    font-size: 1.7em;
  }
  .meritList__item {
    padding-top: 80px;
    margin-top: 30px;
    font-size: 1.2em;
  }
  .meritList__item:before {
    width: 60px;
    line-height: 60px;
    left: calc(50% - 30px);
    font-size: 1.0em;
  }
}

/* ------------------------------------------------------------------------------------------
 QUESTION
------------------------------------------------------------------------------------------ */
.question__dl {}
.question__dt {
  background-color: #172a40;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  padding: 20px;
  margin-top: 60px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.question__dt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #172a40 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
}
.question__dd {
  font-size: 1.5em;
  text-align: center;
  margin-top: 50px;
}

/* QUESTION Media Queries
------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px){/* SP */
  .question__dt {
    max-width: 100%;
    font-size: 1.2em;
    line-height: 1.7;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
  .question__dd {
    font-size: 1.2em;
    line-height: 1.7;
    margin-top: 30px;
  }
}

/* ------------------------------------------------------------------------------------------
 Footer
------------------------------------------------------------------------------------------ */
.footer {
  background-color: #172a40;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footerNaviList {
  text-align: center;
}
.footerNaviList__item {
  display: inline-block;
  margin: 0 5px;
}
.footerNaviItem__link {
  display: block;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 0;
  width: 170px;
  font-size: 0.9em;
}
.footer__logo {
  width: 130px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.copyright {
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  margin-top: 30px;
}

/* FOOTER Media Queries
------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px){/* SP */
  .footerNaviList__item {
    margin: 0;
  }
  .footerNaviItem__link {
    width: 105px;
    font-size: 0.8em;
  }
}

/* ------------------------------------------------------------------------------------------
 OTHER
------------------------------------------------------------------------------------------ */
.fadein--up{
  transform:translate(0,50px);transition:all 1s
}
.fadein--right{
  transform:translate(100px,0);transition:all 1s
}
.fadein--left{
  transform:translate(-100px,0);transition:all 1s
}
.zoomin{
  transform:scale(1.5,1.5);transition:all 1s
}
.fadein.scrollin{
  transform:translate(0,0)
}
