@charset "UTF-8";

p,ul, li, span,div, h1,h2,h3,h4,h5  {
    font-family: "ryo-gothic-plusn", sans-serif;
}

body {
    padding: 0;
    margin: 0;
    background-color: #F5F6F7;
}
.main img {
    width: 100%;
}
/*2504 CSS all*/

.main {
    position: relative;
}
.line_div {
    width: 1280px;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}
.m40 {
    margin: 0 40px;

}
.line_honbun {
    width: 1000px;
    margin: 0 auto;
}
.mt3em {
    margin-top: 3em;
    margin-bottom: 3em;
}
@media screen and (max-width:1280px) {
    .line_div {
    width:90%;
    max-width: 90%;
    margin: 0 5%;

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

    .line_honbun {
        width: 90%;
        margin: 0 5%;
    }
}
@media screen and (min-width:769px) {
.pc_only {
        display: block;
    }
    .sp_only {
         display: none!important;
       
    }
}
@media screen and (max-width:768px) { 
    .pc_only {
        display: none!important;
    }
    .sp_only {
         display: block;
       
    }
}


h2.circle {
  position: relative;
  padding-left: 1.5em;/
  line-height: 1.4;
  color: black;
  font-size: 2em;
  letter-spacing: .1em;
  font-weight: 800;
  text-align: center;
  z-index: 11;
}

h2.circle:before {
  content: "";
    position: absolute;
    background: #72e79282;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 50%;
    left: 7%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
h3.underline {
    border-bottom:4px solid #89DCA0;
    display: inline-block;
    letter-spacing: .1em;
    font-size: 1.8em;
    font-weight: 800;
    margin: 0 auto;
    margin-top: 3em;

}

@media screen and (max-width:1280px) {
    
    h2.circle {
        font-size: 1.6em;
    }
    h3.underline {
        font-size: 1.5em;
    }
}
@media screen and (max-width:768px) {
    h3.underline {
        text-align: center;
    }
}
@media screen and (max-width: 425px) { 
    h2.circle {
        font-size: 1.2em;
    }
    
    h3.underline {
        margin-top: 1em;
        margin-bottom: 1em;
        text-align: center;
    }
    p.exclaim {
        font-size: .7em!important;
    }
    .line_div{
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    h2.circle {
        padding-left: 1em;
    }
    h3.underline {
        font-size: 1.2em;
    }
}

@media screen and (max-width:375px) { 
     h2.circle {
        font-size: 1.2em;
    }
    h3.underline {
        margin-top: 1em;
        margin-bottom: 1em;
        text-align: center;
    }
    p.exclaim {
        font-size: .7em;
    }
    h4.solutiontitle,
    .palegreenbox h3 {
        font-size: 1.1em;
    }
    h4.solutiontitle {
        padding: 1em;
    }
    h2.circle {
        padding-left: 1em;
    }
    .line_honbun {
        width: 96%;
        margin: 0 2%;
    }
    h2.jirei {
        font-size: 1.2em;
    }
    h2.jirei span {
        font-size: 1.4em;
    }
    h5.exp,
    .palegreenbox h4 {
        font-size: .9em;
    }
    h3.underline {
        font-size: 1.2em;
    }
}

p.exclaim {
    font-size: 1em;
    letter-spacing: .1em;
}

/*all end*/

/*TOP*/
.line_top {
    position: relative;
    background-color: #5BC262;

    overflow: hidden;
    z-index: 0;
    display: flex;
    justify-content: center;
    padding-top:111px;
}
@media screen and (max-width: 767px) {
  .line_top {
    padding-top: 48px;
  }
}
.top_flex,
.line_partner,
.btn_box {
    display: flex;
    position: relative;
}
.top_left {
    width: 50%;
    padding: 3em 0;
    z-index: 2;
}
.top_right {
    width: 60%;
}
.top_left h1 {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
   /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;*/
}
.line_partner {
    margin: .6em 0;
    align-items: center;
}
.line_partner_left {
    width: 35%;
}
.line_partner_right {
    margin-left: 3%;
}
.line_partner_right h2 {
    font-size: 1.5em;
    letter-spacing: .1em;
    margin: 0 0 1em 0;
}
.top_right {
    position: relative;
    z-index: 0;
}
.top_right_img {
    position: relative;
}
.top_right_img img {
    position: absolute;
    width: 900px;
    height: auto;
    bottom: -500px;
    left: -100px;
    z-index: 0;
}
.btn_box {
    justify-content: space-between;
}

/*0529 fix*/
/*.btn_01 a {
    background: #0F68B6;
        color: #fff;

    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto;
    width: 180px;
    max-width: 300px;
    padding: 14px 40px;
    text-decoration: none;

    line-height: 1.8;
    transition: 0.3sease -in-out;
    font-weight: 800;
    font-size: 1.1em;
    border: 1px solid #ff5c5c50;

}
.btn_01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.4rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn_01 a:hover {
  background: #000;
  color: #FFF;
}

.btn_01 a:hover:after {
  right: 1rem;
}

*/

/* 008 */
.btn_01 a {
    background: #e4f0fa;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 20px 70px;
    color: #0f69b6;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    z-index: 0;
    text-decoration: none;
    font-size: 1.2rem;
}
.btn_01 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #0f69b6;
    transition: .2s;
    left: 0;
}
.btn_01 a:hover {
    color: #FFF;
}
.btn_01 a:hover:before {
    width: 100%;
    z-index: -1;
}


.btn_02 a {
    background:  #f9eadd;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 20px 55px;
    color: #ec6c00;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    z-index: 0;
    text-decoration: none;
    font-size: 1.2rem;
}
.btn_02 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #ec6c00;
    transition: .2s;
    left: 0;
}
.btn_02 a:hover {
    color: #FFF;
}
.btn_02 a:hover:before {
    width: 100%;
    z-index: -1;
}





/*0523 fix */
/*.btn_02 a {
    background: #F9EADC;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto;
    width: 180px;
    max-width: 300px;
    padding: 14px 40px;
    text-decoration: none;
    color: #000000;
    line-height: 1.8;
    transition: 0.3sease -in-out;
    font-weight: 800;
    font-size: 1.1em;
    border: 1px solid #fdfdfd;

}
/*0523 fix end*/
/*.btn_02 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.4rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_02 a:hover {
  background: #222;
  color: #FFF;
}
.btn_02 a:hover:after {
  right: 1rem;
}*/

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

    .top_left h1 {
        font-size: 2rem;
    }
    .line_partner_right h2 {
        font-size: 1.2rem;
    }
    .btn_01 a {
        width: 140px;
        margin-right: 10px;
    }
    .btn_02 a {
        width: 160px;
    }
    .top_right_img img {
        width: 700px;
        bottom: -450px;
    }
}

