/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/


/*  typography */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@700&display=swap');
body {
    line-height: 1.4;
    font-family: 'Baloo 2', cursive;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #333;
    background-color: #F7F5EF !important;
}

p,
.paragraph {
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

p-lg,
.paragraph-lg {
    font-size: 22px;
}

h1,
h2 {
    color: #062259;
    font-family: 'Baloo 2', cursive;
    line-height: 1;
}

h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    line-height: 1.4;
}

@media (max-width: 991px) {
    h3,
    h4,
    h5,
    h6 {
        color: #333;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: bold;
        line-height: 1.2;
    }
}

h1,
.h1 {
    font-size: 80px;
}

@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 65px;
    }
}

h2,
.h2 {
    font-size: 90px;
}

@media (max-width: 991px) {
    h2,
    .h2 {
        font-size: 60px;
    }
}

h3,
.h3 {
    font-size: 34px;
}

h4,
.h4 {
    font-size: 22px;
}

@media (max-width: 991px) {
    h4,
    .h4 {
        font-size: 18px;
    }
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 14px;
}


/* Button style */

.btn {
    font-size: 22px;
    font-family: 'Baloo 2', cursive, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-transform: capitalize;
    padding: 16px 44px;
    border-radius: 5rem;
    font-weight: 600;
    border: 0;
    position: relative;
    z-index: 1;
    transition: .2s ease;
    background-color: #062259;
    color: #fff;
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn:active {
    box-shadow: none;
}

.btn-sm {
    font-size: 15px;
    padding: 20px 30px;
}

.btn-xs {
    padding: 5px 10px;
    font-size: 15px;
}

.btn-primary {
    background: #E6E4DB;
    color: #333;
    font-size: 18px;
}

.btn-primary:active {
    background: #062259 !important;
}

.btn-primary:hover {
    background: #062259;
}

.btn-primary.focus,
.btn-primary.active {
    background: #062259 !important;
    box-shadow: none !important;
}

.btn-transparent {
    background: transparent;
    color: #ed707e;
    font-weight: bold;
}

.btn-transparent:active,
.btn-transparent:hover {
    color: #ed707e;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

::-moz-selection {
    background: #542cb7;
    color: #fff;
}

::selection {
    background: #542cb7;
    color: #fff;
}


/* preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

ol,
ul {
    list-style-type: none;
    margin: 0px;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button,
select {
    cursor: pointer;
    transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
    outline: 0;
}

a.text-dark:hover {
    color: #ed707e !important;
}

a:hover {
    color: #ed707e;
}

.slick-slide {
    outline: 0;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

@media (max-width: 991px) {
    .section {
        padding-top: 140px;
        padding-bottom: 140px;
        position: relative;
    }
}

.section-title {
    margin-bottom: 20px;
    font-family: 'Baloo 2', cursive;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* overlay */

.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
}

.outline-0 {
    outline: 0 !important;
}

.d-unset {
    display: unset !important;
}

.bg-primary {
    background: #ed707e !important;
}

.bg-gray {
    background: #eaeaea !important;
}

.text-primary {
    color: #ed707e !important;
}

.text-color {
    color: #333;
}

.text-dark {
    color: #000 !important;
}

.text-light {
    color: #999999 !important;
    font-size: 80%;
}

.text-wihte {
    color: #fff !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.zindex-1 {
    z-index: 1;
}

.rounded-lg {
    border-radius: 15px;
}

.overflow-hidden {
    overflow: hidden;
}

.font-secondary {
    font-family: 'Baloo 2', cursive !important;
}

.font-tertiary {
    font-family: "BwNistaInt-xBd" !important;
}

.shadow {
    box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
}

.bg-dark {
    background-color: #062259 !important;
}

.bg-beige {
    background-color: #E6E4DB !important;
}


/* icon */

.icon {
    font-size: 45px;
}

.icon-bg {
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
}

.icon-light {
    color: #c8d5ef;
}


/* /icon */


/* slick slider */

.slick-dots {
    text-align: center;
    padding-left: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 2px;
}

.slick-dots li.slick-active button {
    background: #fff;
    width: 25px;
}

.slick-dots li button {
    height: 6px;
    width: 12px;
    background: rgba(255, 255, 255, 0.5);
    color: transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: .2s ease;
    border: 0;
}


/* /slick slider */


/* form */

.form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #c7c7c7;
    height: 60px;
}

.form-control:focus {
    border-color: #ed707e;
    outline: 0;
    box-shadow: none !important;
}

textarea.form-control {
    height: 120px;
}


/* /form */


/* card */

.card {
    border: 0;
}

.card-header {
    border: 0;
}

.card-footer {
    border: 0;
}


/* /card */

.navigation {
    padding: 20px;
    transition: .3s ease;
}

.navigation.nav-bg {
    padding: 5px;
}

@media (max-width: 991px) {
    .navigation.nav-bg {
        padding: 15px 20px;
    }
}

