@charset "utf-8";
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/****************************************

    /* CSS Reset

*****************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote, q {
    quotes: none;
}

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

a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea, img, th, td {
    vertical-align: middle;
}

ul, dl, ol {
    list-style: none;
}

/****************************************

    /* 共通設定

*****************************************/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
}

body {
    font-family: 'Roboto', 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    line-height: 2;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 800px) {

body {
    font-size: 15px;
}

}

h1, h2, h3, h4, h5, h6, strong, th {
    font-weight: 600;
}

a {
    color: #333;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    -moz-opacity: .8;
    opacity: .8;
    transition-duration: .3s;
}

img, video, object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}

table {
    table-layout:fixed;
}

table th,
table td {
    vertical-align: middle;
}

/* ■ Wrap
----------------------------- */

.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.wrap:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 800px) {

.wrap {
    width: 100%;
}

}

/****************************************

    /* 下部固定CTA

*****************************************/

#fixCta {
    display: none;
}

@media screen and (max-width: 800px) {

#fixCta {
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 2px;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    transition-duration: 0.3s;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
}

.scroll-hidden {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.3s;
}

#fixCta ul {
    display: flex;
}

#fixCta ul li {
    flex: 1;
    padding: 2px;
}

}

/****************************************

    /*

*****************************************/

section {
    padding: 60px 0;
}

.hl-01 {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    line-height: 1.6;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
}

.hl-01 strong {
    font-weight: 800;
    background: linear-gradient(transparent 70%, #fe2 70%);
    padding: 0 2px;
}

.hl-01 span {
    color: #e01;
    font-size: 140%;
}

.hl-02 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
}

.hl-02 strong {
    font-size: 140%;
    font-weight: 800;
}

.hl-03 {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    line-height: 1.6;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
}

.hl-03 strong {
    font-weight: 800;
    background: linear-gradient(transparent 70%, #fe2 70%);
    padding: 0 2px;
}

.hl-03 span {
    color: #e01;
    font-size: 110%;
}

.sub-01 {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}

.sub-01 span {
    display: inline-block;
    padding: 0 2em;
    position: relative;
}

.sub-01 span::before,
.sub-01 span::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #222;
}

.sub-01 span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    left: 5px;
}

.sub-01 span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 5px;
}

.sub-02 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 .75em;
}

.sub-02 span {
    display: inline-block;
    color: #fff;
    background: #e01;
    padding: 0 2em;
    position: relative;
    border-radius: 3px;
}

.sub-02 span::before,
.sub-02 span::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
}

.sub-02 span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    left: 5px;
}

.sub-02 span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 5px;
}

.sub-03 {
    color: #e01;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 .25em;
}

.col-red {
    color: #e01;
}

.col-blue {
    color: #5be;
}

.col-yellow {
    color: #fe2;
}

