body {
    font-family: 'Noto Sans JP',
        sans-serif;
    font-size: 16px;
}

.triangle {
    border-left: 30px solid #92D6DF;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
}

.before-after-box .triangle,
.probrem-solution-box .triangle{
    position:relative;
    left:20px;
}

#top {
    position: fixed;
    z-index: 999;
    transition: .5s;
    width: 100%;
    left: 50%;
    top: 0;
    margin-left: -50%;
    padding: 0 20px;
}

#top.active {
    background-color: white;
}


.container {
    max-width: 1400px !important;
}

.header-gradient {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 500px;
    background: rgb(83, 172, 190);
    background: linear-gradient(180deg, rgb(105 245 255 / 8%) 0%, rgba(83, 172, 200, 0) 60%)
}

.main-visual {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
}

main,
.container {
    overflow: hidden;
}

section {
    position: relative;
}

.logo img {
    width: 120px;
}

.main-logo {
    max-width: 270px;
    width: 90%;
}

.menu-list {
    font-weight: bold;
    color: #404E7E;
    font-size: 0.9rem;
}

.main-visual-right {
    margin-top: -50px;
}

.main-visual h1,
.main-visual h2,
.second-box h3 {
    font-weight: bold;
    color: #404E7E;
}

.main-visual h1 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
}

h2.catch {
    font-weight: bold;
    /* color: #404E7E; */
    color:#52A3F5;
    font-size: 2rem;
    width: 100%;
    text-align: center;
}

.login-button {
    border-radius: 5px;
    background: #7BBF1D;
    color: white;
    padding: 5px 10px;
}

.member-button {
    border-radius: 5px;
    background: #3A83F7;
    color: white;
    padding: 5px 10px;
}

.top-button-box .login-button,
.top-button-box .member-button {
    font-size: 1.1rem;
    padding: 10px 25px;
}

.left-shift {
    margin-left: -15px;
}

.main-visual-left .upper-catch {
    letter-spacing: 0rem;
}

.main-visual h2 {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}

.notebook-image {
    margin-top: -40px;
}

.download-button {
    background: #92D6DF;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    max-width: 280px;
    width: 80%;
    font-size: 1.2rem;
}

.second-box h3 {
    font-size: 1.8rem;
}



.white-back {
    background-color: rgba(255, 255, 255, 0.95);
}

.back-shape {
    position: absolute;
    z-index: -1;
}

.check-round-box {
    margin-top: -15px;
    border-radius: 20px;
    padding: 30px;
    border: 3px solid #404E7E;
    color: #404E7E;
    font-size: 1.2rem;
    font-weight: bold;
    max-width: 500px;
    box-shadow: 5px 7px 0 3px #eee;
}

.check-round-box-blue1{
    border: 3px solid #74B8FC;

}

.check-round-box-blue2{
    border: 3px solid #3A83F7;
}

.check-round-box-blue3{
    border: 3px solid #496ADB;
    
}

.check-round-box li {
    margin-bottom: 15px;
    display: flex;
    align-items: start;
}

.check-round-box-orange{
    border: 3px solid #F08C17;
    text-align: justify;
}



.before-after-box .check-round-box{
    border:3px solid #aaa;
}

.before-after-box .check-round-box.check-round-box-orange{
    border: 3px solid #F08C17;
    height: 350px;
    display: flex;
    align-items: center;
    /* padding-top: 70px; */

}

.probrem-solution-box .check-round-box{
    min-height: 320px;
    display: flex;
    align-items: center;
}

.before-item{
    background-color: #aaa;
    color:white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top:-25px;
}

.solution-item{
    background-color: #F08C17;
    color:white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top:-25px;
}

.for-item{
    color:white;
    font-weight: bold;
    font-size:1.5rem;
    padding: 10px 20px;
    border-radius: 10px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    top:-25px;
}

.for-item1{
    background-color: #74B8FC;
}

.for-item2{
    background-color: #3A83F7;
}

.for-item3{
    background-color: #496ADB;
}

.white-circle{
    background-color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    line-height: 25px;
    text-align: center;
}

.white-circle svg{
    margin-left: 3px;
    margin-top: 2px;
}



