@charset "utf-8";

/*  Add css  - 修正・追加分はここから記述してください。
---------------------------------------------------------------- */

body {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif","Arial Black", Gadget, "sans-serif", "sans-serif","游ゴシック体 ミディアム", "游ゴシック体 ボールド", "游ゴシック体 Pr6N R";
}

* {
  box-sizing: border-box;
}



/*  コンテンツのフェードインアニメーション 　*/

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
}

.fadein-bottom{
      transform: translate(0,60px);
  }

.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

.fadein-copy {
    animation-name: fadeIn1s;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0;
}

@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}  

.fadein-up {
    animation-name: fadeIn1500ms;
    animation-delay: 1000ms;
    animation-duration: 0s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}


@keyframes fadeIn1500ms {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



/*  トップ画像を中心から表示するアニメーション 　*/

.bgBox img {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}




/*  PC 　*/


.gMenu img {
    width: 130px;
}

.logo img {
    margin: 15px;
}  

.bgGraySect001 {
    background-color: #fff;
}

.btnForm001 {
    background: #375089;
}

header.is-fixed::before {
    background-color: rgb(55 80 137 / 50%);
    height: 80px;
    color: #000;
}

#nav-drawer .open {
    background: #375089;
}

#navTgl:checked+.open {
    background: #375089;
}

.kvWrap001::before {
    background: rgba(0, 0, 0, 0);
}

.kvWrap001 .bgBox img {
    width: 100%;
    height: 100%;
}

.kvsp {
    position: relative;
}

.copyBox img {
    padding-top: 140px;
    width: 50%;
}


.hTtl001 {
    text-align: center;
}

.hTtl001 .ffEn {
    letter-spacing: 0;
    font-size: 50px;
    color: #375089;
    font-family: YuMincho, "Yu Mincho";
}

.hTtl001 .ffEn-w {
    letter-spacing: 0;
    font-size: 50px;
    color: #fff;
    font-family: YuMincho, "Yu Mincho";
}


.serviceWrap {
    width: 100%;
    margin: auto;
    height: auto;
    text-align: center;
    padding-top: 100px;
}


.service-container {
    width: auto;
    height: auto;
    padding-bottom: 50px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    line-height: 3;
    font-size: 20px;
    margin: auto;
}

.service-container p {
    width: 85%;
    font-size: 20px;
}
.service-item {
    width: 45%;
}

.service-item h2 {
    text-align: center;
    background-color: #4BA1EF;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    padding: 17px;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-item h1 {
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    color: #fff;
}

.service-item p {
    text-align: left;
    font-size: 16px;
    color: #0D3045;
}


.service-item img {
    margin: 24px;
}

hr{
    border: none;
    border-bottom: 1px solid #fff;
    margin: 50px 80px;
}

.aboutWrap {
    width: 100%;
    height: 1300px;
    text-align: center;
    padding-top: 100px;
    background-color: #375089;
}

.aboutWrap p {
    line-height: normal;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}

.about-txt {
    font-size: 29px;
    margin: 70px 10px 10px 10px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    display: block;
}

.about-container {
    width: 800px;
    height: 500px;
    padding-bottom: 50px;
    line-height: 2;
    font-size: 20px;
    display: flex;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}

.about-item {
    position: relative;
}

.about-item img {
    width: 350px;
    padding-top: 30px;
}

.about-item h1 {
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    color: #fff;
}

.about-item p {
    text-align: left;
    font-size: 16px;
    color: #fff;
}

.txt-eng {
    background-color: #34B734;
    color: #fff;
    padding: 14px 0px;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 30px;
}

.txt-ser {
    background-color: #EFC822;
    color: #fff;
    padding: 14px 0px;
    font-size: 24px;
    font-weight: bold;
}

.txt-ses {
    text-align: left;
    font-size: 18px;
    padding-top: 110px;
    color: #fff; 
    display: block;
}

