.contents {
  overflow: hidden;
}
.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6 {
  line-height: 1.8;
}

@-webkit-keyframes blur_in {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes blur_in {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes fadein_l_anime {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein_l_anime {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadein_t_anime {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein_t_anime {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#maintitleArea .maintitle .ja,
#maintitleArea .maintitle .en,
#maintitleArea .lead {
  -webkit-animation: fadein_t_anime 1s ease-out forwards;
          animation: fadein_t_anime 1s ease-out forwards;
}

.blur_in {
  opacity: 0;
}
.blur_in.on {
  -webkit-animation: blur_in 1s ease-out forwards;
          animation: blur_in 1s ease-out forwards;
}

.col_1 {
  color: #ffffff;
}

.deco {
  position: absolute;
  display: block;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 769px), print {
  .contents #maintitleArea {
    position: relative;
    text-align: center;
  }
  .contents #maintitleArea .maintitle {
    position: relative;
    width: 520px;
    height: 200px;
    background: url("../img/flow/title_bg.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 40px;
    line-height: 1;
  }
  .contents #maintitleArea .maintitle > span {
    display: block;
  }
  .contents #maintitleArea .maintitle > span.en {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #ffffff;
  }
  .contents #maintitleArea .maintitle > span.ja {
    font-size: 27px;
    font-weight: 500;
    padding-top: 20px;
  }

  .linkArea {
    width: 1040px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .linkArea a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    background-color: #c2e9ff;
    width: 505px;
    height: 82px;
    font-weight: 500;
    position: relative;
  }
  .linkArea a::before {
    content: "";
    display: block;
    width: 5px;
    height: 32px;
    position: absolute;
    left: 252px;
    bottom: -16px;
    transform: skewY(-45deg);
    border-left: solid 1px #343434;
    border-bottom: solid 1px #343434;
    transition: bottom 0.3s ease;
  }
  .linkArea a:hover::before {
    bottom: -25px;
  }

  .wrap {
    position: relative;
  }

  .sec {
    position: relative;
  }
  .sec h3 {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    background: url("../img/flow/tit_flow.png") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 0.1em;
    padding-top: 0.2em;
    box-sizing: border-box;
  }

  #sec01 {
    margin-top: 10px;
    padding-bottom: 150px;
  }
  #sec01 .link-margin {
    padding-top: 80px;
  }
  #sec01:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d9f1ff;
    z-index: -1;
    top: 170px;
    left: 0;
  }
  #sec01 .flow {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sec01 .flow li {
    margin-top: 56px;
    width: 200px;
    font-size: 21px;
    font-weight: 500;
    padding: 5px 15px;
    background-color: #b3e3ff;
    border: solid 10px white;
    border-radius: 100px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  #sec01 .flow li.last {
    width: 156px;
    height: 156px;
    background-color: #6ac9ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  #sec01 .flow li:before {
    content: "";
    display: block;
    width: 7px;
    height: 36px;
    position: absolute;
    top: -56px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../img/flow/dot.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sec01 .flow li .fuki {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 45px 35px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: left;
    width: 390px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-color: white;
  }
  #sec01 .flow li .fuki:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
  }
  #sec01 .flow li .fuki.fuki01 {
    right: -430px;
  }
  #sec01 .flow li .fuki.fuki01::before {
    border-width: 14px 24px 14px 0;
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
  }
  #sec01 .flow li .fuki.fuki02 {
    left: -430px;
  }
  #sec01 .flow li .fuki.fuki02 span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
  }
  #sec01 .flow li .fuki.fuki02::before {
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #ffffff;
    right: -20px;
  }

  #sec02 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #sec02 h3 {
    background: url("../img/flow/tit_faq.png") no-repeat center;
    background-size: contain;
  }
  #sec02 h4 {
    font-size: 27px;
    line-height: 1.6;
    letter-spacing: 0.3em;
    background-color: #b8e5fb;
    display: inline;
    padding: 0 3px 0 8px;
  }
  #sec02 h4 span {
    color: #42b7e2;
  }
  #sec02 .content {
    position: relative;
    width: 1040px;
  }
  #sec02 .content:first-of-type {
    margin-top: 78px;
  }
  #sec02 .content + .content {
    margin-top: 110px;
  }
  #sec02 ul {
    margin-top: 40px;
  }
  #sec02 ul li:hover {
    cursor: pointer;
  }
  #sec02 ul li:not(:first-child) {
    margin-top: 20px;
  }
  #sec02 ul li dt {
    position: relative;
    font-size: 21px;
    font-weight: 500;
    background-color: #42b7e2;
    border: solid 10px #42b7e2;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 86px;
    box-sizing: border-box;
  }
  #sec02 ul li dt span {
    width: 30px;
    position: absolute;
    top: 17px;
    left: 30px;
  }
  #sec02 ul li dt div {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
  }
  #sec02 ul li dt div::before {
    content: "";
    opacity: 1;
    display: block;
    width: 27px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #sec02 ul li dt div::after {
    content: "";
    display: block;
    width: 1px;
    height: 27px;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s ease;
  }
  #sec02 ul li.open dt div {
    overflow: hidden;
  }
  #sec02 ul li.open dt div::after {
    transform: translateY(-40px);
  }
  #sec02 ul dd {
    display: none;
    position: relative;
    border: solid 10px #42b7e2;
    border-top: none;
    color: #343434;
    padding: 45px;
    padding-left: 30px;
    background-color: white;
  }
  #sec02 ul dd.single {
    align-items: center;
  }
  #sec02 ul dd.single span.txt {
    margin-top: 6px;
  }
  #sec02 ul dd .answer-wrap {
    display: flex;
  }
  #sec02 ul dd span.ans {
    flex-shrink: 0;
    width: 30px;
    padding-right: 28px;
  }
  #sec02 ul dd span.txt {
    margin-top: 7px;
  }
  #sec02 ul dd span.txt a {
    color: #42b7e2;
    text-decoration: underline;
  }

  .deco01 {
    width: 230px;
    top: 160px;
    left: -80px;
  }

  .deco02 {
    width: 220px;
    bottom: 230px;
    left: -110px;
  }

  .deco03 {
    width: 385px;
    bottom: -175px;
    right: -160px;
  }

  .deco04 {
    width: 385px;
    bottom: -240px;
    right: -225px;
  }

  .deco05 {
    width: 220px;
    bottom: -95px;
    left: -130px;
  }

  .deco06 {
    width: 490px;
    bottom: -285px;
    right: -265px;
  }

  .deco07 {
    width: 220px;
    bottom: -95px;
    right: -125px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 768px) {
  .contents {
    overflow: hidden;
  }
  .contents #maintitleArea {
    position: relative;
  }
  .contents #maintitleArea .maintitle {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 38.5vw;
    background: url("../img/flow/title_bg.png") no-repeat top center;
    background-size: 100% auto;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 1;
  }
  .contents #maintitleArea .maintitle > span {
    display: block;
    text-align: center;
  }
  .contents #maintitleArea .maintitle > span.en {
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #ffffff;
  }
  .contents #maintitleArea .maintitle > span.ja {
    font-size: 21px;
    font-weight: 500;
    padding-top: 14px;
  }
  .contents #maintitleArea .lead {
    letter-spacing: 0.13em;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    width: 90%;
    margin: 20px auto 0;
    text-align: justify;
  }

  .linkArea {
    padding: 0 5%;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .linkArea a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 2px);
    font-size: 16px;
    background-color: #c2e9ff;
    height: 64px;
    font-weight: 500;
    position: relative;
  }
  .linkArea a::before {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -10px;
    transform: skewY(-45deg);
    border-left: solid 1px #343434;
    border-bottom: solid 1px #343434;
    transition: bottom 0.3s ease;
  }

  .wrap {
    position: relative;
  }

  .sec {
    position: relative;
  }
  .sec h3 {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    background: url("../img/flow/tit_flow.png") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 0.1em;
    padding-top: 0.2em;
    box-sizing: border-box;
  }

  #sec01 {
    margin-top: 10px;
    padding-bottom: 80px;
  }
  #sec01 .link-margin {
    padding-top: 80px;
  }
  #sec01:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d9f1ff;
    z-index: -1;
    top: 170px;
    left: 0;
  }
  #sec01 .flow {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sec01 .flow li {
    margin-top: 56px;
    width: 200px;
    font-size: 19px;
    font-weight: 500;
    padding: 5px 15px;
    background-color: #b3e3ff;
    border: solid 10px white;
    border-radius: 100px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  #sec01 .flow li.last {
    width: 156px;
    height: 156px;
    background-color: #6ac9ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  #sec01 .flow li:before {
    content: "";
    display: block;
    width: 7px;
    height: 36px;
    position: absolute;
    top: -56px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../img/flow/dot.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sec01 .flow .fuki {
    margin-top: 22px;
    position: relative;
    padding: 7% 7%;
    box-sizing: border-box;
    font-size: 15px;
    text-align: left;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-color: white;
  }
  #sec01 .flow .fuki:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    margin: auto;
    border-style: solid;
    border-width: 0 14px 24px 14px;
    border-color: transparent transparent #ffffff transparent;
  }
  #sec01 .flow .fuki.fuki02 span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
  }

  #sec02 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #sec02 h3 {
    background: url("../img/flow/tit_faq.png") no-repeat center;
    background-size: contain;
  }
  #sec02 h4 {
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.3em;
    background-color: #b8e5fb;
    display: inline;
    padding: 0 3px 0 8px;
  }
  #sec02 h4 span {
    color: #42b7e2;
  }
  #sec02 .content {
    position: relative;
  }
  #sec02 .content:first-of-type {
    margin-top: 78px;
  }
  #sec02 .content + .content {
    margin-top: 110px;
  }
  #sec02 ul {
    margin-top: 40px;
  }
  #sec02 ul li:hover {
    cursor: pointer;
  }
  #sec02 ul li:not(:first-child) {
    margin-top: 20px;
  }
  #sec02 ul li dt {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background-color: #42b7e2;
    border: solid 7px #42b7e2;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 43px;
    padding-right: 38px;
    box-sizing: border-box;
    text-align: justify;
  }
  #sec02 ul li dt span {
    width: 22px;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  #sec02 ul li dt.single span {
    top: 12px;
  }
  #sec02 ul li dt div {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 18px;
    margin: auto;
    overflow: hidden;
  }
  #sec02 ul li dt div::before {
    content: "";
    opacity: 1;
    display: block;
    width: 27px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #sec02 ul li dt div::after {
    content: "";
    display: block;
    width: 1px;
    height: 27px;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    transition: all 0.5s ease;
  }
  #sec02 ul li.open dt div {
    overflow: hidden;
  }
  #sec02 ul li.open dt div::after {
    opacity: 0;
    transform: translateY(-30px);
  }
  #sec02 ul li dd {
    text-align: justify;
    display: none;
    position: relative;
    border: solid 7px #42b7e2;
    border-top: none;
    color: #343434;
    padding: 14px;
    padding-left: 10px;
    background-color: white;
  }
  #sec02 ul li dd.single .answer-wrap {
    align-items: center;
  }
  #sec02 ul li dd.single .answer-wrap span.txt {
    margin-top: 6px;
  }
  #sec02 ul li dd .answer-wrap {
    width: 100%;
    display: flex;
  }
  #sec02 ul li dd span.ans {
    flex-shrink: 0;
    width: 22px;
    padding-right: 12px;
  }
  #sec02 ul li dd span.txt {
    margin-top: 6px;
  }
  #sec02 ul li dd span.txt a {
    color: #42b7e2;
    text-decoration: underline;
  }

  .deco01 {
    width: 60vw;
    top: 190px;
    left: -60px;
  }

  .deco02 {
    width: 55vw;
    bottom: 230px;
    left: -110px;
  }

  .deco03 {
    width: 62vw;
    bottom: -155px;
    right: -65px;
  }

  .deco04 {
    width: 62vw;
    bottom: -105px;
    right: -85px;
  }

  .deco05 {
    width: 35vw;
    bottom: -75px;
    left: -70px;
  }

  .deco06 {
    width: 50vw;
    bottom: -95px;
    right: -50px;
  }

  .deco07 {
    width: 42vw;
    bottom: -60px;
    right: -20px;
  }
}
/*# sourceMappingURL=flow.css.map */