@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: 16px;
    color: #333;
    line-height: 2;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

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

    body {
        font-size: 14px;
    }

}

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: .5;
    opacity: .5;
    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: rgba(255, 255, 255, .8);
        position: fixed;
        left: 0;
        bottom: 0;
        transition-duration: 0.3s;
    }

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

    #fixCta ul {
        display: flex;
        padding: 2px;
    }

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

}

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

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

header h1 {
    width: 340px;
    padding: 0 20px;
    float: left;
}

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

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

.spacer {
    height: 80px;
}

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

    header {
        min-width: auto;
        position: relative;
    }

    header h1 {
        width: 100%;
        text-align: center;
        float: none;
    }

    header h1 img {
        width: 200px;
    }

    header ul {
        display: none;
    }

    .spacer {
        display: none;
    }

}

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

section {
    padding: 80px 0;
}

.h2-01 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    line-height: 1.6;
    text-shadow: 3px 3px 0 #fff;
}

.sub-01 {
    color: #196;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.sub-01 span::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #1c8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -6px;
}

.sub-01 span::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #1c8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -6px;
}


.uLine {
    color: #196;
    font-weight: 600;
    background: linear-gradient(transparent 70%, #ff5 70%);
}

.accordion dd {
    display: none;
}

.sp {
    display: none;
}

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

    section {
        padding: 40px 10px;
    }

    .h2-01 {
        font-size: 22px;
        text-shadow: 2px 2px 0 #fff;
    }

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

    .sub-01 span::before {
        width: 24px;
        top: -4px;
    }

    .sub-01 span::after {
        width: 24px;
        top: -4px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}

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

#mainVisual {
    overflow: hidden;
    padding: 0;
}

#mainVisual .copy {
    width: 40%;
    float: left;
}

#mainVisual .copy ul {
    display: flex;
    padding: 0 4%;
}

#mainVisual .copy ul li {
    flex: 1;
    padding: 0 2%;
}

#mainVisual .visual {
    width: 60%;
    float: right;
}

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


    #mainVisual .copy {
        width: 100%;
        float: none;
    }

    #mainVisual .copy ul {
        display: flex;
        padding: 0 2%;
    }

    #mainVisual .copy ul li {
        flex: 1;
        padding: 0 2%;
    }

    #mainVisual .visual {
        width: 100%;
        float: none;
        margin: 10px 0 0;
    }

}




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

.cta {
    background: url(images/cta-bg_01.png) no-repeat center bottom #1c8;
    background-size: 100% auto;
    padding: 60px 0;
}

.cta h2 {
    text-align: center;
}

.cta h2 span {
    display: inline-block;
    color: #196;
    font-size: 30px;
    background: #ff5;
    padding: 0 2em;
    border-radius: 3em;
    position: relative;
}

.cta h2 span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 100px;
    border: 15px solid transparent;
    border-top: 15px solid #ff5;
}

.cta h2 span strong {
    color: #e44;
}

.cta ul {
    display: flex;
    background: #fff;
    margin: 20px auto 0;
    padding: 20px;
    border-radius: 20px;
}

.cta ul li {
    flex: 1;
    padding: 20px;
}

.cta ul li:nth-child(2),
.cta ul li:nth-child(4) {
    display: none;
}

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

    .cta {
        background: #1c8;
        padding: 30px 10px;
    }

    .cta h2 {
        text-align: center;
        line-height: 1.6;
    }

    .cta h2 span {
        display: block;
        color: #196;
        font-size: 18px;
        padding: .25em 0;
        border-radius: 3em;
        position: relative;
    }

    .cta h2 span:before {
        content: "";
        position: absolute;
        top: 100%;
        left: calc(50% - 15px);
        border: 15px solid transparent;
        border-top: 15px solid #ff5;
    }

    .cta ul {
        display: block;
        padding: 10px;
        border-radius: 10px;
    }

    .cta ul li {
        padding: 5px 10px;
    }

    .cta ul li:nth-child(2),
    .cta ul li:nth-child(4) {
        display: block;
    }

}

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

#trouble {
    background: url(images/trouble-bg_01.svg) no-repeat center top #ddf2ec;
    background-size: 100% auto;
    padding: 80px 0 0;
}

