@charset "utf-8";
/* -------------------------------------------
Common Style
------------------------------------------- */
/*Top*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
#FirstView {
    width: 100%;
    margin: auto;
    padding: 0 0;
    display: flex;
    z-index: 1;
}
#FirstView h1 {
    font-weight: 700;
}
#FirstView img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
#FirstView .Slider {
    background: #FFFFFF;
}
#FirstView .slogan h1 {
    text-shadow: 2px 2px 2px #FFF , -2px 2px 2px #FFF , 2px -2px 2px #FFF , -2px -2px 2px #FFF,2px 2px 2px #FFF , -5px 5px 5px #FFF , 5px -5px 5px #FFF , -5px -5px 5px #FFF, 5px 5px 5px #FFF , -5px 5px 5px #FFF , 5px -5px 5px #FFF , -5px -5px 5px #FFF ;
}

#Service {
    background: #0e3664;
    color: #FFFFFF;
    margin-top: 0;
}
#Service .Service-Message-Wrap {
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
#Service ul.Service-List,
#Service ul.Service-List li {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
#Service ul.Service-List li:nth-last-of-type(1) {margin-bottom: 0;}
#Service ul.Service-List li h3 {
    margin-bottom: 1em;
}
#Service ul.Service-List img {
    border-radius: 21px;
}

#Company {
    position: relative;
}
#Company h1,#Company h2 {
    color: #0e3664;
}
#Company .Company-Wrap dl.Company-Outline dd:nth-last-of-type(1) {
    margin-bottom: 0;
}
#Company .Company-Wrap .Company-Client .Company-Client-Column {
    display: flex;
    flex-wrap: wrap;
}
#Company .Company-Wrap .Company-Client ul {
    padding-left: 2.5em;
    box-sizing: border-box;
}
#Company .Company-Wrap .Company-Client ul li {
    list-style: disc;
}
#Company .Company-Image {
    position: absolute;
    z-index: 1;
}

#Contact {
    border-top: solid 1px #0e3664;
    border-bottom: solid 1px #0e3664;
    padding: 0;
}
#Contact .Contact-Wrap {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
#Contact h2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    line-height: 1;
    align-items: center;
    color: #0e3664;
    font-size: 1.15rem;
}
#Contact h2 img {
    height: 48px;
    margin-right: 0.5em;
}
#Contact .Contact-Address {
    font-weight: 700;
    color: #0e3664;
}

/* -------------------------------------------
MediaQuery
------------------------------------------- */
/*SmartPhone*/
@media screen and (max-width:767px) {
    .sp_elm { display: block; }
    .pc_elm { display: none; }
    
    #FirstView {
        flex-direction: column-reverse;
        position: relative;
    }
    #FirstView .slogan {
        position: absolute;
        top: 32px;
        left: 0%;
        z-index: 1;
        width: 100%;
    }
    #FirstView .slogan h1 {
        margin-left: 10%;
    }
    #FirstView .slogan p {
        width: 80%;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        background: rgba(255,255,255,0.95);
        padding: 1.75em 2em;
        border-radius: 12px;
        margin-top: 200px;
    }
    #Service {
        padding-top: 200px;
    }
    #Service .Service-Message-Wrap {
        flex-direction: column;
        width: 90%;
        margin: auto;
        padding: 3em 1em;
    }
    #Service .Service-Message-Wrap h2 {
        text-align: center;
        margin-bottom: 1.5em;
    }
    #Service ul.Service-List {
        width: 90%;
        margin: 5rem auto;
    }
    #Service ul.Service-List li {
        flex-direction: column-reverse;
        margin-bottom: 4em;
    }
    #Service ul.Service-List li .Service-List-Wrap {
        width: 90%;
        margin: auto;
    }
    #Service ul.Service-List li figure {
        width: 100%;
        margin-bottom: 1.5em;
    }
    
    #Company .Company-Wrap {
        margin: 0 1.5em;
    }
    #Company .Company-Wrap dl.Company-Outline {
        margin-bottom: 3em;
        padding-bottom: 3em;
        border-bottom: solid 1px #0e3664;
    }
    #Company .Company-Wrap dl.Company-Outline dt {
        margin-bottom: 0.75em;
        font-weight: 500;
    }
    #Company .Company-Wrap dl.Company-Outline dd {
        margin-left: 1em;
        margin-bottom: 2em;
    }
    #Company .Company-Wrap .Company-Client h2 {
        margin-bottom: 1em;
    }
    #Company .Company-Wrap .Company-Clien .Company-Client-Column {
        flex-direction: column;
    }
    #Company .Company-Wrap .Company-Client ul {

    }
    #Company .Company-Wrap .Company-Client ul li {
        margin-bottom: 1em;
    }
    #Company .Company-Image {
        top: -10em;
        right: -2em;
        width: 70%;
    }
    
    #Contact p {
        margin-bottom: 0;
    }
    #Contact .Contact-Wrap {
        flex-direction: column;
    }
    #Contact .Contact-Wrap .Contact-Mail,
    #Contact .Contact-Wrap .Contact-Tel {
        width: 100%;
        box-sizing: border-box;
        padding: 3em 2.5em;
    }
    #Contact .Contact-Wrap .Contact-Mail {
        border-bottom: solid 1px #0e3664;
    }
    #Contact .Contact-Address {
        font-size: 2em;
        margin-top: 0;
        margin-bottom: 1rem;
        margin-left: 3.5rem;
    }
    #Contact .Contact-Wrap .Contact-Mail .Contact-Address {
        font-size: 1.25em;
    }
    #Contact .Contact-Response {
        margin-left: 3.5rem;
        font-size: 0.8rem;
    }

}