.u-line {
    background: linear-gradient(transparent 70%, #fe2 70%);
}

.arrow {
    text-align: center;
    position: relative;
    margin: 30px 0;
}

.arrow span {
    display: inline-block;
    width: 80px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.arrow::before {
    content: "";
    border: 80px solid transparent;
    border-top: 50px solid #5be;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
}

.sp {
    display: none;
}

@media screen and (max-width: 800px) {

section {
    padding: 30px 0;
}

.hl-01 {
    font-size: 24px;
}

.hl-02 {
    font-size: 24px;
}

.hl-03 {
    font-size: 18px;
}

.sub-01 {
    font-size: 16px;
}

.sub-01 span::before,
.sub-01 span::after {
    width: 20px;
}

.sub-01 span::before {
    top: 15px;
}

.sub-01 span::after {
    top: 15px;
}

.sub-02 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 .75em;
}

.sub-02 span::before,
.sub-02 span::after {
    width: 20px;
}

.sub-02 span::before {
    top: 15px;
}

.sub-02 span::after {
    top: 15px;
}

.sub-03 {
    color: #e01;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 .25em;
}

.arrow {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.arrow span {
    display: inline-block;
    width: 60px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.arrow::before {
    content: "";
    border: 60px solid transparent;
    border-top: 40px solid #5be;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

}

/****************************************

    /*

*****************************************/

header {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 10px 0;
    position: fixed;
    z-index: 999;
}

header h1 {
    width: 300px;
    float: left;
}

header ul {
    display: flex;
    width: 600px;
    float: right;
}

header ul li {
    flex: 1;
    padding: 0 0 0 10px;
}

.spacer {
    height: 72px;
}

@media screen and (max-width: 800px) {

header {
    position: relative;
}

header .wrap {
    background: none;
}

header h1 {
    width: 200px;
    float: none;
    margin: 0 auto;
}

header a {
    display: none;
}

.spacer {
    display: none;
}

}

/****************************************

    /*

*****************************************/

#mainVisual {
    background: url(images/mainvisual-bg.png) no-repeat center bottom;
    background-size: cover;
    height: 740px;
    padding: 0;
}

@media screen and (max-width: 800px) {

#mainVisual {
    background: none;
    height: auto;
}

}

/****************************************

    /*

*****************************************/

.voice {
    background: #fffcd3;
    background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
}

.voice .slider dl {
    overflow: hidden;
    width: 100%;
}

.voice .slider dd {
    width: 30%;
    float: left;
}

.voice .slider dt {
    width: 65%;
    float: right;
    line-height: 1.6;
}

.voice .slider dt h3 {
    font-weight: 800;
}

.voice .slider dt span {
    font-size: 14px;
    color: #888;
}


.voice .slider .star {
    color: #f80;
    text-align: right;
}

.voice .slider .star::before {
    font-family: FontAwesome;
    content: "\f005\f005\f005\f005\f005";
    margin: 0 .5em 0 0;
}

.voice .slider p {
    font-size: 15px;
    margin: .5em 0 0;
}

@media screen and (max-width: 800px) {

.voice {
    background: #fffcd3;
    background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
}

.voice .slider dl {
    overflow: hidden;
    width: 100%;
}

.voice .slider dd {
    width: 30%;
    float: left;
}

.voice .slider dt {
    width: 65%;
    float: right;
    line-height: 1.6;
}

.voice .slider dt span {
    font-size: 13px;
}

.voice .slider p {
    font-size: 14px;
}

}

/****************************************

    /*

*****************************************/

#slide {
    margin: 40px 0 0;
}

#slide ul {
}

#slide ul li {
    border: 4px solid #fff690;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 20px;
}

.slick-slide {
    display: block;
}

.slick-slide {
    display: block;
    height: auto;
}

.slick-arrow_prev,
.slick-arrow_next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.slider .slick-arrow_prev,
.slider .slick-arrow_next {
    background: #5be;
}

.slick-arrow_prev {
    left: 2%;
    padding: 0 5px 0 0;
}

.slick-arrow_next {
    right: 2%;
    padding: 0 0 0 5px;
}

@media screen and (max-width: 800px) {

#slide {
    margin: 20px 0 0;
}

.slick-slide {
    margin: 0 10px;
}

.slick-arrow_prev,
.slick-arrow_next {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 30px;
}

.slick-arrow_prev {
    left: 0;
    padding: 0 5px 0 0;
}

.slick-arrow_next {
    right: 0;
    padding: 0 0 0 5px;
}

}

/****************************************

    /*

*****************************************/

.cta {
    text-align: center;
    background: #fe2;
    background: repeating-linear-gradient(-45deg, #fe2, #fe2 10px, #fff14e 10px, #fff14e 20px);
}

.cta .kyu-img {
    width: 160px;
    position: absolute;
    left: 40px;
    z-index: 10;
}

.ctaWrap {
    border: 4px solid #fffcd3;
    background: #fff;
    margin: 20px 0 0;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.2);
}

.ctaWrap ul {
    display: flex;
}

.ctaWrap ul li {
    flex: 1;
    padding: 10px;
}