.troubleContainer {
    margin: 40px 0;
}

.troubleContainer dl {
    background: #fff;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
}

.troubleContainer dt {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 50px;
    position: relative;
    cursor: pointer;
}

.troubleContainer dt::after {
    display: block;
    content: "";
    width: 50px;
    height: 42px;
    background: url(images/trouble-icon_01.svg) no-repeat;
    position: absolute;
    top: calc(50% - 21px);
    right: -10px;
}

.troubleContainer dt.open::after {
    display: none;
}

.troubleContainer dt span {
    display: block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    background: #1c8;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.troubleContainer dd {
    padding: 20px;
}

.troubleContainer dd h3 {
    color: #196;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    line-height: 1.6;
}

.troubleContainer dd h3:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #1c8;
    font-weight: 400;
    margin: 0 .5em 0 0;
}


.troubleContainer dd h3 strong {
    font-size: 120%;
    border-bottom: 3px double;
}

.troubleContainer dd ul {
    display: flex;
    width: 720px;
    margin: 0 auto;
}

.troubleContainer dd ul li {
    flex: 1;
    padding: 20px;
    position: relative;
}

.troubleContainer dd ul li span {
    color: #fff;
    background: #888;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0 1em;
}

.troubleContainer dd ul li:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #1c8;
}

.troubleContainer dd ul li:last-child span {
    background: #196;
}


.troubleContainer dd table {
    width: 64%;
    margin: 0 auto;
}

.troubleContainer dd table th,
.troubleContainer dd table td {
    padding: 0 10px;
}

.troubleContainer dd table th {
    color: #fff;
    font-weight: 400;
    background: #222;
}

.troubleContainer dd table td {
    font-weight: 500;
}

.troubleContainer dd .price {
    color: #e44;
    font-weight: 600;
    text-align: center;
    background: #fdfded;
    margin: 20px 0 0;
    padding: 10px;
    border-radius: 10px;
}

.troubleContainer dd .price strong {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4;
}

.troubleContainer dd .price p {
    margin: 0 0 5px;
}

.troubleClose dl {
    display: flex;
    margin: 40px 0 0;
}

.troubleClose dl dt,
.troubleClose dl dd {
    flex: 1;
}

.troubleClose {
    margin: 60px 0 0;
}

.troubleClose dl dd p {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.troubleClose dl dd p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-right: 20px solid #fff;
}

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

    #trouble {
        padding: 40px 10px;
    }

    .troubleContainer {
        margin: 20px 0;
    }

    .troubleContainer dl {
        margin: 10px 0 0;
        padding: 10px;
    }

    .troubleContainer dt {
        font-size: 14px;
        padding: 0 40px 0 50px;
    }

    .troubleContainer dt::after {
        display: block;
        content: "";
        width: 40px;
        height: 34px;
        background: url(images/trouble-icon_01.svg) no-repeat;
        position: absolute;
        top: calc(50% - 17px);
        right: -5px;
    }

    .troubleContainer dt span {
        font-size: 18px;
    }

    .troubleContainer dd {
        padding: 10px;
    }

    .troubleContainer dd h3 {
        font-size: 14px;
        text-align: left;
    }

    .troubleContainer dd ul {
        display: flex;
        width: 100%;
        margin: 10px auto;
    }

    .troubleContainer dd ul li {
        padding: 10px;
    }

    .troubleContainer dd ul li span {
        top: 10px;
        left: 10px;
    }

    .troubleContainer dd ul li:first-child::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -15px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-left: 10px solid #1c8;
    }

    .troubleContainer dd table {
        width: 100%;
        margin: 0 auto;
    }

    .troubleContainer dd table th,
    .troubleContainer dd table td {
        font-size: 10px;
        text-align: center;
        padding: 0;
    }

    .troubleContainer dd .price {
        color: #e44;
        font-weight: 600;
        text-align: center;
        background: #fdfded;
        margin: 20px 0 0;
        padding: 10px;
        border-radius: 10px;
    }

    .troubleContainer dd .price strong {
        font-size: 30px;
    }

    .troubleContainer dd .price p {
        margin: 0 0 5px;
    }

    .troubleClose dl {
        flex-direction: column;
        margin: 20px 0 0;
    }

    .troubleClose dl dt,
    .troubleClose dl dd {
        flex: 1;
    }

    .troubleClose {
        margin: 30px 0 0;
    }

    .troubleClose dl dt {
        text-align: center;
    }

    .troubleClose dl dt img {
        width: 75%;
    }

    .troubleClose dl dd p {
        padding: 20px;
        border-radius: 10px;
    }

    .troubleClose dl dd p::before {
        display: none;
    }

}

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

