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

lead

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

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

.u_functions_text {
  font-size: 1.6em;
  margin: 40px auto 0;
  max-width: 860px
}
@media (max-width: 768px) {
  .u_functions_text {
    text-align: left;
    font-size: 1.5em;
    margin: 24px auto 0;
  }
}

.u_functions_container {
  position: relative;
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 48px auto 0;
}
.u_functions_container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 25%;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../image/functions_arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 134px;
  height: 64px;
}
.IE .u_functions_container::after {
  right: 2.3%;
  background-size: cover;
}
.u_functions_item {
  width: 48%;
}
@media (max-width: 768px) {
  .u_functions_container {
    margin: 40px auto 0;
  }
  .u_functions_container::after {
    display: none;
  }
  .u_functions_item {
    display: none;
  }
  .u_functions_image_sp {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

.u_functions_inner {
  position: relative;
  border-radius: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 56px 60px 40px;
  height: 100%;
  z-index: 0;
}
.u_funtions_title {
  position: relative;
  color: #fff;
  max-width: 160px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 24px;
  padding: 10px 0;
  margin: 0 auto -20px;
  z-index: 10;
}
.u_functions_item:first-of-type .u_funtions_title {
  background: #657ED4;
}
.u_functions_item:last-of-type .u_funtions_title {
  background: #B084CC;
}
.u_functions_image {
  width: 156px;
  height: 124px;
  margin: 0 auto;
  text-align: center;
}
.u_functions_item:first-of-type .u_functions_inner {
  background: #D8DEF4;
  flex-direction: column;
}
.u_functions_item:last-of-type .u_functions_inner {
  background: #EBE0F2;
}
.u_functions_li {
  width: calc(50% - 4px);
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var(--maincolor);
  background: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 0 8px;
}
.u_functions_li._none {
  background: transparent;
  border: none;
}
.u_functions_item:first-of-type .u_functions_inner .u_functions_li {
  margin: 0 auto 8px;
}


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

tools

------------------------------------------*/
.u_functions_tools {
  padding: 70px 0 0;
}
@media (max-width: 768px) {
  .u_functions_tools {
    padding: 56px 0 0;
  }
}

.u_tools_tabcontainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.u_tools_tabcontainer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  border-bottom: 5px solid #575861;
}
.u_tools_tabcontainer.is-owner::before {
  border-bottom: 5px solid #657ED4;
}
.u_tools_tabcontainer.is-express::before {
  border-bottom: 5px solid #B084CC;
}
.tab_anchor {
  position: absolute;
  top: -16px;
  left: 0;
  width: 10px;
  height: 10px;
}

.u_tools_tabs {
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}
.u_functions_tab {
  width: calc(50% - 4px);
  cursor: pointer;
}
.u_functions_tab a {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #575861;
  background: #CCCCCC;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  pointer-events: none;
}
.u_tools_tabcontainer.is-owner .u_functions_tab._owner a {
  color: #fff;
  height: 64px;
  line-height: 64px;
  background: #657ED4;
}
.u_tools_tabcontainer.is-express .u_functions_tab._express a {
  color: #fff;
  height: 64px;
  line-height: 64px;
  background: #B084CC;
}
@media (max-width: 768px) {
  .u_tools_tabs {
    width: calc(100% - 48px);
  }
  .u_functions_tab a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  .u_tools_tabcontainer.is-owner .u_functions_tab._owner a,
  .u_tools_tabcontainer.is-express .u_functions_tab._express a {
    font-size: 20px;
  }
  .u_tools_tabcontainer.is-owner .u_functions_tab._owner a,
  .u_tools_tabcontainer.is-express .u_functions_tab._express a {
    height: 48px;
    line-height: 48px;
  }
}


/*------------
  tab common
------------*/
.u_tools_container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 200px auto 0;
}
.u_tools_inner {
  width: 100%;
  max-width: 990px;
  background: #fff;
  padding: 56px 40px 40px;
  margin: 0px auto;
  box-shadow: 0 8px 24px rgba(176, 132,204, 0.05);
}
@media (max-width: 768px) {
  .u_tools_container {
    flex-direction: column-reverse;
    margin: 40px auto 0;
  }
  .u_tools_inner {
    width: calc(100% - 48px);
    padding: 56px 24px 32px;
  }
}