@media screen and (max-width: 800px) {

.cta {
    text-align: center;
    background: #fe2;
    background: repeating-linear-gradient(-45deg, #fe2, #fe2 10px, #fff14e 10px, #fff14e 20px);
}

.cta .kyu-img {
    width: 60px;
    position: absolute;
    top: -40px;
    left: 20px;
    z-index: 10;
}

.ctaWrap {
    border: 4px solid #fffcd3;
    background: #fff;
    margin: 20px 10px 0;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.2);
}

.ctaWrap ul {
    flex-direction: column;
}

.ctaWrap ul li {
    flex: 1;
    padding: 5px 10px;
}

}


/****************************************

    /*

*****************************************/

#maker {
    background: url(images/maker-bg.jpg) no-repeat center center;
    background-size: cover;
}

#maker ul {
    display: flex;
    flex-flow: wrap;
    margin: 30px 0 0;
    border-radius: 10px;
}

#maker ul li {
    width: 23%;
    border: 2px solid #fff690;
    background: #fff;
    margin: 10px 1%;
    padding: 12px;
    border-radius: 5px;
}

@media screen and (max-width: 800px) {

#maker {
    background: url(images/maker-bg_sp.jpg) no-repeat center center;
    background-size: cover;
}

#maker ul {
    display: flex;
    flex-flow: wrap;
    margin: 20px 5px 0;
    border-radius: 10px;
}

#maker ul li {
    width: 31%;
    border: 2px solid #fff690;
    background: #fff;
    margin: 5px 1%;
    padding: 12px;
    border-radius: 5px;
}

}

/****************************************

    /*

*****************************************/

#example {
    background: url(images/example-bg.svg) no-repeat center center;
    background-size: cover;
}

#example ul {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
}

#example ul li {
    flex: 1;
    margin: 20px;
    position: relative;
}

#example ul li img {
    border: 5px solid #fe2;
    border-radius: 20px;
}

#example .bottom {
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 800;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
}

#example .bottom strong {
    color: #e01;
    font-size: 140%;
}

@media screen and (max-width: 800px) {

#example {
    background: url(images/example-bg.svg) no-repeat center center;
    background-size: cover;
}

#example ul {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
}

#example ul li {
    margin: 10px;
    padding: 0 10px;
}

#example ul li img {
    border: 4px solid #fe2;
    border-radius: 20px;
}

#example .bottom {
    font-size: 20px;
}

}

/****************************************

    /*

*****************************************/

#work {
    text-align: center;
    background: #fffcd3;
    background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
}

#work .box {
    width: 80%;
    background: #fff;
    margin: 60px auto 40px;
    padding: 40px;
    border-radius: 20px;
}

#work .box h3 {
    margin: -60px 0 20px;
}

#work .box h3 span {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    background: #222;
    padding: 0 1em;
}

#work .box .price {
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin: 20px 0 0;
    padding: 20px 0 0;
}

#work .box .option span {
    display: inline-block;
    color: #fff;
    background: #5be;
    margin: 0 .5em;
    padding: 0 1em;
}

#work .box .price p {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
}

#work .box .price p .col-red {
    color: #e01;
}

#work .box .price p .tax {
    font-size: 50%;
}

#work .box .price p strong {
    font-size: 200%;
}

#work .wrap > h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 40px;
}

#work .wrap > h3 span {
    display: inline-block;
    color: #fff;
    background: #5be;
    padding: 0 1em;
    border-radius: 2em;
    position: relative;
}

#work .wrap > h3 span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #5be;
}

#work .bottom {
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 800;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
}

#work .bottom strong {
    color: #e01;
    font-size: 140%;
}

@media screen and (max-width: 800px) {

#work .box {
    width: 94%;
    margin: 30px auto 20px;
    padding: 20px;
    border-radius: 10px;
}

#work .box h3 {
    margin: -40px 0 20px;
}

#work .box h3 span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #222;
    padding: 0 1em;
}

#work .box .price {
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin: 20px 0 0;
    padding: 20px 0 0;
}

#work .box .option span {
    padding: 0 .5em;
}

#work .box .price p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}


#work .wrap > h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px 40px;
}

#work .wrap > h3 span {
    display: block;
    color: #fff;
    line-height: 1.4;
    background: #5be;
    padding: .6em 1em;
    border-radius: 2em;
    position: relative;
}