.eng {
    background-image: url('../images/about_bg_001_1@1x.png');
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ser {
    background-image: url('../images/about_bg_002_1@1x.png');
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.mindWrap {
    margin-top: 60px;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    background-color: #fff;
    margin-bottom: 100px;
}

.mindWrap img {
    width: 74%;
}

.companyWrap {
    width: 100%;
    text-align: center;
    padding-top: 100px;
    background-color: #fff;
    margin-bottom: 100px;
}

.company-container {
    margin: 0 100px;
    padding-top: 26px;
    padding-bottom: 50px;
}

.table {
    margin: 0 auto;
}


.table th {
    text-align: left;
    font-size: 16px;
    padding: 50px 100px 50px 35px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-color: #aaa;
    font-weight: bold;
    color: #0D3045;
}


.table td {
    text-align: left;
    font-size: 16px;
    padding: 50px 200px 50px 70px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-weight: normal;
    border-color: #aaa;
    color: #0D3045;
}

.bnrcompanyBox img{
    width: 35%;
    padding-top:300px;
}

.bnrformBox img{
    width: auto;
}

.policy {
    text-align: center;
}

footer {
    margin-top: -5px;
}

/*  SP 　*/


@media screen and (max-width: 767px){
   .logo img {
    margin: 0px;
   } 
}


@media screen and (max-width: 1500px){
   .copyBox img  {
       width: 75%;
       padding-top: 90px;
    }
}


@media screen and (max-width: 767px){
   .copyBox img  {
       width: 800px;
       padding-top: 15px;
    }
}


@media screen and (max-width: 767px){
    .hTtl001 .ffEn-w {
        letter-spacing: 0;
        font-size: 35px;
    }
}


@media screen and (max-width: 767px){
    .hTtl001 .ffEn {
        letter-spacing: 0;
        font-size: 35px;
    }
}

@media screen and (max-width: 767px){
    .service-container p {
        width: 100%;
        letter-spacing: 0;
        font-size: 18px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px){
    .hTtl001 .jp {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px){
    .serviceWrap {
        width: auto;
        height: auto;
        text-align: center;
        padding-top: 100px;
    }
}


@media screen and (max-width: 767px){
    .service-container {
        justify-content: space-around;
        flex-direction: column;
        margin: 0px 26px;
    }
}


@media screen and (max-width: 767px){
    .service-item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .service-item h2 {
        text-align: center;
        background-color: #4BA1EF;
        color: #fff;
        display: inline-block;
        width: 100%;
        font-size: 22px;
        padding: 13px;
        margin-bottom: 15px;   
    }
}

@media screen and (max-width: 767px){
    .service-item img {
        margin-top: 0px;
    }
}


@media screen and (max-width: 767px){
    .service-item p {
        width: 100%;
        font-size: 14px;
        padding: 0px 5px 40px 5px;
    }
}

@media screen and (max-width: 767px){
    .aboutWrap {
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 100px;
        background-color: #375089;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px){
    .aboutWrap p {
        font-size: 18px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 767px){
    .about-txt {
        font-size: 24px;
        margin: 45px 10px 10px 10px;
        letter-spacing: 1px;
        color: #0D3045;
        font-weight: bold;
        display: block;
    }
}

@media screen and (max-width: 767px){
    .about-container {
        width: 75%;
        height: 500px;
        padding-bottom: 10px;
        display: inline-block;
    }
}

@media screen and (max-width: 767px){
    .about-item img  {
        width: 500px;
    }
}


@media screen and (max-width: 767px){
    .about-item  {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 767px){
    .about-item p {
        text-align: left;
        font-size: 16px;
        color: #fff;
    }
}


@media screen and (max-width: 767px){
    .about-item h2 {
        text-align: center;
        color: #fff;
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        padding: 10px;
        
    }
}

@media screen and (max-width: 767px){
    .txt-ses {
        text-align: left;
        font-size: 16px;
        padding-top: 110px;
        color: #fff; 
        display: block;
    }
}

@media screen and (max-width: 1000px){
    .mindWrap {
        margin-top: 0px;
    }
    
}

@media screen and (max-width: 1000px){
    .mindWrap img {
        width: 90%;
    }
    
}

@media screen and (max-width: 767px){
    .company-container {
        margin: 0px 10px;
        
    }
    
}

@media screen and (max-width: 767px){
    .bnrcompanyBox img {
        width: 70%;
        padding-top: 50px;
    }
    
}

@media screen and (max-width: 767px){
    hr{
    border: none;
    border-bottom: 1px solid #fff;
    margin: 50px 30px;
    }
    
}

@media screen and (max-width: 767px){
    .companyWrap {
        width: 100%;
        text-align: center;
        padding-top: 100px;
        background-color: #fff;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .table th {
        text-align: left;
        font-size: 14px;
        padding: 30px 30px 30px 15px;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        border-color: #aaa;
    }
}

@media screen and (max-width: 1000px){
    .table td {
        text-align: left;
        font-size: 14px;
        padding: 0px 12px 50px 0px;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        font-weight: normal;
        border-color: #aaa;
    }
    
}
    