@charset "UTF-8";
/*
Base
*/
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
    -moz-appearance: none;
          appearance: none; }


/*
Size
*/
/*
Colors
*/
/*
Font
*/
/*
Grid
*/
/*
Components
*/
.OriginalHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(190, 190, 190, .5);
          box-shadow: 0 2px 2px 0 rgba(190, 190, 190, .5);
  z-index: 3; }
  .OriginalHeader__Inner {
    width: 100%;
    max-width: 875px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 40px;
    height: 94px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto; }
  .OriginalHeader__Title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .OriginalHeader__Title__Catch {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0 0 23px; }
  .OriginalHeader__Download {
    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;
    width: 204px;
    height: 48px;
    line-height: 48px;
    background: #FF612A;
    border: 2px solid #FF612A;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px;
    font-weight: 700; }
    .OriginalHeader__Download:hover, .OriginalHeader__Download:focus {
      color: #FF612A;
      background: #FFF; }
  @media screen and (max-width: 767px) {
    .OriginalHeader__Inner {
      height: 64px;
      padding: 12px 5.179% 14px; }
    .OriginalHeader__Title img {
      max-width: calc(11.38393vw + 90.57143px); }
    .OriginalHeader__Title__Catch {
      display: none; } }

.SectionWrapper--Primary {
  background: #FF612A;
  color: #FFF; }

.SectionWrapper--Secondary {
  background: #F5F5F5;
  color: #222222; }

.SectionWrapper--Tertiary {
  background: #FFF7F5;
  color: #222222; }

.SectionContainer {
  max-width: 875px;
  margin: auto; }
  @media screen and (min-width: 960px) {
    .SectionContainer {
      padding: 96px 40px; } }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .SectionContainer {
      padding: 72px; } }
  @media screen and (max-width: 767px) {
    .SectionContainer {
      padding: 72px 16px; } }

.Content:nth-last-of-type(n+2) {
  margin-bottom: 72px; }

.Header {
  background: #FFF7F5; }
  .Header--isWhite {
    background: #fff; }
  .Header__Container {
    margin: auto; }
    @media screen and (min-width: 960px) {
      .Header__Container {
        max-width: 960px;
        padding: 48px 72px 0; } }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .Header__Container {
        max-width: 960px;
        padding: 24px 32px; } }
    @media screen and (max-width: 767px) {
      .Header__Container {
        padding: 24px; } }
    @media screen and (max-width: 959px) {
      .Header__Container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .Header__Logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 960px) {
      .Header__Logo {
        width: 200px; } }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .Header__Logo {
        width: 264px; } }
    @media screen and (max-width: 767px) {
      .Header__Logo {
        width: 148px; } }
    @media screen and (max-width: 959px) {
      .Header__Logo {
        margin-right: auto; } }
    .Header__Logo img {
      width: 100%; }
  @media screen and (min-width: 960px) {
    .Header__Menu {
      display: none; } }
  @media screen and (max-width: 959px) {
    .Header__Menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 768px) {
    .Header__MenuIcon {
      height: 40px;
      width: 36px; } }
  @media screen and (max-width: 767px) {
    .Header__MenuIcon {
      height: 26px;
      width: 23px; } }

.Heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 768px) {
    .Heading {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .Heading {
      margin-bottom: 20px; } }
  .Heading__Container {
    position: relative; }
  .Heading__Title {
    text-align: center;
    font-weight: bold;
    line-height: 1.6; }
    @media screen and (min-width: 768px) {
      .Heading__Title {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .Heading__Title {
        font-size: 21px; } }
  .Heading__Icon {
    position: absolute;
    top: 0;
    bottom: 30px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 768px) {
      .Heading__Icon {
        width: 100px;
        height: 100px;
        right: calc(100% + 30px); }
        .Heading__Icon--isRight {
          left: calc(100% + 30px); } }
    @media screen and (max-width: 767px) {
      .Heading__Icon {
        width: 60px;
        height: 62px;
        right: calc(100% + 10px); }
        .Heading__Icon--isRight {
          left: calc(100% + 20px); } }
    .Heading__Icon img {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%;
      height: 100%; }

.HeadingWithLead {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .HeadingWithLead {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .HeadingWithLead {
      margin-bottom: 20px; } }
  .HeadingWithLead--isWhite {
    color: #fff; }
  .HeadingWithLead__Icon {
    margin-bottom: 8px; }
  .HeadingWithLead__Lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #FF612A; }
    .HeadingWithLead--isWhite .HeadingWithLead__Lead {
      color: #fff; }
    @media screen and (min-width: 768px) {
      .HeadingWithLead__Lead {
        font-size: 18px;
        margin-bottom: 24px; } }
    @media screen and (max-width: 767px) {
      .HeadingWithLead__Lead {
        font-size: 16px;
        margin-bottom: 8px; } }
  .HeadingWithLead__Title {
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    color: #222222; }
    @media screen and (min-width: 768px) {
      .HeadingWithLead__Title {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .HeadingWithLead__Title {
        font-size: 21px; } }
    .HeadingWithLead--isWhite .HeadingWithLead__Title {
      color: #fff; }

.Button {
  font-weight: bold;
  border: solid 2px;
  -webkit-transition: background-color ease-in 0.1s;
  transition: background-color ease-in 0.1s; }
  @media screen and (min-width: 960px) {
    .Button {
      font-size: 17px;
      height: 45px;
      width: 240px;
      border-radius: 35px; }
    .Button2 {
      font-size: 14px;
      height: 40px;
      width: 216px;
      border-radius: 35px;
      font-weight: bold;
      margin-top: 10px; } }
  @media screen and (max-width: 959px) {
    .Button {
      font-size: 16px;
      height: 50px;
      width: 254px;
      border-radius: 50px; }
    .Button2 {
      font-size: 14px;
      height: 40px;
      width: 254px;
      border-radius: 50px;
      font-weight: bold;
      margin-top: 10px; } }
  .Button--fill {
    background-color: #FF612A;
    color: #fff;
    border-color: #FF612A; }
    .Button--fill:hover {
      background-color: #f64000;
      border-color: #f64000; }
    .Button--fill:active {
      background-color: #ff6c39;
      border-color: #ff6c39; }
  .Button--fillWhite {
    background-color: #fff;
    color: #FF612A;
    border-color: #fff; }
    .Button--fillWhite:hover {
      background-color: #ffe3db;
      border-color: #ffe3db; }
    .Button--fillWhite:active {
      background-color: #fff9f7;
      border-color: #fff9f7; }
  .Button--outline {
    background-color: #fff;
    color: #FF612A;
    border-color: #FF612A;
    fill: #FF612A; }
    .Button--outline:hover {
      background-color: #FDECE1; }
    .Button--outline:active {
      background-color: #FDECE1;}

.Menu {
  position: fixed;
  background: #FF612A;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 4;
  display: none; }
  @media screen and (min-width: 960px) {
    .Menu {
      display: none; } }
  .Menu.isShow {
    display: block;
    -webkit-animation: fadeIn 0.1s linear 0s;
            animation: fadeIn 0.1s linear 0s; }
  .Menu__Close {
    margin-left: auto; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .Menu__Close__Icon {
        width: 32px; } }
    @media screen and (max-width: 767px) {
      .Menu__Close__Icon {
        width: 26px; } }
  .Menu__Container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 32px;
    margin-bottom: 32px; }
    .Menu__Container--isClose {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (min-width: 960px) {
        .Menu__Container--isClose {
          margin-bottom: 64px; } }
      @media screen and (max-width: 959px) {
        .Menu__Container--isClose {
          padding: 32px 32px 0;
          margin-bottom: 32px; } }
  .Menu__List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 56px; }
  .Menu__Item:not(:last-child) {
    margin-bottom: 32px; }
  .Menu__Item a {
    font-size: 20px;
    text-decoration: none;
    color: #fff; }
    .Menu__Item a:hover {
      color: #fff; }
  .Menu__Button {
    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;
    text-decoration: none;
    margin: 0px auto 15px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 875px;
  margin: auto; }
  .Nav__Logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 24px; }
  .Nav__List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 24px;
    font-size: 16px;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .Nav a {
    text-decoration: none;
    color: #222222; }
    .Nav a:hover {
      color: inherit; }
  @media screen and (max-width: 959px) {
    .Nav {
      display: none; } }







/*
footer
*/

      @media screen and (min-width: 960px) {
        .FooterWrapper {
          padding-bottom: 0; } }
      
      .Footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (min-width: 960px) {
          .Footer {
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        @media screen and (max-width: 959px) {
          .Footer {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media screen and (min-width: 960px) {
          .Footer__Container {
            padding-top: 56px; } }
        @media screen and (max-width: 959px) {
          .Footer__Container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .Footer__Title {
          font-size: 30px;
          line-height: 1.6;
          margin-bottom: 60px; }
          @media screen and (max-width: 959px) {
            .Footer__Title {
              margin-bottom: 30px; } }
          @media screen and (max-width: 767px) {
            .Footer__Title {
              font-size: 20px; } }
        .Footer__Image.isSp {
          margin-bottom: 32px; }
          @media screen and (max-width: 959px) {
            .Footer__Image.isSp {
              width: 200px; } }



/*
For JS
*/
.JsClose {
  opacity: 1.0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .JsClose.IsClosing {
    opacity: 0; }
  .JsClose.IsClosed {
    display: none; }

.JsScrollHeader__Content {
  display: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
  .JsScrollHeader__Content--Visualizing {
    display: block;
    opacity: 0; }
  .JsScrollHeader__Content--Visualized {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.JsScrollContent__Content {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .JsScrollContent__Content--Visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.JsScrollHideContent {
  opacity: 1; }
  .JsScrollHideContent--Hidden {
    opacity: 0; }

html {
  color: #222222;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'Meiryo', sans-serif; }

@media all and (-ms-high-contrast: none) {
  html {
    font-family: 'Meiryo', sans-serif; } }

button {
  font-family: inherit; }

a:not([class]) {
  color: #0066AA; }
  a:not([class]):hover {
    color: rgba(0, 102, 170, .8); }
  a:not([class]):visited {
    color: #5F00AA; }

::-moz-selection {
  color: #fff;
  background: #ff7f53;
  text-decoration-color: #fff; }

::selection {
  color: #fff;
  background: #ff7f53;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff; }

.Text--isPrimary {
  color: #FF612A; }

@media screen and (max-width: 959px) {
  .isPc {
    display: none; } }

@media screen and (min-width: 960px) {
  .isSp {
    display: none; } }

.noteSymbol {
  font-size: 10px;
  vertical-align: top; }