
/* common */

.u-tenko {}

.u_flex {
  display: flex;
}

.u_nav_toggle {
  cursor: pointer;
}
.u_nav_toggle span,
.u_nav_li a span::after {
  background: #1D2088;
}
.u_nav_banner {
  margin-top: 40px;
}
.u_nav_banner a {
  text-decoration: none;
  color: #1D2088;
  font-size: 44px;
  font-weight: bold;
}
@media (max-width: 1092px) {
  .u_nav_banner {
    width: auto;
    top: 20px;
    left: 92px;
    margin-top: 0;
  }
  .u_nav_banner a {
    font-size: 25px;
  }
}




.u_tenko_lead {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .u_tenko_lead {
    font-size: 15px;
    margin-top: 16px;
  }
}

.u_title_semicircle {
  color: #fff;
  font-weight: bold;
  background: #1D2088;
  font-size: 24px;
  text-align: center;
  padding: 0 8px 2px;
  border: 1px solid #1D2088;
  border-radius: 24px;
}

.u_title_semicircle.u_font18 {
  font-size: 18px;
  border-radius: 20px;
}

.u_title_semicircle.u_font16 {
  font-size: 16px;
  border-radius: 18px;
}

.u_icon_arrow {
  display: block;
  width: 26px;
  height: 26px;
  background: url(./../img/icon_arrow.svg) 50% 50%/cover no-repeat;
}

.u_mt4 {
  margin-top: 4px !important;
}

.u_mt8 {
  margin-top: 8px !important;
}

.u_mt16 {
  margin-top: 16px !important;
}

.u_mt24 {
  margin-top: 24px !important;
}

.u_mt32 {
  margin-top: 32px !important;
}

.u_aligncenter {
  text-align: center;
}





/* mv */

.u_tenko_mv {
  position: relative;
  width: 100%;
  background: url(./../img/mv_bg.png) 50% 50% no-repeat;
  padding: 32px 56px 0 32px;
  z-index: 0;
}

.u_tenko_mv img {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .u_tenko_mv {
    padding: 0;
  }
  .u_tenko_mv img {
    width: 100%;
  }
}

.u_tenko_mv:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30px;
  background: #1D2088;
  z-index: 1;
}
@media (max-width: 768px) {
  .u_tenko_mv:after {
    display: none;
  }
}

/* お問い合わせはこちら */

.u_tenko_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  background: #1D2088;
  padding-bottom: 40px;
}
.u_tenko_cta_item a {
  position: relative;
  display: block;
  width: 260px;
  max-width: 260px;
  font-size: 18px;
  color: #1D2088;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 40px;
  text-decoration: none;
}
.u_tenko_cta_item a:hover {
  opacity: 1 !important;
}
.u_tenko_cta_item a .u_icon_arrow {
  position: absolute;
  top: calc(50% - 12px);
  transform: translateX(-4px);
  transition: .2s;
  right: 12px;
}
.u_tenko_cta_item a:hover .u_icon_arrow {
  transform: translateX(0);
  transition: .2s;
}
@media (max-width: 768px) {
  .u_tenko_mv .u_tenko_cta a {
    width: calc(100% - 48px);
    max-width: 300px;
    font-size: 15px;
    margin: 0 auto;
  }
  .u_tenko_mv .u_tenko_cta_item {
    position: absolute;
    width: calc(100% - 60px);
    right: 0;
    left: 0;
    bottom: 32px;
    margin: 0 auto;
    z-index: 2;
  }
  .u_tenko_mv .u_tenko_cta_item a {
    width: 100%;
    max-width: 100%;
    border: 2px solid #1D2088;
    padding: 19px 36px 20px;
    box-shadow: 0px 5px 15px 0px rgba(29, 32, 163, 0.2);
    margin: 0 auto;
  }
  .u_tenko_mv .u_tenko_cta_item a .u_icon_arrow {
    top: calc(50% - 13px);
  }
  .u_tenko_mv_3points + .u_tenko_cta {
    display: none;
  }

}

.u_tenko_mv_3points {
  display: none;
  width: 100%;
  background: #1D2088;
  padding: 30px 24px 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .u_tenko_mv_3points {
    display: block;
  }
}


/* 自動点呼とは？ */

.u_tenko_whatabout_container {
  width: calc(100% - 48px);
  display: flex;
  background: #EAEEF5;
  border-radius: 10px;
  margin: 40px auto 0;
  overflow: hidden;
}

.u_tenko_whatabout_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  max-width: 196px;
  color: #1D2088;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #BFCCE3;
}