.check-box {
    margin-right: 8px;
    display: inline-block;
    height: 1.6rem;
}

.task-panda {
    position: absolute;
    z-index: 10;
    right: 45px;
    bottom: 20px;
    width: 130px;
}

.task-man {
    width: 420px;
    padding-left: 50px;
}

.panda_pc {
    margin-top: 20px;
    max-width: 420px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.title-box {
    text-align: center;
    /* color: #404E7E; */
    color:#2C6ACB;
}

.title-en {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
}

.title-ja {
    font-size: 2rem;
    font-weight: bold;
    margin: 15px 0;

}

.under-bar {
    /* background: #92D6DF; */
    background-color: #2C6ACB;
    width: 50px;
    height: 2px;
    margin: auto;
}

.under-bar.bg-white {
    background-color: #fff;
}

.merit-catch {
    font-weight: bold;
    
    font-size: 1.8rem;
    line-height: 1.4;
}
.merit-catch strong{
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom:2px solid #718096;
}

.merit-catch strong {
    font-size: 2rem;
}

.task-box {
    position: relative;
    color: #404E7E;
    border: 3px solid #3A83F7;
    padding: 50px 60px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px 0px 2px #ddd;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.task-box h3 {
    position: relative;
    margin-top: -80px;
    background-color: #3A83F7;
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.task30 {
    position: absolute;
    top: 50px;
    right: 30px;
}

.task30-text {
    border-radius: 15px;
    margin-top: 10px;
    background-color: #eff9fa;
    text-align: center;
    color: #404E7E;
    font-weight: bold;
    padding: 10px;
    font-size: 1.3rem;
}

.task30-text strong {
    font-size: 1.8rem;
}

.feature-box {
    color: #404E7E;
    border: 3px solid #3A83F7;
    padding: 30px 30px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 350px;
    width: 100%;
}

.mid-catch {
    font-size: 1.2rem;
    font-weight: bold;
    color: #404E7E;
    line-height: 2;
}

.merit-text-box {
    max-width: 800px;
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    border:2px solid #eee;
    
}

span.br {
    display: block;
}

span.br.wall-catch {
    display: inline;
}

.bg-navy {
    background-color: #404E7E;
}

.bg-blue{
    background-color: #52A3F5;
}

.main-section {
    margin-bottom: 70px;
}

#company.main-section {
    margin-bottom: 0px;
}


.bg-light-blue {
    background-color: rgba(146, 214, 233, 0.15);
}

.bg-light-yellow{
    background-color: rgba(233,250,159,0.1);
}

.table {
    max-width: 700px;
    width: 100%;
    margin: 5rem auto;
}

.table td {
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
    color: white;
}

.table td:first-child {
    min-width: 150px;
}


.function-box {
    color: #404E7E;
    padding: 50px 60px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px 0px 2px #ddd;
}

.function-box h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    color:#3A83F7;
}

.function-box p {
    font-size: 1.1rem;
    text-align: justify;
    line-height: 1.6;
}


.contact-btn {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    padding: 20px 0;
    background-color: #92D6DF;
    border-radius: 10px;
    max-width: 400px;
    width: 80%;
    margin: auto;
    display: block;
}

.powered {
    display: none;
    height: 0;
}


.contact-form {
    color: #404E7E;
    font-weight: bold;
}

.contact-form td:first-child {
    min-width: 200px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    padding: 10px !important;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #aaa;
}

input.input-name {
    width: 42%;
    display: inline-block;
}

.inquirery {
    background-color: #a00;
    color: white;
    font-size: 0.7rem;
    border-radius: 5px;
    padding: 5px;
}

input[type="submit"].submit-button {
    border-radius: 10px;
    background-color: #2C6ACB;
    color: white;
    margin-top: 15px;
    padding: 10px 40px;
}

.table.text-black td {
    color: #555;
    border-bottom: 1px solid #555;
}



footer {
    margin-top: 50px;
    padding: 20px;
    text-align: right;
}

.pos1 {
    right: -750px;
    top: -600px;
    max-width: 1617px;
    width: 1617px;
    opacity: 0.8;
}

