@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

/*------------------------------------------

lead

------------------------------------------*/
.u_about_lead {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 1092px) {
  .u_about_lead {
    padding: 56px 0px;
  }
}



.u_about_lead .u_section_title:before,
.u_about_lead .u_section_title:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  background: url(../image/icon_quote.svg) 50% 50% no-repeat;
  background-size: contain;
}
.u_about_lead .u_section_title:before {
  left: -40px;
  top: -5px;
}
.u_about_lead .u_section_title:after {
  right: -27px;
  top: -3px;
  transform: rotateZ(-180deg);
}
@media (max-width: 768px) {
  .u_about_lead .u_section_title {
    font-size: 23px;
  }
  .u_about_lead .u_section_title:before {
    left: -36px;
  }
  .u_about_lead .u_section_title:after {
    right: 16px;
    bottom: 10px;
    top: auto;
  }
}



.u_lead_image {
  margin: 40px auto 0;
}
.u_lead_image img {
  width: 90px;
  height: 96px;
}
@media (max-width: 768px) {
  .u_lead_image img {
    width: 80px;
    height: 86px;
  }  
}

.u_lead_sub {
  color: #1D2088;
  font-size: 1.8em;
  font-weight: bold;
  margin: 24px auto 0;
}
@media (max-width: 768px) {
  .u_lead_sub {
    font-size: 1.6em;
    text-align: left;
  }
}



.u_lead_message {
  margin: 24px auto 0;
  font-size: 1.6em;
}
.u_lead_message p {
  margin: 32px auto 0;
  line-height: 2;
}
.u_lead_message p:first-of-type {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .u_lead_message {
    font-size: 1.5em;
    text-align: left;
    margin: 24px 20px 0;
  }
  .u_lead_message p {
    font-size: 15px;
    line-height: 1.8;
    margin: 16px auto 0;
  }
}


.u_about_inner {
  position: relative;
  width: 100%;
  max-width: 810px;
  border: 3px solid var(--maincolor);
  border-radius: 24px;
  margin: 0 auto;
  z-index: 0;
}
.u_container h3.u_about_title {
  position: relative;
  display: block;
  width: 380px;
  border-radius: 48px;
  background: var(--maincolor);
  padding: 16px 0 14px;
  margin: 40px auto -32px;
  z-index: 10;
}
.u_about_title img {
  width: 256px;
}
@media (max-width: 768px) {
  .u_about_inner {
    max-width: calc(100% - 40px);
    margin: 0 20px;
    box-sizing: border-box;
  }
  .u_container h3.u_about_title {
    width: 260px;
  }
  .u_about_title img {
    width: 170px;
  }
}


.u_about_subtitle {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--maincolor);
  margin: 56px auto -72px;
  z-index: 10;
}
.u_about_image img {
  width: 120%;
  height: 110%;
  margin: 0 0 -10% -10%;
}
@media (max-width: 768px) {
  .u_about_subtitle {
    font-size: 18px;
  }
  .u_about_image img {
    width: 130%;
    margin: 0 0 -15% -15%;
  }  
}



.u_about_anchor {
  position: absolute;
  top: -100px;
  width: 10px;
  height: 10px;
}
@media (max-width: 768px) {
  .u_about_anchor {
    top: -120px;
  }  
}


/*------------------------------------------

problem

------------------------------------------*/
.u_about_problem {
  padding: 100px 0;
  background: #EAEEF5;
}
@media (max-width: 768px) {
  .u_about_problem {
    padding: 56px 24px;
  }  
}


.u_about_problem .u_section_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u_about_problem .u_section_title img {
  width: 256px;
  margin: 0 4px 0 0;
}
.IE .u_about_problem .u_section_title img {
  height: 100%;
}
.u_problem_lead {
  font-size: 1.6em;
  text-align: center;
  margin: 32px auto 0;
}
@media (max-width: 768px) {
  .u_about_problem .u_section_title {
    flex-direction: column;  
  }
  .u_about_problem .u_section_title img {
    width: 205px;
    margin: 0 auto 8px;
  }
  .u_problem_lead {
    font-size: 15px;
    text-align: left;
    margin: 24px auto 0;
  }
}

.u_problem_container {
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 56px auto 0;
}
@media (max-width: 768px) {
  .u_problem_container {
    max-width: 100%;
    flex-direction: column;
    margin: 40px auto 0;
  } 
}