.u_tools_title {
  font-size: 30px;
  font-weight: bold;
  color: var(--maincolor);
}
.u_tools_text {
  width: 48%;
  font-size: 18px;
  margin: 32px 0 0;
}
.u_owner_image {
  width: 48%;
  position: absolute;
  right: 0;
  margin: 0 auto;
}
.IE .u_owner_image {
  top: -20%;
}
.u_owner_image img {
  width: 100%;
  max-width: 500px;
}
.u_owner_image img.u_owner_image_gif {
  border-radius: 8px;
  box-shadow: 0 0 8px rgb(29 32 136 / .4);
}
@media (max-width: 768px) {
  .u_tools_title {
    font-size: 20px;
  }
  .u_tools_text {
    width: 100%;
    font-size: 15px;
    margin: 16px 0 0;
  } 
  .u_owner_image {
    position: relative;
    width: calc(100% - 48px);
    top: auto;
    right: auto;
    text-align: center;
    margin: 0 auto -40px;
  }
}

.u_tools_button {
  max-width: 320px;
  margin: 120px auto 0;
  border-radius: 4px;
  cursor: pointer;
}
.u_tools_button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 50px;
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;

}
.u_tools_button a::after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -60px;
  margin: auto;
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 60px;
}
.u_tools_button img {
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
  transition: .2s;
}
.u_tools_button a:hover img {
  margin: 0 -4px 0 12px;
  transition: .2s;
}
@media (max-width: 768px) {
  .u_tools_button {
    width: calc(100% - 48px);
    max-width: 540px;
    margin: 40px auto 0;
    transform: translateX(60px);
  }
  .u_tools_button a { 
    font-size: 14px;
    height: 48px;
    padding: 0;
    margin: 0 60px 0 0;
  }
  .u_tools_button a::after {
    top: -18px;
    left: -64px;
    width: 80px;
    height: 80px;
    border-radius: 40px; 
  }

  

}

/*------------
    _owner
------------*/
.u_functions_owner {
  padding: 100px 0 130px;
  background: #D8DEF4;
}
.u_functions_owner._displaynone {
  display: none;
}
.u_tools_container:first-of-type {
  margin: 0 auto;
}
.u_tools_button._owner a {
  background:#657ED4;
  box-shadow: 0 5px 5px rgba(29, 32, 136, 0.1);
}
.u_tools_button._owner a::after {
  background: #fff url(../image/functions_image01.svg) 50% 50% no-repeat;
  background-size: 80%;
  box-shadow: 0 2px 24px rgba(29, 32, 136, 0.2);
}
@media (max-width: 768px) {
  .u_functions_owner {
    padding: 48px 0 56px;
  }
}

/*------------
  _express
------------*/
.u_functions_express {
  padding: 100px 0 130px;
  background: #EBE0F2;
}
.u_functions_express._displaynone {
  display: none;
}
.u_tools_button._express a {
  background:#B084CC;
  box-shadow: 0 5px 5px rgba(29, 32, 136, 0.1);
}
.u_tools_button._express a::after {
  background: #fff url(../image/functions_image02.svg) 50% 50% no-repeat;
  background-size: 80%;
  box-shadow: 0 2px 24px rgba(29, 32, 136, 0.2);
}
@media (max-width: 768px) {
  .u_functions_express {
    padding: 48px 0 56px;
  }
}

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

expantion

------------------------------------------*/
.u_functions_expantion {
  padding: 0 0 0;
  text-align: center;
}
.u_expantion_lead {
  font-size: 16px;
  margin: 32px auto 0;
}
@media (max-width: 768px) {
  .u_functions_expantion {
    padding: 0;
  }
  .u_expantion_lead {
    font-size: 15px;
    text-align: left;
    margin: 24px 24px 0;
  }
}

.u_expantion_graph {
  width: 100%;
  max-width: 1024px;
  margin: 56px auto 0;
}
@media (max-width: 768px) {
  .u_expantion_graph {
    max-width: calc(100% - 16px);
    margin: 40px 8px 0;
  }
}


.u_expantion_container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 72px auto 0;
  border: 3px solid var(--maincolor);
  border-radius: 24px;
  box-shadow: 0 0 2px rgba(29, 32, 136, 0.08);
}
.u_container h3.u_expantion_title {
  position: absolute;
  display: block;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: var(--maincolor);
  text-align: center;
  padding: 8px 0 10px;
  border-radius: 20px;
  max-width: 50%;
  width: 50%;
}
@media (max-width: 1092px) {
  .u_expantion_container {
    width: calc(100% - 48px);
  }
}
@media (max-width: 768px) {
  .u_expantion_container {
    max-width: 480px;
    margin: 56px auto 0;
    border-radius: 16px;
    box-shadow: 0 8px 8px rgba(29, 32, 136, 0.08);
  }
  .u_container h3.u_expantion_title {
    font-size: 16px;
    min-width: 200px;
    padding: 4px 0 6px;
  }
}

