@charset "UTF-8";
body {
    font-size: clamp(13px, 3vw, 17px);
}

.navbar {
    padding: 0.4rem 1rem;
}

.fixed-top {
    z-index: 999;
}

.page-content a {
    color: #1b909f;
    text-decoration: underline;
}

.link-ul {
    text-decoration: underline;
}

section.page-content h3 {
    font-size: 1.3rem;
    font-weight: normal;
}
section {
    padding-bottom: 80px;
}

.lead {
    font-size: 1.35em;
    font-weight: bold;
}

.txt-g {
    color: #1e6972;
}
.txt-w {
    color: #fff;
}
.txt-y {
    color: #e8a63d;
}
.txt-gl {
    color: #7E7E7E;
}
.display--85 {
    font-size: 85%;
}

.bgc-g {
    background-color: #0d5b64;
}
.bgc-y {
    background-color: #e8a63d;
}
.bgc-lg {
    background-color: #F0F5F5;
}

.btn-contact {
    background-color: #e8a63d;
    color: #04383e;
}
.btn-contact:hover {
    background-color: #d59227;
}
.navbar-brand {
    padding: 0;
}


.hero {
    height: 100vh;
    position: relative;
    background-image: url(../img/top02.jpg);
    background-position: left;
    background-size: cover;
    min-height: 800px;
    padding: 0;
}
.hero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
180deg, rgba(0,0,0,0.4) ,rgba(0,0,0,0.1) 80%);
}
.hero-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 700px;
    width: 80%;
    height: auto;
}
.hero-img img {
    width: 100%;
}
.hero-img svg{
   width: 100%;
    height: 100%;
}
.hero-txt {
    position: absolute;
    top: 20vh;
    left: 10vw;
}
.hero-txt h1 {
    color: #e8a63d;
    font-weight: 600;
    font-size: 4.5rem;
    text-shadow: 0px 0px 13px rgb(0 0 0 / 60%);
}

.page {
    height: 200px;
    position: relative;
    background-image: url(../img/top02.jpg);
    background-position: left;
    background-size: cover;
}
section.page-content {
    padding-top: 120px;
}


.title-row {
    position: relative;
    margin-bottom: 3rem;
}
.position-left {
    top: -100px;
    position: absolute;
}
.position-right {
    padding-left: 250px;
}

.position-top {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0);
}

.position-bottom {
    padding-top: 150px;
}
.position-bottom p.lead {
    text-align: center;
}

.title-circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.title-circle.bgc-g {
    color: #e8a63d;
}
.title-circle.bgc-y {
    color: #0c4f57;
}

.title-circle > .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.title-circle > .inner > span {
    font-size: 1.1rem;
    margin-bottom: 0.24rem;
    display: block;
}
.title-circle > .inner > h2 {
    font-size: 1.25rem;
}

.feature .lead {
    color: #1e6872;
    font-weight: bold;
    line-height: 1;
}
.feature .lead:before {
    content: "!";
    font-size: 3rem;
    color: #e8a63d;
    display: inline-block;
    transform: rotate(
24deg);
    margin-right: 10px;
}

.detail {
    background-color: #e0eaea;
    padding: 1rem 0;
}

.detail h3 {
    color: #fff;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
    transform: scaleY(1.12);
    font-size: 1.5em;
    text-align: center;
    position: relative;
    background: #0d5b64;
}
.detail .lead {
    color: #2c5955;
}

.img-gallery {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.img-gallery__item {
    width: 100%;
    max-width: 320px;
    margin-bottom: 1rem;
    background-color: #fff;
}
.img-gallery__item:not(:last-child){
    margin-right: 1rem;
}

.plan {
    text-align: center;
}

span.price {
    background: #e8a63d;
    padding: 10px 20px;
    font-size: 1.6rem;
    border-radius: 12px;
    font-weight: bold;
    color: #0b4f57;
    display: inline-block;
    position: relative;
}
.price-firsttime:before {
    content: "初回開発時";
    position: absolute;
    top: -1.5rem;
    left: 0;
    font-size: 0.9rem;
    color: #e8a63d;
    width: 100%;
    font-weight: normal;
}
span.price.price-evryyear:after {
    content: "／年";
    font-size: 1.4rem;
    font-weight: normal;
    margin-left: 10px;
}
span.pluce {
    font-size: 1.5rem;
    margin: 0px 5px;
}

.duration-border {
    border-right: 2px solid #1e6872;
}
.duration-arrow:before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translate(0, 50%);
    left: -11px;
    border-width: 45px 0 15px 11px;
    border-style: solid;
    border-color: #1e6872 transparent transparent transparent;
}
.col-2.col-sm-1.duration-dot {
    border-right: 5px dotted #1e6872;
}

.term {
    text-align: center;
    padding: 18px 0;
    border-radius: 12px;
    font-size: 1.2rem;
    color: #0b4f57;
    font-weight: bold;
}
.arrow:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 100%);
    border-style: solid;
    border-width: 10px 18px 0 18px;
    border-color: #e2e6e6 transparent transparent transparent;
}
.free-term {
    display: block;
    margin-top: -18px;
}
.free-txt {
    font-size: 0.9rem;
    background: #1e6872;
    color: #fff;
    font-weight: normal;
    padding: 2px 10px;
    border-radius: 10px;
    margin-right: 5px;
}
.paid-term {
    font-size: 0.85rem;
    font-weight: normal;
    color: #333;
    display: block;
}

.youtube {
    width: 100%;
    height: 100%;
}

.youtube iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

#concept {
    background-image: url(../img/top02.jpg);
    background-position: left;
    background-size: cover;
    position: relative;
    padding: 5rem 0;
}
#concept:before {
    content: "";
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.form_req:after {
    content: "*必須";
    font-size: 85%;
    color: #B1530F;
    margin-left: 10px;
}
p#success {
    background-color: #fff4ce;
    padding: 15px 10px;
    text-align: center;
}

.footer-nav a {
    color: #e8a63d;
}

@media (max-width:767px){
    .hero-txt {
    left: 10px;
}
    .hero-txt p.lead {
    font-size: 1.4rem;
}

    .hero-img {
    width: 95%;
    }
    .position-right {
    padding-left: 0;
    padding-top: 150px;
    }
    .detail h3 {
        text-align: center;
    }
    .detail .lead {
        text-align: center;
    }
    span.price {
    display: block;
    }
    .footer-nav {
        display: block;
    }

    .navbar {
        padding: 0.2rem 1.5rem;
    }

}