#work .wrap > img {
    display: block;
    width: 90%;
    margin: 0 auto;
}

#work .bottom {
    font-size: 20px;
}

}

/****************************************

    /*

*****************************************/

#reason {
    background: #ddf0fb;
}

#reason .sub-01 {
    position: relative;
}

#reason .sub-01::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #5be;
}

#reason .sub-01 span {
    display: inline-block;
    color: #ff0;
    font-weight: 500;
    background: #5be;
    padding: 0 3em;
    border-radius: 2em;
}

#reason .sub-01 span::before,
#reason .sub-01 span::after {
    background: #fff;
}

#reason .sub-01 span::before {
    left: 20px;
}

#reason .sub-01 span::after {
    right: 20px;
}


#reason .box {
    border: 5px solid #eef7fd;
    background: #fff;
    margin: 20px;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}

#reason .box::before {
    content: "01";
    color: #eef7fd;
    font-size: 160px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}

#reason .box .ribbon {
    width: calc(50% + 60px);
    color: #fff;
    background: #5be;
    padding: 10px 0;
    margin: 0 0 30px -60px;
    position: relative;
}

#reason .box .ribbon h3 {
    font-size: 30px;
    line-height: 50px;
    border-top: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    margin: 0;
    padding: 5px 30px 5px 130px;
}

#reason .box .ribbon::after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 40px 20px 40px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

#reason .box .ribbon::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #39b;
}

#reason .box .ribbon img {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 90px;

}

#reason .box p {
    text-align: center;
    margin: 1em 0;
    position: relative;
    z-index: 1;
}

#reason ul {
    display: flex;
    flex-flow: wrap;
}

#reason ul li {
    width: calc(50% - 40px);
    border: 5px solid #eef7fd;
    background: #fff;
    margin: 20px;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}

#reason ul li::before {
    color: #eef7fd;
    font-size: 80px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}

#reason ul li:nth-child(1)::before {
    content: "02";
}
#reason ul li:nth-child(2)::before {
    content: "03";
}
#reason ul li:nth-child(3)::before {
    content: "04";
}
#reason ul li:nth-child(4)::before {
    content: "05";
}


#reason ul li .ribbon {
    position: relative;
    padding: 5px 0;
    margin: 0 0 0 -60px;
    width: calc(90% + 40px);
    color: white;
    background: #5be;
}

#reason ul li .ribbon h3 {
  margin: 0;
  padding: 0 30px 0 90px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 20px;
  line-height: 46px;
}

#reason ul li .ribbon::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#reason ul li .ribbon::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6081b7;
}

#reason ul li .ribbon img {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 70px;
}

#reason ul li p {
    margin: 1em 0;
    position: relative;
    z-index: 1;
}

#reason .cheep {
    border-radius: 20px;
    background: #fffcd4;
    padding: 20px;
}

#reason .cheep + ul li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#reason .cheep ul li {
    width: calc(33% - 20px);
    border: none;
    background: #fff;
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

#reason .cheep ul li::before {
 display: none;
}

#reason .cheep  p {
    text-align: left;
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {

#reason .sub-01::before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #5be;
}

#reason .box {
    border: 4px solid #eef7fd;
    margin: 20px 10px 10px;
    padding: 20px;
    border-radius: 10px;
}

#reason .box::before {
    color: #5be;
    font-size: 40px;
    top: -20px;
}

#reason .box .ribbon {
    width: calc(100% + 40px);
    color: #fff;
    background: #5be;
    padding: 5px 0;
    margin: 0 0 30px -30px;
    position: relative;
}

#reason .box .ribbon h3 {
    font-size: 18px;
    line-height: 40px;
    border-top: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    margin: 0;
    padding: 5px 30px 5px 80px;
}

#reason .box .ribbon::after {
    border-width: 30px 15px 30px 0px;
}

#reason .box .ribbon::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #39b;
}

#reason .box .ribbon img {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 60px;
}

#reason .table {
    width: calc(100% + 20px);
    margin: 1em -10px !important;
}

#reason ul {
    flex-direction: column;
    padding: 0 10px;
}