.u_tenko_whatabout_detail {
  padding: 20px 28px;
}

.u_tenko_whatabout_detail p {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .u_tenko_whatabout {
    width: 100%;
    background-color: #1D2088;
    padding: 28px 0 32px;
  }
  .u_tenko_whatabout_container {
    max-width: calc(100% - 48px);
    flex-direction: column;
    margin: 0 auto 0;
  }
  .u_tenko_whatabout_title {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    background: #BFCCE3;
  }
  .u_tenko_whatabout_detail {
    background: #fff;
  }
  /* .u_tenko_whatabout_detail p {
    font-size: 14px;
  } */

}


/* 特長 */

.u_tenko_merits {
  position: relative;
  width: calc(100% - 48px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0 100px;
}
.u_tenko_merits .u_section_title {
  font-size: 40px;
}
@media (max-width: 768px) {
  .u_tenko_merits {
    width: 100%;
    padding: 64px 24px;
  }
  .u_tenko_merits .u_section_title {
    font-size: 28px;
  }
}

.u_tenko_merits .u_flex {
  width: calc(100% - 24px);
  justify-content: space-between;
  margin: 26px auto 0;
}

.u_tenko_merits .u_flex_item {
  width: calc((100% - 56px) / 3);
}
@media (max-width: 768px) {
  .u_tenko_merits .u_flex {
    width: calc(100% - 36px);
    flex-direction: column;
  }
  .u_tenko_merits .u_flex_item {
    width: 100%;
  }
  .u_tenko_merits .u_flex_item + .u_flex_item {
    margin-top: 32px;
  }
}


.u_tenko_merits_title {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .u_title_semicircle {
    font-size: 20px;
    margin-top: 24px;
  }
}


.u_tenko_merits_tile {
  background: #EAEEF5;
  border-radius: 16px;
  padding: 32px 0;
  text-align: center;
}
.u_tenko_merits_detail {
  color: #1D2088;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  /* .u_tenko_merits_detail {
    font-size: 18px;
  } */
}



/* SSCV自動点呼の流れ */

.u_tenko_flow {
  position: relative;
  padding: 116px 40px 100px;
}
.u_tenko_flow .u_tenko_lead {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
.u_tenko_flow {
    max-width: 100%;
    padding: 64px 30px 56px;
  }
}

.u_tenko_flow .u-flex {
  width: 100%;
  display: flex;
  max-width: 960px;
  align-items: flex-start;
  justify-content: space-between;
  margin: 32px auto 0;
}

.u_tenko_flow .u_flex_item {
  width: calc(50% - 8px);
}

.u_tenko_flow .u_flex_item .u_title_semicircle {
  margin-bottom: 24px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .u_tenko_flow .u-flex {
    flex-direction: column;
  }
  .u_tenko_flow .u_flex_item {
    width: 100%;
  }
  .u_tenko_flow .u_flex_item + .u_flex_item {
    margin-top: 56px;
  }
}



.u_tenko_flow .u_flex_item .u_title_semicircle span {
  position: relative;
  display: inline-block;
  color: #1D2088;
  width: 1.5em;
  border-radius: 50%;
  margin: 0 2px;
  z-index: 1;
}

.u_tenko_flow .u_flex_item .u_title_semicircle span:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}

.u_tenko_flowitem {
  position: relative;
  width: calc(100% - 24px);
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #D9D9D9;
}

.u_tenko_flowitem img {
  max-height: 180px;
}

.u_tenko_flowitem + .u_tenko_flowitem {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .u_tenko_flowitem + .u_tenko_flowitem {
    margin-top: 24px;
  }  
}

.u_tenko_flowitem + .u_tenko_flowitem:before {
content: "";
display: block;
position: absolute;
    top: -34px;
    right: 0;
    left: 0;
    margin: auto;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 22px 0 22px;
border-color: #1D2088 transparent transparent transparent;
}
@media (max-width: 1024px) {
  .u_tenko_flowitem + .u_tenko_flowitem:before {
    position: absolute;
    top: -17px;
    border-width: 10px 14px 0 14px;
  }
}


/* ===================================================================== */

.u_accordion-content {
  display: grid;
  grid-template-areas:
    "text"
    "image"
    "button";
  gap: 0;
}

.u_accordion-text {
  grid-area: text;
}

.u_accordion-image {
  grid-area: image;
}

.u_accordion-button {
  grid-area: button;
}

/* ================================================================= */

.u_accordion-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: -webkit-line-clamp 0.3s ease;
}