.pos2 {
    right: -30px;
    top: -100px;
    max-width: 1617px;
    width: 1617px;
    transform: rotateZ(180deg);
    opacity: 0.6;
}

.pos3 {
    right: -30px;
    top: 220px;
    max-width: 1617px;
    width: 1617px;
    opacity: 0.6;
    z-index: -1;
}

.pos4 {
    right: -80px;
    top: 20px;
    max-width: 1617px;
    width: 1617px;
    opacity: 0.6;
    z-index: -1;
    transform: rotateZ(180deg);
}

.feature-svg {
    width: 145px;
    margin-bottom: 20px;
}

.scrollanime {
    opacity: 0;
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.text-blue{
    color:#3A83F7;
}

.text-navy{
    color:#404e7e;
}

.second-box .triangle{
    position: relative;
    left: 20px;
}

.kaiketsu-box{
    max-width: 500px;
}

.ribbon1 {
  display: inline-block;
  position: relative;
  height: 70px;/*リボンの高さ*/
  line-height: 70px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 1.5rem;/*文字の大きさ*/
  background: #52A3F5;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  width: 70%;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 25px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 35px 25px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.solution-line-title{
    padding: 15px 0;
    text-align: center;
    border-top:1px solid #52A3F5;
    border-bottom:1px solid #52A3F5;
    color:#52A3F5;
}

.before-after-img{
    height: 200px;
    margin-top: 30px;

}

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.updown {
    transform: translateY(-100px);
}

.downup {
    transform: translateY(100px);
}

.sect02 {
    overflow: hidden;
}

.slide-right {
    transform: translateX(200px);
}

.slide-left {
    transform: translateX(-200px);
}

.main-visual span.mbr{
    display: inline;
}


@media screen and (max-width: 1131px) {

.main-visual span.mbr{
    display: block;
}

}





@media screen and (max-width: 1023px) {

.main-visual span.mbr{
    display: inline;
}

    .check-round-box li {
        font-size: 1.1rem;
    }

    .triangle {
        width: 30px;
        border-top: 30px solid #92D6DF;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid transparent;
    }

    .task-box {
        padding: 50px 20px;
    }

    .task-box h3 {
        font-size: 1rem;
        padding: 10px 20px;
    }

    .function-box h3 {
        padding-bottom: 15px;
        border-bottom: 1px solid #404E7E;
    }

.before-after-box .triangle,
.probrem-solution-box .triangle{
    position:relative;
    left:0px;
}



}

@media screen and (max-width: 900px) {

    .mid-catch span.br {
        display: inline;
    }

}

@media screen and (max-width: 768px) {

    .merit-catch span.br {}

    .merit-man {
        width: 180px;
    }

    .task-box {
        padding: 50px 30px;
    }

    .feature-svg {
        width: 170px;
    }

}

@media screen and (max-width:720px) {
.ribbon1 {
    border-radius: 10px;
    height: auto;
    line-height: 1.5;
    padding: 10px 10px;
}

.ribbon1:after,
.ribbon1:before{
    display: none;
}
}

@media screen and (max-width: 640px) {

    .menu-list {
        background-color: white;
        width: 200px;
        position: absolute;
        top: 0;
        right: -210px;
        height: 100vh;
        box-shadow: 0 0 2px 2px #eee;
        transition: .5s;
        z-index: 9999;
    }

    .menu-list.active {
        right: 0;
    }

    .menu-list li {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .menu-list li svg {
        transform: scale3d(1.1, 1.1, 1);
    }

    .menu-button {
        transform: scale3d(1.2, 1.2, 1);
        margin-top: -5px;
    }

    .feature-box img {
        transform: scale(0.8);
    }



    .function-box {
        padding: 35px;
    }

    table.company-table td,
    table.contact-form td {
        display: block;
        border-bottom: 0px;
    }

    table.company-table td:first-child {
        background: #82bcf6;
    }
}


@media screen and (max-width: 550px) {

    .merit-catch {
        transform: scale(0.8);
    }

    .main-visual-left h1 {
        font-size: 2rem;
    }

    span.br.wall-catch {
        display: block;
    }
}