#reason ul li {
    width: 100%;
    border: 4px solid #eef7fd;
    margin: 10px 0;
    padding: 20px;
    border-radius: 10px;
}

#reason ul li::before {
    color: #5be;
    font-size: 40px;
    top: -20px;
}

#reason ul li .ribbon {
    width: calc(100% + 40px);
    color: #fff;
    background: #5be;
    padding: 5px 0;
    margin: 0 0 30px -30px;
    position: relative;
}

#reason ul li .ribbon h3 {
    font-size: 18px;
    line-height: 40px;
    border-top: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    margin: 0;
    padding: 5px 30px 5px 90px;
}

#reason ul li .ribbon::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#reason ul li .ribbon::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6081b7;
}

#reason .box .ribbon img {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 60px;
}

#reason .cheep ul {
    padding: 0;
}

#reason .cheep ul li {
    width: 100%;
    margin: 10px 0;
}

}

/****************************************

    /*

*****************************************/

#support {
    text-align: center;
    background: #fffcd3;
    background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
}

#support img {
    display: block;
    margin: 40px auto;
}

@media screen and (max-width: 800px) {

#support img {
    display: block;
    margin: 20px auto;
    width: 90%;
}

}

/****************************************

    /*

*****************************************/

#caution {
    text-align: center;
    background-image: linear-gradient( transparent 95%, rgba(0, 0, 0, .05) 5%),
                      linear-gradient( 90deg, transparent 95%, rgba(0, 0, 0, .05) 5%);
    background-size: 12px 12px;
}

#caution .text {
    margin: 2em 0 0;
}

#caution .text p {
    margin: 1em 0;
}

#caution .warranty {
    width: 80%;
    border: 5px solid #fe2;
    background: #fff;
    margin: 40px auto 0;
    padding: 40px;
    border-radius: 20px;
}

#caution .warranty h3 {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 800;
}

#caution .warranty img {
    display: block;
    width: 600px;
    margin: 30px auto 0;
}

@media screen and (max-width: 800px) {

#caution .text {
    padding: 0 10px;
}

#caution .warranty {
    width: 94%;
    border: 4px solid #fe2;
    background: #fff;
    margin: 20px auto 0;
    padding: 20px;
    border-radius: 10px;
}

#caution .warranty h3 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 800;
}

#caution .warranty img {
    width: 100%;
    margin: 20px auto 0;
}

}

/****************************************

    /*

*****************************************/

#flow {
    background: #fffcd3;
    background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
}

#flow ul {
    display: flex;
    margin: 30px -20px 0;
}

#flow ul li {
    flex: 1;
    border: 4px solid #fe2;
    background: #fff;
    margin: 20px;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

#flow ul li::before {
    color: #5be;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: -40px;
    left: 0;
}

#flow ul li:nth-child(1)::before {
    content: "01";
}
#flow ul li:nth-child(2)::before {
    content: "02";
}
#flow ul li:nth-child(3)::before {
    content: "03";
}

#flow ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -45px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fe2;
}

#flow ul li:last-child::after {
    display: none;
}

#flow ul li img {
    display: block;
    border-radius: 10px;
}

#flow ul li h3 {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fe2;
    margin: 1em 0;
    padding: 0 30px;
    position: relative;
}

#flow ul li h3::before,
#flow ul li h3::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#flow ul li h3::before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

#flow ul li h3::after {
    top: 0;
    right: 0;
    border-width: 20px 15px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

#flow ul li p {
    font-size: 15px;
}

@media screen and (max-width: 800px) {

#flow ul {
    flex-direction: column;
    margin: 20px 0 0;
}

#flow ul li {
    flex: 1;
    border: 4px solid #fe2;
    background: #fff;
    margin: 20px;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

#flow ul li::before {
    color: #5be;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: -40px;
    left: 0;
}

#flow ul li:nth-child(1)::before {
    content: "01";
}
#flow ul li:nth-child(2)::before {
    content: "02";
}
#flow ul li:nth-child(3)::before {
    content: "03";
}

#flow ul li::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: -45px;
    left: 50%;
    margin: 0 0 0 -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fe2;
}