@media screen and (min-width:768px) and (max-width:1024px) {
    #FirstView {
        flex-direction: column-reverse;
        position: relative;
    }
    #FirstView .slogan {
        position: absolute;
        top: 32px;
        left: 5%;
        z-index: 1;
        width: 90%;
    }
    #FirstView .slogan p {
        width: 100%;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        background: rgba(255,255,255,0.95);
        padding: 2em 2.5em;
        border-radius: 12px;
        margin-top: 200px;
    }
    
    #Service {
        padding-top: 150px;
        padding-bottom: 6em;
    }
    #Service h1 {
        margin-left: 5%;
        font-size: 1.25rem;
        margin-bottom: 1em;
    }
    #Service .Service-Message-Wrap {
        flex-direction: column;
        width: 90%;
        margin: auto;
        padding: 3em 1em;
    }
    #Service .Service-Message-Wrap .Service-Message {
        display: flex;
        flex-wrap: wrap;
    }
    #Service .Service-Message-Wrap h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 1.5em;
    }
    #Service .Service-Message-Wrap p {
        width: 100%;
        text-align: center;
    }
    #Service ul.Service-List {
        width: 90%;
        margin: 5rem auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    #Service ul.Service-List li {
        width: 50%;
        padding-left: 4%;
        padding-right: 4%;
        flex-direction: column-reverse;
        margin-bottom: 4em;
    }
    #Service ul.Service-List li .Service-List-Wrap {
        width: 90%;
        margin: auto;
    }
    #Service ul.Service-List li figure {
        width: 100%;
        margin-bottom: 1.5em;
    }
    
    #Company {
        padding: 6em 0;
    }
    #Company h1 {
        margin-left: 5%;
        margin-bottom: 1em;
    }
    #Company .Company-Wrap {
        margin: 0 5%;
    }
    #Company .Company-Wrap dl.Company-Outline {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 3em;
        padding-bottom: 3em;
        padding-left: 1.5em;
        border-bottom: solid 1px #0e3664;
    }
    #Company .Company-Wrap dl.Company-Outline dt {
        margin-bottom: 0.75em;
        width: 8em;
    }
    #Company .Company-Wrap dl.Company-Outline dd {
        width: calc(100% - 8em);
        margin-bottom: 2em;
    }
    #Company .Company-Wrap .Company-Client h2 {
        margin-bottom: 1em;
    }
    #Company .Company-Wrap .Company-Client .Company-Client-Column {
        flex-direction: row;
    }
    #Company .Company-Wrap .Company-Client ul {
        width: 50%;
    }
    #Company .Company-Wrap .Company-Client ul li {
        margin-bottom: 1em;
    }
    #Company .Company-Image {
        top: -13em;
        right: -2em;
        width: 65%;
    }
    
    #Contact p {
        margin-bottom: 0;
    }
    #Contact .Contact-Wrap {
        flex-direction: column;
    }
    #Contact .Contact-Wrap > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #Contact .Contact-Wrap .Contact-Mail,
    #Contact .Contact-Wrap .Contact-Tel {
        width: 100%;
        box-sizing: border-box;
        padding: 3em 2.5em;
    }
    #Contact .Contact-Wrap .Contact-Mail {
        border-bottom: solid 1px #0e3664;
    }
    #Contact .Contact-Address {
        font-size: 2em;
        margin-top: 0;
        margin-left: 3.5rem;
    }
    #Contact .Contact-Wrap .Contact-Mail .Contact-Address {
        font-size: 1.25em;
    }
    #Contact .Contact-Response {
        width: 100%;
        margin-left: 41vw;
        font-size: 0.8rem;
    }
    
}

/*Tablet*/
@media screen and (max-width:1024px) {

}

/*Desktop*/
@media screen and (min-width:768px) {
    .sp_elm { display: none; }
    .pc_elm { display: block; }
}