.u_tenko_flowitem.is-open .u_accordion-text {
  -webkit-line-clamp: 100;
}

.u_accordion-image,
.u_accordion-button {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.u_accordion-image>*,
.u_accordion-button>* {
  overflow: hidden;
}

.u_tenko_flowitem.is-open .u_accordion-image,
.u_tenko_flowitem.is-open .u_accordion-button {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}

.u_tenko_flowitem.is-open .u_accordion-button {
  gap: 16px;
}
@media (max-width: 1024px) {
  .u_tenko_flowitem.is-open .u_accordion-button {
    gap: 10px;
  }
}

.u_accordion-content:nth-of-type(n+3) {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  gap: 0;
}

.u_accordion-content:nth-of-type(n+3) > * {
  overflow: hidden;
}

.u_tenko_flowitem.is-open .u_accordion-content:nth-of-type(n+3) {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  gap: 16px;
  margin-top: 30px;
}
.u_tenko_flowitem.is-open .u_accordion-content.u_accordion-content:nth-of-type(n+3) {
  gap: 0;
}


/* ================================================================= */

@media (min-width: 1024px) {
  .u_toggle_button {
    display: none;
  }
  .u_accordion-content {
    grid-template-columns: 1fr 180px;
    grid-template-rows: max-content 1fr;
    grid-template-areas:
      "text  image"
      "button image";
    align-items: start;
  }
  .u_accordion-text {
    -webkit-line-clamp: unset !important;
    overflow: visible;
  }
  .u_accordion-image,
  .u_accordion-button {
    grid-template-rows: 1fr !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .u_accordion-content:nth-of-type(n+3) {
    opacity: 1;
    visibility: visible;
    margin-top: 16px;
    grid-template-rows: auto;
  }
}


/* ===================================================================== */

h2.u_accordion-title {
  color: #1D2088;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #BFCCE3;
  border-radius: 5px;
  padding: 4px 0;
}
@media (max-width: 1024px) {
  h2.u_accordion-title {
    font-size: 16px;
    padding: 4px 40px;
  }
}

.u_accordion-content {
  width: calc(100% - 24px);
  margin: 20px auto 16px;
}
.u_accordion-content + .u_accordion-content {
  border-top: dashed 1px #1D2088;
  padding-top: 30px;
}
.u_accordion-header {
  position: relative;
}
.u_accordion-text {
  font-size: 15px;
  padding: 0 16px 0 0;
}
@media (max-width: 1024px) {
  .u_accordion-content {
    margin: 16px auto 12px;
  }
  .u_accordion-text {
    padding: 0;
  }
  .u_accordion-content + .u_accordion-content {
    padding-top: 0;
    margin: auto;
  }
  .u_tenko_flowitem.is-open .u_accordion-content + .u_accordion-content {
    padding-top: 30px;
  }
}

.u_accordion-image {
  text-align: center;
}
.u_accordion-button {
  margin-top: 24px;
  padding: 0 16px 0 0;
}
.u_accordion-button div a {
  position: relative;
  display: block;
  max-width: 220px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-height: 40px;
  padding: 4px 24px;
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #1D2088;
  border-radius: 20px;
}
.u_accordion-button div a:hover {
  opacity: 1 !important;
}
.u_accordion-button div a.u_yellow {
  background-color: #B59000;
  margin-top: 16px;
}
.u_accordion-button div a.u_green {
  background-color: #59B224;
}
.u_accordion-button .u_icon_arrow {
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(./../img/icon_arrow_white.svg) 50% 50% / cover no-repeat;
  transform: rotateZ(90deg) translateX(0);
  transition: .2s;
}
.u_accordion-button div a:hover .u_icon_arrow {
  transform: rotateZ(90deg) translateX(2px);
  transition: .2s;
}
.u_accordion-contentsnone {
  color: #505466;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .u_accordion-button {
    padding: 0;
  }
  .u_accordion-button div a {
    height: 0;
    margin: 0 auto;
  }
  .u_tenko_flowitem .u_accordion-image {
    margin-top: 0;
  }
  .u_tenko_flowitem .u_accordion-button {
    margin-top: 0;
    height: 0;
  }
  .u_accordion-button div a.u_yellow {
    margin-top: 0;
  }

  .u_accordion-image {
    margin-top: 16px;
  }
  .u_tenko_flowitem.is-open .u_accordion-button div a {
    height: 40px;
  }
  .u_tenko_flowitem.is-open .u_accordion-image {
    margin-top: 16px;
  }
  .u_tenko_flowitem.is-open .u_accordion-button {
    margin-top: 16px;
    height: auto;
  }
  .u_tenko_flowitem.is-open .u_accordion-content + .u_accordion-content .u_accordion-button {
    margin-bottom: 24px;
  }

  .u_accordion-contentsnone {
    font-size: 16px;
  }

}

.u_toggle_button {
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #1D2088;
  box-sizing: border-box;
}
.u_toggle_button span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.u_toggle_button span:before,
.u_toggle_button span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 10px;
  background: #1D2088;
  opacity: 1;
  transition: .4s;
}
.u_toggle_button span:before {
  transform: rotateZ(90deg);
}