#flow ul li p {
    font-size: 14px;
}

}

/****************************************

    /*

*****************************************/

footer {
    font-size: 12px;
    text-align: center;
    background: #fe2;
    padding: 40px 0;
}

footer .link {
    margin: 0 0 1em;
}

footer a {
    display: inline-block;
    margin: 0 1em;
}

footer a::before {
    font-family: FontAwesome;
    content: "\f105";
    margin: 0 .5em 0 0;
}

/****************************************

    /*

*****************************************/

#privacy h3 {
    font-size: 20px;
    margin: 2em 0 1em;
}

#privacy h3::before {
    font-family: FontAwesome;
    color: #fe2;
    content: "\f10c";
    margin: 0 .5em 0 0;
}

#privacy ul {
    list-style: circle;
    margin: 0 0 0 1.5em;
}

@media screen and (max-width: 800px) {

#privacy {
    padding: 30px 10px;
}

#privacy h3 {
    font-size: 18px;
    margin: 1.5em 0 .5em;
}

}

/****************************************

    /* メールフォーム

*****************************************/

::-webkit-input-placeholder {
    color:#ccc;
}

.formCta {
    width: 640px;
    text-align: center;
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin: 20px auto 0;
    padding: 20px;
}

.formCta p {
    font-weight: 600;
}

.formCta ul {
    display: flex;
}

.formCta ul li {
    flex: 1;
    padding: 10px;
}

#mailform form {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
}

#mailform form dl {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    margin: -1px auto 0;
}

#mailform form dl dt,
#mailform form dl dd {
    display: table-cell;
    vertical-align: middle;
}

#mailform form dl dt {
    width: 30%;
    font-weight: 600;
    border-right: 1px solid #ddd;
    background: #f7f7f7;
    padding: 10px 10px 10px 64px;
    position: relative;
}

#mailform form dl dt span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    border-radius: 3px;
    position: absolute;
    top: calc(50% - 1.1em);
    left: 10px;
}

#mailform form dl dt span.must {
    background: #e44;
}

#mailform form dl dt span.any {
    background: #aaa;
}

#mailform form dl dd {
    width: 70%;
    padding: 10px;
}

@media screen and (max-width: 800px) {

.formCta {
    width: 96%;
    border-top: 3px solid;
    border-bottom: 3px solid;
    margin: 20px auto 0;
    padding: 10px 5px;
}

.formCta ul {
    display: flex;
}

.formCta ul li {
    flex: 1;
    padding: 5px;
}

#mailform form {
    width: 100%;
    padding: 0 20px 20px;
}

#mailform form dl {
    display: block;
    width: 100%;
    border: none;
    margin: 15px auto 0;
}

#mailform form dl dt,
#mailform form dl dd {
    display: block;
}

#mailform form dl dt {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    margin: 0;
}

#mailform form dl dd {
    width: 100%;
    padding: 0;
}

}

/* ■ フォームパーツ
----------------------------- */

form input,
form textarea,
form select {
    width: 100%;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 1.25em;
    outline: none;
}

form input:focus,
form textarea:focus {
    outline: 1px dashed;
    outline-offset: -1px;
}

form textarea {
    height: 200px;
}

form ul.formList {
    border: 1px solid #ddd;
}

form ul.formList li {
    position: relative;
}

form ul.formList input {
    position: absolute;
}

form select {
    background: url("images/form-select.svg") no-repeat right center;
    background-size: 50px 35px;
    cursor: pointer;
}