.u_problem_task {
  width: 30%;
}
.u_problem_task a {
  display: block;
  text-align: center;
  border-radius: 24px;
  padding: 24px 0 8px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 24px 24px rgba(29, 32, 136, 0.1);
  transition: .2s;
}
.u_problem_task a:hover {
  box-shadow: 0 24px 24px rgba(29, 32, 136, 0.2);
  transition: .2s;
}
.u_task_number {
  color: var(--subcolor);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.u_task_number span {
  display: block;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 56px;
}
.u_task_title {
  color: var(--maincolor);
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 768px) {
  .u_problem_task {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 24px;
  }
  .u_problem_task:last-of-type {
    margin: 0 auto;
  }
  .u_task_number {
    font-size: 14px;
  }
  .u_task_number span { 
    font-size: 48px;
  }
  .u_task_title {
    font-size: 18px;
    margin: 4px auto 0;
  }
}

.u_task_image img {
  width: 96px;
  height: 96px;
  margin: 8px auto 0;
}
.u_task_arrow {
  margin: 8px auto 0;
  transition: .3s;
}
.u_task_arrow img {
  width: 32px;
  height: 32px;
  margin: 24px auto 0;
  transition: .2s;
}
.u_problem_task a:hover .u_task_arrow img {
  margin: 16px auto 8px;
  transition: .2s;
}
@media (max-width: 768px) {
  .u_task_image img {
    width: 72px;
    height: 72px;
    margin: 0 auto;
  }  
  .u_task_arrow img {
    margin: 0 auto;
  }
  .u_problem_task a:hover .u_task_arrow img {
    margin: 0 auto;
  }
}

.u_probrem_solution {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 24px;
  padding: 56px 0;
  margin: 158px auto 0;
  box-shadow: 0 4px 4px rgba(29, 32, 136, 0.05);
}
.u_solution_title {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  color: var(--subcolor);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 auto;
}
.u_solution_title span {
  display: block;
  font-family: "Oswald";
  font-weight: 100;
  font-size: 78px;
}
.u_solution_subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: var(--maincolor);
}
.u_solution_subtitle img {
  width: 64px;
  height: 64px;
  margin: 0 8px 0 0;
}
@media (max-width: 768px) {
  .u_probrem_solution {
    max-width: 100%;
    padding: 40px 24px;
    margin: 120px auto 0;
  }
  .u_solution_title {
    top: -48px;
    font-size: 16px;
  }
  .u_solution_title span {
    font-size: 56px;
  }
  .u_solution_subtitle {
    font-size: 22px;
  }
  .u_solution_subtitle img {
    width: 48px;
    height: 48px;
  }

}

.u_solution_bubble {
  position: relative;
  width: 100%;
  max-width: 800px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 6px 0 8px;
  margin: 56px auto 0;
  background: var(--maincolor);
}
.u_solution_subtitle + .u_solution_bubble {
  margin: 32px auto 0;
}
.u_solution_bubble::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #1d2088 transparent transparent transparent;
}
@media (max-width: 768px) {
  .u_solution_bubble {
    padding: 16px;
    font-size: 15px;
    margin: 40px auto 0;
  }

}

.u_solution_container {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px auto 0;
}
.u_solution_item {
  width: 46%;
  border-radius: 24px;
  padding: 32px 0;
  text-align: center;
  box-shadow: 0 4px 4px rgba(29, 32, 136, 0.05);
}
.u_solution_item._before {
  background: #F8F8F8;
}
.u_solution_item._after {
  background: #EAEEF5;
}
.u_solution_item img {
  width: 320px;
}
.u_solution_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u_solution_arrow span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #1eb9cd;  
  margin: 0 0 0 4px;
}
@media (max-width: 768px) {
  .u_solution_container {
    max-width: 100%;
    flex-direction: column;
  }
  .u_solution_item {
    width: 100%;
  }
  .u_solution_item img {
    width: 80%;
    max-width: 320px;
  }
  .u_solution_arrow {
    height: 36px;
  }
  .u_solution_arrow span {
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #1eb9cd transparent transparent transparent;
    margin: 5px 0 0;
  }
  
}


.u_solution_merit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin: 24px auto 0;
}
.u_merit_item {
  width: 33%;
  text-align: center;
}
.u_merit_title {
  font-size: 24px;
  font-weight: bold;
  color: var(--maincolor);
  margin: -8px 0 0;
}
.u_merit_image img {
  width: 200px;
  height: 200px;
}
.u_merit_description {
  font-size: 16px;
  margin: 16px auto 0;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .u_solution_merit {
    max-width: 480px;
    flex-direction: column;
    margin: 16px auto 0;
  }
  .u_merit_item { 
    width: 100%;
  }
  .u_merit_image img {
    width: 180px;
    height: 180px;
  }
  .u_merit_title {
    font-size: 18px;
  }
  .u_merit_description {
    font-size: 15px;
    line-height: 1.6;
    margin: 16px auto;
  }
}



/*------------------------------------------

solution

------------------------------------------*/
.u_about_solution {
  position: relative;
  padding: 100px 0 0px;
}
.u_about_solution::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 58.5px 0 58.5px;
  border-color: #1eb9cd transparent transparent transparent;
}
@media (max-width: 1092px) {
  .u_about_solution {
    padding: 56px 24px 24px;
  }
  .u_about_solution::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 44px 0 44px;
    border-color: #1eb9cd transparent transparent transparent;
  }
}

.u_about_solution .u_section_title {
  display: block;
  margin: 0 auto;
  text-align: center;
}





/*------------------------------------------

cycle

------------------------------------------*/
.u_about_systems {
  padding: 100px 0 80px;
  background: #EAEEF5;
  text-align: center;
}
.u_systems_lead {
  margin: 32px auto 0;
  font-size: 16px;  
}
.u_systems_lead p + p {
  margin: 24px auto 0;
  line-height: 2;
}
@media (max-width: 768px) {
  .u_about_systems {
    padding: 56px 0 24px;  
  }
  .u_about_systems .u_section_title {
    padding: 0 24px;
  }
  .u_systems_lead {
    margin: 24px 20px 0;
    font-size: 15px;
    text-align: left;  
  }
  .u_systems_lead p + p {
    margin: 16px auto 0;
  }
}


.u_systems_container {
  width: 100%;
  max-width: 900px;
  background: url(../image/systems_bg.png) 0% 0% no-repeat;
  background-size: contain;
  padding: 32px 0 0;
  margin: 40px auto 0;
}
.u_systems_image img {
  width: 100%;
}
@media (max-width: 768px) {
  .u_systems_container {
    margin: 32px auto 0;
  }
  .u_systems_image {
    padding: 24px;
    overflow-x: scroll !important;
  }  
  .u_systems_image img {
    min-width: 740px;
  }  
}