.u_toggle_button[aria-expanded="true"] span:after {
  transform: rotateZ(270deg);
  opacity: 0;
  transition: .4s;
}
.u_toggle_button[aria-expanded="true"] span:before {
  transform: rotateZ(180deg);
  transition: .4s;
}


/* ===================================================================== */



/* 機能・機器 */
.u_tenko_features {
  position: relative;
  max-width: 960px;
  padding: 116px 0 100px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .u_tenko_features {
    padding: 64px 30px 56px;
  }
}

.u_section_subtitle {
  color: #1D2088;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-top: 64px;
}
.u_tenko_features .u_flex {
  flex-wrap: wrap;
  gap: 24px;
}

.u_tenko_features .u_flex_item {
  position: relative;
  width: calc((100% - 48px) / 3);
  background: #EAEEF5;
  border-radius: 16px;
  padding: 16px;
}
.u_tenko_features .u_flex_item .anchor_event {
  top: -96px
}
@media (max-width: 768px) {
  .u_tenko_features .u_flex_item .anchor_event {
    top: -112px
  }
  .u_section_subtitle {
    font-size: 20px;
    margin-top: 56px;
  }
  .u_tenko_features .u_flex {
    flex-direction: column;
    gap: 16px 0;
  }  
  .u_tenko_features .u_flex_item {
    width: 100%;
    padding: 16px 20px 20px;
  }
  .u_tenko_features .u_flex_item .u_title_semicircle {
    margin-top: 0;
  }
}

.u_tenko_featurestitle {
  font-size: 16px;
}
.u_tenko_features_image {
  margin-top: 24px;
  text-align: center;
}
.u_tenko_features_detail {
  font-size: 15px;
  margin-top: 20px;
}
@media (max-width: 768px) {
/* .u_tenko_featurestitle {
  font-size: 16px;
} */
  .u_tenko_features_image {
    margin: 24px 8px 0;
  }
  .u_tenko_features_detail {
    font-size: 14px;
    margin: 20px 8px 0;
  }
}

.u_tenko_features_linkbutton a {
  position: relative;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #1D2088;
  padding: 16px;
  border-radius: 24px;
  text-decoration: none;
}
.u_tenko_features_linkbutton a:hover {
  opacity: 1 !important;
}
.u_tenko_features_linkbutton .u_icon_arrow {
  width: 16px;
  height: 16px;
  background: url(./../img/icon_arrow_white.svg) 50% 50% / cover no-repeat;
  transform: translateX(-4px);
  transition: .2s;
}
.u_tenko_features_linkbutton a .u_icon_arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 9px);
  transform: translateX(-4px);
  transition: .2s;
  right: 12px;
}
.u_tenko_features_linkbutton a:hover .u_icon_arrow {
  transform: translateX(0);
  transition: .2s;
}

@media (max-width: 768px) {
  .u_tenko_features_linkbutton a {
    width: calc(100% - 32px);
    margin: 0 auto;
  }

}

.u_tenko_features .u_flex_item.u_yellow {
  background: #F8F4E5;
}

.u_tenko_features .u_flex_item.u_yellow .u_title_semicircle {
  background: #B59000;
}

.u_tenko_features .u_flex_item.u_green {
  background: #E7F7E1;
}

.u_tenko_features .u_flex_item.u_green .u_title_semicircle {
  background: #59B224;
  border: 1px solid #59B224;
}