form input[type="radio"],
form input[type="checkbox"] {
    opacity : 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

form input[type="radio"] + p,
form input[type="checkbox"] + p {
    display: block;
    font-size: 16px;
    border-bottom: 1px dashed #ddd;
    padding: 1em 1em 1em 3em;
}

form input[type="radio"] + p {
    background: url("images/form-radio_off.svg") no-repeat left center #fff;
    background-size: 50px 35px;
}

form input[type="checkbox"] + p {
    background: url("images/form-check_off.svg") no-repeat left center;
    background-size: 50px 35px;
}

form input[type="radio"]:checked + p {
    background: url("images/form-radio_on.svg") no-repeat left center;
    background-size: 50px 35px;
}

form input[type="checkbox"]:checked + p {
    background: url("images/form-check_on.svg") no-repeat left center;
    background-size: 50px 35px;
}

form input[type="radio"]:hover + p,
form input[type="checkbox"]:hover + p {
    background-color: #fafafa;
}

form .formList li:last-child p {
    border-bottom: none;
}

form .submitWrap {
    text-align: center;
    margin: 30px 0 0;
}

form button {
    display: inline-block;
    width: 320px;
    color: #fff;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #2a3;
    padding: 20px;
    position: relative;
    top: 0;
    border-radius: 5px;
    -webkit-transition-duration:0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}

form button::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: calc(50% - 5px);
    right: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration:0.3s;
    transition-duration: 0.3s;
}

form button:hover {
    background-color: #4c5;
}

@media screen and (max-width: 800px) {

form input,
form textarea,
form select {
    padding: 1em;
}

form button {
    width: 86%;
}

}

/* ■ フォームページ
----------------------------- */

#formSubPage {
    font-size: 16px;
    background: #fff;
}

.formWrap {
    max-width: 640px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
}

.form_icon {
    margin: 0 0 20px;
}

.form_icon img {
    width: 80px;
}

.form_title {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}

.form_back {
    margin: 20px 0 0;
    text-align: center;
}

.form_back input[type="button"],
.form_back a {
    display: inline-block;
    width: 240px;
    color: #fff;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    border: none;
    background: #222;
    padding: 1em;
    cursor: pointer;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.form_back input[type="button"]:hover,
.form_back a:hover {
    background: #555;
    transition-duration: 0.3s;
}

@media screen and (max-width: 800px) {

#formSubPage {
    font-size: 14px;
}

.formWrap {
    padding: 40px 20px;
}

.form_icon img {
    width: 60px;
}

.form_title {
    font-size: 20px;
}

}

/* ■ 確認ページ
----------------------------- */

#formConfirm form {
    margin: 20px 0;
}

#formConfirm form table {
    width: 100%;
    border: 2px solid;
    margin: 20px 0;
}

#formConfirm form table th,
#formConfirm form table td {
    border-bottom: 1px solid;
    padding: 10px;
}

#formConfirm form table th {
    width: 34%;
    font-weight: 600;
    border-right: 1px dashed;
    background: #f7f7f7;
}

#formConfirm form table td {
    width: 66%;
    text-align: left;
}

@media screen and (max-width: 800px) {

#formConfirm form {
    padding: 0;
}

#formConfirm form table th {
    width: 100%;
    text-align: left;
    border-bottom: 1px dashed;
    border-right: none;
    float: left;
}

#formConfirm form table td {
    width: 100%;
    float: left;
}

#formConfirm form table tr:last-child td {
    border-bottom: none;
}

}

/* ■ エラーページ
----------------------------- */

.error_list {
    margin: 20px auto;
}

.error_messe {
    color: #e44;
    border: 4px solid #eee;
    background: #fafafa;
    margin: 10px 0;
    padding: 10px 1em;
    border-radius: 5px;
}

.error_messe::before {
    font-family: FontAwesome;
    content: "\f071";
    margin: 0 .5em 0 0;
}

@media screen and (max-width: 800px) {

.error_messe {
    text-align: left;
    margin: 8px 0;
}

}

/* ■ CVページ
----------------------------- */

.thanks_messe p {
    margin: 1em 0;
    text-align: left;
}

.thanks_tel {
    text-align: center;
    line-height: 1.4;
    background: #f7f7f7;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
}

.thanks_tel strong {
    display: block;
    font-size: 32px;
    font-weight: 800;
}

.thanks_tel strong::before {
    font-family: FontAwesome;
    content: "\f095";
    color: #fff;
    font-size: 80%;
    background: #2a3;
    margin: 0 .5em 0 0;
    padding: .1em .5em;
    position: relative;
    top: -3px;
}

.thanks_tel span {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 800px) {

.thanks_tel strong {
    font-size: 26px;
}

.thanks_tel span {
    font-size: 12px;
}

}

