* {
   margin: 0;
   padding: 0;
}

ul,
ol,
li {
   list-style: none;
}

a {
   text-decoration: none;
   color: inherit;
}

img {
   vertical-align: top;
}

b {
   font-size: 18px !important;
}

.after>div {
   float: none;
}

.flex {
   display: flex;
   flex-wrap: wrap;
}

/*-------------------------------------------START*/

.h2-ey {
   color: #242424 !important;
}

.h2-ey2 {
   color: #005cff !important;
}

.h3-ey {
   color: #242424 !important;
}

.h3-ey2 {
   color: #005cff !important;
}

.h3-ey3 {
   color: #6200ff !important;
}

.mar-t20 {
   margin: 20px 0 0;
}

.mar-t30 {
   margin: 30px 0 0;
}

.mar-b5 {
   margin: 0 0 5px;
}

.mar-b10 {
   margin: 0 0 10px;
}

.mar-b15 {
   margin: 0 0 15px;
}

.mar-b20 {
   margin: 0 0 20px;
}

.mar-b30 {
   margin: 0 0 30px;
}

.mar-b40 {
   margin: 0 0 40px;
}

.mar-b50 {
   margin: 0 0 50px;
}

.mar-c15 {
   margin: 15px 0;
}

.mar-c5 {
   margin: 5px 0;
}

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

.p-ey {
   color: #242424 !important;
   font-size: 16px !important;
}

.p-ey1 {
   color: #141414 !important;
   font-size: 17px !important;
   font-weight: 600;
}

.p-ey2n {
   color: #005cff !important;
   font-weight: 500;
   font-size: 16px !important;
}

.p-ey2 {
   color: #005cff !important;
   font-weight: 700;
   font-size: 17px !important;
}

.p-ey3 {
   color: #303030 !important;
   font-size: 15px !important;
}

.p-ey5 {
   color: #005cff !important;
   font-size: 16px !important;
}

.p-ey6 {
   color: #232323 !important;
   font-weight: 600;
   font-size: 16px !important;
}

.p-ey7 {
   color: #242424 !important;
   font-size: 17px !important;
   font-weight: 600;
}

.p-ey8 {
   color: #242424 !important;
   font-size: 16px !important;
   font-weight: 500;
}

.a-ey {
   color: #005cff !important;
}

.ey-card-wrap {
   overflow: visible;
   display: inline-block;
}