@media (max-width: 991px) {
    .navigation {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        padding: 1rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #ed707e !important;
        border: 1px solid transparent;
        border-radius: 100rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #062259;
        background-color: #fff;
    }
}

.navbar .nav-item .nav-link {
    font-family: 'Baloo 2', cursive;
    text-transform: uppercase;
    padding: 15px;
}

.navbar .nav-item.active {
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: #062259;
}

.hero-area {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 767px) {
    .hero-area {
        padding: 100px 0;
        overflow: hidden;
        height: 100vh;
    }
}

.hero-area h1 {
    position: relative;
    z-index: 2;
    float: right;
}

.layer {
    position: absolute;
    z-index: 3;
}

.layer img {
    width: 90%!important;
}

@media (max-width: 767px) {
    .layer img {
        width: 50%!important;
    }
}

#i1 {
    bottom: 0;
    left: 20%;
}

@media (max-width: 991px) {
    #i1 {
        bottom: 0;
    }
}

#i2 {
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    #i2 {
        bottom: 0;
    }
}

#i3 {
    left: 10%;
}

@media (max-width: 991px) {
    #i3 {
        top: 10px;
    }
}

#i4 {
    right: 10%;
    top: 120px;
}

@media (max-width: 991px) {
    #i4 {
        top: 10px;
    }
}

#i5 {
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    #i5 {
        right: 0;
        bottom: 0;
    }
}

.layer svg {
    width: 100%;
}

@media (max-width: 991px) {
    .layer svg {
        width: 80%!important;
    }
}

#l1 {
    top: 0;
    right: 0;
}

@media (max-width: 991px) {
    #l1 {
        right: 0;
        top: 0%;
    }
}

#l2 {
    top: 40%;
    left: 0;
}

@media (max-width: 991px) {
    #l2 {
        left: 2%;
        top: 47%;
    }
}

#l3 {
    bottom: 0;
    left: 0;
}

@media (max-width: 991px) {
    #l3 {
        left: 10px;
    }
}

#l4 {
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    #l4 {
        top: -20px;
        left: 10px;
    }
}

.layer-bg {
    background: url("/images/illustrations/bg.png")no-repeat center center;
    background-color: #ed707e !important;
    background-size: cover;
}

.banner-bg {
    background-color: #fff;
    border: #062259 solid 10px;
    border-radius: 1rem!important;
    width: 90%;
}

.in-banner-bg {
    background-color: #fff;
    border-radius: 1rem!important;
    width: 90%;
}

.team-bg {
    background-color: #ffd4d9;
}

.contact-bg {
    background-color: #ed707e;
}


/* skills */

.progress-wrapper {
    height: 130px;
    overflow: hidden;
}

.wave {
    position: absolute;
    width: 100%;
    height: 100%;
}

.wave::before,
.wave::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    bottom: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 45%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
    -webkit-animation: rotate 6s linear infinite;
    animation: rotate 6s linear infinite;
    z-index: 10;
}

.wave::after {
    border-radius: 47%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
    -webkit-animation: rotate 10s linear -5s infinite;
    animation: rotate 10s linear -5s infinite;
    z-index: 20;
}