#user {
    background: #fcf5f0;
}

#user ul {
    display: flex;
    margin: 20px 0;
}

#user ul li {
    flex: 1;
    padding: 10px;
}

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

#user dl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    margin: 40px 10px 0;
    background: #fff;
    border-radius: 20px;
}

#user dl dt,
#user dl dd {
    flex: 1;
}

#user dl dd h3 {
    color: #196;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

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

    #user ul {
        display: flex;
        margin: 10px 0;
    }

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

    #user ul li img {
        border-radius: 5px;
    }

    #user dl {
        flex-direction: column;
        padding: 20px;
        margin: 20px 0 0;
        border-radius: 10px;
    }

    #user dl dt,
    #user dl dd {
        width: 100%;
    }

    #user dl dd h3 {
        font-size: 20px;
        text-align: center;
        margin: 0 0 10px;
    }

}

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

#media {
    background: url(images/media-bg_01.png) #f4faff;
}

#media img {
    display: block;
    margin: 20px auto 0;
}

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

    #media {
        background: url(images/media-bg_01.png) #f4faff;
        background-size: cover;
    }

    #media img {
        width: 90%;
    }

}

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

#area dl {
    display: flex;
    justify-content: center;
    align-items: center;
}

#area dl dt,
#area dl dd {
    flex: 1;
    padding: 0 20px;
}

#area dl dt {
    flex-grow: 1.5;
}

#area dl dt h3 {
    color: #196;
    font-size: 24px;
    font-weight: 600;
}

#area .prefectures {
    margin: 20px 0;
}

#area .prefectures span {
    display: inline-block;
    color: #fff;
    background: #196;
    margin: 2px 0;
    padding: 0 1em;
    border-radius: 5px;
}

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

    #area dl {
        flex-direction: column;
    }

    #area dl dt,
    #area dl dd {
        width: 100%;
        padding: 0 10px;
    }

    #area dl dt h3 {
        font-size: 16px;
    }

    #area dl dd img {
        display: block;
        width: 80%;
        margin: 10px auto 0;
    }

    #area .prefectures {
        text-align: center;
        margin: 10px 0;
    }

}

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

#category {
    background: #edfcf7;
}

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

#category ul li {
    width: 31.33%;
    color: #196;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
    background: #fff;
    margin: 10px 1%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

#category ul li span {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    background: #196;
    position: absolute;
    top: 170px;
    left: calc(50% - 20px);
    border-radius: 50%;
}

#category ul li img {
    width: calc(100% + 40px);
    margin: 0;
}

#category ul li p {
    margin: 20px;
}

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

    #category {
        background: #edfcf7;
    }

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

    #category ul li {
        width: 48%;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        line-height: 1.8;
        background: #fff;
        margin: 5px 1%;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
    }

    #category ul li span {
        display: block;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        background: #196;
        position: absolute;
        top: -5px;
        left: -5px;
        border-radius: 50%;
    }

    #category ul li img {
        width: calc(100% + 40px);
        margin: 0;
    }

    #category ul li p {
        margin: 10px;
    }


}

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

#plan .description {
    text-align: center;
    margin: 20px 0;
}

#plan img {
    display: block;
    margin: 0 auto;
}

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

#works {
    background: #fdfded;
}

.worksContainer {
    background: #fff;
    margin: 40px 0;
    padding: 20px;
    border-radius: 20px;
}

.worksContainer dl {
    display: flex;
}

.worksContainer dt,
.worksContainer dd {
    flex: 1;
}

.worksContainer dt ul {
    display: flex;
}

.worksContainer dt ul li {
    flex: 1;
    padding: 20px;
    position: relative;
}

.worksContainer dt ul li span {
    color: #fff;
    background: #888;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0 1em;
}