.u_expantion_inner {
  display: flex;
  flex-wrap: wrap;
}
.u_expantion_item {
  width: calc(100% / 3);
  padding: 40px 32px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.u_expantion_item:nth-of-type(1) {
  padding: 64px 32px 40px;
  border-top: 0;
}
.u_expantion_item:nth-of-type(2) {
  padding: 64px 0px 40px 32px;
  border-top: 0;
}
.u_expantion_item:nth-of-type(3) {
  padding: 64px 32px 40px;
  border-top: 0;
  border-right: 0;
}
.u_expantion_item:nth-of-type(6) {
  border-right: 0;
}

@media (max-width: 1390px) {
  .u_expantion_inner {
    /* flex-direction: column; */
  }
  .u_expantion_item:nth-of-type(2),
  .u_expantion_item:nth-of-type(4),
  .u_expantion_item:nth-of-type(6) {
    border-right: 0;
  }
  .u_expantion_item:nth-of-type(3) {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .u_expantion_item {
    width: calc(50% - 0px);
  }
}
@media (max-width: 768px) {
  .u_expantion_inner {
    flex-direction: column;
  }
  .u_expantion_item {
    width: 100%;
    padding: 32px 24px;
  }
  .u_expantion_item {
    width: 100%;
    border-right: none;
  }
  .u_expantion_item:nth-of-type(1) {
    padding: 40px 24px 32px;
  }
  .u_expantion_item:nth-of-type(2),
  .u_expantion_item:nth-of-type(3) {
    padding: 32px 24px 32px;
    border-top: 1px solid #ccc;
  }
  .u_expantion_item:nth-of-type(3) {
    border-right: 0;
  }
}




.u_expantion_item ul {
  margin: 32px 0 0;
}
.u_expantion_item ul li {
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  padding: 0 0 0 24px;
}
.u_expantion_item ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: #eee;
  border-radius: 7px;
}
.u_expantion_item:nth-of-type(1) ul li::before {
  background: #657ED4;
}
.u_expantion_item:nth-of-type(2) ul li::before {
  background: #00A6A6;
}
.u_expantion_item:nth-of-type(3) ul li::before {
  background: #F08200;
}
.u_expantion_item:nth-of-type(4) ul li::before {
  background: #B084CC;
}
.u_expantion_item:nth-of-type(5) ul li::before {
  background: #28C2FF;
}
.u_expantion_item:nth-of-type(6) ul li::before {
  background: #59B224;
}
.u_expantion_item ul li img {
  display: inline-block;
  line-height: 1.8;
  margin: 4px 0 0 6px;
}
@media (max-width: 768px) {
  .u_expantion_item ul li {
    font-size: 15px;
    padding: 0 0 0 20px;
  }

}

.u_expantion_subtitle {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.u_expantion_subtitle img {
  width: 64px;
  height: 64px;
  margin: 0 8px 0 0;
}
.u_expantion_item:nth-of-type(1)  .u_expantion_subtitle {
  color: #657ED4;
}
.u_expantion_item:nth-of-type(2)  .u_expantion_subtitle {
  color: #00A6A6;
}
.u_expantion_item:nth-of-type(3)  .u_expantion_subtitle {
  color: #F08200;
}
.u_expantion_item:nth-of-type(4)  .u_expantion_subtitle {
  color: #B084CC;
}
.u_expantion_item:nth-of-type(5)  .u_expantion_subtitle {
  color: #28C2FF;
}
.u_expantion_item:nth-of-type(6)  .u_expantion_subtitle {
  color: #59B224;
}
.u_expantion_item li img {
  height: 20px;
  width: auto;
}
@media (max-width: 768px) {
  .u_expantion_subtitle {
    margin: 0 auto 16px;
  }
}


.u_functions_expantion .u_link_pageToTop {
  max-width: 1024px;
  margin: 42px auto 56px;
}
.u_functions_expantion .u_expantion_container + .u_link_pageToTop {
  margin: 42px auto 0;
}
@media (max-width: 768px) {
  .u_functions_expantion .u_link_pageToTop {
    margin: 24px 24px 56px 0;
  }
  .u_functions_expantion .u_expantion_container + .u_link_pageToTop {
    margin: 56px 24px 24px auto;
  }
}
/*------------------------------------------

educate

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