@charset "utf-8";

html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    font-family:"Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    background-color: #ffffff;
    color: #24292E;
    box-sizing: border-box;
    
}

body .no-show{
    background-image: none;
    height: 100px;
}

a{
    text-decoration: none;
    color: #24292E;
}

.anchor{
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}

ul{
    list-style: none;
}

.h2-title1{
    font-size: 32px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    border-bottom: solid 2px #9ee2df;
    display: inline-block;
    
}

.h2-title2{
    font-size: 32px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    border-bottom: solid 2px #ffffff;
    display: inline-block;
}

.h2-small{
    font-size: 24px;
    padding-left: 10px;
}
  
p{
    font-size: 14px;
}

img{
    max-width: 100%;
}

.contents{
    max-width: 1500px;
    padding: 0 5%;
    margin: 0 auto;
  }


/*header*/
.sp-header{
    display: none;
}

.sp-main{
    display: none;
}

.pc-header {
    background-image: url(image/MV.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 80px;
}

.pc-header h1{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 999;
}

.pc-header img{
    height: auto;
    width: 100px;
}

.pc-header nav{
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    width: 100%;
}

.menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.menu-li {
   position: relative;
   background-color: rgb(255, 255, 255);
}

.menu-li:first-child{
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.menu-li:last-child{
    padding-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menu-li a{
    display: block;
    padding: 20px 16px;
    margin: 16px 0;
}

.menu-li a:hover{
    color: #9ee2df;
    font-weight: 500;
    border-bottom-left-radius: 0;
}

.contact-btn a{
    background: #9ee2df;
    color: white;
    border-radius: 10px;
    margin: 16px 10px;
    padding: 20px 16px;
    border: solid 2px transparent;
    transition: all 0.3s ease;
}

.contact-btn a:hover{ 
    color: black;
    border: solid 2px #9ee2df;
    background-color: white;
    border-bottom-left-radius: 10px;
}


.menu-sub{
    position: absolute;
    display: none;
    z-index: 10;
    white-space: nowrap;
    margin: -5px 0 0 -60px;
    font-weight: 300;
}

.menu-sub li{
    background-color: rgb(255, 255, 255);
    border-bottom: #cccccc solid 1px;
}

.menu-sub li a{
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 12px 12px;
    margin: 0;
}

.menu-sub li:last-child{
    border-bottom: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.menu-sub li a:hover{
    color: #9ee2df;
}

.sp-header .sp-main{
    display: none;
}

/*seminar*/
.seminar-form {
    padding: 32px;
    border: 2px solid #ccc;
    margin: 0 auto 32px auto;
    text-align: center;
    width: 90%;
}
  
.seminar-h2 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
    text-align: left;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 16px;
}

.seminar-h3 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.6;
}

.f-button {
    text-align: center;
}

.f-button .s-button {
    display: inline-block;
    background-color: #9ee2df;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
}
  
.f-button .s-button:hover {
    background-color: #fff;
    color: #464646;
    border: 2px solid #9ee2df;
}
  
.f-button .s-button:hover {
    background-color: #fff;
    color: #464646;
    border: 2px solid #9ee2df;
}


/*features*/

.features-h2{
    text-align: center;
}

.features-1st{
    font-size: 16px;
    text-align: center;
    margin: 24px 0 36px 0;
}


.features ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 50px;
    margin: 0 100px;
}

.features li{
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    margin: 5px;
    text-align: center;
    background: #cdeeec;
}

.features li:last-child{
    flex: 0 0 calc(50% - 10px);
    margin: 5px auto;
}

.features li a{
    display: block;
    padding: 20px 0px;
    color: rgb(28, 39, 103);
    font-size: 18px;
    font-weight: 500;
}

.features li a:hover{
    opacity: .7;
}

.features-inner{
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 48px 36px 0 36px;
    padding: 0;
    max-width: 100%;
}

.features-item{
    display: flex;
    align-items: center;
    gap: 20px;
}

.features-item:nth-child(even){
    flex-direction: row-reverse;
}

.features-inner h2{
    font-size: 24px;
}

.features-inner dt, .features-inner dd{
    width: 45%;
    margin: 50px 24px 50px 0;
    box-sizing: border-box;
}

.features-inner dd{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-inner dt{
    display: flex;
    justify-content: flex-end;
}

.features-inner dd h2, .features-inner dd p{
    margin: 0 0 10px 0;
}

.features-inner h2{
    text-align: left;
    color: #4a7998;
    border-bottom: solid 1px #4a7998;
}

.features-inner p{
    font-size: 16px;
}

.features-inner img{
    height: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

/*service*/

.service{
    margin-top: 36px;
}

.s-content{
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

.s-inner{
    position: relative;
    margin: 0 60px ;
    width: 100%;
}

.s-inner a:hover{
    opacity: .7;
}

.s-h3{
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    font-size: 20px;
    background-color: rgba(219, 217, 217, 0.681);
    line-height: 1;
    padding: 20px 10px;
    max-width: 290px;
    text-align: center;
}

/*CLIANT*/
.cliant{
    background-color: #9ee2df;
}

.c-inner{
    padding: 36px 50px;
}

.c-inner ul{
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0;
}

.c-inner li{
    flex: 0 0 33%;
    box-sizing: border-box;
    padding: 5px 0;
}

.c-inner p{
    font-size: 18px;
    text-align: right;
}

/*blog*/
.blog{
    margin-top: 32px;
    margin-bottom: 32px;
}

.blog p{
    margin-top: 16px;
    font-size: 16px;
}

.note{
    display: flex;
    padding: 20px 0;
}

.b-button a{
    position: relative;
    border-radius: 3px;
    display: block;
    max-width: 250px;
    background: #ffffff;
    border: solid 2px #9ee2df;
    margin: auto;
    padding: 10px 30px;
    text-align: center;
    line-height: 1.8;
    transition: ease .2s;
}

.b-button a span{
    position: relative;
}

.b-button a:hover{
    color: #ffffff;
    background: #9ee2df;
}

/*consultant*/
.self-intr{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-left: 100px;
    padding-bottom: 80px;
    border-bottom: solid 1px #cccccc;
}

.self-intr:last-child{
    border-bottom: none;
}

.intr-left{
    margin-right: 50px;
    max-width: 100%;
}

.intr-left img{
    max-width: 300px;
    height: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.intr-right{
    max-width: 100%;
}

.intr-right p{
    font-size: 16px;
    margin: 20px 0;
}

.resume dl{
    margin-bottom: 20px;
}

.resume dd{
    margin-left: 20px;
    margin-bottom: 50px;
}

.resume h3{
    margin: 50px 0 20px 0;
}

.h3-title{
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    border-left: solid 2px #9ee2df;
    padding-left: 20px;
}

/*consulting*/
.consul-back{
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    background-image: url('image/service3.jpg'); 
    background-size: cover;
    background-position: center;
    text-align: right;
    height: 510px;
    position: relative;
    max-width: 100%;
}

.ch2-back{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #cdeeeca8;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 510px;
    width: 60%;
    z-index: 1;
}

.consul-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
    height: auto;
}

.consul-h2{
    font-size: 38px;
    color: #4a7998;
    white-space: nowrap;
}


.ct-list{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    padding-bottom: 50px;
    border-bottom: solid #cccccc .75px;
}

.ct-list:first-child{
    border-top: solid #cccccc .75px;
}

.ct-list:last-child{
    border-bottom: none;
}

.ct-left{
    flex: 1;
    text-align: center;
    margin-right: auto;
    margin-top: 48px;
}

.number{
    font-size: 100px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    color: rgb(169, 168, 168);
}

.ct-eng{
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    color: #9ee2df;
    font-size: 18px;
}

.ct-right{
    flex: 2;
    margin-left: auto;
    text-align: left;
    margin-top: 32px;
    
}

.ct-h3{
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    font-weight: normal;
    margin-top: 48px;
}

.ct-p{
    font-size: 16px;
    font-weight: 200;
    margin: 10px 0 20px 0;
    padding-left: 24px;
}

.ct-right dl{
    padding-left: 24px;
    font-weight: 200;
    margin: 10px 0 20px 0;
}

.ct-right dt{
    padding-top: 10px;
    font-size: 18px;
}

.ct-right dd{
    font-size: 16px;
}

.ct-h4{
    font-weight: normal;
    font-size: 18px;
}

.ol-p{
    margin: 5px 0 10px 0;
    font-weight: 200;
    font-size: 16px;
}

.nt-p{
    margin: 5px 0 10px 0;
    padding-top: 20px;
    font-weight: 500;
    font-size: 16px;
    text-align: end;
}

/*training*/
.training-back{
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    background-image: url('image/service4.jpg'); 
    background-size: cover;
    background-position: center;
    text-align: right;
    height: 510px;
    position: relative;
    max-width: 100%;
}

.th2-back{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #9f9f9fa8;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 510px;
    width: 60%;
    z-index: 1;
}

.training-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
    height: auto;
}

.training-h2{
    font-size: 38px;
    color: #ffffff;
    white-space: nowrap;
}

.t-p{
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 20px 0;
    padding-left: 24px;
}

.t-ul{
    list-style: square;
    font-weight: 200;
}

/*table*/
.ct-other{
    margin-right: auto;
    margin-top: 48px;
    flex: 1;
    text-align: center;
    margin-right: auto;
}

.number2{
    font-size: 100px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    color: rgb(169, 168, 168);
}

.ct-eng2{
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    color: #9ee2df;
    font-size: 18px;
}

.ct-other2{
    flex: 2;
    text-align: left;
    margin-top: 32px;
}

.ct-table{
    border-collapse: collapse;
    background-color: #ffffff;
}

.ct-th, .ct-td{
    border: solid 1px #4a7998;
    padding: 5px 5px;
    font-size: 14px;
}

.ct-th{
    text-align: center;
}

.ct-th, .ct-cor{
    background-color: #9ee2dfb0;
}


/*company*/

.company{
    display: flex;
    justify-content: center;
    flex-direction: row; 
}

.com-h2{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 32px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    border-left: solid 2px #9ee2df;
    width: fit-content;
    display: inline-block;
    margin-right: 350px;

}

.company-t{
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 20px;
}

.company-t th{
    vertical-align: top;
    text-align: left;
    padding: 8px 15px;
    font-size: 20px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}

.company-t td{
    padding: 8px 15px;
    line-height: 1.5;
    font-size: 16px;
}

/*footer*/
.footer{
    background: #9ee2df;
}

.f-contact{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 0 auto;
}

.f-contact p{
    font-size: 18px;
}

.f-tell, .f-mail{
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: white;
    border-radius: 4px;
    margin: 18px 0;
}

.tell-inner, .mail-inner{
    display: flex;
    align-items: center;
    gap: 8px;
}

.f-contact img{
    width: 24px;
    height: auto;
}

.hamazakuma{
    margin: 0 auto;
    width: 36px;
    height: auto;
}


.ft-p{
    text-align: center;
}

@media (min-width: 771px) and (max-width:1024px) {
    .pc-header {
        background-size: cover;
        aspect-ratio: 16/9;
    }
    
    .pc-header h1 {
        top: 20px;
        left: 20px;
        height: 40px;
        width: 90px;
    }
    
    .pc-header nav {
        padding: 4px 8px;
    }

    .menu-li {
        position: relative;
        background-color: rgb(255, 255, 255);
        font-size: 14px;
    }
     
    .menu-li:first-child{
         padding-left: 0;
         border-top-left-radius: 10px;
         border-bottom-left-radius: 10px;
    }
     
    .menu-li:last-child{
         padding-left: 0;
         border-top-right-radius: 10px;
         border-bottom-right-radius: 10px;
         background-color: #9ee2df;
    }
     
    .menu-li a{
         display: block;
         padding: 10px 20px;
         margin: 4px 0;
    }

    .menu-li a:hover{
        color: #9ee2df;
        font-weight: 500;
        border-bottom-left-radius: 0;
    }
    
    .contact-btn a{
        background: transparent;
        color: white;
        border-radius: 0;
        margin: 4px 0;
        padding: 10px 20px;
        border: none;
        transition: none;
    }
    
    .contact-btn a:hover{ 
        color: black;
        border: none;
        background-color: transparent;
        border-bottom-left-radius: 10px;
    }

    /*seminar*/
    .seminar-form {
        padding: 32px;
        border: 2px solid #ccc;
        margin: 0 auto 32px auto;
        text-align: center;
        width: 90%;
    }
      
    .seminar-h2 {
        font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
        font-size: 18px;
        text-align: left;
        padding: 8px 16px;
        display: inline-block;
        margin-bottom: 16px;
    }
    
    .seminar-h3 {
        font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
        font-size: 16px;
        text-align: center;
        margin-bottom: 24px;
        line-height: 1.6;
    }
    
    .f-button {
        text-align: center;
    }
    
    .f-button .s-button {
        display: inline-block;
        background-color: #9ee2df;
        color: #fff;
        padding: 12px 24px;
        text-decoration: none;
        border: 2px solid transparent;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
      
    .f-button .s-button:hover {
        background-color: #fff;
        color: #464646;
        border: 2px solid #9ee2df;
    }
      
    .f-button .s-button:hover {
        background-color: #fff;
        color: #464646;
        border: 2px solid #9ee2df;
    }
    

    /*features*/   
    .features-1st{
        font-size: 16px;
        text-align: justify;
        margin: 24px 0 36px 0;
    }


    .features ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 12px;
        margin: 0 16px;
    }

    .features li{
        flex: 0 0 calc(50% - 10px);
        box-sizing: border-box;
        margin: 5px;
        text-align: center;
        background: #cdeeec;
    }

    .features li:last-child{
        flex: 0 0 calc(50% - 10px);
        margin: 5px auto;
    }

    .features li a{
        display: block;
        padding: 20px 0px;
        color: rgb(28, 39, 103);
        font-size: 18px;
        font-weight: 500;
    }

    .features-inner{
        display: flex;
        flex-direction: column;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 24px 8px 0 8px;
        padding: 0;
        max-width: 100%;
    }

    .features-item{
        gap: 10px;
    }

    .features-inner dt, .features-inner dd{
        width: 45%;
        margin: 45px 18px 45px 0;
        box-sizing: border-box;
    }

    /*service*/
    .s-content{
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }

    .s-inner{
        position: relative;
        margin: 0 3%;
        width: 100%;
    }   

/*blog*/
.note{
    display: flex;
    padding: 10px 0;
}

/*consultant*/

.self-intr{
    flex-direction: column;
    justify-content: center;
    margin-top: 32px;
    margin-left: auto;
    padding-bottom: 50px;
    border-bottom: solid 1px #cccccc;
}
    
.intr-left{
    margin: 32px auto;
    max-width: 100%;
}

.intr-left img{
    max-width: 300px;
    height: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.intr-right{
    max-width: 100%;
}

.intr-right p{
    font-size: 16px;
    margin: 20px 0;
}

.resume dl{
    margin-bottom: 20px;
}

.resume dd{
    margin-left: 20px;
    margin-bottom: 50px;
}

.resume h3{
    margin: 50px 0 20px 0;
}

.h3-title{
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    border-left: solid 2px #9ee2df;
    padding-left: 20px;
}

/*company*/

.com-h2{
    margin-right: 10%;
}
}

@media screen and (max-width: 770px){
    img{
        max-width: 100%;
    }
    
    .contents{
        max-width: 700px;
    }

    .anchor{
        padding-top: 0;
        margin-top:  0;
    }
    
    .h2-title1{
        font-size: 24px;
        display: inline-block;
        text-align: left;
        white-space: nowrap;
    }
    
    .h2-title2{
        font-size: 24px;
        display: inline-block;
        text-align: left;
        white-space: nowrap;
    }
    
    .h2-small{
        font-size: 20px;
        white-space: nowrap;
    }

    
    
    /*header*/

    .pc-header{
        display: none;
    }

    .sp-header{
        display: block;
        margin-bottom: 32px;
        position: relative;
    }

    .sp-nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 15;
        padding-top: 100px;
        background: #9ee2df;
        transform: translateX(100%);
    }

    .sp-nav.active{
        transform: translateX(0);
    }

    .sp-nav ul{
        display: none;
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .sp-nav.active ul{
        display: block;
    }

    .sp-nav.active li{
        margin: 20px 0;
    }
    
    .sp-nav li a {
        padding: 8px;
        font-size: 16px;
        color: #464646;
        display: inline-block;
        text-align: center;
        text-decoration: none;
    }

    .contact-btn a:hover {
        color: inherit;
        border: none;
        background-color: inherit;
        border-bottom-left-radius: inherit;
    }

    .sp-logo{
        width: 80px;
        height: auto;
        margin: 20px 20px 0;
    }

    .hamburger{
        position: absolute;
        top: 32px;
        right: 32px;
        cursor: pointer;
        width: 48px;
        height: 48px;
        background-color: #9ee2df;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 20;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }

    .hamburger.open{
        background-color: transparent;
        box-shadow: none;
    }

    .hamburger span{
        position: absolute;
        height: 2px;
        background-color: #464646;
        width: 60%;
        margin: 10px 0;
        display: inline-block;
        transition: all .3s ease;
        box-sizing: border-box;
    }

    .hamburger span:nth-of-type(1){
        top: 4px;
    }

    .hamburger span:nth-of-type(2){
        top: 12px;
    }

    .hamburger span:nth-of-type(3){
        top: 20px;
    }

    .hamburger.open span:nth-of-type(1){
        top: 10px;
        transform: translateY(6px) rotate(-40deg);
    }

    .hamburger.open span:nth-of-type(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-of-type(3) {
        top: 22px;
        transform: translateY(-6px) rotate(40deg);
    }

    .sp-main{
        display: flex;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        position: relative;
        height: auto;
        margin-bottom: 50px;
    }

    /*seminar*/
    .seminar-form {
        padding: 32px;
        border: 2px solid #ccc;
        margin: 0 auto 32px auto;
        text-align: center;
        width: 90%;
    }
      
    .seminar-h2 {
        font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
        font-size: 18px;
        text-align: left;
        padding: 8px 16px;
        display: inline-block;
        margin-bottom: 16px;
    }
    
    .seminar-h3 {
        font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
        font-size: 18px;
        text-align: center;
        margin-bottom: 24px;
        line-height: 1.6;
    }
    
    .f-button {
        text-align: center;
    }
    
    .f-button .s-button {
        display: inline-block;
        background-color: #9ee2df;
        color: #fff;
        padding: 12px 24px;
        text-decoration: none;
        border: 2px solid transparent;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
      
    .f-button .s-button:hover {
        background-color: #fff;
        color: #464646;
        border: 2px solid #9ee2df;
    }
      
    .f-button .s-button:hover {
        background-color: #fff;
        color: #464646;
        border: 2px solid #9ee2df;
    }

    /*features*/
    
    .features-h2{
        text-align: left;
    }
    
    .features-1st{
        font-size: 16px;
        text-align: left;
        margin: 24px 0;
    }
    
    
    .features ul{
        display: none;
    }
  
    .features-inner{
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    
    .features-item{
        display: block;
        flex-direction: column-reverse;
        text-align: center;
        gap: 10px;
    }

    .features-inner h2{
        font-size: 20px;
    }
    
    .features-inner dt, .features-inner dd{
        width: 100%;
    }
    
    
    .features-inner dt{
        display: flex;
        justify-content: flex-end;
        margin-bottom: -5px;
    }

    .features-inner p{
        font-size: 16px;
        text-align: left;
    }
    
    .features-inner img{
        height: auto;
        box-shadow: none;
    }

    /*service*/

    .service{
        margin-top: 24px;
    }
    
    .s-content{
        display: block;
        margin: 24px 0;
    }
    
    .s-inner{
        position: relative;
        margin: 18px 0;
        width: 100%;
    }
    
    .s-inner a:hover{
        opacity: .7;
    }
    
    .s-h3{
        font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        font-size: 20px;
        background-color: rgba(219, 217, 217, 0.681);
        line-height: 1;
        padding: 20px 10px;
        max-width: 290px;
        text-align: center;
    }

    /*cliant*/

    .cliant{
        background-color: #9ee2df;
    }
    
    .c-inner{
        padding: 24px 5px;
    }
    
    .c-inner ul{
        display: flex;
        flex-wrap: wrap;
        margin: 24px 0;
    }
    
    .c-inner li{
        flex: 0 0 50%;
        box-sizing: border-box;
        padding: 5px 0;
    }
    
    .c-inner p{
        font-size: 16px;
        text-align: right;
    }
    
    /*blog*/
    .note{
        display: block;
    }

    /*consultant*/

    .self-intr{
        flex-direction: column;
        justify-content: center;
        margin-top: 32px;
        margin-left: auto;
        padding-bottom: 50px;
        border-bottom: solid 1px #cccccc;
    }
        
    .intr-left{
        margin: 32px auto;
        max-width: 100%;
    }
    
    .intr-left img{
        max-width: 300px;
        height: auto;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    }
    
    .intr-right{
        max-width: 100%;
    }
    
    .intr-right p{
        font-size: 16px;
        margin: 20px 0;
    }
    
    .resume dl{
        margin-bottom: 20px;
    }
    
    .resume dd{
        margin-left: 20px;
        margin-bottom: 50px;
    }
    
    .resume h3{
        margin: 50px 0 20px 0;
    }
    
    .h3-title{
        font-size: 24px;
        font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
        border-left: solid 2px #9ee2df;
        padding-left: 20px;
    }

   /*consulting*/
   .consul-back{
    height: 200px;
    }
    
    .ch2-back{
        height: 200px;
    }

    .consul-h2{
        font-size: 20px;
    }

    .ct-list{
        flex-direction: column;
        margin-top: 50px;
        padding-bottom: 20px;
    }

    .ct-left{
        align-items: center;
        margin: 48px auto 0 auto;
    }

    .ct-right{
        margin-top: 20px;
    }

    .ct-h3{
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
    }

    .ct-p{
        font-size: 14px;
        font-weight: 200;
        margin: 10px 0 20px 0;
        padding-left: 24px;
    }

    .ct-right dt{
        padding-top: 10px;
        font-size: 16px;
    }
    
    .ct-right dd{
        font-size: 14px;
    }
    
    .ct-h4{
        font-weight: normal;
        font-size: 16px;
    }
    
    .ol-p{
        margin: 5px 0 10px 0;
        font-weight: 200;
        font-size: 14px;
    }

    .number{
        font-size: 80px;
    }
    
    .ct-eng{
        font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
        color: #9ee2df;
        font-size: 16px;
    }
    

    /*training*/
    .training-back{
        margin-top: 28px;
        height: 200px;
    }

    .th2-back{
        height: 200px;
    }

    .training-h2{
        font-size: 20px;
    }

    /*table*/
    .ct-other{
        width: 100%;
    }

    .table-wrapper {
        overflow-x: auto;
        width: 100%;
    }
    
    .ct-table {
        min-width: 900px;
    }

    /*company*/

    .company{
        flex-direction: column;
        justify-content: center;
    }

    .com-h2{
        writing-mode: horizontal-tb;
        border-left: none;
        font-size: 28px;
        margin-right: auto;
    }

    .company-t tr{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: .75px solid #cccccc;
        padding: 8px 0;
    }

    .company-t th,.company-t td{
        width: 100%;
        padding: 8px 15px;
    }

    .company-t th{
        color: #4a7998;
        font-size: 18px;
    }

    .company-t td{
        font-size: 13px;
    }

    /*footer*/
    .f-contact{
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 200px;
    }

    .f-mail{
        text-align: center;
        width: 100%;
    }

}