.worksContainer dt ul li:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #1c8;
}

.worksContainer dt ul li:last-child span {
    background: #196;
}

.worksContainer dd {
    padding: 20px;
}

.worksContainer dd table {
    width: 100%;
    margin: 20px 0 0;
}

.worksContainer dd table th,
.worksContainer dd table td {
    border: 5px solid #fff;
    padding: 0 10px;
}

.worksContainer dd table th {
    color: #fff;
    font-weight: 400;
    background: #222;
}

.worksContainer dd table td {
    font-weight: 500;
}

.worksContainer dd h3 {
    font-size: 20px;
    border-left: 5px solid #196;
    padding: 0 0 0 10px;
}

.worksContainer dd .price {
    color: #e44;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    background: #edfcf7;
    margin: 20px 0 0;
    padding: 10px;
    border-radius: 10px;
}

.worksContainer dd .price strong {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4;
}

.worksContainer .comment {
    padding: 0 20px 20px;
}

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

    .worksContainer {
        margin: 20px 0;
        padding: 10px;
        border-radius: 10px;
    }

    .worksContainer dl {
        flex-direction: column;
    }

    .worksContainer dt,
    .worksContainer dd {
        flex: 1;
    }

    .worksContainer dt ul {
        display: flex;
    }

    .worksContainer dt ul li:last-child span {
        background: #196;
    }

    .worksContainer dd {
        padding: 20px;
    }

    .worksContainer dd table {
        width: 100%;
        margin: 20px 0 0;
    }

    .worksContainer dd table th,
    .worksContainer dd table td {
        font-size: 12px;
        text-align: center;
        border: 2px solid #fff;
        padding: 0 0;
    }

    .worksContainer dd h3 {
        font-size: 16px;
        border-left: 5px solid #196;
        padding: 0 0 0 10px;
    }

    .worksContainer dd .price {
        font-size: 16px;
    }

    .worksContainer dd .price strong {
        font-size: 30px;
    }

}

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

#service {
    background: #f4faff;
}

#service .image {
    margin: 30px 0 0;
}

#service .image img {
    display: block;
    width: 480px;
    margin: 0 auto;
}

#service .description {
    font-weight: 500;
    text-align: center;
    margin: 20px 0;
}

.serviceContainer {
    width: 90%;
    background: #fff;
    padding: 40px;
    margin: 40px auto 0;
    border-radius: 20px;
}

.serviceContainer h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 10px;
}

.serviceContainer h3 span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    background: #196;
    margin: 0 10px 0 0;
    padding: 0 1em;
    border-radius: 3em;
}

.serviceContainer ul {
    display: flex;
}

.serviceContainer ul li {
    flex: 1;
    text-align: center;
    padding: 20px;
    position: relative;
}

.serviceContainer ul li::after {
    content: "+";
    color: #196;
    font-size: 60px;
    position: absolute;
    top: 20%;
    right: -15px;
}

.serviceContainer ul li:last-child::after {
    display: none;
}

.serviceContainer ul li img {
    display: block;
    width: 200px;
    border: 8px solid #edfcf7;
    margin: 0 auto 20px;
    border-radius: 50%;
}

.serviceContainer ul li p {
    display: inline-block;
    color: #fff;
    background: #222;
    padding: 0 1em;
    border-radius: 3em;
}

.serviceContainer ul li span {
    display: block;
    color: #e44;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.serviceContainer ul li span strong {
    font-size: 36px;
}

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

    .serviceContainer {
        width: 100%;
        padding: 20px;
        margin: 20px auto 0;
        border-radius: 10px;
    }

    #service .image {
        margin: 20px 0 0;
    }

    #service .image img {
        width: 80%;
    }

    .serviceContainer h3 {
        font-size: 18px;
        line-height: 1.6;
    }

    .serviceContainer h3 span {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        background: #196;
        margin: 0 10px 10px 0;
        padding: 0 1em;
        border-radius: 3em;
    }

    .serviceContainer ul {
        display: flex;
    }

    .serviceContainer ul li {
        flex: 1;
        text-align: center;
        padding: 0;
        position: relative;
    }

    .serviceContainer ul li::after {
        content: "+";
        color: #196;
        font-size: 30px;
        position: absolute;
        top: 10%;
        right: -8px;
        z-index: 999;
    }

    .serviceContainer ul li:last-child::after {
        display: none;
    }

    .serviceContainer ul li img {
        display: block;
        width: 100%;
        border: 4px solid #edfcf7;
        margin: 0 auto;
        border-radius: 50%;
    }

    .serviceContainer ul li p {
        font-size: 11px;
        display: inline-block;
        color: #fff;
        background: #222;
        padding: 0 1em;
        border-radius: 3em;
    }

    .serviceContainer ul li span {
        display: block;
        color: #e44;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
    }

    .serviceContainer ul li span strong {
        font-size: 24px;
    }

}

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