@-webkit-keyframes rotate {
    50% {
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(360deg);
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes rotate {
    50% {
        -webkit-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
    }
    100% {
        -webkit-transform: translateX(-50%) rotate(360deg);
        transform: translateX(-50%) rotate(360deg);
    }
}


/* /skills */


/* education */

.edu-bg-image {
    position: absolute;
    left: 0;
    top: -300px;
    z-index: -1;
}


/* /education */


/* service */

.hover-bg-primary {
    transition: .3s ease;
}

.hover-bg-primary:hover {
    background: #ed707e;
}

.hover-bg-primary:hover * {
    color: #fff;
}

.active-bg-primary {
    transition: .3s ease;
    background: #ed707e;
}

.active-bg-primary * {
    color: #fff;
}

.hover-shadow {
    transition: .2s ease;
}

.hover-shadow:hover {
    box-shadow: 0px 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
}


/* /service */


/* portfolio */

.hover-wrapper {
    overflow: hidden;
}

.hover-wrapper img {
    transition: .3s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-wrapper:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-wrapper:hover .hover-overlay {
    opacity: 1;
    visibility: visible;
}

.hover-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.hover-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}


/* /portfolio */


/* testimonial */

.testimonial-content strong {
    color: #2bfdff;
    font-weight: normal;
}

.testimonial-bg-shapes .container {
    position: relative;
    z-index: 1;
}

.testimonial-bg-shapes .bg-map {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial-bg-shapes .bg-shape-1 {
    position: absolute;
    left: 100px;
    top: -50px;
}

.testimonial-bg-shapes .bg-shape-2 {
    position: absolute;
    right: 150px;
    top: 50px;
}

.testimonial-bg-shapes .bg-shape-3 {
    position: absolute;
    right: 50px;
    top: 200px;
}

.testimonial-bg-shapes .bg-shape-4 {
    position: absolute;
    left: 100px;
    bottom: 200px;
}

.testimonial-bg-shapes .bg-shape-5 {
    position: absolute;
    right: 200px;
    bottom: -50px;
}


/* /testimonial */


/* footer */

.footer-section {
    padding-top: 200px;
}

.section-on-footer {
    margin-bottom: -250px;
}

.shadow-down {
    position: relative;
}

.shadow-down::before {
    position: absolute;
    content: "";
    box-shadow: 0px 0px 80.75px 14.25px rgba(224, 241, 255, 0.34);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}


/* /footer */

.card-lg {
    flex-direction: row-reverse;
    align-items: center;
}

@media (max-width: 991px) {
    .card-lg {
        flex-direction: column;
    }
}

blockquote {
    display: inline-block;
    padding: 10px 20px;
    background: #eaeaea;
    border-left: 2px solid #ed707e;
    font-style: italic;
    font-size: 22px;
}

.content * {
    margin-bottom: 20px;
}

.content strong {
    font-family: 'Baloo 2', cursive;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    display: inherit;
    line-height: 1.5;
}

.page-title-alt {
    padding: 350px 0 70px;
}

.border-thick {
    border: 10px solid;
}

.drag-lg-top {
    margin-top: -230px;
}

@media (max-width: 991px) {
    .drag-lg-top {
        margin-top: 0;
    }
}

.page-title-alt .container {
    position: relative;
    z-index: 1;
}

.page-title-alt .bg-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.page-title-alt .bg-shape-2 {
    position: absolute;
    left: 70px;
    top: 100px;
}

.page-title-alt .bg-shape-3 {
    position: absolute;
    left: 30%;
    top: 50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-title-alt .bg-shape-4 {
    position: absolute;
    left: 100px;
    bottom: 100px;
}

.page-title-alt .bg-shape-5 {
    position: absolute;
    left: 40%;
    bottom: -25px;
}

.page-title-alt .bg-shape-6 {
    position: absolute;
    bottom: 100px;
    right: -100px;
}

.page-title {
    padding: 250px 0 150px;
}

.page-title .container {
    position: relative;
    z-index: 1;
}

.page-title .bg-shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.page-title .bg-shape-2 {
    position: absolute;
    left: -20px;
    top: -10px;
}

.page-title .bg-shape-3 {
    position: absolute;
    left: 10%;
    top: 100px;
}

.page-title .bg-shape-4 {
    position: absolute;
    left: 50%;
    top: -20px;
}

.page-title .bg-shape-5 {
    position: absolute;
    left: 90px;
    bottom: -50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-title .bg-shape-6 {
    position: absolute;
    right: 20%;
    bottom: -20px;
}

.page-title .bg-shape-7 {
    position: absolute;
    right: -220px;
    bottom: -100px;
}

.filter-controls li {
    cursor: pointer;
}

.filter-controls li.active {
    font-weight: bold;
}


/*追加*/

.img-scroll {
    max-height: 600px;
    overflow: scroll;
}

@media (max-width: 991px) {
    .img-scroll {
        max-height: 450px;
        overflow: scroll;
    }
}

.under {
    text-decoration: underline;
}

.maker {
    background: linear-gradient(transparent 50%, #fff 50%);
}

.maker-pink {
    background: linear-gradient(transparent 50%, #ed707e 50%);
}

.text-small {
    font-size: 16px;
}

.text-medium {
    font-size: 22px;
}

.text-large {
    font-size: 60px;
}

.text-p-large {
    font-size: 22px;
    line-height: 2;
    font-weight: bold;
}

@media (max-width: 991px) {
    .text-p-large {
        font-size: 18px;
        line-height: 2;
        font-weight: bold;
    }
}

.badge-icon {
    position: absolute;
    top: -4%;
    left: -4%;
    z-index: 1;
}

.icon-inline li {
    display: inline;
}

.textbox-right {
    width: 70%;
    float: right;
}

.textbox-left {
    width: 70%;
    float: left;
}

@media (max-width: 991px) {
    .textbox-right {
        width: 100%;
        float: right;
    }
    .textbox-left {
        width: 100%;
        float: left;
    }
}

.circle-no {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background: #ed707e;
    font-size: 18px;
    color: #fff;
}

.no-icon {
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 1;
}

.case−card {
    flex: 1 1 auto;
    padding-top: 1rem;
}

.w-80 {
    width: 80%;
}

@media screen and (min-width: 680px) {
    .pc {
        display: inline;
    }
    .sp {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .pc {
        display: none;
    }
    .sp {
        display: inline;
    }
}

.fb_iframe_widget>span {
    vertical-align: baseline !important;
}

a:hover {
    opacity: 0.8;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

.contact-btn {
    font-size: 40px;
}

.text-bold {
    font-weight: bold;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.fadein {
    animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.box {
    position: relative;
}

.icon {
    width: 30%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -4%;
    left: -4%;
}


/*# sourceMappingURL=maps/style.css.map */