/*color*/
/*util*/
@-webkit-keyframes $animation-name {
  0% {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(36px, 0px);
    -ms-transform: translate(36px, 0px);
    -webkit-transform: translate(36px, 0px);
    transform: translate(36px, 0px);
  }
}
@-moz-keyframes $animation-name {
  0% {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(36px, 0px);
    -ms-transform: translate(36px, 0px);
    -webkit-transform: translate(36px, 0px);
    transform: translate(36px, 0px);
  }
}
@keyframes $animation-name {
  0% {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(36px, 0px);
    -ms-transform: translate(36px, 0px);
    -webkit-transform: translate(36px, 0px);
    transform: translate(36px, 0px);
  }
}
@-webkit-keyframes $animation-name {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-moz-keyframes $animation-name {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes $animation-name {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
/*============================
function
============================*/
/*============================
mixin
============================*/
/*============================
easing
============================*/
/*size*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url("../font/montserrat-black.woff2") format("woff2"), url("../font/montserrat-black.woff") format("woff");
}
@media screen and (min-width: 768px) {
  body {
    background-image: none;
  }
  body .sp_view {
    display: none;
  }
  body #contents {
    display: flex;
  }
  body #contents .btn {
    display: block;
    width: fit-content;
    padding-bottom: min(0.70313vw, 9px);
    position: relative;
  }
  body #contents .btn.--small {
    padding-bottom: 6px;
  }
  body #contents .btn.--small::before {
    height: calc(100% - min(0.43923865300146414vw, 6px));
  }
  body #contents .btn.--small .btn__body {
    width: min(18.28125vw, 234px);
    min-height: min(5.23438vw, 67px);
    font-size: min(0.9375vw, 12px);
  }
  body #contents .btn.--small .btn__body .--top {
    font-size: min(1.09375vw, 14px);
  }
  body #contents .btn.--small .btn__body .--icon-bottom {
    width: min(0.9375vw, 12px);
    right: min(1.95313vw, 25px);
  }
  body #contents .btn::before {
    content: '';
    width: 100%;
    height: calc(100% - min(0.6588579795021963vw, 9px));
    background-color: #01833E;
    border: 2px solid #000;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
  }
  body #contents .btn__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: min(25.625vw, 328px);
    min-height: min(6.32813vw, 81px);
    padding: min(0.39063vw, 5px) min(2.65625vw, 34px) min(0.39063vw, 5px) min(2.34375vw, 30px);
    background-color: #FFDF00;
    border: 2px solid #000;
    border-radius: 50px;
    position: relative;
    font-size: min(1.25vw, 16px);
    line-height: calc(24 / 16);
    color: #000;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
  body #contents .btn__body .--top {
    display: block;
    font-size: min(1.40625vw, 18px);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
  }
  body #contents .btn__body .--icon-bottom {
    width: min(1.17188vw, 15px);
    position: absolute;
    top: 50%;
    right: min(2.96875vw, 38px);
    transform: translateY(-50%);
  }
  body #contents .btn__body .--icon-right {
    width: min(0.46875vw, 6px);
    position: absolute;
    top: 50%;
    right: min(1.48438vw, 19px);
    transform: translateY(-50%);
  }
  body #contents .btn__body .--icon-left {
    width: min(0.78125vw, 10px);
    position: absolute;
    top: 50%;
    left: min(1.48438vw, 19px);
    transform: translateY(-50%);
  }
  body #contents .bg-left {
    width: calc(50% - min(30.74670571010249vw, 420px) / 2);
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    background-image: url("../img/bg-left.png");
    background-size: cover;
    background-position: 85% 10%;
  }
  body #contents .bg-left__inner {
    max-width: min(26.48438vw, 339px);
    margin-left: auto;
    padding: min(3.4375vw, 44px) min(1.09375vw, 14px);
    height: 100%;
  }
  body #contents .bg-left__logo {
    width: min(10.9375vw, 140px);
  }
  body #contents .bg-right {
    width: calc(50% - min(30.74670571010249vw, 420px) / 2);
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    background-image: url("../img/bg-right.png");
    background-size: cover;
    background-position: 15% 10%;
  }
  body #contents .bg-right__inner {
    max-width: min(27.26563vw, 349px);
    padding: min(3.4375vw, 44px) min(0.78125vw, 10px) min(3.4375vw, 44px) min(1.09375vw, 14px);
    height: 100%;
    height: calc(100% - (min(3.4375vw, 44px) * 2 ));
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
  body #contents .bg-right__btn:not(:first-of-type) {
    margin-top: min(1.17188vw, 15px);
  }
  body #contents .main-contents {
    width: min(32.8125vw, 420px);
    flex: 0 0 auto;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  body #contents .main-contents .step_section {
    padding: 0 min(1.17188vw, 15px);
  }
  body #contents .main-contents .step_section .step_inner {
    padding-top: min(2.5vw, 32px);
    border-top: 1px solid #707070;
    text-align: center;
  }
  body #contents .main-contents .step_section .step_inner .step_section_ttl {
    display: inline;
    font-size: min(2.1875vw, 28px);
    font-weight: 900;
    line-height: calc(40 / 24);
    letter-spacing: 0.2em;
    color: #000;
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffdf00 60%);
  }
  body #contents .main-contents .step_section .step_inner .step_section_ttl span {
    font-family: 'Montserrat', sans-serif;
    font-size: min(1.875vw, 24px);
    letter-spacing: 0.16em;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item {
    padding: min(1.95313vw, 25px) min(1.48438vw, 19px);
    background-color: #F7F7F7;
    border-radius: 20px;
    margin-top: min(1.95313vw, 25px);
  }
  body #contents .main-contents .step_section .step_inner .step_section_item:not(:first-of-type) {
    margin-top: 0;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item__num {
    font-family: 'Montserrat', sans-serif;
    font-size: min(1.5625vw, 20px);
    font-weight: 700;
    line-height: calc(28 / 20);
    letter-spacing: 0.16em;
    color: #FFFFFF;
    text-align: center;
    width: min(3.59375vw, 46px);
    height: min(3.59375vw, 46px);
    margin: 0 auto;
    background-color: #01833E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item__num span {
    padding-left: .2em;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt {
    margin-top: min(3.90625vw, 50px);
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt.first {
    margin-top: min(1.17188vw, 15px);
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt .ttl {
    font-size: min(1.64063vw, 21px);
    line-height: calc(34 / 22);
    font-weight: 900;
    letter-spacing: 0;
    color: #000;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt .ttl + .txt {
    margin-top: min(1.09375vw, 14px);
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt .txt {
    font-size: min(1.25vw, 16px);
    line-height: calc(26 / 16);
    letter-spacing: 0;
    color: #717171;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt .txt.txt_deco {
    position: relative;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt .txt.txt_deco img {
    position: absolute;
    top: 0;
    transform: translate(min(-0.46875vw, -6px), min(-0.15625vw, -2px));
    width: min(0.9375vw, 12px);
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_img {
    margin-top: min(1.95313vw, 25px);
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_img .txt {
    margin-top: min(2.34375vw, 30px);
    font-size: min(1.17188vw, 15px);
    letter-spacing: 0;
    line-height: calc(29 / 16);
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_img .txt.color_red {
    color: #FF0000;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_img .txt strong {
    font-weight: bold;
  }
  body #contents .main-contents .step_section .step_inner .arrow_box {
    padding: min(1.95313vw, 25px) 0;
  }
  body #contents .main-contents .step_section .step_inner .arrow_box .asagaya_img {
    width: 100%;
  }
  body #contents .main-contents .step_section .step_inner .arrow_box .arrow_item {
    width: min(2.5vw, 32px);
  }
  body #contents .main-contents .step_section .step_inner .arrow_box.--asagaya {
    padding-top: min(1.17188vw, 15px);
  }
  body #contents .main-contents .step_section .step_inner .arrow_box.--asagaya .arrow_item {
    margin-top: min(0.78125vw, 10px);
  }
  body #contents .main-contents .step_section .step_inner .top_link_area .btn {
    margin: min(2.34375vw, 30px) auto min(2.8125vw, 36px);
    width: min(16.5625vw, 212px);
  }
  body #contents .main-contents .step_section .step_inner .top_link_area .btn .btn__body {
    width: 100%;
    min-height: min(5.23438vw, 67px);
    font-size: min(0.9375vw, 12px);
  }
  body #contents .main-contents .back_to_top {
    position: fixed;
    right: calc(51% - min(15.373352855051245vw, 210px));
    bottom: min(0.9375vw, 12px);
    width: min(5.15625vw, 66px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  body #contents .main-contents .back_to_top a img {
    width: 100%;
  }
  body #contents .main-contents .back_to_top.show {
    opacity: 1;
    visibility: visible;
  }
  body #contents .main-contents .back_to_top.is-bottom {
    position: absolute;
  }
  body #contents .fv {
    padding-bottom: min(2.1875vw, 28px);
  }
  body #contents .fv__title {
    width: 100%;
  }
  body #contents .fv__title img {
    width: 100%;
    height: auto;
  }
  body #contents .fv__pict {
    display: block;
    max-width: min(30.9375vw, 396px);
    height: auto;
    margin: min(0.9375vw, 12px) auto 0;
  }
  body #contents .fv__btn {
    margin: min(1.17188vw, 15px) auto 0;
  }
  body #contents .fv__btn:first-of-type {
    margin-top: min(0.9375vw, 12px);
  }
  body #contents .fv__note {
    margin-top: min(0.9375vw, 12px);
    text-align: center;
    font-size: min(0.9375vw, 12px);
    font-weight: 500;
    line-height: calc(18 / 12);
  }
}
/*size*/
@media screen and (max-width: 767px) {
  body .pc_view {
    display: none;
  }
  body #contents .btn {
    display: block;
    width: fit-content;
    padding-bottom: 2.4vw;
    position: relative;
  }
  body #contents .btn.--small {
    padding-bottom: 6px;
    margin: 0 auto;
  }
  body #contents .btn.--small::before {
    height: calc(100% - min(0.43923865300146414vw, 6px));
  }
  body #contents .btn.--small:not(:first-of-type) {
    margin-top: 4vw;
  }
  body #contents .btn.--small .btn__body {
    width: 62.4vw;
    min-height: 17.86667vw;
    font-size: 3.2vw;
  }
  body #contents .btn.--small .btn__body .--top {
    font-size: 3.73333vw;
  }
  body #contents .btn.--small .btn__body .--icon-bottom {
    width: 3.2vw;
    right: 6.66667vw;
  }
  body #contents .btn::before {
    content: '';
    width: 100%;
    height: calc(100% - min(0.6588579795021963vw, 9px));
    background-color: #01833E;
    border: 2px solid #000;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
  }
  body #contents .btn__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 77.86667vw;
    min-height: 21.6vw;
    padding: 1.33333vw 9.06667vw 1.33333vw 8vw;
    background-color: #FFDF00;
    border: 2px solid #000;
    border-radius: 50px;
    position: relative;
    font-size: 4.26667vw;
    line-height: calc(24 / 16);
    color: #000;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
  body #contents .btn__body .--top {
    display: block;
    font-size: 4.8vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
  }
  body #contents .btn__body .--icon-bottom {
    width: 4vw;
    position: absolute;
    top: 50%;
    right: 10.13333vw;
    transform: translateY(-50%);
  }
  body #contents .btn__body .--icon-right {
    width: 1.6vw;
    position: absolute;
    top: 50%;
    right: 5.06667vw;
    transform: translateY(-50%);
  }
  body #contents .btn__body .--icon-left {
    width: 2.66667vw;
    position: absolute;
    top: 50%;
    left: 5.06667vw;
    transform: translateY(-50%);
  }
  body #contents .main-contents {
    width: 100%;
    flex: 0 0 auto;
  }
  body #contents .main-contents .step_section {
    padding: 0 4vw;
  }
  body #contents .main-contents .step_section .step_inner {
    padding-top: 8.53333vw;
    border-top: 1px solid #707070;
    text-align: center;
  }
  body #contents .main-contents .step_section .step_inner .step_section_ttl {
    display: inline;
    font-size: 7.46667vw;
    font-weight: 900;
    line-height: calc(40 / 24);
    letter-spacing: 0.2em;
    color: #000;
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffdf00 60%);
  }
  body #contents .main-contents .step_section .step_inner .step_section_ttl span {
    font-family: 'Montserrat', sans-serif;
    font-size: 6.4vw;
    letter-spacing: 0.16em;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item {
    padding: 5.86667vw 4.53333vw;
    background-color: #F7F7F7;
    border-radius: 20px;
    margin-top: 6.66667vw;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item:not(:first-of-type) {
    margin-top: 0;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item__num {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.53333vw;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #FFFFFF;
    text-align: center;
    width: 10.93333vw;
    height: 10.93333vw;
    margin: 0 auto;
    background-color: #01833E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item__num span {
    padding-left: .2em;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt {
    margin-top: 11.73333vw;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt.first {
    margin-top: 3.46667vw;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt .ttl {
    font-size: 5.06667vw;
    line-height: calc(34 / 22);
    font-weight: 900;
    letter-spacing: 0;
    color: #000;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt .ttl + .txt {
    margin-top: 3.73333vw;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt .txt {
    font-size: 3.73333vw;
    line-height: calc(23 / 14);
    letter-spacing: 0;
    color: #717171;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt .txt.txt_deco {
    position: relative;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_txt .txt.txt_deco img {
    position: absolute;
    top: 0;
    transform: translate(-1.6vw, -0.53333vw);
    width: 3.2vw;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_img {
    margin-top: 6.66667vw;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_img .txt {
    margin-top: 8vw;
    font-size: 4vw;
    letter-spacing: 0;
    line-height: calc(29 / 16);
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_img .txt.color_red {
    color: #FF0000;
  }
  body #contents .main-contents .step_section .step_inner .step_section_item .item_img .txt strong {
    font-weight: bold;
  }
  body #contents .main-contents .step_section .step_inner .arrow_box {
    padding: 5.86667vw 0;
  }
  body #contents .main-contents .step_section .step_inner .arrow_box .asagaya_img {
    width: 100%;
  }
  body #contents .main-contents .step_section .step_inner .arrow_box .arrow_item {
    width: 7.46667vw;
  }
  body #contents .main-contents .step_section .step_inner .arrow_box.--asagaya {
    padding-top: 6.93333vw;
  }
  body #contents .main-contents .step_section .step_inner .arrow_box.--asagaya .arrow_item {
    margin-top: 2.13333vw;
  }
  body #contents .main-contents .step_section .step_inner .top_link_area .btn {
    margin: 8vw auto 9.6vw;
    width: 56.53333vw;
  }
  body #contents .main-contents .step_section .step_inner .top_link_area .btn .btn__body {
    width: 100%;
    min-height: 17.86667vw;
    font-size: 3.2vw;
  }
  body #contents .main-contents .back_to_top {
    position: fixed;
    right: 1.33333vw;
    bottom: 3.2vw;
    width: 13.33333vw;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  body #contents .main-contents .back_to_top.show {
    opacity: 1;
    visibility: visible;
  }
  body #contents .main-contents .back_to_top.is-bottom {
    position: absolute;
  }
  body #contents .fv {
    padding-bottom: 10.66667vw;
  }
  body #contents .fv__title {
    width: 100%;
  }
  body #contents .fv__title img {
    width: 100%;
    height: auto;
  }
  body #contents .fv__pict {
    display: block;
    max-width: 105.6vw;
    height: auto;
    margin: 1.6vw auto 0;
    padding: 0 2.66667vw;
  }
  body #contents .fv__btn {
    margin: 4vw auto 0;
  }
  body #contents .fv__btn:first-of-type {
    margin-top: 3.2vw;
  }
  body #contents .fv__note {
    margin-top: 3.2vw;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: calc(18 / 12);
  }
  body #contents .fv .sp_btn_nav {
    margin-top: 10.66667vw;
  }
}