#buy ul {
    margin: 40px 0 0;
}

#buy ul li {
    text-align: center;
    line-height: 1.6;
    padding: 0 12px;
}

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

#buy ul li h3 {
    margin: 1em 0 0;
}

#buy ul li h3 span {
    display: inline-block;
    color: #fff;
    background: #222;
    padding: 0 1em;
    border-radius: 3em;
}

#buy ul li p {
    color: #e44;
    font-size: 20px;
    font-weight: 600;
}

#buy ul li p strong {
    font-size: 30px;
}

.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;
}

.slick-slide {
    display: block;
}

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

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

    #buy {
        padding: 30px 0;
    }

    #buy ul {
        margin: 20px 0 0;
    }

    #buy ul li {
        text-align: center;
        line-height: 1.6;
        padding: 0 8px;
    }

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

    #buy ul li h3 {
        margin: 1em 0 0;
    }

    #buy ul li h3 span {
        display: inline-block;
        font-size: 11px;
        color: #fff;
        background: #222;
        padding: 0 1em;
        border-radius: 3em;
    }

    #buy ul li p {
        color: #e44;
        font-size: 14px;
        font-weight: 600;
    }

    #buy ul li p strong {
        font-size: 20px;
    }

}

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

#reason {
    background: #edfcf7;
}

.reasonContainer {
    background: #fff;
    margin: 40px 0 0;
    position: relative;
    border-radius: 20px;
}

.reasonContainer .badge {
    display: block;
    width: 100px;
    height: 100px;
    color: #ff5;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    background: #1c8;
    padding: 18px 0 0;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 15px;
}

.reasonContainer .badge span {
    display: block;
    font-size: 40px;
}

.reasonContainer h3 {
    color: #fff;
    font-size: 24px;
    background: #196;
    margin: 0 0 -20px;
    padding: 15px 15px 15px 130px;
    border-radius: 20px 20px 0 0;
}

.reasonContainer h3 strong {
    color: #ff5;
}

.reasonContainer ul {
    display: flex;
    margin: 20px 0 0;
    padding: 20px;
}

.reasonContainer ul li {
    flex: 1;
    padding: 20px;
}

.reasonContainer ul li h4 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}

.reasonContainer ul li h4::before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #196;
    font-weight: 400;
    margin: 0 .5em 0 0;
}

.reasonContainer ul li img {
    display: block;
    margin: 1em 0;
    border-radius: 10px;
}

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

    .reasonContainer {
        margin: 20px 0 0;
        border-radius: 10px;
    }

    .reasonContainer .badge {
        width: 60px;
        height: 60px;
        font-size: 10px;
        padding: 10px 0 0;
        left: 10px;
    }

    .reasonContainer .badge span {
        font-size: 26px;
    }

    .reasonContainer h3 {
        color: #fff;
        font-size: 20px;
        line-height: 1.6;
        background: #196;
        margin: 0 0 -20px;
        padding: 10px 10px 10px 80px;
        border-radius: 10px 10px 0 0;
    }

    .reasonContainer h3 strong {
        color: #ff5;
    }

    .reasonContainer ul {
        flex-direction: column;
        margin: 20px 0 0;
        padding: 10px 0;
    }

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

    .reasonContainer ul li h4 {
        font-size: 20px;
    }

    .reasonContainer ul li img {
        display: block;
        margin: 1em 0;
        border-radius: 10px;
    }

}

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

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

.reviewContainer {
    background: #fdfded;
    margin: 40px 0 0;
    padding: 20px;
    position: relative;
    border-radius: 20px;
}