@media screen and (max-width:1024px) {
    .top_right_img img {
        bottom: -500px;
    }
    .top_left h1 {
        font-size: 1.9em;
    }
}
@media screen and (max-width:768px) {
    .top_flex {
        flex-direction: column;
    }
    .top_left, .top_right {
        width: 100%;
    }
    .line_partner_left {
        width: 40%;
    }
    .btn_box {
    justify-content: center;
    }
    .top_right_img img { 
        position: relative;
        bottom: 0;
        width: 80%;
        margin: 0 10%;
        left: 0;
    }
}
@media screen and (max-width: 425px) { 
      .top_right_img img {
        position: relative;
        bottom: -10px;
        width: 100%;
        margin: 0;
        left: 0;
    }
    .btn_02, .btn_01 {        
        width: 100%;
      position: relative;

    }
    .line_partner_right h2 {
        text-align: center;
    }
    .top_left {
        padding: 1em 0;
    }
    .top_left h1 {
        font-size: 2.4em;
        line-height: 1.5;
        margin: 0;
    }
    .top_left h1,
    .line_partner_right h2 {
        text-align: center;
    }
    .btn_box {
        flex-wrap: wrap;
    }
    .btn_01 a {
        width: 160px;
        margin-right: 0px;
    }
    .btn_02 a {
        width: 160px;
        margin: 0;
    }
    .line_honbun {
        width: 96%;
        margin: 0 2%;
    }
    .whitebox {
        padding: 2em 1em;
        margin: 0 2% 1em;
        /*0529 add*/
        max-width: 88%;
        /*0529 end*/
    }

    
    
    .line_partner {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .line_partner_left {
        width: 100%;
    }
    .line_partner_left img {
        width: 60%;
        margin: 0 20%;
    }
    .line_partner_right {
        margin: 0;
    }
    .line_partner_right h2 {
        font-size: 1.4em;
    }
    
}
@media screen and (max-width:375px) { 
    .top_left {
        padding: 1em 0;
    }
    .top_left h1 {
        font-size: 2.4em;
        line-height: 1.5;
        margin: 0;
    }
    .top_left h1,
    .line_partner_right h2 {
        text-align: center;
    }
    .line_div{
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .btn_box {
        flex-wrap: wrap;
    }
    .btn_01 a {
        width: 160px;
        margin-right: 0px;
    }
    .btn_02 a {
        width: 160px;
        margin: 0;
    }
     .line_partner_right h2 {
        text-align: center;
    }
   
    .line_partner {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .line_partner_left {
        width: 100%;
    }
    .line_partner_left img {
        width: 60%;
        margin: 0 20%;
    }
    .line_partner_right {
        margin: 0;
    }
    .line_partner_right h2 {
        font-size: 1.4em;
    }
    
}

/*TOP end*/




/*outline*/




.outline {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.outline h3 {
    font-size: 1.5em;
    line-height: 1.8;
    letter-spacing: .08em;
}

@media screen and (max-width:1280px) {
    
    .outline h3 {
        font-size: 1.3em;
    }

}

@media screen and (max-width: 425px) {     
    .outline {
        width: 100%;
    }
    .outline h3 {
        font-size: 1.1em;
    }
}

@media screen and (max-width:375px) { 
 .outline h3 {
        font-size: 1.1em;
    }
    .outline {
        width: 100%;
    }
}

/*outline end */

/*figure */

.figure {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.figurebox {
    list-style: none;
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);  
  gap: 2em; 
  padding-left: 0;
  margin-top: 3em;
}

.figurebox li {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.figurebox li img {
    width: 60%;
    margin: 10% 20% 0;
}
.figurebox li p {
    font-weight: 800;
    font-size: 1.2em;
}

@media screen and (max-width:768px) {
.figurebox {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 4em;
    }
}
@media screen and (max-width: 425px) { 
    .figurebox {
        padding: 0 1em;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .figurebox li p {
        font-size: 1em;
        margin: .1em 0;
    }
}
@media screen and (max-width:375px) {

    .figurebox {
        padding: 0 1em;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    
    .figurebox li p {
        font-size: 1em;
        margin: .1em 0;
    }
}

/*achive*/


.achive {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.ahive_box {
    display: flex;
}



.achive_box_left {
   /* width: 64%;*/
}

.achive_box_right {
    width: 34%;
    margin-left: 2%;
}


.achive_box_left h4 {
    font-size: 2em;
    font-weight: 600;
    background-color: #fff;
    line-height: 1.6;
    display: inline;
    letter-spacing: .08em;
}
/*0523 fix*/
.achive_box_left h4 span.bgreen {
    font-size: 2.8em;
    color: #06C755;
    /**-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #06C755;*/
}

.achive_box_left h4 span.bgreen2 {
    font-size: 2em;
    color: #06C755;
   /* -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #06C755;*/
}
.achive_box_left h4 span.bgreen3 {
    font-size: .8em;
    color: #06C755;
   /* -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #06C755;*/
}
/*0523 fix end*/

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

    .achive_box_left h4 {
        font-size:2em;
    }
    .achive_box_left h4 span.bgreen {
        font-size: 2em;
        /*-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1D9625;*/
    }
  .achive_box_left h4 span.bgreen2 {
    font-size: 1.6em;
    color: #06C755;
  }
    .achive_box_left {
        padding-right: 2em;
    }
}
@media screen and (max-width:1024px) {

    .achive_box_left h4 {
        font-size:1.6em;
  }
}
@media screen and (max-width:768px) {

 
    .ahive_box {
        flex-direction: column;
    }
    .achive_box_left,
    .achive_box_right {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
    /*0528 add*/
    .achive_box_left h4 span.bgreen2 {
    font-size: 1.6em;
    }
}

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

} 


/*logobox*/




.logobox {
    list-style: none;
    display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, auto);  
  gap: .6em; 
  padding-left: 0;
  margin-top: 3em;
}

.logobox li {
  padding: 0;
  text-align: center;
  border-radius: 4px;

}

@media screen and (max-width:768px) {
    .logobox {
        padding: 0;
        grid-template-columns: repeat(10, 1fr);
    }
}
@media screen and (max-width: 425px) { 

    .logobox {
        grid-template-columns: repeat(6, 1fr);
    }
}

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

    .logobox {
        grid-template-columns: repeat(6, 1fr);
    }
}




/*jirei*/

.whitebox {
    background-color: #fff;
    border-radius: 40px;
    padding: 2em 2em 4em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.solution {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
flex-direction: column;
}



h4.solutiontitle {
  position: relative;
    padding: 1.5rem 2rem 0.6em;
    border-bottom: 3px solid #000;
    text-align: center;
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.8em;
    font-weight: 800;
    letter-spacing: .1em;
    color: #E86900;
}

h4.solutiontitle:before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

h4.solutiontitle:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}


.solution_in_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 2em auto;
}
.solution_in_box .left {
    margin: 1em 1em 1em 0;
    background-color: #F5F6F7;
    border-radius: 20px;
    padding: 2em;
    width: 50%;
    min-height: 200px;
    align-items: center;
    display: flex;
}
.solution_in_box .right {
    width: 50%;
    padding-left: 5%;
}
.solution_in_box .right h5 {
    font-size: 1.6em;
    line-height: 1.8;

}
.solution_img_box {
    display: flex;
    justify-content: center;
}
.solution_img_box img {
    width: 60%;
    
}
.linemarket {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.palegreenbox {
    background-color:#EEF7F7;
    border-radius: 20px;
    padding: 2em 6em;
    margin-top: 2em;
} 

.palegreenbox h3 {
    font-size: 1.7em;
    text-align: center;
    letter-spacing: .1em;
    margin: 0 auto;
}

.palegreenbox h3 span {
    background-color: #fff;
    display: inline-block;
}

.inwhitebox {
    background-color: #fff;
    margin: 1em 0;
    padding: 2em 3em;
    border-radius: 20px;
}
.palegreenbox h4 {
    font-size: 1.4em;
    line-height: 1.8;
    letter-spacing: .08em;
    font-weight: 500;
    margin: 0 auto;
}

.palegreenbox h4 strong {
    font-weight: 800;
}

.upbox {
    width: 100%;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    padding-top: 4em;
    padding-bottom: 8em;
}


.jirei{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.whitefont {
    color: #fff!important;
}
.green {
    background-color: #5BC262;
}

.white {
    background-color: #fff;
}

.grey {
    background-color: #F5F6F7;
}


h2.jirei {
  font-size: 2em;
  color: #333;
  text-align: center;
  line-height: 1.6;
}
h2.jirei span {
  font-size: 1.6em;
  color: #009e60;
  text-align: center;
  margin-bottom: -.9em;

}
.jireibox {
    display: flex;
}

.jirei_left {
    width: 49%;
}
.jirei_right {
    width: 49%;
    margin-left: 2%;
}
.jirei_full {
    width: 100%;
}

h3.jireicom,
h3.jireikaihatu {
    background-color: #5BC262;
    border-radius: 20px;
    font-size: 1em;
    color: #fff;
    width: fit-content;
    padding: .2em 1em;

}
.jirei_full .palegreenbox,
.jirei_left .palegreenbox,
.jirei_right .palegreenbox{
    padding: 1em 2em;
    margin-top: 1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}



h4.jireicom,
h4.jireikaihatu {
    font-size: 1.4em;
    font-weight: 800;
    margin: .5em 0;
}

h4.jireikaihatu {
    text-align: center;
}


h5.exp {
    font-size: 1.2em;
    line-height: 1.8;
    font-weight: 500;
}


.twowhiteboxes {
    display: flex;
    margin-top: 2em;
}

.boxleft, .boxright {
    width: 49%;
    padding: 1em;
} 
.box_in_img {
    background-color: #fff;
    border-radius: 12px;
    padding: 1em;
}
.boxright {
    margin-left: 2%;
}
.box_in_img img {
    width: 90%;
    margin: 1em 5%;
}

.seikabox {
    background-color: #5BC262;
    margin-top: 1em;
    padding: 2em;
    border-radius: 12px;
}
.seikah3 {
    background-color: #fff;
    border-radius: 20px;
    font-size: 1em!important;
    color: #5BC262;
    width: fit-content;
    padding: .2em 1em;

}
.seikabox > h4 {
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    font-size: 1.2em;
    margin-top: 1.2em;
}
.boxright p, .boxleft p {
    margin: 0!important;
}


.nth2, .nth3 {
    margin-top: -4em;
}



img.kaihatuex {
    width: 30%;
    margin: 1em 35%;
}

h4.kaihatuexp {
    font-size: 1em;
    letter-spacing: .1em;
    font-weight: 600;
    text-align: left;
}

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


    h2.jirei {
        font-size: 1.6em;
    }
}


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

    .palegreenbox h3 {
        font-size: 1.5em;
    }
    .palegreenbox h4 {
        font-size: 1.1em;
    }
    .twowhiteboxes {
        flex-direction: column;
    }
    .boxleft, .boxright {
        width: 100%;
        padding: 1em 0;
    }
    .boxright {
        margin-left: 0;
    }
    .palegreenbox h3.jireicom,
    .palegreenbox h3.jireikaihatu {
        font-size: 1em;
    }
    .boxright p, .boxleft p  {
        text-align: center;
    }
    .ctabox {
        margin-top: 2em;
    }

    .solution,.solution_in_box {
        width: 100%;

    }
    h4.solutiontitle {
        font-size: 1.4em;
    }
    .solution_in_box .right h5 {
        font-size: 1.2em;
        text-align: center;
    }
}

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

    .palegreenbox {
        padding:  2em 4em;
    }
    .jireibox, .solution_in_box {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .jirei_left, .jirei_right,.solution_in_box .right {
        width: 100%;
        margin: 0;
    }
    .solution_in_box .right {
        padding-left: 0;
    }
    
    .solution_in_box .left {
        margin: 0;
    }
}

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

    
    h4.solutiontitle,
    .palegreenbox h3 {
        font-size: 1.1em;
    }
    .solution_in_box .right h5 {
        text-align: center;
        font-size: 1em;
    }
    .inwhitebox {
        padding: 1em;
    }
    .solution_in_box {
        margin-bottom: 0;
    }

    
    h4.solutiontitle {
      padding: 0 0 1em;
        letter-spacing: 1px;
        line-height: 1.5;
    }
    .solution_in_box .left {
        margin: 0;
        width: auto;
        min-height: 1px;
    }
    .solution_in_box .right {
        padding: 0;
    }
    .palegreenbox {
        padding: 2em 1em;
    }
    
    h2.jirei {
        font-size: 1.2em;
    }
    h2.jirei span {
        font-size: 1.4em;
    }
    h5.exp,
    .palegreenbox h4 {
        font-size: .9em;
    }
    .seikabox {
        padding: 1em;
    }
    .jirei_full .palegreenbox,.jirei_left .palegreenbox, .jirei_right .palegreenbox {
        padding: 1em;
    }
    .palegreenbox h3.jireicom, .palegreenbox h3.jireikaihatu {
        font-size: .8em;
    }
    img.kaihatuex {
        width: 20%;
        margin: 1em 40%;
    }
    .solution {
        margin-top: 0;
    }
    .nth2, .nth3 {
    margin-top: -2em;
    }
}

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

   
    .solution_in_box .right h5 {
        text-align: center;
        font-size: 1em;
    }
    .inwhitebox {
        padding: 1em;
    }
    .solution_in_box {
        margin-bottom: 0;
    }
    
    .solution_in_box .left {
        margin: 0;
        width: auto;
        min-height: 1px;
    }
    .solution_in_box .right {
        padding: 0;
    }
    .palegreenbox {
        padding: 2em 1em;
    }
    .whitebox {
        padding: 2em 1em;
        margin: 0 2% 1em;
    }
    .upbox {
        border-top-right-radius: 40px;
    border-top-left-radius: 40px;

    }
    
    
    .seikabox {
        padding: 1em;
    }
    .upbox {
        padding-top: 2em;
    }
    .nth2, .nth3 {
    margin-top: -2em;
    }
    .jirei_left .palegreenbox, .jirei_right .palegreenbox {
        padding: 1em;
    }
    .palegreenbox h3.jireicom, .palegreenbox h3.jireikaihatu {
        font-size: .8em;
    }
    img.kaihatuex {
        width: 20%;
        margin: 1em 40%;
    }
    .solution {
        margin-top: 0;
    }
}

@media screen and (max-width: 320px) {
    .whitebox {
        width: 86%;
    }
}


/*cta*/



.ctabox {
    background-color: #FF9843;
    border-radius: 30px;
    margin-top: 3em;
}
.cta_bg_box {
    background-image: url(//7767001.fs1.hubspotusercontent-na1.net/hubfs/7767001/raw_assets/public/clabel-theme/images/top/ctabg.png);
    position: relative;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.cta_inner {
    padding: 2em;
}
.upcontent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.up_img {
    width: 300px;
}

.upcontent h3 {
    font-size: 1.2em;
    color: #FFF;
    letter-spacing: .1em;
    margin: .5em 0;
}
/*0529 fix*/

.btn_box_cta {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}
/*0529 fixend*/

/*0523 fix*/
.btn_011 a {
    background: #0F68B6;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto;
    width: 160px;
    max-width: 300px;
    padding: 14px 40px;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3sease -in-out;
    font-weight: 800;
    font-size: 1.1em;
    border: 1px solid #ff5c5c50;
    margin-right: 20px;

}
/*0523 fix end */
.btn_011 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.4rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_011 a:hover {
  background: #000;
  color: #FFF;
}
.btn_011 a:hover:after {
  right: 1rem;
}




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

    .up_img {
        width: 170px;
    }
    .upcontent h3 {
        font-size: .9em;

    }
    /*0529 fix*/
    .btn_011 a, .btn_02 a, .btn_01 a {
        padding: 10px 20px;
        font-size: .9rem;
    }
    /*0529 fix end*/
}

@media screen and (max-width: 425px) {
    /*0529 fix*/
    .btn_011 a, .btn_02 a, .btn_01 a {
        padding: 14px 0px;
        font-size: 1rem;
    } 
    .btn_02 a, .btn_01 a {
        margin: 1rem auto;
      width: 100%;
    }

        /*0529 fix end*/
    
        .upbox {
        padding-top: 2em;
    }
    
    .ctabox {
        margin-top: 2em;
    }
    .btn_box_cta {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .btn_011 a {
        width: 160px;
        margin-right: 0;
    }
    .cta_bg_box {
        background-size: cover;
    }
}

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

    
    .ctabox {
        margin-top: 2em;
    }
    .btn_box_cta {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%!important;
    }
    .btn_011 a {
        width: 160px;
        margin-right: 0;
    }
    .cta_bg_box {
        background-size: cover;
    }
}
/*ossume*/



.ossume {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em; 
    /*display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(1, auto);  
      gap: 1em; 
      padding-left: 0;
      margin-top: 1em; */
}
.ossume li{
  width: 24%;
}
.ossumeimg img {
    border-radius: 6px;
    width: 100%;
}
.ossumetxt h3 {
    font-size: .9em;
}


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

    .ossume {
      /* grid-template-columns: repeat(1, 1fr); */
      flex-direction: column;
      padding-left:0px;
    }
  .ossume li{
    width: 96%;
  }

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

    
    .ossume {
      /* grid-template-columns: repeat(1, 1fr); */
      flex-direction: column;
    } 
  .ossume li{
      width: 96%;
    }
}
  


/*form*/

.form{
    padding: 2em;
    border-radius: 40px;
    background-color: #fff;
}
.form_insert {
    padding: 4em;
    /* text-align: center; */
}

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

    .form {
        padding: 1em;
    }

    .form {
        padding: 1em;
    }

    .form_insert {
        padding: 0.5em;
    }
}


/*0529 fix*/
@media screen and (max-width:768px) {
    .btn_box_cta {
        width: 80%;
    }
}
/*0529 fix end*/