.u_features_suppliers {
  display: flex;
  justify-content: space-between;
  border: 2px solid #EAEEF5;
  border-radius: 16px;
  padding: 32px 48px;
  gap: 0 32px;
}
.u_features_supplier {
  width: calc(100% / 5);
}
.u_features_supplyimage img {
  width: 100%;
}
.u_features_supplytitle {
  font-size: 14px;
  margin-top: 16px;
}
.u_yellow .u_title_semicircle {
  background: #B59000;
  border: 1px solid #B59000;
}
@media (max-width: 768px) {
  .u_features_suppliers {
    flex-wrap: wrap;
    padding: 30px 24px;
    gap: 32px 24px;
  }
  .u_features_supplier {
    width: calc((100% - 24px) / 2);
  }
  .u_features_supplytitle {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* 契約プラン */

.u_tenko_plan {
  position: relative;
  text-align: center;
  background: #F4F6F9;
  padding: 116px 40px 100px;
}
.u_tenko_plan .u_tenko_lead {
  text-align: left;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .u_tenko_plan {
    padding: 64px 30px 56px;
  }
}

.u_tenko_plantable {
  width: 100%;
  max-width: 960px;
  min-width: 640px;
  margin: 0 auto;
}
.u_tenko_tablewrapper {
  overflow: scroll;
}
@media (max-width: 768px) {

}

.u_tenko_plantable th {
  font-size: 15px;
  font-weight: bold;
  padding: 12px;
  text-align: center;
}
.u_tenko_plantable td {
  font-size: 15px;
  padding: 6px 12px;
}
.u_tenko_plantable td img {
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .u_tenko_plantable th {
    font-size: 12px !important;
  }
  .u_tenko_plantable td {
    font-size: 12px !important;
    max-width: 100px;
  }
  .u_tenko_plantable td img {
    width: 30px;
    height: 30px;
  }
}

.u_tenko_plantable_head {
  color: #fff;
  border-top: 1px solid #D9D9D9;
}
.u_tenko_plantable_head strong {
  color: #fff;
  font-size: 18px;
}
.u_tenko_plantable_head p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .u_tenko_plantable_head strong {
    font-size: 16px;
  }
  .u_tenko_plantable_head p {
    font-size: 14px;
  }  
}

.u_tenko_plantable_head.u_navy {
  background: #1D2088;
  border-left: 1px solid #D9D9D9;
}

.u_tenko_plantable_head.u_yellow {
  background: #B59000;
  border-right: 1px solid #D9D9D9;
}

.u_tenko_plantable th.u_transparent {
  background: transparent;
  border-top: none;
  border-left: none;
}

.u_tenko_plantable_category {
  min-width: 80px;
  color: #fff;
  text-align: center;
  background: #70819C;
}
.u_tenko_plantable_item {
  background: #EAEEF5;
}
@media (max-width: 768px) {
  .u_tenko_plantable_category {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
  }
}

/* シーン */
.u_tenko_scene {
  position: relative;
  padding: 80px 0 0;
  background: #EAEEF5;
}
.u_tenko_scene .u_section_title {
  font-size: 32px;
}
@media (max-width: 768px) {
  .u_tenko_scene {
    padding: 64px 0 0;
  }
  .u_tenko_scene .u_section_title {
    font-size: 24px;
  }
}

.u_tenko_scene .u_tenko_lead {
  text-align: center;
}

.u_tenko_scene_bubble {
  position: relative;
  width: 100%;
  z-index: 0;
}

.u_tenko_scene_bubble:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50%;
  background-color: #1D2088;
  z-index: -1;
}

.u_tenko_scene_bubble div {
  position: relative;
  width: fit-content;
  text-align: center;
  color: #1D2088;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  padding: 12px 32px;
  border-radius: 32px;
  margin: 0 auto;
  box-shadow: 0 3px 10px rgba(29,32,136,0.24);
  z-index: 2;
}
.u_tenko_scene_bubble div:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 768px) {
  .u_tenko_scene_bubble div {
    font-size: 18px;
    border-radius: 40px;
  }
  .u_tenko_scene_bubble div:before {
    bottom: -12px;    
  }
}

.u_tenko_scene_bottom {
  padding: 32px 0 0;
  background: #1D2088;
}
.u_tenko_scene .u_flex {
  width: fit-content;
  display: flex;
  gap: 0 16px;
  margin: 0 auto;
}
.u_tenko_scene .u_flex_item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D2088;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  padding: 12px 24px;
  border-radius: 10px;
}
.u_tenko_scene .u_flex_item img {
  width: 40px;
  height: 40px;
  margin-right: 2px;
}
@media (max-width: 768px) {
  .u_tenko_scene .u_flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .u_tenko_scene .u_flex_item {
    font-size: 16px;
    padding: 12px 24px 12px 16px;
  }
  .u_tenko_scene .u_flex_item img {
    width: 28px;
    height: 28px;
    margin-right: 4px;
  }
}