.reviewContainer dl {
    display: flex;
}

.reviewContainer dt,
.reviewContainer dd {
    flex: 1;
    padding: 20px;
}

.reviewContainer dt {
    flex-grow: 0.25;
    text-align: center;
}

.reviewContainer dt span {
    display: inline-block;
    color: #fff;
    font-size: 90%;
    background: #196;
    margin: 10px 0 0;
    padding: 0 1em;
    border-radius: 3em;
}

.reviewContainer dd h3 {
    color: #196;
    font-size: 22px;
}

.reviewContainer dd .star {
    color: #f80;
    font-weight: 600;
}

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

.reviewContainer dd table {
    width: 100%;
    margin: 20px 0;
}

.reviewContainer dd table th,
.reviewContainer dd table td {
    text-align: center;
    padding: 0 10px;
}

.reviewContainer dd table th {
    color: #fff;
    font-weight: 400;
    background: #222;
}

.reviewContainer dd table td {
    font-weight: 500;
    background: #fff;
}

.reviewContainer dd .price {
    color: #e44;
    font-size: 22px;
    font-weight: 600;
}

.reviewContainer dd .price strong {
    font-size: 50px;
    line-height: 1.4;
}

.reviewContainer dd .note {
    color: #e44;
    font-weight: 600;
    margin: 0 0 0 -.5em;
}

.reviewContainer .voice {
    padding: 0 20px 20px;
}

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

    .reviewContainer {
        margin: 20px 0 0;
        padding: 10px;
        border-radius: 10px;
    }

    .reviewContainer dl {
        flex-direction: column;
    }

    .reviewContainer dt,
    .reviewContainer dd {
        padding: 10px;
    }

    .reviewContainer dt img {
        display: block;
        width: 120px;
        margin: 0 auto 10px;
    }

    .reviewContainer dd h3 {
        font-size: 18px;
        line-height: 1.8;
    }

    .reviewContainer dd .star {
        color: #f80;
        font-weight: 600;
    }

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

    .reviewContainer dd table {
        width: 100%;
        margin: 20px 0;
    }

    .reviewContainer dd table th,
    .reviewContainer dd table td {
        font-size: 10px;
        text-align: center;
        padding: 0;
    }

    .reviewContainer dd .price {
        font-size: 18px;
        text-align: center;
    }

    .reviewContainer dd .price strong {
        font-size: 28px;
        line-height: 1.4;
    }

    .reviewContainer dd .note {
        color: #e44;
        text-align: center;
        font-weight: 600;
        margin: 0 0 0 -.5em;
    }

    .reviewContainer .voice {
        padding: 0 20px 20px;
    }

}

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

#flow {
    background: #f4faff;
}

#flow dl {
    display: flex;
    background: #fff;
    margin: 40px 0 0;
    padding: 20px;
    position: relative;
    border-radius: 20px;
}

#flow dl::before {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #1c8;
}

#flow dl:last-child::before {
    display: none;
}

#flow dt,
#flow dd {
    flex: 1;
    padding: 20px;
}

#flow dt {
    flex-grow: 2.8;
}

#flow dt h3 {
    color: #196;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

#flow dt h3 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #1c8;
    margin: 0 10px 0 0;
    border-radius: 50%;
}

#flow dd img {
    border: 8px solid #edfcf7;
    border-radius: 10px;
}

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

    #flow {
        background: #f4faff;
    }

    #flow dl {
        flex-direction: column;
        margin: 20px 0 0;
        padding: 20px;
        border-radius: 10px;
    }

    #flow dl::before {
        content: "";
        position: absolute;
        top: calc(100% + 5px);
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #1c8;
    }

    #flow dt,
    #flow dd {
        padding: 0;
    }

    #flow dt {
        flex-grow: 2.8;
    }

    #flow dt h3 {
        color: #196;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 10px;
    }

    #flow dt h3 span {
        display: inline-block;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        background: #1c8;
        margin: 0 10px 0 0;
        border-radius: 50%;
    }

    #flow dd img {
        display: block;
        width: 75%;
        margin: 10px auto 0;
        border: 4px solid #edfcf7;
        border-radius: 10px;
    }

}

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