.a-ey2 {
   background-color: #c370ff2e;
   padding: 20px;
   border-radius: 5px;
   margin: 10px 0;
   display: inline-block;
   width: 180px;
   text-align: center;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.a-ey2:hover {
   transform: translateY(-6px);
   box-shadow: 0 5px 10px rgba(166, 146, 180, 0.543);
}

.ul-ey {
   font-size: 17px !important;
   color: #282828;
}

.li-ey {
   font-size: 16px !important;
   color: #242424 !important;
   margin: 0 0 10px;
}

.li-ey:last-child {
   margin: 0;
}

.li-ey2 {
   font-size: 16px !important;
   color: #242424 !important;
   margin: 0;
}

.span-ey {
   margin: 0 0 20px;
   padding: 6px 10px;
   border-radius: 5px;
   display: inline-block;
   color: #ffffff;
   background-color: #005cff;
   font-size: 16px;
   font-weight: 500;
}

.span-ey2 {
   margin: 0 0 20px;
   padding: 6px 10px;
   border-radius: 5px;
   display: inline;
   color: #ffffff;
   background-color: #005cff;
   font-size: 16px;
   font-weight: 500;
}

.span-ey3 {
   opacity: 0;
}

.opa {
   opacity: 0;
}

.user-img,
.user-img2 {
   width: 100% !important;
   height: auto;
   border-radius: 5px;
}

.liner-ey {
   background: linear-gradient(to top, #c9ff41 60%, transparent 40%);
   width: fit-content;
}


/*-------------------------------------------top*/

.bodyWrap {
   width: 100%;
}

.bodyWrap>div {
   margin: 0 0 90px;
}

.bodyWrap>div:last-child {
   margin: 0;
}

.bodyWrap>div:first-child {
   margin: 0 0 20px;
}

.con01 {
   width: 100%;
   justify-content: space-between;
   gap: 0 5%;
}


.con01-left {
   width: 72%;
}

.con01-right {
   width: 23%;
}

.con01-right1 {
   width: 80%;
}

.con01-left1 {
   width: 15%;
}

.con01-bg {
   width: 100%;
   background-color: #9cb4e41d !important;
   padding: 30px;
   border-radius: 7px;
   box-sizing: border-box;
}

.con01-bg2 {
   width: 100%;
   background-color: #c370ff2e !important;
   padding: 30px;
   border-radius: 7px;
   box-sizing: border-box;
}

.con01-bg3 {
   width: 100%;
   background-color: rgba(53, 87, 255, 0.316) !important;
   padding: 30px;
   border-radius: 7px;
   box-sizing: border-box;
}

.con01-top1 {
   margin: 0 0 50px;
}

.con01-top {
   width: 100%;
   justify-content: space-between;
   gap: 0 20px;
}

.con01-top .flex {
   display: flex;
   justify-content: flex-start;
   gap: 20px;
}

.con01-top .flex>div {
   flex: 0 0 calc(50% - 10px);
}


.con01-top2 {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 24px 24px;
   max-width: 820px;
   margin: 0;
   padding: 10px 0;
}

.ey-card-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
   margin: 0 auto;
   padding: 10px;
   /* shadow  */
}

.con01-top .flex {
   justify-content: space-between;
   gap: 0 10px;
}

.con01-top2 .flex {
   justify-content: space-between;
   gap: 0 10px;
}




.con01a-top {
   width: 100%;
   justify-content: left;
   gap: 0 20px;
}

.con01b-top {
   width: 100%;
   justify-content: space-between;
   gap: 0 20px 50px;
}

.con01-top1 .left-ey1 {
   width: 65%;
}

.right-ey1 {
   width: 35%;
}

.left-ey2 {
   width: 65%;
}

.left-ey2 .ey2-sub {
   width: 100%;
   justify-content: space-between;
   gap: 0 20px;
}


.left-ey2a {
   width: 100%;
   justify-content: space-between;
   gap: 0 20px;
}

.right-ey2 {
   width: 30%;
}


.left-ey3 {
   width: 55%;
}

.right-ey3 {
   width: 40%;
}

.left-ey4 {
   width: 30%;
}

.cen-ey4 {
   width: 30%;
}

.right-ey4 {
   width: 30%;
}

.con01>div>.aa {
   color: #005cff !important;
}


.con01-bg .left-ey .user-img {
   width: 100% !important;
   height: auto;
}


.tomizawa-mo {
   display: none;
}

/*-------------------------------------------con02*/

.con02>div {
   background: rgba(0, 79, 255, 0.07) !important;
   border-radius: 5px;
   padding: 30px;
}

/*-------------------------------------------con03*/

.con03-bg {
   background: rgba(0, 79, 255, 0.07) !important;
   border-radius: 5px;
   padding: 50px 30px;
}

.con03-1 {
   gap: 0 20px;
   margin: 0 0 50px;
   display: flex;
   align-items: center;
}

.con03-left {
   width: 20%;
}

.con03-right {
   width: 75%;
}

.con03-2>div {
   margin: 0 0 50px;
}

.con03-2>div:last-child {
   margin: 0;
}

.left-tomizawa {
   width: 100% !important;
   max-width: 180px;
   border-radius: 10px;
}


/*-------------------------------------------con04*/

.con04>div {
   margin: 0 0 50px;
}

.con04>div:last-child {
   margin: 0;
}


/*-------------------------------------------button*/

.button01 .button-ey {
   display: block;
   border-radius: 10px;
   margin: 30px 0 10px;
   padding: 1em 2em;
   width: 150px;
   color: white;
   font-size: 20px;
   font-weight: 600;
   background-color: black;
   text-align: center;
}

.button01 .button-ey:hover {
   text-decoration: none;
   color: white;
   background-color: #005cff !important;
}

.button02 {
   overflow: hidden;
}

.button02 a {
   display: block;
   border-radius: 10px;
   margin: 20px 0 0;
   padding: 0.5em 1em;
   width: 150;
   color: white;
   font-size: 17px;
   font-weight: 600;
   text-align: center;
   overflow: hidden;
}


/* .button02 a:hover {
   border-radius: 10px;
   margin: 20px 0 0;
   padding: 0.5em 1em;
   width: 300px;
   color: #000000;
   font-size: 17px;
   font-weight: 600;
   background-color: #d1e065;
   text-align: center;

} */

.title-mo {
   display: none;
}


.civil-mo {
   display: none;
}


@media (max-width: 414px) {

   .bodyWrap {
      width: 100%;
      margin: 0 auto;
   }

   .con01 {
      width: 100%;
      flex-wrap: wrap;
   }

   .con01-bg {
      width: 100%;
      padding: 10px;
      flex-wrap: wrap;
   }

   .con01 .con01-left {
      margin: 0 0 30px;
      width: 100%;
   }

   .con01-right {
      width: 100% !important;
      margin: 0 auto;
   }

   .con01-bg .con01-top {
      width: 100%;
      flex-wrap: wrap;
   }

   .con01-bg .con01-top .left-ey3 {
      width: 100%;
   }

   .con01-bg .con01-top .right-ey3 {
      width: 100%;
   }

   .con01-bg .con01-top {
      width: 100%;
      flex-wrap: wrap;
   }

   .con01-bg .con01-top .left-ey4 {
      width: 100%;
   }

   .con01-bg .con01-top .cen-ey4 {
      width: 100%;
      margin: 0 0 30px;
   }


   .con01-bg .con01-top .right-ey4 {
      width: 100%;

   }

   .con01a-top {
      width: 100%;
      flex-wrap: wrap;

   }

   .con01a-top>div {
      width: 100%;
      flex-wrap: wrap;
   }

   .user-img {
      width: 100% !important;
      border-radius: 10px;
   }

   .user-img2 {
      width: 75% !important;
   }

   .con03-1 {
      width: 100%;
      flex-wrap: wrap;
   }

   .left-ey2 {
      width: 100%;
      margin: 0 0 30px;
   }

   .right-ey2 {
      width: 100%;
   }

   .con01-left {
      width: 100%;
   }

   .con01-right {
      width: 100%;
   }

   .con01-right1 {
      width: 100%;
   }

   .con01-left1 {
      width: 100%;
   }

   .con03-1 {
      width: 100%;
      flex-wrap: wrap;
   }

   .con03-left {
      width: 100%;
      margin: 0 0 30px;
   }

   .con03-right {
      width: 100%;
   }

   .button01 {
      width: 100%;
   }

   .button01 a {
      margin: 30px auto;
   }

   .title-mo {
      display: block;
      margin: 0 0 20px;
   }



   .title-pc {
      display: none;
   }

   .civil-mo {
      display: block;
      margin: 0 0 20px;
   }

   .civil-pc {
      display: none;
   }

   .civil-mo>div {
      margin: 0 0 30px;
   }

   .civil-mo>div:last-child {
      margin: 0;
   }


   .user-picc {
      width: 60% !important;
      border-radius: 10px;
      margin: 0 auto 30px;
   }

   .opa {
      display: none;
   }

   .con01-top {
      flex-wrap: wrap;
      width: 100% !important;
   }

   .con01-top .flex {
      display: flex;
      flex-direction: column;
   }

   .right-ey3 {
      width: 100%;
   }

   .left-ey3 {
      width: 100%;
   }

   .right-ey2 {
      width: 100%;
   }

   .left-ey2 {
      width: 100%;
   }

   .right-ey1 {
      width: 100%;
   }

   .left-ey1 {
      width: 100%;
   }

   .mo-m {
      margin: 0 0 20px;
   }

   .button02 {
      margin: 0 0 30px;
   }

   .user-img {
      width: 100% !important;
   }

   .bodyWrap {
      padding: 0 16px;
      box-sizing: border-box;
   }

   .con01-top2 {
      display: flex;
      flex-direction: column;
      gap: 16px;
      max-width: 100%;
      padding: 0;
   }

   .ey-card-container {
      width: 100%;
      padding: 0;
      margin: 0;
      display: block;
   }

   .a-ey2 {
      width: 100%;
      margin: 0;
      padding: 18px 14px;
      border-radius: 10px;
   }
}