@charset "utf-8";
body article section.first_view {
  height: 460px;
  background: url("/images/tools/fv_bg_function.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
body article section.first_view p.first_subtitle.mt83 {
  margin-top: 20px;
}
body article section.first_view p.breadcrumb {
  position: absolute;
  left: calc(50% - 480px);
  top: 90px;
}
body article section.first_view >h1,
body article section.first_view section.first_view >p {
  position: relative;
  top: 160px;
  line-height: 1em;
}
body article section.first_view .first_title {
  font-size: 40px;
  margin-bottom: 8px;
}
body article section.first_view .first_subtitle {
  position: absolute;
  top: 246px;
  right: 0;
  left: 0;
  margin: auto;
}
body article section.first_view .register_button {
  position: absolute;
  bottom: 79px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 721px) and (max-width: 740px) {
  body article section.first_view .register_button.en {
    bottom: 39px;
  }
}
@media screen and (max-width: 960px) {
  body article section.first_view p.breadcrumb {
    left: 40px;
  }
}
@media screen and (max-width: 720px) {
  body article section.first_view {
    height: 368px;
    padding: 0;
  }
  body article section.first_view >h1.first_title {
    bottom: 229px;
  }
  body article section.first_view >h1,
  body article section.first_view >p {
    position: absolute;
    top: auto;
    bottom: 204px;
    left: 5%;
    right: 5%;
    margin: auto;
  }
  body article section.first_view >h1 >br.hidden,
  body article section.first_view >p >br.hidden {
    display: none;
  }
  body article section.first_view >h1.first_subtitle,
  body article section.first_view >p.first_subtitle {
    top: auto;
    bottom: 148px;
    line-height: 1.5em;
  }
  body article section.first_view p.breadcrumb {
    display: none;
  }
  body article section.first_view .register_button {
    bottom: 39px;
    width: 90%;
    max-width: 320px;
    height: 88px;
  }
  body article section.first_view .register_button >a {
    border-radius: 44px;
    line-height: 88px;
  }
}
@media screen and (max-width: 480px) {
  body article section.first_view >h1 >br.hidden,
  body article section.first_view >p >br.hidden {
    display: inline;
  }
  body article section.first_view >h1.first_title,
  body article section.first_view >p.first_title {
    font-size: 24px;
    letter-spacing: normal;
  }
}
#function {
  margin-top: 40px;
}
#function .wrapper {
  width: 960px;
  margin: 0 auto;
}
#function .flex_center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#function .flex_wrap {
  flex-wrap: wrap;
}
#function .grid_harf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 40px;
}
#function .grid_harf .grid_item__wrapper:nth-child(2n-1) {
  display: flex;
  justify-content: right;
}
#function .grid_harf .grid_item__wrapper:nth-child(2n) {
  display: flex;
  justify-content: left;
}
#function .grid_item {
  max-width: 302px;
}
#function .grid_item .img_box {
  object-fit: cover;
  overflow: hidden;
  position: relative;
  padding-top: 55.45%;
}
#function .grid_item .img_box > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#function .grid_item .img_box > .shrink_img {
  width: 94%;
}
#function .align_center {
  align-items: center;
}
#function .sp_block {
  display: none;
}
#function .detail {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
#function .ttl {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #00a59a;
  text-align: center;
  line-height: 1;
  padding: 16px 0;
  margin-bottom: 32px;
}
#function img {
  display: block;
}
#function .btn {
  width: 400px;
  line-height: 1;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
  margin: 0 auto 80px;
  border-radius: 28px;
  text-align: center;
}
#function .btn a {
  font-size: 24px;
  font-weight: 600;
  color: #455a64;
  padding: 16px 0;
  display: block;
  text-decoration: none;
}
#function .btn:hover {
  background-color: #ffea00;
}
#function .btn:active {
  box-shadow: none;
  background-color: #ffd600;
  position: relative;
  top: 3px;
}
#function .nav_box {
  margin-bottom: 80px;
}
#function .nav_box .nav_left {
  margin-right: 0px;
  margin-bottom: 20px;
}
#function .nav_box .nav_right .top {
  margin-bottom: 48px;
}
#function .nav_box .nav_ttl {
  font-size: 24px;
  font-weight: 600;
  color: #00a59a;
  text-align: center;
  margin-bottom: 16px;
}
#function .nav_box .head_border {
  display: flex;
  align-items: center;
}
#function .nav_box .head_border::before,
#function .nav_box .head_border::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #00a59a;
}
#function .nav_box .head_border::before {
  margin-right: 8px;
}
#function .nav_box .head_border::after {
  margin-left: 8px;
}
#function .nav_box .nav_layout {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#function .nav_box nav li {
  width: 468px;
  text-align: center;
  border: 2px solid #dbf0ef;
  border-radius: 32px;
  line-height: 1;
  position: relative;
}
#function .nav_box nav li:hover {
  border: 2px solid #5bc1ba;
  background-color: #dbf0ef;
  box-shadow: 0 1px 8px 0 rgba(91,193,186,0.5);
}
#function .nav_box nav li:hover .fas {
  color: #00a59a;
}
#function .nav_box nav li a {
  font-size: 32px;
  font-weight: 600;
  color: #00a59a;
  text-decoration: none;
  padding: 16px 0;
  display: block;
}
#function .nav_box nav li a span {
  font-size: 16px;
  font-weight: 600;
}
#function .nav_box nav li .ai-analyze .new_link {
  background-color: #ff5252;
  padding: 4px 8px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #function .nav_box nav li .ai-analyze .new_link {
    font-size: 10px;
  }
}
#function .nav_box nav li .nocodewidget_link {
  display: flex;
  margin-left: 50px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #function .nav_box nav li .nocodewidget_link {
    font-size: 14px;
  }
}
#function .nav_box nav li .nocodewidget_link .new_link {
  background-color: #ff5252;
  padding: 4px 8px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
}
#function .nav_box nav li .fas {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 16px;
  color: #dbf0ef;
  transform: translate(0, -50%);
}
#function .hidden {
  display: none;
}
#function .function_heading {
  text-align: center;
  color: #fa6400;
  font-size: 32px;
  font-weight: 600;
}
#function .logo_list {
  border-bottom: 1px solid #cfd8dc;
}
#function .logo_list .content {
  width: 100%;
  max-width: 960px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: auto;
}
#function .logo_list .prev_button,
#function .logo_list .next_button {
  width: 35px;
}
#function .logo_list .prev_button button,
#function .logo_list .next_button button {
  height: 64px;
  border: none;
  background: none;
  font-size: 64px;
  line-height: 1;
  color: #00a59a;
  font-family: "FontAwesome";
}
#function .logo_list .prev_button button:hover,
#function .logo_list .next_button button:hover {
  color: #5bc1ba;
  cursor: pointer;
}
#function .logo_list .prev_button button.hidden,
#function .logo_list .next_button button.hidden {
  display: none;
}
#function .logo_list .prev_button button:focus,
#function .logo_list .next_button button:focus {
  outline: 0;
}
@media screen and (max-width: 960px) {
  #function .logo_list .prev_button,
  #function .logo_list .next_button {
    display: none;
  }
}
#function .logo_list .logos {
  max-width: 800px;
  margin: 32px auto 40px;
  overflow: hidden;
}
#function .logo_list .logos ul {
  text-align: center;
  letter-spacing: -0.4em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 112px;
  width: 2400px;
}
#function .logo_list .logos ul li {
  display: inline-block;
  max-width: 200px;
  text-align: center;
  margin: 0;
}
#function .logo_list .logos ul li img {
  height: 48px;
  width: auto;
}
@media screen and (max-width: 960px) {
  #function .logo_list .logos {
    margin: 0;
  }
  #function .logo_list .logos >.simply-scroll-container {
    display: block;
    width: 100%;
  }
  #function .logo_list .logos >.simply-scroll-container >.simply-scroll-clip {
    width: 100%;
    height: 102px;
  }
  #function .logo_list .logos ul {
    display: none;
    margin: 0;
    vertical-align: top;
    position: relative;
    margin-top: 30px;
    height: 48px;
    flex-direction: row;
  }
  #function .logo_list .logos ul li {
    width: auto;
    margin: 0 8px !important;
    position: relative;
  }
  #function .logo_list .logos ul li img {
    margin: auto;
    display: block;
  }
  #function .logo_list .logos .simply-scroll {
    height: 102px;
    margin: auto;
  }
}
#function .award .award_heading {
  margin-bottom: 80px;
}
#function .award .award_heading img {
  width: 59.2px;
}
#function .award .award_heading .award_heading_content p {
  color: #fa6400;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