#faq {
    background: #f6f6f6;
}

#faq dl {
    margin: 20px 0 0;
}

#faq dt {
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    margin: 20px 0;
    padding: 20px 20px 20px 80px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

#faq dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #1c8;
    border-bottom: 2px solid #1c8;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
}

#faq dt.open::after {
    transform: rotate(225deg);
}

#faq dt::before {
    content: "Q";
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #196;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
}

#faq dd {
    font-weight: 500;
    position: relative;
    padding: 20px 20px 20px 80px;
}

#faq dd::before {
    content: "A";
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #1c8;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
}

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

    #faq {
        background: #f6f6f6;
    }

    #faq dl {
        margin: 20px 0 0;
    }

    #faq dt {
        font-size: 14px;
        padding: 10px 40px 10px 60px;
    }

    #faq dt::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 45%;
        right: 20px;
        width: 6px;
        height: 6px;
        border-right: 2px solid #1c8;
        border-bottom: 2px solid #1c8;
        transform: translateY(-50%) rotate(45deg);
        transition: .3s;
    }

    #faq dt.open::after {
        transform: rotate(225deg);
    }

    #faq dt::before {
        content: "Q";
        display: block;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        background: #196;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 20px);
        left: 10px;
    }

    #faq dd {
        font-weight: 500;
        position: relative;
        padding: 10px 20px 10px 80px;
    }

    #faq dd::before {
        content: "A";
        display: block;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        background: #1c8;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 20px);
        left: 20px;
    }

}

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

#form {
    border-top: 10px solid #196;
}

#form .description {
    text-align: center;
    font-weight: 500;
    margin: 20px 0;
}

#form .formTel {
    background: #f4faff;
    padding: 20px;
    border-radius: 20px;
}

#form .formTel img {
    display: block;
    width: 360px;
    margin: 5px auto 0;
}

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

footer {
    color: #fff;
    text-align: center;
    background: #196;
    padding: 40px 0;
}

footer h1 {
    width: 220px;
    margin: 0 auto 20px;
}

footer a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0 1em;
}

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

.copyright {
    font-size: 14px;
    margin: 20px 0 0;
}

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

    footer {
        padding: 30px 10px;
    }

    footer h1 {
        width: 160px;
        margin: 0 auto 10px;
    }

    footer a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        margin: 0 1em;
    }

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

    .copyright {
        font-size: 11px;
        text-align: left;
        margin: 20px 0 0;
    }

    .copyright {
        text-align: center;
    }

}

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

#company p {
    text-align: center;
    margin: 40px 0;
}

#company p a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #888;
    padding: 0 1em;
    border-radius: 5px;
}

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

    #company p {
        margin: 20px 0;
    }

}

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

#privacy h3,
#privacy p,
#privacy ul {
    margin: 1.5em 0;
}

#privacy h3 {
    color: #196;
}

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

.back {
    text-align: center;
}

.back a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #888;
    padding: 0 1em;
    border-radius: 5px;
}

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

#thanks {
    text-align: center;
}

#thanks img {
    display: block;
    width: 200px;
    margin: 0 auto;
}

#thanks p {
    margin: 1.5em 0;
}

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

    /* メールフォーム

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

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

#form form {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0;
}

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

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

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

#form 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;
}

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

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

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

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

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

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

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

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

    #form 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;
}

.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;
    }

}


.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.modal__bg {
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
}

.modal__content img {
    max-height: 90vh;
}

.js-modal-close {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 2em;
    height: 0.3em;
    background: currentColor;
    border-radius: 0.1em;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50vh - 30%);
    right: calc(50vw - 350px);
    z-index: 100;
    pointer-events: painted;
}

.js-modal-close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

@media screen and (max-width: 1200px) {
    .js-modal-close {
        position: absolute;
        top: calc(50vh - 30%);
        right: calc(50vw - 30%);
    }
}

@media screen and (max-width: 800px) {
    .modal__content {
        width: 80%;
        padding: 0;
    }

    .js-modal-close {
        position: absolute;
        top: calc(50vh - 50vw);
        right: 9%;
    }
}

@media screen and (orientation: landscape) {
    .js-modal-close {
        top: calc(7% + 80px);
    }
}