@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

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

html {
  font-size: 62.5%;
}

ul {
  list-style: none;
}

@media screen and (max-width: 1080px) {
  body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-size: 1.2rem;
  }
  a {
    text-decoration: none;
    color: #000000;
    outline: none;
  }
  img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .pc {
    display: none;
  }
  .common-ttl {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 26px;
    text-align: center;
    font-size: 2rem;
  }
  .common-ttl--orange {
    color: #ef8046;
  }
  .common-ttl--white {
    color: #ffffff;
  }
  .scrollin,
  .scrollin-2col,
  .scrollin-3col,
  .scrollin-4col {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  .scrollin.is-visible,
  .scrollin-2col.is-visible,
  .scrollin-3col.is-visible,
  .scrollin-4col.is-visible {
    -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .tab-contents div:not(:first-child) {
    display: none;
  }
  .mv img {
    display: block;
    width: 100%;
    height: auto;
  }
  .item-img {
    max-width: 1420px;
    margin: auto;
  }
  .item-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .step {
    position: relative;
    margin-bottom: 100px;
    padding: 90px 0 0;
    background-color: #f2f2f2;
    margin-bottom: 50px;
    padding: 30px 0 0;
  }
  .step__list {
    max-width: 1080px;
    margin: auto;
    margin: 0 15px;
  }
  .step__list > li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 44px 30px;
    list-style: none;
    counter-increment: step;
    background-color: #ffffff;
  }
  .step__list > li::before {
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0 17px 1px;
    content: "STEP" counter(step);
    color: #ffffff;
    background-color: #ef8046;
  }
  .step__list > li::after {
    position: absolute;
    z-index: 2;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
  }
  .step__list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 20px;
    border-top: 1px solid #ef8046;
    border-right: 1px solid #ef8046;
    border-left: 1px solid #ef8046;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .step__list > li::before {
    font-size: 1.5rem;
    padding: 0 14px 2px;
  }
  .step__list > li:last-child {
    border-bottom: 1px solid #ef8046;
  }
  .step__list > li:not(:last-child)::after {
    right: 0;
    bottom: -21px;
    left: 0;
    border: 10px solid transparent;
    border-top: 10px solid #ef8046;
  }
  .step__list__img {
    width: 100px;
  }
  .step__list__img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .step__list__txt {
    font-size: 1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px - 15px);
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .step__list__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .step__app {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .step__app img {
    display: block;
    width: 100%;
    height: auto;
  }
  .step__app a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .step__app a:hover {
    opacity: 0.7;
  }
  .step__app li {
    width: calc((100% - 12px) / 2);
  }
  .price {
    position: relative;
    z-index: -1;
    padding: 40px 0;
  }
  .price::before, .price::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
  }
  .price::before {
    z-index: -2;
    top: -50%;
    background-color: #f2f2f2;
  }
  .price::after {
    z-index: -1;
    bottom: 0;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background-color: #ef8046;
  }
  .price__img {
    margin-bottom: 20px;
    margin: 0 15px 20px;
  }
  .price__img img {
    display: block;
    width: 100%;
    max-width: 1029px;
    height: auto;
    margin: auto;
  }
  .price__notice {
    display: table;
    margin: auto;
  }
  .price__notice dt {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .price__notice dt span {
    font-size: 1.4rem;
    display: inline-block;
    padding: 5px 5px 6px;
    color: #ef8046;
    background-color: #000000;
  }
  .price__notice dd {
    font-weight: bold;
    line-height: 1.714;
    margin-left: 1em;
    text-indent: -1em;
  }
  .price__notice dd::before {
    content: '●';
  }
  .price__notice dt {
    font-size: 1.7rem;
    text-align: center;
  }
  .price__notice dt span {
    font-size: 1.4rem;
    display: table;
    margin: 10px auto 0;
  }
  .price__notice dd {
    font-size: 1.1rem;
    padding: 0 60px;
  }
  .function {
    max-width: 1080px;
    margin: auto;
    padding: 74px 0;
    padding: 37px 0;
  }
  .function__list {
    margin-top: 56px;
    text-align: center;
    margin: 0 50px;
  }
  .function__list img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 89px;
    margin: 0 auto 28px;
  }
  .function__list figcaption {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 14px;
    color: #ef8046;
  }
  .function__list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .function__list img {
    margin-bottom: 20px;
  }
  .function__list figcaption {
    margin-bottom: 10px;
  }
  .function__list p {
    font-size: 1.5rem;
    text-align: left;
  }
  .entry-step {
    position: relative;
    padding: 70px 0 80px;
    padding: 30px 25px 40px;
  }
  .entry-step::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background-color: #f2f2f2;
  }
  .entry-step__catch {
    margin-bottom: 53px;
    text-align: center;
    margin-bottom: 26px;
  }
  .entry-step__catch p {
    font-size: 1.8rem;
    font-weight: 900;
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 11px 24px 12px;
    color: #ef8046;
    border: 2px solid #ef8046;
    background-color: #ffffff;
  }
  .entry-step__catch p::before {
    position: absolute;
    top: calc(100% + 2px);
    right: -2px;
    content: '';
    border: none;
    border-bottom: solid 22px transparent;
    border-left: solid 40px #ef8046;
  }
  .entry-step__catch p {
    font-size: 1.5rem;
    display: block;
    padding: 5px 0 6px;
  }
  .entry-step__catch p::before {
    border-bottom: solid 11px transparent;
    border-left: solid 20px #ef8046;
  }
  .entry-step__list {
    margin-bottom: 40px;
    margin-bottom: 20px;
  }
  .entry-step__list li {
    position: relative;
    list-style: none;
    counter-increment: entry-step;
  }
  .entry-step__list li::before {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    content: counter(entry-step);
    color: #ef8046;
    border-radius: 50%;
    background-color: #ffea44;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .entry-step__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .entry-step__list li::before {
    font-size: 1.4rem;
    width: 26px;
    height: 26px;
  }
  .entry-step__list li:not(:last-child) {
    margin-bottom: 14px;
  }
  .entry-step__list p {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .entry-step__list__ttl {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    border: 3px solid #ef8046;
    border-radius: 50%;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 116px;
    height: 116px;
    border: 2px solid #ef8046;
  }
  li:not(:last-child) .entry-step__list__ttl::after {
    position: absolute;
    display: block;
    margin: auto;
    content: '';
    background-color: #ef8046;
  }
  li:not(:last-child) .entry-step__list__ttl::after {
    right: 0;
    bottom: -16px;
    left: 0;
    width: 2px;
    height: 14px;
  }
  .entry-step__list__ttl__wrap {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.3rem;
  }
  .entry-step__list__ttl__wrap small {
    font-size: 1.4rem;
  }
  .entry-step__list__ttl__wrap small {
    font-size: 1rem;
  }
  .entry-step__notice {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    font-size: 1.8rem;
  }
  .entry-step__notice b {
    color: #ef8046;
    border-bottom: 3px solid #ef8046;
  }
  .entry-step__notice b {
    border-bottom: 2px solid #ef8046;
  }
  .setting {
    max-width: 1080px;
    margin: auto;
    padding: 75px 0;
    padding: 37px 0;
  }
  .setting__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 58px;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 15px;
  }
  .setting__list li {
    position: relative;
    width: calc((100% - 57px * 3) / 4);
    list-style: none;
  }
  .setting__list li:not(:first-child) figure span {
    position: relative;
    display: block;
  }
  .setting__list li:not(:first-child) figure span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin: auto;
    content: '';
    border: 24px solid transparent;
    border-left: 24px solid #ef8046;
  }
  .setting__list img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(60, 60, 60, 0.16);
    box-shadow: 0px 0px 7px 2px rgba(60, 60, 60, 0.16);
  }
  .setting__list figcaption {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .setting__list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
  }
  .setting__list li:not(:nth-of-type(-n + 2)) {
    margin-top: 20px;
  }
  .setting__list li:not(:first-child) figure span::before {
    left: -24px;
    width: 14px;
    height: 14px;
    border: 14px solid transparent;
    border-left: 14px solid #ef8046;
  }
  .setting__list img {
    margin-bottom: 15px;
  }
  .setting__list figcaption {
    font-size: 1.3rem;
    margin-bottom: 0.3em;
  }
  .setting__list p {
    font-size: 1.1rem;
  }
  .entry {
    position: relative;
    margin-bottom: 70px;
    padding: 160px 0 80px;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background: url("../images/bg_entry.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 35px;
    padding: 110px 0 40px;
    background: url("../images/sp/bg_entry.jpg") no-repeat;
    background-size: cover;
  }
  .entry::before {
    position: absolute;
    top: -24px;
    right: 0;
    left: 0;
    display: block;
    width: 96px;
    height: 117px;
    margin: auto;
    content: '';
    background: url("../images/icon_entry.png") center no-repeat;
    background-size: contain;
  }
  .entry::before {
    width: 65px;
    height: 78px;
  }
  .entry__wrap {
    font-size: 2.4rem;
    font-weight: bold;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    text-align: center;
    font-size: 1.5rem;
  }
  .entry__ttl {
    font-size: 3.6rem;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 1em;
    text-align: center;
    font-size: 2rem;
    line-height: 1.25;
  }
  .entry__ttl::before {
    position: absolute;
    z-index: -1;
    top: -70px;
    left: -163px;
    display: block;
    width: 409px;
    height: 133px;
    content: '';
    background: url("../images/ttl_entry.png") center no-repeat;
    background-size: contain;
  }
  .entry__ttl::before {
    top: -51px;
    left: -47px;
    width: 217px;
    height: 98px;
  }
  .entry__btn {
    margin-bottom: 24px;
    margin: 0 25px 20px;
  }
  .entry__btn a {
    font-size: 2.2rem;
    font-weight: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    background-color: #ffea44;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .entry__btn a::before {
    display: block;
    width: 116px;
    height: 32px;
    margin-top: 2px;
    margin-right: 18px;
    content: '';
    background: url("../images/logo_btn.png") center no-repeat;
    background-size: contain;
  }
  .entry__btn a:hover {
    opacity: 0.7;
  }
  .entry__btn a {
    font-size: 1.8rem;
    padding: 19px 10px 20px;
  }
  .entry__btn a::before {
    width: 100%;
    max-width: 106px;
    height: 29px;
    margin-right: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .entry__contact {
    margin-bottom: 46px;
  }
  .entry__contact a {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
  }
  .entry__contact a::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #ffea44;
  }
  .entry__contact a:hover {
    opacity: 0.7;
  }
  .entry__contact a::before {
    height: 2px;
  }
  #footer {
    position: relative;
    max-width: 1080px;
    margin: auto;
    padding-bottom: 80px;
    padding-bottom: 40px;
  }
  .footer__logo img {
    display: block;
  }
  .footer__logo img {
    width: 110px;
    height: auto;
    margin: 0 auto 20px;
  }
  .footer__nav {
    margin-bottom: 30px;
  }
  .footer__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__nav li {
    position: relative;
  }
  .footer__nav a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer__nav a:hover {
    opacity: 0.7;
  }
  .footer__nav ul {
    border-top: 1px solid #ef8046;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .footer__nav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #ef8046;
  }
  .footer__nav li:nth-of-type(odd) {
    border-right: 1px solid #ef8046;
  }
  .footer__nav a {
    font-size: 1.1rem;
    display: block;
    padding: 12px 0;
    text-align: center;
  }
  .footer__copyright {
    font-family: "Roboto", "sans-serif";
    font-size: 1.4rem;
    display: block;
    text-align: right;
    font-size: 1.3rem;
    text-align: center;
  }
  #page-top-btn {
    position: absolute;
    z-index: 2;
    top: -125px;
    right: 0;
    top: -68px;
    right: 15px;
  }
  #page-top-btn a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 73px;
  }
  #page-top-btn a:hover {
    opacity: 0.7;
  }
  #page-top-btn img {
    width: 100%;
    height: auto;
    display: block;
  }
  #page-top-btn a {
    width: 55px;
  }
  .florting-bnr {
    position: fixed;
    right: 0px;
    z-index: 10;
    bottom: 15px;
  }
  .florting-bnr a {
    display: block;
    width: 213px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .florting-bnr a:hover {
    opacity: 0.7;
  }
  .florting-bnr img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 1081px) {
  body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    min-width: 1080px;
  }
  a {
    text-decoration: none;
    color: #000000;
    outline: none;
  }
  img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .sp {
    display: none;
  }
  .common-ttl {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 26px;
    text-align: center;
  }
  .common-ttl--orange {
    color: #ef8046;
  }
  .common-ttl--white {
    color: #ffffff;
  }
  .scrollin,
  .scrollin-2col,
  .scrollin-3col,
  .scrollin-4col {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  .scrollin.is-visible,
  .scrollin-2col.is-visible,
  .scrollin-3col.is-visible,
  .scrollin-4col.is-visible {
    -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .tab-contents div:not(:first-child) {
    display: none;
  }
  .mv img {
    display: block;
    width: 100%;
    height: auto;
  }
  .item-img {
    max-width: 1420px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .item-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .item-img div:nth-of-type(1) {
    width: 760px;
  }
  .item-img div:nth-of-type(2) {
    width: 660px;
  }
  .step {
    position: relative;
    margin-bottom: 100px;
    padding: 90px 0 0;
    background-color: #f2f2f2;
  }
  .step__list {
    max-width: 1080px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .step__list > li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 44px 30px;
    list-style: none;
    counter-increment: step;
    background-color: #ffffff;
  }
  .step__list > li::before {
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0 17px 1px;
    content: "STEP" counter(step);
    color: #ffffff;
    background-color: #ef8046;
  }
  .step__list > li::after {
    position: absolute;
    z-index: 2;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
  }
  .step__list > li {
    width: 25%;
    border-top: 2px solid #ef8046;
    border-right: 2px solid #ef8046;
    border-bottom: 2px solid #ef8046;
  }
  .step__list > li:first-child {
    border-left: 2px solid #ef8046;
  }
  .step__list > li:not(:last-child)::after {
    top: 0;
    right: -22px;
    bottom: 0;
    border: 10px solid transparent;
    border-left: 10px solid #ef8046;
  }
  .step__list__img {
    margin-bottom: 14px;
  }
  .step__list__img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .step__list__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .step__app {
    margin: auto;
    width: 128px;
  }
  .step__app img {
    display: block;
    width: 100%;
    height: auto;
  }
  .step__app a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .step__app a:hover {
    opacity: 0.7;
  }
  .step__app li:not(:last-child) {
    margin-bottom: 6px;
  }
  .price {
    position: relative;
    z-index: -1;
    padding: 40px 0;
  }
  .price::before, .price::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
  }
  .price::before {
    z-index: -2;
    top: -50%;
    background-color: #f2f2f2;
  }
  .price::after {
    z-index: -1;
    bottom: 0;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background-color: #ef8046;
  }
  .price__img {
    margin-bottom: 20px;
  }
  .price__img img {
    display: block;
    width: 100%;
    max-width: 1029px;
    height: auto;
    margin: auto;
  }
  .price__notice {
    display: table;
    margin: auto;
  }
  .price__notice dt {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .price__notice dt span {
    font-size: 1.4rem;
    display: inline-block;
    padding: 5px 5px 6px;
    color: #ef8046;
    background-color: #000000;
  }
  .price__notice dd {
    font-weight: bold;
    line-height: 1.714;
    margin-left: 1em;
    text-indent: -1em;
  }
  .price__notice dd::before {
    content: '●';
  }
  .price__notice dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price__notice dt span {
    margin-left: 20px;
  }
  .price__notice dd {
    padding-left: 144px;
  }
  .function {
    max-width: 1080px;
    margin: auto;
    padding: 74px 0;
  }
  .function__list {
    margin-top: 56px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .function__list img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 89px;
    margin: 0 auto 28px;
  }
  .function__list figcaption {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 14px;
    color: #ef8046;
  }
  .function__list li {
    width: calc((100% - 100px * 2) / 3);
  }
  .function__list li:not(:nth-of-type(3n)) {
    margin-right: 100px;
  }
  .function__list li:not(:nth-of-type(-n + 3)) {
    margin-top: 48px;
  }
  .entry-step {
    position: relative;
    padding: 70px 0 80px;
  }
  .entry-step::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background-color: #f2f2f2;
  }
  .entry-step__catch {
    margin-bottom: 53px;
    text-align: center;
  }
  .entry-step__catch p {
    font-size: 1.8rem;
    font-weight: 900;
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 11px 24px 12px;
    color: #ef8046;
    border: 2px solid #ef8046;
    background-color: #ffffff;
  }
  .entry-step__catch p::before {
    position: absolute;
    top: calc(100% + 2px);
    right: -2px;
    content: '';
    border: none;
    border-bottom: solid 22px transparent;
    border-left: solid 40px #ef8046;
  }
  .entry-step__list {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .entry-step__list li {
    position: relative;
    list-style: none;
    counter-increment: entry-step;
  }
  .entry-step__list li::before {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    content: counter(entry-step);
    color: #ef8046;
    border-radius: 50%;
    background-color: #ffea44;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .entry-step__list li {
    width: 200px;
  }
  .entry-step__list li:not(:last-child) {
    margin-right: 60px;
  }
  .entry-step__list__ttl {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    border: 3px solid #ef8046;
    border-radius: 50%;
    background-color: #ffffff;
    margin-bottom: 22px;
    padding-top: 100%;
  }
  li:not(:last-child) .entry-step__list__ttl::after {
    position: absolute;
    display: block;
    margin: auto;
    content: '';
    background-color: #ef8046;
  }
  li:not(:last-child) .entry-step__list__ttl::after {
    top: 0;
    right: -64px;
    bottom: 0;
    width: 64px;
    height: 3px;
  }
  .entry-step__list__ttl__wrap {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .entry-step__list__ttl__wrap small {
    font-size: 1.4rem;
  }
  .entry-step__notice {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
  }
  .entry-step__notice b {
    color: #ef8046;
    border-bottom: 3px solid #ef8046;
  }
  .setting {
    max-width: 1080px;
    margin: auto;
    padding: 75px 0;
  }
  .setting__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 58px;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .setting__list li {
    position: relative;
    width: calc((100% - 57px * 3) / 4);
    list-style: none;
  }
  .setting__list li:not(:first-child) figure span {
    position: relative;
    display: block;
  }
  .setting__list li:not(:first-child) figure span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin: auto;
    content: '';
    border: 24px solid transparent;
    border-left: 24px solid #ef8046;
  }
  .setting__list img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(60, 60, 60, 0.16);
    box-shadow: 0px 0px 7px 2px rgba(60, 60, 60, 0.16);
  }
  .setting__list figcaption {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .setting__list li:not(:nth-of-type(4n)) {
    margin-right: 57px;
  }
  .setting__list li:not(:nth-of-type(-n + 4)) {
    margin-top: 57px;
  }
  .entry {
    position: relative;
    margin-bottom: 70px;
    padding: 160px 0 80px;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background: url("../images/bg_entry.jpg") no-repeat;
    background-size: cover;
  }
  .entry::before {
    position: absolute;
    top: -24px;
    right: 0;
    left: 0;
    display: block;
    width: 96px;
    height: 117px;
    margin: auto;
    content: '';
    background: url("../images/icon_entry.png") center no-repeat;
    background-size: contain;
  }
  .entry__wrap {
    font-size: 2.4rem;
    font-weight: bold;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    text-align: center;
  }
  .entry__ttl {
    font-size: 3.6rem;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 1em;
    text-align: center;
  }
  .entry__ttl::before {
    position: absolute;
    z-index: -1;
    top: -70px;
    left: -163px;
    display: block;
    width: 409px;
    height: 133px;
    content: '';
    background: url("../images/ttl_entry.png") center no-repeat;
    background-size: contain;
  }
  .entry__btn {
    margin-bottom: 24px;
  }
  .entry__btn a {
    font-size: 2.2rem;
    font-weight: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    background-color: #ffea44;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .entry__btn a::before {
    display: block;
    width: 116px;
    height: 32px;
    margin-top: 2px;
    margin-right: 18px;
    content: '';
    background: url("../images/logo_btn.png") center no-repeat;
    background-size: contain;
  }
  .entry__btn a:hover {
    opacity: 0.7;
  }
  .entry__btn a {
    width: 413px;
    height: 80px;
  }
  .entry__contact {
    margin-bottom: 46px;
  }
  .entry__contact a {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
  }
  .entry__contact a::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #ffea44;
  }
  .entry__contact a:hover {
    opacity: 0.7;
  }
  #footer {
    position: relative;
    max-width: 1080px;
    margin: auto;
    padding-bottom: 80px;
  }
  .footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__logo img {
    display: block;
  }
  .footer__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__nav li {
    position: relative;
  }
  .footer__nav a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer__nav a:hover {
    opacity: 0.7;
  }
  .footer__nav li {
    padding-left: 12px;
  }
  .footer__nav li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background-color: #ef8046;
  }
  .footer__nav li:not(:last-child) {
    margin-right: 30px;
  }
  .footer__copyright {
    font-family: "Roboto", "sans-serif";
    font-size: 1.4rem;
    display: block;
    text-align: right;
  }
  #page-top-btn {
    position: absolute;
    z-index: 2;
    top: -125px;
    right: 0;
  }
  #page-top-btn a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 73px;
  }
  #page-top-btn a:hover {
    opacity: 0.7;
  }
  #page-top-btn img {
    width: 100%;
    height: auto;
    display: block;
  }
  .florting-bnr {
    position: fixed;
    right: 0px;
    z-index: 10;
    bottom: 15px;
    display: none;
  }
  .florting-bnr a {
    display: block;
    width: 213px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .florting-bnr a:hover {
    opacity: 0.7;
  }
  .florting-bnr img {
    display: block;
    width: 100%;
    height: auto;
  }
}