#function .award .award_heading .award_heading_content p:first-child {
  font-size: 48px;
}
#function .award .award_heading .award_heading_content .award_heading_content_desc {
  margin-top: 16px;
  line-height: 1.5;
}
#function .award ul {
  margin-top: 24px;
  margin-bottom: 80px;
  text-decoration: none;
  text-align: center;
}
#function .award ul li {
  color: #566d77;
  font-size: 24px;
  font-weight: 600;
}
#function .award ul li span {
  font-weight: 600;
}
#function .award .badges {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 80px;
}
#function .award .badges .badge {
  width: 185px;
  box-sizing: border-box;
  border: solid 1px #ddd;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#function .award .badges .badge .ttl {
  font-size: 18px;
  font-weight: 600;
  color: #607d8b;
  background-color: #fff;
  margin-bottom: 0;
}
#function .award .badges .badge .leader {
  width: 120px;
}
#function .award .badges .badge .performer {
  width: auto;
  height: 96px;
}
#function .heatmap .heatmap_function {
  width: 304px;
  margin-bottom: 40px;
}
#function .heatmap .heatmap_function:nth-child(3n-1) {
  margin: 0 24px 40px;
}
#function .heatmap .heatmap_function:nth-child(7),
#function .heatmap .heatmap_function :nth-child(8),
#function .heatmap .heatmap_function :nth-child(9) {
  margin-bottom: 24px;
}
#function .subttl {
  font-weight: 600;
  color: #00a59a;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