@media screen and (min-width:1025px) {
    #FirstView {
        width: 87.5%;
        margin: 0;
        margin-top: 12em;
        flex-direction: column;
        position: relative;
    }
    #FirstView ul {
        border-top-right-radius: 21px;
        border-bottom-right-radius: 21px;
    }
    #FirstView .slogan {
        position: absolute;
        z-index: 1;
        top: -7rem;
        left: 5%;
    }
    #FirstView .slogan h1 {
        font-size: 4em;
        margin-bottom: 0.5em;
    }
    #FirstView .slogan p {
        margin-top: 2em;
        text-shadow: 2px 2px 2px #FFF , -2px 2px 2px #FFF , 2px -2px 2px #FFF , -2px -2px 2px #FFF,2px 2px 2px #FFF , -5px 5px 5px #FFF , 5px -5px 5px #FFF , -5px -5px 5px #FFF, 5px 5px 5px #FFF , -5px 5px 5px #FFF , 5px -5px 5px #FFF , -5px -5px 5px #FFF ;
    }
    #FirstView .slick-list {
        border-top-right-radius: 21px;
        border-bottom-right-radius: 21px;
        max-height: 768px;
    }
    
    #Service {
        padding-top: 128px;
        padding-bottom: 6em;
    }
    #Service .BG {
        position: absolute;
        top: -384px;
        z-index: -1;
        height: 600px;
        width: 100%;
        background: #0e3664;
    }
    #Service h1 {
        margin-left: 12.5%;
        font-size: 1.25rem;
        margin-bottom: 1em;
    }
    #Service .Service-Message-Wrap {
        flex-direction: column;
        width: 87.5%;
        margin-left: 12.5%;
    }
    #Service .Service-Message-Wrap .Service-Message {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 80%;
        margin-left: 5vw;
        margin-right: auto;
        max-width: 1280px;
        align-items: center;
        justify-content: space-around;
    }
    #Service .Service-Message-Wrap h2 {
        width: 35%;
        text-align: center;
        margin: 64px 0;
        font-size: 1.75rem;
    }
    #Service .Service-Message-Wrap p {
        width: 45%;
    }
    #Service ul.Service-List {
        width: 80%;
        max-width: 1280px;
        margin: 96px auto 96px auto;
        flex-direction: column;
    }
    #Service ul.Service-List li {
        width: 100%;
        flex-direction: row-reverse;
        margin-bottom: 4em;
        justify-content: space-between;
    }
    #Service ul.Service-List li .Service-List-Wrap {
        width: 58%;
        margin-top: 32px;
    }
    #Service ul.Service-List li figure {
        width: 30%;
        margin-left: 6%;
    }
    
    #Company {
        padding: 180px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    #Company h1 {
        width: 30%;
        justify-content: center;
    }
    #Company .Company-Wrap {
        width: 58%;
    }
    #Company .Company-Wrap dl.Company-Outline {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 1em;
        margin-bottom: 4em;
        padding-bottom: 5em;
        padding-left: 1.5em;
        border-bottom: solid 1px #0e3664;
    }
    #Company .Company-Wrap dl.Company-Outline dt {
        margin-bottom: 0.75em;
        width: 8em;
    }
    #Company .Company-Wrap dl.Company-Outline dd {
        width: calc(100% - 8em);
        margin-bottom: 3em;
    }
    #Company .Company-Wrap .Company-Client h2 {
        margin-bottom: 1em;
    }
    #Company .Company-Wrap .Company-Client .Company-Client-Column {
        flex-direction: row;
    }
    #Company .Company-Wrap .Company-Client ul {
        width: 50%;
    }
    #Company .Company-Wrap .Company-Client ul li {
        margin-bottom: 1.5em;
    }
    #Company .Company-Image {
        top: -13em;
        right: -2em;
        width: 47%;
        max-width: 1020px;
    }
    
    #Contact p {
        margin-bottom: 0;
    }
    #Contact .Contact-Wrap {
        flex-direction: row;
        width: 1080px;
        margin: auto;
    }
    #Contact .Contact-Wrap .Contact-Mail,
    #Contact .Contact-Wrap .Contact-Tel {
        box-sizing: border-box;
        padding: 3em 2.5em;
    }
    #Contact .Contact-Wrap .Contact-Mail {
        width: 61%;
        border-left: solid 1px #0e3664;
        border-right: solid 1px #0e3664;
    }
    #Contact .Contact-Wrap .Contact-Tel {
        width: 39%;
        border-right: solid 1px #0e3664;
    }
    #Contact .Contact-Address {
        font-size: 2em;
        margin-top: 1.5rem;
        margin-left: 3.5rem;
    }
    #Contact .Contact-Response {
        width: 100%;
        font-size: 0.8rem;
        margin-left: 3.5rem;
        margin-top: 2rem;
    }
    
}