.u_tenko_scene_lead {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 16px auto 0;
}
@media (max-width: 768px) {
  .u_tenko_scene_lead {
    font-size: 17px;
    margin: 24px auto 0;
  }
}

.u_tenko_scene .u_tenko_cta {
  margin: 32px auto 0;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .u_tenko_scene .u_tenko_cta {
    width: calc(100% - 60px);
    flex-direction: column;
  }
  .u_tenko_scene .u_tenko_cta a {
    width: 100%;
    max-width: 100%;
    padding: 20px 40px;
  }
  .u_tenko_scene .u_tenko_cta_item {
    width: 100%;
  }
  .u_tenko_scene .u_tenko_cta .u_tenko_cta_item + .u_tenko_cta_item {
    margin-top: 16px;
  }
}


/* Safety */
.u_tenko_sscv {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .u_tenko_sscv {
    padding: 64px 0;
  }
}

.u_tenko_sscv_subtitle {
  max-width: 450px;
  color: #1D2088;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #EAEEF5;
  padding: 6px 0;
  border-radius: 24px;
  margin: 0 auto;
}
.u_tenko_sscv_title {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u_tenko_sscv_title img {
  max-width: 265px;
}
.u_tenko_sscv .u_tenko_lead {
  text-align: center;
}
@media (max-width: 768px) {
  .u_tenko_sscv_subtitle {
    width: fit-content;
    font-size: 16px;
    padding: 4px 32px;
  }
  .u_tenko_sscv_title {
    margin-top: 20px;
  }
  .u_tenko_sscv_title img {
    max-width: 200px;
  }
  .u_tenko_sscv .u_tenko_lead {
    text-align: left;
    padding: 0 30px;
    margin-top: 24px;
  }
}


.u_tenko_sscv .u_flex {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .u_tenko_sscv .u_flex {
    width: 100%;
    max-width: calc(100% - 60px);
    gap: 32px 0;
  }
}

.u_tenko_sscv .u_flex_item {
  display: grid;
  grid-template-columns: 148px 1fr;
}
.u_tenko_sscv .u_flex_item img {
  width: 124px;
  height: 124px;
}
@media (max-width: 768px) {
.u_tenko_sscv .u_flex_item {
  grid-template-columns: 96px 1fr;
  grid-template-rows: 72px 1fr;  
}
  .u_tenko_sscv .u_flex_item img {
    width: 72px;
    height: 72px;
  }
}

.u_tenko_sscv .u_flex_item img {
  grid-area: 1 / 1 / 3 / 2;
}
.u_tenko_sscv .u_flex_item strong {
  display: flex;
  align-items: center;
  grid-area: 1 / 2 / 2 / 3;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  color: #1D2088;
}
.u_tenko_sscv .u_flex_item p {
  grid-area: 2 / 2 / 3 / 3;
  font-size: 15px;
}
@media (max-width: 768px) {
  .u_tenko_sscv .u_flex_item img {
    grid-area: 1 / 1 / 2 / 2;
  }
  .u_tenko_sscv .u_flex_item strong {
    grid-area: 1 / 2 / 2 / 3;
    font-size: 18px;
  }
  .u_tenko_sscv .u_flex_item p {
    grid-area: 2 / 1 / 3 / 3;
    margin-top: 16px;
  }
}


.u_tenko_sscv .u_title_semicircle {
  width: fit-content;
  margin: 32px auto 0;
  border-radius: 36px;
}

.u_tenko_sscv .u_title_semicircle a {
  width: 320px;
  max-width: 320px;
  display: flex;
  position: relative;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 8px 0;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(29,32,136,0.1);
}
.u_tenko_sscv .u_title_semicircle a:hover {
  opacity: 1 !important;
}
.u_tenko_sscv .u_title_semicircle a .u_icon_arrow {
    position: absolute;
    top: calc(50% - 12px);
    transform: translateX(-4px);
    transition: .2s;
    right: 8px;
    background: url(./../img/icon_arrow_white.svg) 50% 50%/cover no-repeat;
}
.u_tenko_sscv .u_title_semicircle a:hover .u_icon_arrow {
    transform: translateX(0);
    transition: .2s;
}
@media (max-width: 768px) {
  .u_tenko_sscv .u_title_semicircle {
    width: 100%;
    max-width: calc(100% - 60px);
  }
  .u_tenko_sscv .u_title_semicircle a {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }
  .u_tenko_sscv .u_title_semicircle a .u_icon_arrow {
    width: 20px;
    height: 20px;
    top: calc(50% - 9px);
  }
}