#function .subttl span {
  font-size: 10px;
  font-weight: 600;
}
#function .img_box {
  border: 1px solid #cfd8dc;
  margin-bottom: 4px;
}
#function .img_box img {
  width: 100%;
}
#function .img_box2 {
  margin-bottom: 4px;
}
#function .des {
  color: #607d8b;
}
#function .left,
#function .center,
#function .right {
  width: 304px;
  margin-bottom: 24px;
}
#function .center {
  margin: 0 24px 24px;
}
#function .rec .left,
#function .comparison .left {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  #function {
    margin-top: 0;
  }
  #function .wrapper {
    width: 256px;
    box-sizing: border-box;
  }
  #function .column {
    flex-direction: column;
  }
  #function .grid_harf {
    grid-template-columns: 1fr;
  }
  #function .sp_block {
    display: block;
  }
  #function .detail {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 24px;
  }
  #function #feature .detail {
    margin-bottom: 15px;
    margin-top: 40px;
  }
  #function #ai .detail {
    letter-spacing: -1px;
  }
  #function .nav_box {
    margin-bottom: 40px;
  }
  #function .nav_box .nav_left {
    margin-right: 0;
    margin-bottom: 40px;
  }
  #function .nav_box .nav_right .top {
    margin-bottom: 40px;
  }
  #function .nav_box .nav_ttl {
    font-size: 16px;
  }
  #function .nav_box ul li {
    width: 260px;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  #function .nav_box ul li.efo {
    padding-left: 32px;
  }
  #function .nav_box ul li .fas {
    font-size: 24px;
  }
  #function .nav_box ul li a {
    font-size: 16px;
  }
  #function .nav_box ul li a span {
    font-size: 10px;
  }
  #function .nav_box ul li .nocodewidget_link {
    justify-content: normal;
  }
  #function .nav_box ul li .nocodewidget_link .new_link {
    position: absolute;
    left: 200px;
    bottom: 40px;
  }
  #function .ttl {
    margin-bottom: 24px;
  }
  #function .hidden {
    display: block;
  }
  #function .hidden_sp {
    display: none;
  }
  #function .characteristic .detail {
    font-size: 20px;
  }
  #function .characteristic .box_parent {
    margin: 40px auto;
  }
  #function .characteristic .box_parent .box iframe {
    width: 100%;
    height: 144px;
  }
  #function .characteristic .box_parent .box .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  #function .characteristic .box_parent .box .right {
    width: 100%;
    margin-bottom: 16px;
  }
  #function .characteristic .box_parent .box .subttl {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  #function .award .award_heading {
    margin: 40px 0;
    align-items: flex-start;
  }
  #function .award .award_heading .award_heading_content {
    min-width: 150px;
    margin-top: -10px;
  }
  #function .award .award_heading .award_heading_content p {
    color: #fa6400;
    font-size: 16px;
    line-height: 1.25;
  }
  #function .award .award_heading .award_heading_content p:first-child {
    font-size: 24px;
  }
  #function .award .award_heading .award_heading_content .award_heading_content_desc {
    margin-top: 8px;
  }
  #function .award ul {
    margin-bottom: 40px;
  }
  #function .award ul li {
    font-size: 16px;
  }
  #function .award ul li:not(:first-of-type) {
    margin-top: 16px;
  }
  #function .award ul li:nth-child(3) {
    letter-spacing: -0.4px;
  }
  #function .award ul li .small_sp {
    font-size: 11px;
  }
  #function .award .badges {
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 80px;
  }
  #function .award .badges::after {
    display: block;
    content: '';
    width: 125px;
  }
  #function .award .badges .badge {
    width: 125px;
    padding-bottom: 16px;
  }
  #function .award .badges .badge .ttl {
    font-size: 12px;
  }
  #function .award .badges .badge .leader {
    width: 96.3px;
  }
  #function .award .badges .badge .performer {
    height: 77px;
  }
  #function .feature .detail {
    font-size: 24px;
  }
  #function .heatmap .heatmap_function {
    width: 100%;
  }
  #function .heatmap .heatmap_function:nth-child(3n-1) {
    margin: 0 0 40px;
  }
  #function .btn {
    width: 100%;
    margin-bottom: 40px;
  }
  #function .btn a {
    font-size: 16px;
    padding: 12px 0;
  }
  #function .center {
    margin: 0 0 24px;
  }
  #function .left,
  #function .center,
  #function .right {
    width: 100%;
    margin-bottom: 40px;
  }
  #function .efo .left,
  #function .rec .left,
  #function .comparison .left {
    margin-right: 0;
  }
  #function .efo .ttl span {
    font-size: 16px;
  }
}
