@charset "UTF-8";
.annotation_cnt {
  /*mixin exor valiables---------------------------------------------------------------------------------*/
  /*青→グラデ*/
  /*黄→グラデ*/
  /*赤→グラデ*/
  /*横並び*/
  /*KEYCOLOR　水色*/
  /*aaa*/
  /*aaa*/
  /*共通---------------------------------------------------------------------------------*/
  /*TOP---------------------------------------------------------------------------------*/
  /*.section#seminar .seminar_link:before {
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 0;
  	height: 100%;
  	content: '';
  	display: block;
  	background: rgba(255, 255, 255, 0.2);
  	transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .section#seminar .seminar_link:hover:before {
    right: auto;
    left: 0;
    width: 100%;
  }*/
}
.annotation_cnt * {
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.annotation_cnt .wrapper {
  width: 950px;
  margin: 0 auto;
}
.annotation_cnt .section {
  padding: 100px 0;
}
.annotation_cnt .btn {
  text-align: center;
}
.annotation_cnt .btn a {
  font-size: 20px;
  position: relative;
  color: #fff !important;
  padding: 30px 0;
  border-radius: 1000px;
  display: inline-block;
  text-align: center;
  min-width: 400px;
  overflow: hidden;
  font-weight: bold;
  margin: 0 auto;
  background: #edcb26;
  /* Old browsers */
  background: -moz-linear-gradient(left, #edcb26 0%, #f3801a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #edcb26 0%, #f3801a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #edcb26 0%, #f3801a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edcb26', endColorstr='#f3801a',GradientType=1 );
  /* IE6-9 */
}
.annotation_cnt .btn a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.2);
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.annotation_cnt .btn a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  border-color: #fff;
  content: "";
}
.annotation_cnt .btn a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.annotation_cnt .btn_red a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f15942+0,d5022a+100 */
  background: #f15942;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f15942 0%, #d5022a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f15942 0%, #d5022a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f15942 0%, #d5022a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15942', endColorstr='#d5022a',GradientType=1 );
  /* IE6-9 */
}
.annotation_cnt .box_col2,
.annotation_cnt .box_col3,
.annotation_cnt .box_col4,
.annotation_cnt .box_col5,
.annotation_cnt .box_col6,
.annotation_cnt .box_col7,
.annotation_cnt .box_col8,
.annotation_cnt .box_col9,
.annotation_cnt .box_col10 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.annotation_cnt .center {
  text-align: center;
}
.annotation_cnt h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.annotation_cnt h2 span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #4e84c4;
}
.annotation_cnt h3 {
  margin-top: 50px;
  background: no-repeat;
  text-align: center;
  position: relative;
  padding-top: 40px;
  color: #4e84c4;
}
.annotation_cnt h3:before {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  background: #ccc;
  left: 50%;
  position: absolute;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4e84c4+0,2ebac7+100 */
  background: #4e84c4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4e84c4 0%, #2ebac7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4e84c4 0%, #2ebac7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4e84c4 0%, #2ebac7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e84c4', endColorstr='#2ebac7',GradientType=0 );
  /* IE6-9 */
}
.annotation_cnt .sp-only {
  display: none;
}
.annotation_cnt #mv {
  background: url(/wordpress/wp-content/themes/humanscience/common/img/top/mv.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 520px;
}
.annotation_cnt #mv h1 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(21, 63, 149, 0.2);
}
.annotation_cnt #mv p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  text-shadow: 0 0 10px rgba(21, 63, 149, 0.2);
}
.annotation_cnt #mv .btn {
  text-align: left;
}
.annotation_cnt #mv .btn a:after {
  margin-top: -6px;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.annotation_cnt #feature {
  background: #e6f6fe;
}
.annotation_cnt #feature .popup {
  text-align: center;
  position: relative;
}
.annotation_cnt #feature .popup img:nth-of-type(1) {
  position: relative;
  z-index: 2;
}
.annotation_cnt #feature .popup a {
  position: absolute;
  display: block;
  top: 39.6%;
  left: 31.7%;
  z-index: 3;
}
.annotation_cnt #feature .popup a:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}
.annotation_cnt #feature .btn {
  margin-top: 40px;
}
.annotation_cnt #feature .modal-content {
  position: fixed;
  display: none;
  width: 60%;
  margin: 0;
  padding: 30px;
  background: #fff;
  z-index: 10000;
  font-size: 1rem;
  line-height: 1.6;
}
.annotation_cnt #feature .modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.annotation_cnt #feature .modal-close {
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -60px;
  background: #666;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
}
.annotation_cnt #feature .modal-close:hover {
  cursor: pointer;
  background: #4e84c4;
}
/*.annotation_cnt #feature a.popup_btn {
  background: #fff;
  width: 280px;
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
  height: 280px;
  text-align: center;
  display: flex;
  padding: 20px;
  align-items: center;
  border: 2px solid #4e84c4;
  border-radius: 1000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #4e84c4;
  cursor: pointer;
}
.annotation_cnt #feature a.popup_btn:hover {
  transition: .5s;
  background: #4e84c4;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}*/
.annotation_cnt #solution {
  background: url(/wordpress/wp-content/themes/humanscience/common/img/top/img04.png);
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
}
.annotation_cnt #solution h2 {
  color: #fff;
}
.annotation_cnt #solution h2 span {
  color: #fff;
}
.annotation_cnt #solution .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.annotation_cnt #solution .box li {
  border: 2px solid #abdfe6;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  padding: 0px 30px 30px;
}
.annotation_cnt #solution .box li .num {
  width: 48px;
  height: 64px;
  background: url(/wordpress/wp-content/themes/humanscience/common/img/top/img05.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 26px;
  transform: translateY(-25px);
  padding-top: 8px;
}
.annotation_cnt #solution .box li .img {
  text-align: center;
  margin: 0 0 10px;
}
.annotation_cnt #solution .box li .txt {
  font-size: 15px;
  line-height: 1.6;
}
.annotation_cnt #solution .box li .ttl {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #2aabb7;
  margin-bottom: 20px;
}
.annotation_cnt #solution h3 {
  color: #fff;
}
.annotation_cnt #solution h3:before {
  background: #fff;
}
.annotation_cnt #solution .copy {
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
.annotation_cnt #experience {
  background: #f6f6f6;
}
.annotation_cnt #experience .company {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-radius: 100px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ebac7+1,4e84c4+100 */
  background: #2ebac7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2ebac7 1%, #4e84c4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2ebac7 1%, #4e84c4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2ebac7 1%, #4e84c4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebac7', endColorstr='#4e84c4',GradientType=1 );
  /* IE6-9 */
}
.annotation_cnt #experience .copy {
  font-size: 30px;
  color: #4e84c4;
  font-weight: bold;
  margin-bottom: 20px;
}
.annotation_cnt #experience .box {
  margin: 30px 0 60px;
}
.annotation_cnt #experience .box li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  align-items: normal;
  margin-right: -40px;
}
.annotation_cnt #experience .box li + li {
  margin-top: 60px;
}
.annotation_cnt #experience .box li .img {
  width: 500px;
  position: relative;
  z-index: 1;
  transform: translate(0px, 40px);
}
.annotation_cnt #experience .box li .img .figcaption {
  display: block;
  margin: 10px 10px 10px 70px;
  font-size: 12px;
}
.annotation_cnt #experience .box li .txt {
  transform: translate(0, -10px);
  padding: 40px 80px 40px 40px;
  background: #deeaf8;
  width: 540px;
  margin-right: -50px;
}
.annotation_cnt #experience .box li .txt .txt_s {
  font-size: 16px;
  line-height: 1.6;
  border-top: 1px dotted #4e84c4;
  padding-top: 20px;
}
.annotation_cnt #experience .box li .txt .txt_s strong {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.annotation_cnt #experience .box_col3 {
  margin-top: 40px 0 60px;
  justify-content: flex-start;
}
.annotation_cnt #experience .box_col3 li {
  width: 300px;
  background: #fff;
  border: 2px solid #abdfe6;
  border-radius: 10px;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 20px;
  text-align: center;
}
.annotation_cnt #experience .box_col3 li:nth-of-type(3n) {
  margin-right: 0;
}
.annotation_cnt #experience .box_col3 li .company {
  text-align: center;
  min-width: 60%;
  margin: 0 auto;
}
.annotation_cnt #experience .box_col3 li .copy {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.annotation_cnt #experience .box_col3 li .txt {
  font-size: 14px;
  line-height: 1.6;
}
.annotation_cnt #experience .box_col3 li .txt .txt {
  text-align: left;
}
.annotation_cnt #experience .btn {
  margin-top: 40px;
}
.annotation_cnt .section#seminar {
  font-size: 16px;
  line-height: 1.6;
}
.annotation_cnt .section#seminar .seminar_link {
  margin: 30px auto 0;
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  border: 2px solid #4e84c4;
}
.annotation_cnt .section#seminar .seminar_link p.states {
  display: inline-block;
  /*background: #d50602;*/
  padding: 6px 20px;
  border-radius: 1000px;
  min-width: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ebac7+1,4e84c4+100 */
  background: #2ebac7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2ebac7 1%, #4e84c4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2ebac7 1%, #4e84c4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2ebac7 1%, #4e84c4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebac7', endColorstr='#4e84c4',GradientType=1 );
  /* IE6-9 */
}
.annotation_cnt .section#seminar .seminar_link p.time {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  color: #666;
}
.annotation_cnt .section#seminar .seminar_link p.title {
  margin-top: 10px;
}
.annotation_cnt .section#seminar .seminar_link p.title a {
  font-size: 18px;
  font-weight: bold;
  color: #4e84c4;
}
.annotation_cnt #seminar .seminar_link:hover {
  background: #edf5ff;
  transition: 0.3s;
}
.annotation_cnt #faq {
  background: url(/wordpress/wp-content/themes/humanscience/common/img/top/img13.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.annotation_cnt #faq dl + dl {
  margin-top: 40px;
}
.annotation_cnt #faq dl dt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 4px;
  align-items: center;
  border: 2px solid #ccc;
  background: #fff;
  padding: 30px;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}
.annotation_cnt #faq dl dt div:nth-of-type(1) {
  width: 12%;
  text-align: center;
}
.annotation_cnt #faq dl dt div:nth-of-type(2) {
  width: 86%;
}
.annotation_cnt #faq dl dt div:nth-of-type(2) span {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  color: #666;
}
.annotation_cnt #faq dl dt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translate(-10px, 0);
  bottom: -20px;
}
.annotation_cnt #faq dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 4px;
  align-items: center;
  border: 2px solid #4e84c4;
  background: #fff;
  padding: 30px;
  font-size: 16px;
}
.annotation_cnt #faq dl dd div:nth-of-type(1) {
  width: 12%;
}
.annotation_cnt #faq dl dd div:nth-of-type(2) {
  width: 86%;
}
.annotation_cnt #faq dl dd div:nth-of-type(2) span {
  font-size: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  color: #4e84c4;
}
.annotation_cnt #faq .btn {
  margin-top: 40px;
}
.annotation_cnt #contact {
  font-size: 1rem;
}
.annotation_cnt #contact span.colblue {
  background: #d9eafe;
  font-size: 0.8rem;
  padding: 3px 10px;
}
.annotation_cnt #contact input {
  padding: 5px;
}
.annotation_cnt .toiawasemain {
  text-align: center;
}
.annotation_cnt .input_wrap {
  margin: -60px auto 80px;
  position: relative;
  display: inline-block;
  /*&:before {
  		position: absolute;
  		top: 0;
  		right: 0;
  		width: 0;
  		height: 100%;
  		content: '';
  		display: block;
  		background: rgba(255, 255, 255, .2);
  		transition: width .5s cubic-bezier(.165, .84, .44, 1)
  	}*/
  /*&:hover:before {
  	right: auto;
  	left: 0;
  	width: 100%;
  	z-index: 1;
  }*/
}
.annotation_cnt .input_wrap:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  border-color: #fff;
  content: "";
}
.annotation_cnt .input_wrap:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.annotation_cnt .input_wrap .wpcf7-submit {
  font-size: 20px;
  color: #fff !important;
  padding: 30px 0;
  border-radius: 1000px;
  display: inline-block;
  text-align: center;
  min-width: 400px;
  overflow: hidden;
  font-weight: bold;
  float: none;
  width: auto;
  height: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f15942+0,d5022a+100 */
  background: #f15942;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f15942 0%, #d5022a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f15942 0%, #d5022a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f15942 0%, #d5022a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15942', endColorstr='#d5022a',GradientType=1 );
  /* IE6-9 */
}

/*header*/
body#annotation {
  background: none;
}

body#annotation .document_site_header_inner {
  padding: 6px;
}

#annotation div#logo {
  overflow: hidden;
  padding-top: 10px;
}

#annotation div#logo span {
  float: right;
  margin: 7px 0 0 10px;
}

#annotation .hd_rightArea {
  overflow: hidden;
  margin-top: 4px;
}

#annotation .hd_rightArea ul {
  float: left;
}

#annotation .hd_rightArea ul + ul {
  margin-left: 15px;
}

#annotation .hd_rightArea ul:nth-of-type(1) {
  text-align: left;
  margin-top: 24px;
}

#annotation .hd_rightArea ul:nth-of-type(1) a {
  text-decoration: underline;
  color: #4f86c6;
}

#annotation .hd_rightArea ul:nth-of-type(1) a:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 5px;
  vertical-align: middle;
  border-color: #4f86c6;
  content: "";
}

#annotation .hd_rightArea ul:nth-of-type(1) a:hover {
  text-decoration: none;
}

#annotation ul.clearfix.hd_rightArea_tel {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}

#annotation ul.clearfix.hd_rightArea_tel span {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #999;
  width: 50px;
  text-align: center;
  margin: 0 3px 0 0;
  padding: 2px;
}

#annotation #gNavi ul {
  display: table;
  border: none;
  table-layout: fixed;
  overflow: hidden;
}

#annotation #gNavi ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-right: 1px solid #666;
}

#annotation #gNavi ul li {
  float: none;
  display: table-cell;
  width: 20%;
  border: none;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
}

#annotation #gNavi ul li:nth-of-type(1) a {
  border-left: 1px solid #666;
}

#annotation #gNavi {
  height: 50px;
  background: none;
  background: #444;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

#annotation #gNavi li a {
  padding: 0;
  overflow: hidden;
  height: 50px;
  vertical-align: middle;
  display: block;
}

#annotation #gNavi ul li a:hover {
  color: #444;
  background: #fff;
  transition: 0.3s;
}

#smp_globalnavi {
  display: none;
}

ul.clearfix.hd_rightArea_btn a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 740px) {
  #annotation div#logo span {
    display: none;
  }

  #annotation #logo {
    width: 50%;
    padding: 0;
  }

  #annotation .hd_rightArea {
    display: none;
  }

  #annotation #gNavi {
    display: none;
  }

  #annotation .document_site_header_inner {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 3px solid #444;
    padding: 10px;
  }

  .smp_btn_menu {
    width: 16%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1008;
    transition: 0.3s;
    background: #444;
  }

  .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/wordpress/wp-content/themes/humanscience/common/img/document/btn_menu_smp_off.png)
      no-repeat center center;
    background-size: contain;
    display: block;
  }

  .menu-trigger.active {
    background: url(/wordpress/wp-content/themes/humanscience/common/img/document/btn_menu_smp_on.png)
      no-repeat center center;
    background-size: contain;
  }

  #smp_globalnavi {
    display: none;
  }

  #smp_globalnavi.actives {
    display: block;
  }

  div#smp_globalnavi li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  div#smp_globalnavi li a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
    border-color: #4f86c6;
    content: "";
  }

  #annotation div#document_header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
  }

  #annotation .document_site_header_inner {
    height: 70px;
  }

  #annotation .mv_under,
  #annotation .mv {
    padding-top: 70px;
  }

  #annotation .modal-content {
    max-width: 95%;
  }
}
/*共通---------------------------------------------------------------------------------*/
div#bottom_contact li.bottom_contact_contact {
  margin-right: 0 !important;
  float: right !important;
}

div#bottom_contact li.bottom_contact_contact a {
  background: #d50602 !important;
  width: 300px !important;
}

div#bottom_contact ul {
  width: 950px !important;
}

/*選ばれる理由----------------------------------------------------------------------------------*/
.annotation_cnt #under {
  font-size: 1rem;
  line-height: 1.8;
}

.annotation_cnt #under #mv {
  height: 300px;
  text-align: center;
  display: flex;
  align-items: center;
}

.annotation_cnt #under #mv h1 {
  font-size: 44px;
}

div#feature02 .box li {
  display: flex;
  margin-top: 40px;
}

div#feature02 .box li .img {
  width: 470px;
}

div#feature02 .box li:nth-of-type(1) .img,
div#feature02 .box li:nth-of-type(3) .img {
  margin-left: -115px;
}

div#feature02 .box li:nth-of-type(2) .img {
  margin-right: -115px;
}

div#feature02 .box li:nth-of-type(2) {
  flex-flow: row-reverse;
}

div#feature02 .box li .txt {
  width: 540px;
  margin-left: 60px;
  display: flex;
  align-items: center;
}

div#feature02 .box li:nth-of-type(2) .txt {
  margin: 0 60px 0 0;
}

div#feature02 .box li .txt .ttl {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}

div#feature02 .box li .txt .ttl span {
  font-size: 14px;
  display: block;
  /*margin-top: 10px;*/
  color: #333;
}

div#feature02 .box li .txt > * {
  width: 100%;
}

div#feature02 .box li:nth-of-type(1) .ttl {
  color: #4e84c4;
}

div#feature02 .box li:nth-of-type(2) .ttl {
  color: #3992b6;
}

div#feature02 .box li:nth-of-type(3) .ttl {
  color: #2baebb;
}

.annotation_cnt div#feature02 .btn {
  margin-top: 40px;
}

/*質問----------------------------------------------------------------------------------*/
.annotation_cnt div#under #faq {
  background: #f6f6f6;
}

.annotation_cnt div#under #experience #faq {
  background: none;
}

/*実績事例----------------------------------------------------------------------------------*/
p.experience_ttl {
  margin: 0 0 -30px -50px;
  display: flex;
  align-items: center;
}

p.experience_ttl span:nth-of-type(2) {
  background: #ccc;
  width: 820px;
  margin-left: -20px;
  /* z-index: 0; */
  padding: 15px 20px 15px 35px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.annotation_cnt div#under #experience #faq + #faq {
  background: none;
}

p.experience_ttl span {
  position: relative;
}

p.experience_ttl span:nth-of-type(1) {
  z-index: 1;
}

p.experience_ttl.experience_ttl01 span:nth-of-type(2) {
  background: #4e84c4;
}

p.experience_ttl.experience_ttl02 span:nth-of-type(2) {
  background: #3992b6;
}

p.experience_ttl.experience_ttl03 span:nth-of-type(2) {
  background: #2baebb;
}

.annotation_cnt div#under #experience #faq {
  margin-top: 50px;
}

.section.bg_wh {
  background: #fff;
}

.annotation_cnt #under #experience h3 {
  margin-top: 0;
}

/*ソリューション----------------------------------------------------------------------------------*/
.annotation_cnt #under #solution {
  background: #f6f6f6;
}

.annotation_cnt #under #solution h2 {
  color: #333;
}

.annotation_cnt #under #solution h2 span {
  color: #4e84c4;
}

.annotation_cnt #under h3 {
  color: #4e84c4;
}

.annotation_cnt #under h3:before {
  background: #4e84c4;
  background: -moz-linear-gradient(top, #4e84c4 0%, #2ebac7 100%);
  background: -webkit-linear-gradient(top, #4e84c4 0%, #2ebac7 100%);
  background: linear-gradient(to bottom, #4e84c4 0%, #2ebac7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e84c4', endColorstr='#2ebac7',GradientType=0 );
}

.soltuion_capture ul {
  width: 600px;
  margin: 0 auto 0;
}

.soltuion_capture ul li {
  color: #fff;
}

.soltuion_capture ul table {
  table-layout: fixed;
  width: 100%;
}

.soltuion_capture ul li:nth-of-type(1) {
  background: #4692c5;
}

.soltuion_capture ul li:nth-of-type(2) {
  background: #72b3d6;
}

.soltuion_capture ul li:nth-of-type(3) {
  background: #30b7c7;
}

.soltuion_capture ul li:nth-of-type(4) {
  background: #edca26;
}

.soltuion_capture ul li:nth-of-type(5) {
  background: #f0a720;
}

.soltuion_capture ul li:nth-of-type(6) {
  background: #f3811a;
}

.soltuion_capture ul li:nth-of-type(1) table th {
  background: #2f86ad;
}

.soltuion_capture ul li:nth-of-type(2) table th {
  background: #62a1bc;
}

.soltuion_capture ul li:nth-of-type(3) table th {
  background: #25a4ad;
}

.soltuion_capture ul li:nth-of-type(4) table th {
  background: #c1a323;
}

.soltuion_capture ul li:nth-of-type(5) table th {
  background: #cc891d;
}

.soltuion_capture ul li:nth-of-type(6) table th {
  background: #cc6d1f;
}

.soltuion_capture ul li table th {
  width: 100px;
  padding: 20px;
}

.soltuion_capture ul li table th span {
  font-size: 30px;
  border-radius: 100px;
  border: 2px solid #fff;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
}

.soltuion_capture ul li table tr td:nth-of-type(1) {
  width: 370px;
  padding: 20px;
  font-size: 16px;
}

.soltuion_capture ul li table tr td:nth-of-type(1) .ttl {
  font-size: 22px;
  font-weight: bold;
}

.soltuion_capture ul li table tr td:nth-of-type(2) {
  width: 130px;
  text-align: center;
}

.soltuion_capture ul li {
  position: relative;
  margin-bottom: 20px;
}

.soltuion_capture ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 45px 0 45px;
  border-color: #007bff transparent transparent transparent;
  left: 50%;
  transform: translateX(-45px);
  z-index: 2;
}

.soltuion_capture ul li:last-of-type:after {
  content: none;
}

.soltuion_capture ul li:last-of-type {
  margin-bottom: 0;
}

.soltuion_capture ul li:nth-of-type(1):after {
  border-color: #4692c5 transparent transparent transparent;
}

.soltuion_capture ul li:nth-of-type(2):after {
  border-color: #72b3d6 transparent transparent transparent;
}

.soltuion_capture ul li:nth-of-type(3):after {
  border-color: #30b7c7 transparent transparent transparent;
}

.soltuion_capture ul li:nth-of-type(4):after {
  border-color: #edca26 transparent transparent transparent;
}

.soltuion_capture ul li:nth-of-type(5):after {
  border-color: #f0a720 transparent transparent transparent;
}

.annotation_cnt #solution .copy strong {
  color: #dc3a3a;
}

#under #solution .box_col4 li {
  width: 215px;
  margin-bottom: 40px;
  font-size: 0.9rem;
}

#under #solution .box_col4 li .ttl {
  width: 215px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

#under #solution .box_col4 li .img {
  text-align: center;
  margin-bottom: 20px;
}
.annotation_cnt #under #experience .box_col3 + h3 {
  margin-top: 50px;
}
/*SP----------------------------------------------------------------------------------*/
@media screen and (max-width: 740px) {
  .annotation_cnt .wrapper {
    width: 96%;
  }
  .annotation_cnt #top #mv h1 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .annotation_cnt #top #mv p {
    font-size: 1.4rem;
  }
  .annotation_cnt .btn a {
    font-size: 1rem;
    padding: 20px 0;
    min-width: initial;
    width: 100%;
  }
  .annotation_cnt .section {
    padding: 40px 0;
  }
  .annotation_cnt #mv.section {
    padding: 90px 0 40px;
    text-align: center;
  }
  .annotation_cnt h2 {
    font-size: 24px;
    border: none;
  }
  .annotation_cnt h2 span {
    font-size: 12px;
  }
  .annotation_cnt h2 span:after {
    content: none;
  }
  .annotation_cnt #solution .box li {
    width: 90%;
    padding: 0px 20px 20px;
    margin: 30px auto 0;
  }
  .annotation_cnt #solution .box li .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .annotation_cnt #solution .box li .txt {
    text-align: left;
  }
  .annotation_cnt #solution .copy {
    font-size: 16px;
  }
  .annotation_cnt #feature a.popup_btn {
    width: 44%;
    height: 0;
    padding: 22% 0;
  }
  .annotation_cnt #feature .popup a {
    top: 16%;
    left: 28.5%;
    line-height: 2;
    font-size: 14px;
    justify-content: center;
  }

  .annotation_cnt #experience .box li {
    margin: 0;
    display: block;
    background: #deeaf8;
    padding: 20px;
  }

  .annotation_cnt #experience .box li * {
    max-width: 100%;
  }

  .annotation_cnt #experience .box li .img .figcaption {
    transform: initial;
  }

  .annotation_cnt #experience .box li .txt {
    padding: 0;
    margin: 20px 0 0;
    background: none;
  }

  .annotation_cnt #experience .company {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .annotation_cnt #experience .copy {
    font-size: 20px;
    margin: 10px auto 15px;
    text-align: center;
  }

  .annotation_cnt #experience .box li .img {
    transform: initial;
  }

  .annotation_cnt #experience .box {
    margin: 20px 0;
  }

  .annotation_cnt #faq dl dt div:nth-of-type(2) span,
  .annotation_cnt #faq dl dd div:nth-of-type(2) span {
    font-size: 1.1rem;
  }

  .annotation_cnt #experience .box li + li {
    margin-top: 20px;
  }

  .annotation_cnt #experience .box_col3 li {
    width: 90%;
    margin: 0 auto 20px;
  }

  .annotation_cnt #experience .box li .img .figcaption {
    margin: 0 0 10px;
  }

  .annotation_cnt #experience .box_col3 li .company {
    width: 90%;
  }

  .annotation_cnt #experience .box_col3 li:nth-of-type(3n) {
    margin: 0 auto 20px;
  }

  .annotation_cnt #faq dl dt {
    padding: 15px;
    font-size: 1rem;
  }

  .annotation_cnt #faq dl dd {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
  }

  .annotation_cnt .input_wrap .wpcf7-submit {
    width: 100%;
    min-width: initial;
    display: block;
    padding: 20px 0;
    font-size: 1rem;
  }

  #spFooter {
    background: #f6f6f6;
    margin: 0;
  }

  .annotation_cnt .sp-only {
    display: inline;
  }

  .annotation_cnt .pc-only {
    display: none;
  }

  .annotation_cnt .input_wrap {
    margin: 0 auto 40px;
    position: relative;
    display: block;
    width: 96%;
  }

  .annotation_cnt h3 {
    margin-top: 20px;
  }

  .annotation_cnt #solution {
    background: #4d85c5;
  }

  .annotation_cnt #solution .copy {
    color: #fff;
  }

  .annotation_cnt #faq {
    background-position: center center;
  }

  .annotation_cnt #mv {
    height: auto;
  }

  .annotation_cnt #mv {
    background-position: bottom right -410px;
    padding: 110px 0 40px;
  }

  .annotation_cnt #mv p {
    margin-bottom: 20px;
  }

  .annotation_cnt #mv {
    position: relative;
  }

  .annotation_cnt #mv:after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(29, 84, 127, 0.3);
    display: block;
    top: 0;
    left: 0;
    content: "";
  }

  .annotation_cnt #mv .wrapper {
    position: relative;
    z-index: 2;
  }

  .annotation_cnt #under #mv h1 {
    font-size: 30px;
    margin: 0;
    position: relative;
    z-index: 2;
  }

  .annotation_cnt #under #mv {
    height: auto;
    padding: 130px 0 50px;
  }

  .annotation_cnt #under #mv {
    position: relative;
  }

  .annotation_cnt #under #mv:after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(29, 84, 127, 0.3);
    display: block;
    top: 0;
    left: 0;
    content: "";
  }

  div#feature02 .box li {
    display: block;
  }

  div#feature02 .box li * {
    max-width: 100%;
  }

  div#feature02 .box li:nth-of-type(1) .img,
  div#feature02 .box li:nth-of-type(3) .img {
    margin: 0;
  }

  div#feature02 .box li {
    margin: 0 0 40px;
  }

  div#feature02 .box li .txt {
    width: auto;
    margin: 10px 0 0;
  }

  div#feature02 .box li .txt .ttl {
    line-height: 1.2;
    font-size: 24px;
    /* text-align: center; */
    margin: 20px 0 20px;
  }

  div#feature02 .box li .txt .ttl span {
    margin-top: 10px;
    line-height: 1.8;
  }

  div#feature02 .box li .txt .ttl span {
    color: #666;
  }

  div#feature02 .box li:nth-of-type(2) .txt {
    margin: 0;
  }

  div#feature02 .box li:nth-of-type(2) .txt {
    margin: 0;
  }

  div#bottom_contact ul {
    width: auto !important;
  }

  .annotation_cnt #under #experience .box {
    margin: 0;
  }

  p.experience_ttl {
    margin: 0 0 10px 0;
  }

  p.experience_ttl span:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.6;
    padding: 10px 10px 10px 30px;
  }

  p.experience_ttl span:nth-of-type(1) {
    width: 30%;
  }

  p.experience_ttl span:nth-of-type(2) {
    width: calc(70% + 20px);
  }

  .annotation_cnt #under #solution .copy {
    color: #333;
  }

  .soltuion_capture ul li table th {
    width: 15%;
    padding: 10px;
  }

  .soltuion_capture ul li table tr td:nth-of-type(1) {
    width: 65%;
    padding: 10px;
  }

  .soltuion_capture ul li table tr td:nth-of-type(2) {
    width: 20%;
    padding: 10px;
  }

  .soltuion_capture ul li table th span {
    font-size: 20px;
    border: none;
    width: auto;
    height: auto;
  }

  .soltuion_capture ul li table tr td:nth-of-type(1) .ttl {
    font-size: 18px;
  }

  .soltuion_capture ul li:after {
    border-width: 20px 25px 0 25px;
    transform: translateX(-20px);
  }

  .soltuion_capture ul li table th {
    width: 15%;
    padding: 10px;
  }

  .soltuion_capture ul li table tr td:nth-of-type(1) {
    width: 65%;
    padding: 10px;
  }

  .soltuion_capture ul li table tr td:nth-of-type(2) {
    width: 20%;
    padding: 10px;
  }

  .soltuion_capture ul li table th span {
    font-size: 20px;
    border: none;
    width: auto;
    height: auto;
  }

  .soltuion_capture ul li table tr td:nth-of-type(1) .ttl {
    font-size: 18px;
  }

  .soltuion_capture ul li:after {
    border-width: 20px 25px 0 25px;
    transform: translateX(-20px);
  }

  #under #solution .box_col4 li {
    width: 48%;
    margin-bottom: 30px;
    font-size: 14px;
  }

  #under #solution .box_col4 li .img {
    height: 80px;
    margin: 0 auto 10px;
  }

  #under #solution .box_col4 li .img img {
    height: 100%;
  }

  #under #solution .box_col4 li .ttl {
    width: auto;
    font-size: 16px;
  }

  .soltuion_capture ul {
    width: 100%;
    margin: 0 auto 0;
  }

  .annotation_cnt .section#seminar .seminar_link {
    padding: 20px;
  }

  .annotation_cnt .section#seminar .seminar_link p.states {
    width: 100%;
    padding: 3px;
    margin: 0 auto 10px;
    display: block;
  }
}

/*200129*/

.annotation_cnt #solution .copy {
  margin: 20px 0 40px;
}

.annotation_cnt #feature .btn {
  margin-top: 70px;
}

.annotation_cnt #faq dl dt {
  border: 2px solid #666;
}
.annotation_cnt #faq dl dt:after {
  border-color: #666 transparent transparent transparent;
  bottom: -21px;
}
.annotation_cnt #experience .box li .img .figcaption {
  margin: 0px 10px 10px 70px;
}
.annotation_cnt #experience .box li .img {
  transform: none;
}
.annotation_cnt div#feature02 .btn {
  margin-top: 70px;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.annotation_cnt #feature .modal-content {
  padding: 40px;
  line-height: 2;
}
.annotation_cnt .section#seminar .seminar_link .states {
  display: inline-block;
  /* background: #d50602; */
  padding: 6px 20px;
  border-radius: 1000px;
  min-width: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #2ebac7;
  background: -moz-linear-gradient(left, #2ebac7 1%, #4e84c4 100%);
  background: -webkit-linear-gradient(left, #2ebac7 1%, #4e84c4 100%);
  background: linear-gradient(to right, #2ebac7 1%, #4e84c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebac7', endColorstr='#4e84c4',GradientType=1 );
}
.annotation_cnt .section#seminar .seminar_link .time {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  color: #666;
}
.annotation_cnt .section#seminar .seminar_link .title a {
  font-size: 18px;
  font-weight: bold;
  color: #4e84c4;
}
@media screen and (max-width: 740px) {
  .annotation_cnt #feature .modal-content {
    padding: 40px 15px 15px 15px;
    font-size: 0.9rem;
    line-height: 1.6;
    width: 90%;
    box-sizing: border-box;
    max-height: 70%;
    overflow-y: auto;
  }
  .annotation_cnt #feature .modal-close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    font-size: 1.4rem;
  }
  .annotation_cnt #feature .btn {
    margin-top: 30px;
  }
  .annotation_cnt #experience .box li .img .figcaption {
    margin: 0 0 10px;
  }
  .annotation_cnt div#feature02 .btn {
    margin-top: 30px;
  }
}

/*210202*/
#annotation .hd_rightArea_btn li + li {
  margin-left: 5px;
}
#annotation .hd_rightArea_btn li {
  float: left;
}
#annotation .under_bnr {
  margin: 4rem auto 4rem;
  text-align: center;
}
.under_bnr img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.under_bnr img {
  border: 1px solid #ddd;
}

/*210906 top改修-------------------------------------------------------*/
.annotation_cnt h2.h2_copy {
  font-size: 2.2rem;
}
.annotation_top_page p,
.annotation_top_page li {
  font-size: 16px;
  line-height: 1.6;
}
.annotation_top_page div#feature02 .box li .ttl {
  font-size: 1.5rem;
  color: #4e84c4;
}
.annotation_cnt div#feature02 .box li:nth-of-type(4) {
  flex-flow: row-reverse;
}
.annotation_cnt div#feature02 .box li:nth-of-type(4) .img {
  margin-right: -115px;
}
.annotation_cnt div#feature02 .box li:nth-of-type(4) .txt {
  margin: 0 60px 0 0;
}
.annotation_top_page div#feature02 .box li .txt {
  width: 560px;
  margin-left: 40px;
}
.annotation_top_page div#feature02 .box li:nth-of-type(2) .txt {
  margin: 0 40px 0 0;
}
.annotation_top_page div#service li {
  width: calc(100% / 3);
  text-align: center;
  margin: 0 0 40px 0;
}
.annotation_top_page div#service li .ttl {
  color: #2abac8;
  margin: 10px 0 0;
  font-weight: bold;
  letter-spacing: 2px;
}
.annotation_top_page div#service li .img {
  height: auto;
  background: #fff;
  width: 200px;
  box-sizing: border-box;
  border-radius: 1000px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.annotation_top_page div#service {
  background: #f6f6f6;
}
.annotation_top_page div#service li .img img {
  width: 100px;
}

.annotation_cnt div#experience_archive h3 {
  padding: 2rem 3rem;
  margin: 0 -3rem 40px;
  font-size: 1.7rem;
  text-align: left;
  /* border: 1px solid #4b8bc5; */
  /* text-align: center; */
  background: #2ebac7;
  background: -moz-linear-gradient(left, #2ebac7 1%, #4e84c4 100%);
  background: -webkit-linear-gradient(left, #2ebac7 1%, #4e84c4 100%);
  background: linear-gradient(to right, #2ebac7 1%, #4e84c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebac7', endColorstr='#4e84c4',GradientType=1 );
  color: #fff;
}
.annotation_cnt div#experience_archive h3 small {
  font-size: 1.2rem;
}
.annotation_cnt div#experience_archive h3:before {
  content: none;
}

.annotation_cnt div#experience_archive .cnt {
  margin-top: 4rem;
}

div#experience_archive th,
div#experience_archive td {
  font-size: 1rem;
  padding: 0px 10px 20px 0px;
  box-sizing: border-box;
}

.annotation_cnt div#experience_archive .cnt + .cnt {
  padding-top: 4rem;
  border-top: 1px dotted #ccc;
}

.annotation_cnt div#experience_archive .cnt .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.annotation_cnt div#experience_archive .cnt .flex .img {
  width: 35%;
}

.annotation_cnt div#experience_archive .cnt .flex .txt {
  width: 60%;
}

.annotation_cnt div#experience_archive .cnt .flex .img img {
  margin-bottom: 10px;
}

.annotation_cnt div#experience_archive .cnt .flex .txt th {
  width: 20%;
  vertical-align: text-top;
}

.annotation_cnt div#experience_archive .cnt .flex .txt .label {
  /* background: #666; */
  text-align: center;
  padding: 5px 5px;
  /* width: 90%; */
  font-weight: bold;
  /* color: #fff; */
  font-size: 14px;
  letter-spacing: 2px;
  /* display: inline-block; */
  /* min-width: 110px; */
  border: 1px solid #4e85c5;
  color: #4e85c5;
}

.annotation_cnt div#experience_archive .cnt .flex .txt li:before {
  content: "・";
}

.annotation_cnt div#experience_archive .cnt .flex .txt li {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 15px;
  /* margin-bottom: 10px; */
}

.annotation_cnt div#experience_archive .cnt .flex .txt li + li {
  margin-top: 10px;
}

.annotation_cnt .point_cnt {
  padding: 20px;
  background: #f6f6f6;
}
.annotation_cnt div#experience_archive h3 .company {
  color: #fff;
  width: 110px;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-radius: 100px;
  /* text-align: center; */
  /* background: #2ebac7; */
  background: -moz-linear-gradient(left, #2ebac7 1%, #4e84c4 100%);
  /* background: -webkit-linear-gradient(left, #2ebac7 1%, #4e84c4 100%); */
  /* background: linear-gradient(to right, #2ebac7 1%, #4e84c4 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebac7', endColorstr='#4e84c4',GradientType=1 );
  background: #fff;
  color: #2ebac7;
}

.annotation_cnt div#experience_archive .cnt .flex .txt .label.kadai {
  /* background: #999; */
}

.annotation_cnt div#experience_archive .cnt .flex .txt .label.point {
  font-weight: bold;
  padding: 10px;
  background: #34b1c7;
  margin-top: 15px;
  border: none;
  color: #fff;
}
.annotation_top_page div#dl {
  background: #f6f6f6;
}
.annotation_top_page div#dl .flex {
  display: flex;
  justify-content: center;
}
.annotation_top_page div#dl .flex li {
  background: #fff;
  width: 44%;
  box-sizing: border-box;
  padding: 40px 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  text-align: center;
  /* border: 2px solid #e6f6fe; */
  border-radius: 4px;
  display: flex;
  flex-flow: column;
}
.annotation_top_page div#dl .flex li img {
  max-width: 80%;
}
.annotation_top_page div#dl .flex li h4 {
  font-weight: bold;
  color: #4e84c4;
  font-size: 1.2rem;
}
.annotation_top_page div#dl .flex li .text {
  margin-bottom: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 90px;
}
.annotation_top_page div#dl .flex li .dwl-btn {
  margin-top: auto;
}

.annotation_top_page div#dl .flex li + li {
  margin-left: 4%;
}
.annotation_top_page .dwl-btn a {
  font-size: 17px;
  position: relative;
  color: #fff !important;
  padding: 15px 0;
  border-radius: 1000px;
  display: inline-block;
  text-align: center;
  width: 70%;
  min-width: 200px;
  overflow: hidden;
  font-weight: bold;
  margin: 0 auto;
  background: #edcb26;
  background: -moz-linear-gradient(left, #edcb26 0%, #f3801a 100%);
  background: -webkit-linear-gradient(left, #edcb26 0%, #f3801a 100%);
  background: linear-gradient(to right, #edcb26 0%, #f3801a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edcb26', endColorstr='#f3801a',GradientType=1 );
}
.annotation_top_page .dwl-btn a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  border-color: #fff;
  content: "";
}
.annotation_top_page div#dl .flex li:hover {
  transition: 0.3s;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

/*megamenu*/
.loc_menu {
  position: relative;
}
.loc_menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
li.loc_menu__single:hover .loc_menu__second-level {
  top: 51px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
#annotation #gNavi ul {
  overflow: visible;
}
.loc_menu__third-level {
  visibility: hidden;
  opacity: 0;
}
.loc_menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.loc_menu > li.loc_menu__single {
  position: relative;
}

li.loc_menu__single .loc_menu__second-level {
  position: absolute;
  top: 51px;
  width: 949px;
  background: #444;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: -408px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
li.loc_menu__single:hover .loc_menu__second-level {
  top: 51px;
  visibility: visible;
  opacity: 1;
}
#annotation #gNavi ul li .loc_menu__second-level li {
  width: 30%;
  border: none;
  height: auto;
  line-height: initial;
}
#annotation #gNavi ul li .loc_menu__second-level li a:hover {
  opacity: 0.7;
  transition: 0.3s;
  background: #444;
}
#annotation #gNavi ul li .loc_menu__second-level li img {
  display: block;
  margin: 0 auto 10px;
}
#annotation #gNavi ul li .loc_menu__second-level ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#annotation #gNavi ul li .loc_menu__second-level li + li {
  margin-left: 2%;
}

#annotation #gNavi ul li .loc_menu__second-level li a {
  border: none;
  height: auto;
  color: #fff;
}
#annotation #gNavi ul li .loc_menu__second-level li {
  height: auto;
}
#annotation li.loc_menu__single .loc_menu__second-level {
  padding: 40px 20px;
  box-sizing: border-box;
}
.annotation_cnt div#experience_archive .cnt .flex .txt .point_cnt li {
  font-weight: bold;
  margin: 2px 0 0;
  /* color: #34b1c7; */
}
div#experience_archive td.kensu,
div#experience_archive td.kikan {
  font-weight: bold;
}
.annotation_cnt .annotation_top_page_industry #mv {
  height: 300px;
}

.annotation_cnt .annotation_top_page_industry #mv h1 {
  font-size: 44px;
  text-align: center;
}

.annotation_top_page_industry .industry ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.annotation_top_page_industry .industry ul li {
  width: 31%;
}

.annotation_top_page_industry .industry li .ttl {
  margin: 10px 0 10px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.annotation_top_page_industry .industry {
  margin: 40px auto 10px;
}
@media screen and (max-width: 740px) {
  .annotation_cnt #top.annotation_top_page #mv h1 {
    font-size: 1.6rem;
  }

  .annotation_cnt #top.annotation_top_page #mv p {
    font-size: 1.2rem;
  }

  .annotation_cnt .annotation_top_page h2.h2_copy {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
  }

  .annotation_cnt .annotation_top_page h3 {
    font-size: 1.1rem;
  }

  .annotation_top_page div#feature02 .box li .img {
    width: 100%;
  }

  .annotation_top_page div#feature02 .box li .txt {
    width: 100%;
    margin: 0px 0 0;
  }

  .annotation_top_page div#feature02 .box li .ttl {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  .annotation_top_page div#feature02 .box li + li {
    margin-top: 3rem;
  }

  .annotation_top_page div#service li {
    width: 48%;
  }

  .annotation_top_page div#service li .img {
    width: 140px;
    height: 140px;
  }

  .annotation_top_page div#service li .img img {
    width: 50%;
  }

  .annotation_cnt .annotation_top_page div#experience_archive h3 {
    margin: 0 0 10px;
    padding: 20px;
    font-size: 1.4rem;
  }

  .annotation_cnt .annotation_top_page div#experience_archive h3 small {
    font-size: 1rem;
    display: block;
    font-weight: normal;
  }

  .annotation_cnt .annotation_top_page div#experience_archive .cnt .flex .img {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .annotation_cnt .annotation_top_page div#experience_archive .cnt .flex .txt {
    order: 2;
    width: 100%;
  }

  .annotation_cnt
    .annotation_top_page
    div#experience_archive
    .cnt
    .flex
    .img
    img {
    width: 33.3%;
  }

  .annotation_cnt
    .annotation_top_page
    div#experience_archive
    .cnt
    .flex
    .txt
    th {
    width: 100%;
    display: block;
    padding: 0;
  }

  .annotation_top_page div#experience_archive td {
    display: block;
    width: 100%;
  }

  .annotation_cnt .annotation_top_page div#experience_archive table {
    width: 100%;
    display: block;
  }

  .annotation_cnt .annotation_top_page div#experience_archive .cnt .flex {
    width: 94%;
    margin: 0 auto;
  }

  .annotation_top_page div#experience_archive td {
    padding: 5px 0 10px;
    /* font-size: 14px !important; */
  }

  .annotation_cnt
    .annotation_top_page
    div#experience_archive
    .cnt
    .flex
    .txt
    li
    + li {
    margin: 0;
  }

  .annotation_top_page div#experience_archive td li {
    font-size: 14px !important;
  }

  .annotation_cnt
    .annotation_top_page
    div#experience_archive
    .cnt
    .flex
    .txt
    .label.point {
    margin: 0;
  }

  .annotation_cnt .annotation_top_page div#experience_archive .cnt + .cnt {
    padding-top: 2rem;
    margin-top: 2rem;
  }

  .annotation_cnt .annotation_top_page .point_cnt {
    padding: 10px;
  }

  .annotation_top_page div#dl .flex li {
    width: 100%;
  }

  .annotation_top_page div#dl .flex {
    flex-wrap: wrap;
  }

  .annotation_top_page div#dl .flex li + li {
    margin: 10px 0 0;
  }

  .annotation_top_page .dwl-btn a {
    width: 100%;
  }

  .annotation_cnt .annotation_top_page #contact table {
    width: 100%;
    table-layout: fixed;
  }

  .annotation_cnt .annotation_top_page #contact input {
    max-width: 100%;
  }

  .annotation_top_page .contact_col td {
    border: none;
  }
  .annotation_cnt .annotation_top_page_industry #mv {
    height: auto;
    padding: 100px 0 30px;
  }

  .annotation_top_page_industry .industry ul li {
    width: 100%;
  }

  .annotation_top_page_industry .industry ul li + li {
    margin-top: 30px;
  }
  br.only-pc {
    display: none;
  }
  .annotation_top_page_industry .industry ul li img {
    margin: 0 auto;
    display: block;
  }
}

/*220403blog-------------------------------------------------------------------------*/
.annotation__blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.annotation_blog_main {
  width: 720px;
}
.annotation_blog_side {
  width: 180px;
  position: relative;
}
.annotation_blog_main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.annotation_blog_main li {
  width: 100%;
  margin-bottom: 5px;
}
.annotation_blog_main li .img {
  margin-bottom: 10px;
}
.annotation_blog_main li .ttl a {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.annotation_blog_main li .date {
  font-size: 12px;
  color: #666;
}
.annotation_blog_main li:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.annotation_blog_main li .cnt {
  margin-bottom: 10px;
}
.annotation_blog_side dt {
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 20px;
  border-top: 2px solid #444;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.annotation_blog_side dd ul li {
  padding: 20px 0;
}
.annotation_blog_main li:nth-of-type(1) {
  width: 100%;
}
.annotation_blog_main li .img img {
  width: 100%;
}
.annotation_blog_main li .cnt {
  display: none;
}
.annotation_blog_main li:nth-of-type(1) .cnt {
  display: block;
}
.annotation_blog_main li:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
}
.annotation_blog_main li:nth-of-type(1) .img {
  width: 50%;
  margin-bottom: 0;
}
#top.annotation_site
  #annotation_mtrans
  .mv.mv_nmt_service.mv_nmt_blog.mv__category__annotation__blog {
  background-image: url("/wordpress/wp-content/themes/humanscience/common/img/annotation_blog/mv.png");
  height: 260px;
  margin-bottom: 20px;
}
.annotation_blog_main li:nth-of-type(1) .txt {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}
.annotation_blog_main li:nth-child(n + 2) {
  margin-right: 25px;
}
.annotation_blog_main li:nth-child(3n + 1) {
  margin-right: 0;
}
.annotation_blog_main li:nth-of-type(1) .txt {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.annotation_blog_main li:nth-of-type(1) * {
  width: 100%;
}
.annotation_blog_main li:nth-of-type(1) .ttl a {
  font-size: 20px;
}
.annotation_blog_side dd ul li:nth-of-type(1) {
  padding-top: 0;
}

.annotation_blog_side dd ul li {
  display: flex;
  flex-wrap: wrap;
}

.annotation_blog_side dd ul li .img {
  width: 50px;
  height: 50px;
  position: relative;
  /* width: auto; */
  /* height: 50px; */
  overflow: hidden;
}

.annotation_blog_side dd ul li .img img {
  position: absolute;
  width: auto;
  height: 50px;
  max-width: initial;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.annotation_blog_side li .ttl a {
  font-size: 12px;
  /* width: 100px; */
}

.annotation_blog_side li .ttl {
  width: 120px;
  margin-left: 10px;
}

.annotation_blog_side dd ul li {
  border-bottom: 1px dotted #ccc;
}

.annotation_blog_side li.area-link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#top.annotation_site .annotation_section .annotation_blog_main h2:before {
  content: none;
}

.annotation_section .annotation_blog_main h2 {
  text-align: left;
  padding: 0;
  font-size: 34px;
  margin: 0 0 20px;
}
.annotation_section .annotation_blog_main h3 {
  font-size: 26px;
}

.annotation_blog_main .thumb {
  margin-bottom: 30px;
}

.annotation_blog_main {
}

.annotation_blog_main dl.content_list {
  margin: 20px 0 40px;
  background: #eff6fd;
  padding: 30px;
}

#top.annotation_site
  .annotation_section
  .annotation_blog_main
  dl.content_list
  dt {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px dotted #afbdca;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#top.annotation_site
  .annotation_section
  .annotation_blog_main
  dl.content_list
  ul {
  display: block;
}

#top.annotation_site
  .annotation_section
  .annotation_blog_main
  dl.content_list
  ul
  li {
  width: 100%;
  margin-bottom: 3px;
}

#top.annotation_site
  .annotation_section
  .annotation_blog_main
  dl.content_list
  li {
  /* list-style: decimal; */
}

#top.annotation_site
  .annotation_section
  .annotation_blog_main
  dl.content_list
  ul
  li:last-child {
  margin-bottom: 0;
}

#top.annotation_site .annotation_section .blog_section h3 {
  background: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#top.annotation_site .annotation_section .blog_section h3:after {
  border-bottom: 3px solid #444;
}

.blog_section figure {
  margin: 20px 0 0;
}

.blog_section {
  margin-top: 60px;
}

.annotation_blog_main .bnr {
  margin-top: 60px;
}

.annotation_blog_main .fb-like.fb_iframe_widget {
  margin-top: 40px;
}
.annotation_blog_main .bnr:hover {
  opacity: 0.7;
  transition: 0.3s;
}

div#annotation_blog .btn a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 300px;
  background: #f79f19;
  border-radius: 4px;
  position: relative;
}

div#annotation_blog .btn {
  text-align: center;
  margin: 0 0 20px;
}

div#annotation_blog .btn a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  content: "";
}
div#annotation_blog .btn a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.relate_nav_list {
  display: flex;
  flex-wrap: wrap;
}

.relate_nav_list .box {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}

.relate_nav_list .box:nth-of-type(3n) {
  margin-right: 0;
}

.relate_nav_list .box .img {
  margin-bottom: 10px;
}

.relate_nav_list .box a {
  font-size: 14px;
  line-height: 1.4;
}

.relate_nav_list .box:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.annotation_blog_main ul.annotation__text__list li:hover {
  opacity: 1;
}
.annotation_blog_main ul.annotation__text__list li {
  width: 100%;
  margin: 0;
  padding-left: 1rem;
  text-indent: -1rem;
}
.annotation_blog_main ul.annotation__text__list li + li {
  margin-top: 0.2rem;
}
.annotation_blog_main ul.annotation__text__list {
  margin: 0;
}
.blog_section_profile dl {
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #eff6fd;
}
.blog_section_profile dl dt {
  width: 35%;
}
.blog_section_profile dl dd {
  width: 60%;
}
#top.annotation_site .annotation_section .blog_section_profile dl dd p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #444;
}
#top.annotation_site .annotation_section .blog_section_profile dl dd p span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.blog_section_profile dl dd ul li:hover {
  opacity: 1;
}
.blog_section_profile dl dd ul li {
  margin: 0;
  width: 100%;
  text-indent: -1rem;
  padding-left: 1rem;
}
.blog_section_profile dl dd ul li + li {
  margin-top: 0.5rem;
}
.annotation_blog_main dl.content_list li a {
  display: inline-block;
  width: auto;
}
.annotation_blog_main dl.content_list li a:hover {
  opacity: 0.7;
  transtion: 0.3s;
}
.annotation_blog_main dl.content_list li:hover {
  opacity: 1;
}
.annotation_blog_main .annotation__text__list_bg {
  background: #eee;
  padding: 1.5rem;
}

.mt20 {
  margin-top: 20px;
}
.annotation__text__list_bg ul + ul {
  margin-top: 2rem !important;
}

#top.annotation_site .annotation_section .blog_section_profile > .ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #444;
  line-height: 1;
}
.annotation_section.annotation_blog_bread ul.breadclumb li a {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
.annotation_section.annotation_blog_bread ul.breadclumb li a:hover {
  text-decoration: none;
}
.annotation_section.annotation_blog_bread ul.breadclumb {
  margin: 10px 0 60px;
}
.annotation_section.annotation_blog_bread ul.breadclumb li {
  display: inline-block;
  /*font-size: 12px !important;*/
}
.annotation_section.annotation_blog_bread ul.breadclumb li + li:before {
  width: 4px;
  display: inline-block;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 10px 0 5px;
  vertical-align: middle;
  border-color: #999;
  content: "";
}
.annotation_blog_main dl.content_list li a {
  display: inline-block;
  width: auto;
}
.annotation_blog_main dl.content_list li a:hover {
  opacity: 0.7;
  transtion: 0.3s;
}
.annotation_blog_main dl.content_list li:hover {
  opacity: 1;
}
.annotation_blog_main .localization__text__list_bg {
  background: #eee;
  padding: 1.5rem;
}
.localization__text__list_bg ul + ul {
  margin-top: 2rem !important;
}
.annotation_blog_main ul.localization__text__list li {
  width: 100%;
  margin: 0;
  padding-left: 1rem;
  text-indent: -1rem;
}
#top.annotation_site .annotation_section .relate_nav > .ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #444;
  line-height: 1;
}

.annotation_section .annotation_blog_main h2 {
  text-align: left;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px;
}
.annotation_blog_main p {
  font-size: 15px;
  line-height: 1.6;
}
.annotation_blog_main dl.content_list dt {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px dotted #afbdca;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.annotation_blog_main h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 20px;
}
.annotation__blog.annotation__blog_archive
  .annotation_blog_main
  li:nth-child(n + 2) {
  width: 30%;
  margin: 30px 0;
}
.annotation_section .relate_nav > .ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #444;
  line-height: 1;
}
.annotation_section.annotation_blog_bread ul.breadclumb li {
  font-size: 14px;
}
.textLink-weight {
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  color: #4f86c6;
}
.textLink-weight:hover {
  text-decoration: none;
}
.blog_section_profile p.ttl {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.blog_section_profile p.name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1rem;
}

.blog_section_profile p.name span {
  margin-left: 20px;
  font-size: 14px;
}

.blog_section_profile dl dd {
  width: 100%;
}

.blog_section_profile dl dt + dd {
  width: 60%;
}

.annotation__blog.annotation__blog_archive
  .annotation_blog_main
  ul
  li:nth-of-type(1) {
  margin: 0;
}
.annotation__blog.annotation__blog_archive
  .annotation_blog_main
  ul
  li:nth-of-type(n + 2) {
  margin: 30px 36px 30px 0 !important;
}
.annotation__blog.annotation__blog_archive
  .annotation_blog_main
  ul
  li:nth-of-type(3n + 4) {
  margin: 30px 0px 30px 0 !important;
}

@media screen and (max-width: 740px) {
  .annotation_blog_main li:nth-of-type(1) .img {
    width: 100%;
  }
  .annotation_blog_main li:nth-of-type(1) .txt {
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
  }
  .annotation_blog_main li {
    width: 48%;
  }
  .annotation_blog_main li:nth-child(n + 2) {
    margin: 0 0 40px;
  }
  .annotation_blog_main li:nth-of-type(2n + 1) {
    margin-left: 4%;
  }
  .annotation_blog_main li:nth-of-type(1) .ttl a {
    font-size: 16px;
  }
  .annotation_blog_side {
    width: 100%;
  }
  .annotation_blog_side li .ttl {
    width: calc(100% - 70px);
    margin-left: 20px;
  }
  .annotation_blog_side dd ul li {
    align-items: center;
  }
  .annotation_blog_main li:nth-of-type(1) {
    margin: 0 0 40px !important;
  }
  #top.annotation_site .annotation_section .annotation_blog_main h2 {
    font-size: 22px;
  }

  .annotation_blog_main .thumb {
    margin-bottom: 20px;
  }

  #top.annotation_site .annotation_section .annotation_blog_main p {
    font-size: 14px;
  }

  .annotation_blog_main dl.content_list {
    padding: 20px;
    margin: 20px 0;
  }

  #top.annotation_site
    .annotation_section
    .annotation_blog_main
    dl.content_list
    dt {
    font-size: 18px;
  }

  #top.annotation_site
    .annotation_section
    .annotation_blog_main
    dl.content_list
    ul
    li {
    /*text-indent: -1.2em;
    padding-left: 1.2em;*/
    font-size: 13px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  #top.annotation_site
    .annotation_section
    .annotation_blog_main
    dl.content_list
    ul
    li:nth-of-type(1) {
    margin-bottom: 10px !important;
  }

  .annotation_blog_main .content_list li:nth-of-type(2n + 1) {
    margin-left: 0;
  }

  .blog_section {
    margin-top: 40px;
  }

  #top.annotation_site .annotation_section .blog_section h3 {
    font-size: 18px;
  }

  .annotation_blog_main .bnr {
    margin: 40px 0;
  }

  .annotation_blog_main .fb-like.fb_iframe_widget {
    /* margin: 0 0 40px; */
  }

  .annotation_blog_side {
    margin-top: 40px;
  }
  div#annotation_blog .btn a {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  div#annotation_blog .btn {
    margin: 0 0 40px;
  }
  .relate_nav {
    margin: 60px 0 20px;
  }
  #top.annotation_site .annotation_section.annotation_blog_bread {
    padding: 10px 10px 0;
  }
  .annotation_blog_main ul.annotation__text__list {
    margin: 0;
  }
  .annotation_blog_main ul.annotation__text__list li:nth-of-type(1) {
    margin-bottom: 1rem !important;
  }
  .relate_nav_list .box {
    width: 48%;
    margin: 0 0 20px !important;
  }
  .relate_nav_list {
    justify-content: space-between;
  }
  #top.annotation_site .annotation_section.annotation_blog_bread {
    padding: 60px 10px 0;
    margin: 0 !important;
  }
  #top.annotation_site
    #annotation_mtrans
    .mv.mv_nmt_service.mv_nmt_blog.mv__category__annotation__blog {
    height: auto;
  }
  #top.annotation_site
    .annotation_section.annotation_blog_bread.annotation_blog_bread__archive {
    padding-top: 0;
  }
  .annotation_blog_main dl.content_list li {
    width: 100%;
    margin: 5px 0 !important;
  }
  .annotation__blog.annotation__blog_archive
    .annotation_blog_main
    ul
    li:nth-of-type(n + 2) {
    margin: 20px 0 !important;
    width: 100%;
  }
}

/* 241122 */

.blog__common__date {
  margin-bottom: 40px;
  display: flex;
  gap: 2rem;
  color: #999;
  position: relative;
}

.blog__common__date__list {
  display: flex;
  gap: 1rem;
}

.blog__common__date p {
  font-size: 13.5px !important;
}

.blog__common__date img {
  height: 1lh;
  margin-right: -10px;
}

.blog__common__date img:nth-of-type(2) {
  margin-left: 5px;
}

#top.localization_site .localization_section .localization_blog_main h2 {
  margin-bottom: 5px;
}

/* 241216　名古屋電話番号削除による調整 */
/* ヘッダー */
#annotation ul.clearfix.hd_rightArea_tel {
  font-size: 20px;
  margin-top: 20px;
}

#annotation ul.clearfix.hd_rightArea_tel li {
  display: flex;
  align-items: center;
  gap: 5px;
}

#annotation ul.clearfix.hd_rightArea_tel span {
  font-size: 15px;
  padding: 6px;
  margin: initial;
  width: 80px;
}

.sidebnr_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
  position: sticky;
  top: 20px;
}
@media all and (max-width: 768px) {
  .sidebnr_list {
    position: static;
  }
}
.sidebnr_list a {
}
.sidebnr_list a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.annotation_blog_main .thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.annotation_even {
  margin: 0 0 24px 0;
}
.blog_section + .annotation_even {
  margin-top: 60px;
}

/*******************************
250417（TOPページ訴求）
********************************/

#top.annotation_top_page .wrapper {
  max-width: 1100px;
  width: 100%;
}

.annotation_cnt #feature {
  background: #fff;
}

/* 流れるロゴ */
#logo-carousel {
  width: 100%;
  overflow: hidden;
  padding: 0 0 100px 0;
}

.logo-wrapper {
  display: flex;
  width: calc(10vw * 59 * 2);
  animation: logo-scroll 70s linear infinite;
}

.logo-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(10vw * 59);
}

.logo-list li {
  width: 10vw;
  justify-content: center;
  display: flex;
  align-items: center;
}

@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 740px) {
  #logo-carousel {
    padding: 0 0 50px 0;
  }

  .logo-wrapper {
    width: calc(30vw * 59 * 2);
    animation: logo-scroll 50s linear infinite;
  }

  .logo-list {
    width: calc(30vw * 59);
  }

  .logo-list li {
    width: 30vw;
  }
}

/* アノテーション代行サービスの特長 */
.annotation_cnt #feature02 {
  background: linear-gradient(to right, #2ebac7 1%, #4e84c4 100%);
  color: #fff;
}
.annotation_cnt #feature02 h2 {
  color: #fff;
}
.annotation_cnt #feature02 h2 span {
  color: #fff;
}

.annotation_top_page div#feature02 .box li .ttl {
  color: #fff;
}
.annotation_cnt #feature02 .box li .ttl {
  color: #fff;
}
.annotation_cnt .cl_wh {
  color: #fff;
}

.annotation_cnt #feature02 h2 span.sub_ttl {
  color: #fff;
}

.annotation_cnt #feature02 h2 span.en_ttl {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.annotation_cnt #feature02 .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.annotation_cnt #feature02 .items .item {
  width: calc(100% / 3 - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0px;
  gap: 20px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  min-height: 370px;
}
.annotation_cnt #feature02 .items .item .txt_area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.annotation_cnt #feature02 .items .item .txt_area .ttl {
  font-size: 20px;
}
.annotation_cnt #feature02 .items .item .txt_area .num {
  color: transparent;
  background: linear-gradient(
      to right,
      rgb(46, 186, 199) 1%,
      rgb(78, 132, 196) 100%
    )
    text;
  font-size: 14px;
}
.annotation_cnt #feature02 .items .item .btn_area {
  position: relative;
  color: #fff;
  padding: 6px 60px;
  font-size: 16px;
  border-radius: 1000px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(to right, #edcb26 0%, #f3801a 100%);
  cursor: pointer;
}

.annotation_cnt #feature02 .items .item .btn_area::after {
  content: "+";
  position: absolute;
  top: 47%;
  right: 35px;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: normal;
  color: #fff;
}

/* ポップアップ */
.popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto;
}
.tooltip {
  position: relative;
  background: #fff;
  padding: 40px 60px;
  max-width: 70vw;
  width: 100%;
  top: 20%;
  left: 15%;
}
.popup_txt_ttl {
  text-align: center;
  margin-bottom: 40px;
}
.popup_txt_ttl .num {
  color: transparent;
  background: linear-gradient(
      to right,
      rgb(46, 186, 199) 1%,
      rgb(78, 132, 196) 100%
    )
    text;
  font-size: 14px;
}
.popup_txt_ttl .ttl {
  font-size: 26px;
}
.popup_items {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.popup_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.popup_item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_txt_area {
  width: 70%;
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.popup_txt_area .main {
  font-size: 20px;
}
.popup_txt_area .desc {
  font-weight: normal;
}
.popup_close {
  position: absolute;
  top: 3%;
  right: 3%;
  background: transparent;
  border: none;
  font-size: 25px;
  color: #888;
  cursor: pointer;
}

/* 対応サービス */
.annotation_top_page .section.top#service li {
  font-size: 15px;
}
.annotation_top_page .section.top#service li .ttl {
  color: #000;
}
@media screen and (max-width: 740px) {
  .annotation_top_page .section.top#service li .ttl {
    font-size: 12px;
  }
}

/* 業界別活用シーン */
.annotation_top_page #industry li {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.annotation_top_page #industry li .ttl a {
  color: #4e85c5;
  font-weight: bold;
  position: relative;
}
.annotation_top_page #industry li .ttl a::after {
  content: "";
  position: absolute;
  top: 47%;
  right: -15px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid #4e85c5;
  border-top: 1px solid #4e85c5;
}
.annotation_top_page #industry li .ttl a:hover {
  transition: all 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 740px) {
  .annotation_top_page #industry .box_col3 {
    flex-direction: column;
    gap: 30px;
  }

  .annotation_top_page #industry li .ttl a {
    font-size: 15px;
  }
}

/* 実績 */
.annotation_top_page div.top#experience_archive {
  background: #f6f6f6;
}
.annotation_top_page div.top#experience_archive .wrapper {
  position: relative; /* ← これが必須 */
}
.annotation_top_page div.top#experience_archive .detail {
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 2rem;
  background: #fff;
}
.annotation_cnt div.top#experience_archive h3 {
  width: 100%;
  margin: 0 auto;
}
.annotation_top_page div.top#experience_archive .cnt-slider {
  overflow: hidden;
  width: 100%;
}
.annotation_top_page div.top#experience_archive .cnt-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  align-items: flex-start;
}
.annotation_top_page div.top#experience_archive .cnt {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0rem;
}
.annotation_top_page div.top#experience_archive .scroll-btn {
  cursor: pointer;
  font-size: 2rem;
  border: none;
  padding: 0.5em 1em;
  position: absolute;
  top: 700px;
  transform: translateY(-50%);
  z-index: 5;
  background: linear-gradient(to right, #2ebac7 1%, #4e84c4 100%);
  border-radius: 50%;
  color: #fff;
}
.annotation_top_page div.top#experience_archive #prevBtn {
  left: -100px;
}
.annotation_top_page div.top#experience_archive #nextBtn {
  left: auto;
  right: -100px;
}
.annotation_cnt div.top#experience_archive .cnt + .cnt {
  padding-top: 0;
  border-top: none;
}
.annotation_top_page div.top#experience_archive .indicator {
  text-align: center;
  margin: 50px 0;
}
.annotation_top_page div.top#experience_archive .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.annotation_top_page div.top#experience_archive .dot.active {
  background-color: #2ebac7;
}

@media screen and (max-width: 740px) {
  .annotation_top_page div.top#experience_archive .scroll-btn {
    left: 88%;
    font-size: 1rem;
    top: 4%;
  }
  .annotation_top_page div.top#experience_archive #prevBtn {
    left: 2%;
  }

  .annotation_top_page div.top#experience_archive .detail {
    padding: 20px;
    background-color: initial;
  }

  .annotation_top_page div.top#experience_archive .detail .img {
    flex-direction: column;
  }

  .annotation_top_page div.top#experience_archive .detail .img img {
    width: 100% !important;
    height: auto;
    max-width: initial;
  }

  .annotation_top_page div.top#experience_archive .cnt {
    background: #fff;
  }

  .annotation_top_page div.top#experience_archive .cnt + .cnt {
    padding-top: 0;
    margin-top: 0;
  }
}

/* 流れ */
.annotation_cnt div#process_service .items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
.annotation_cnt div#process_service .items li {
  width: calc(100% / 5);
}
.annotation_cnt div#process_service .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.annotation_cnt div#process_service .items .item .img_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  background-color: #e6f6fe;
  margin-bottom: 10px;
}
.annotation_cnt div#process_service .items .item .ttl_area {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  gap: 5px;
}

.annotation_cnt div#process_service .items .item .ttl_area .num {
  background: linear-gradient(to right, #2ebac7 1%, #4e84c4 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.annotation_cnt div#process_service .items .item .desc_area {
  text-align: left;
}
.annotation_cnt div#process_service .items .conect_bar {
  content: "";
  width: 90%;
  height: 5px;
  background-color: #e6f6fe;
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: -1;
}

@media screen and (max-width: 740px) {
  .annotation_cnt div#process_service .items {
    flex-direction: column;
    flex-direction: column;
    align-items: center;
  }

  .annotation_cnt div#process_service .items .item {
    width: 70%;
  }

  .annotation_cnt div#process_service .items .conect_bar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .annotation_cnt #feature02 .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .annotation_cnt #feature02 .items {
    flex-direction: column;
    align-items: center;
  }

  .annotation_cnt #feature02 .items .item {
    width: 100%;
    max-width: 560px;
    padding: 20px 0px;
    margin-bottom: 20px;
    min-height: auto;
  }

  .popup_wrapper {
    padding: 20px;
  }

  .tooltip {
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    border-radius: 10px;
    overflow-y: auto;
    max-height: 90vh;
  }

  .popup_txt_ttl {
    margin-bottom: 20px;
  }

  .popup_txt_ttl .num {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .popup_txt_ttl .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .popup_item {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 10px;
  }

  .popup_txt_area {
    width: 100%;
    max-width: 560px;
    gap: 10px;
  }

  .popup_txt_area .main {
    font-size: 15px;
    font-weight: bold;
  }

  .popup_txt_area .desc {
    font-size: 13px;
    line-height: 1.6;
  }

  .popup_img_area {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .popup_img_area img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .popup_close {
    top: 1%;
    right: 7%;
  }
}
.annotation_cnt h2 span.sub_ttl {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

/*******************************
250421（アノテーションサービスページ）
********************************/
.annotation_top_page #mv,
.annotation_top_page.text-annotation #mv,
.annotation_top_page.text-annotation.audio-annotation #mv {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.annotation_top_page #mv .bg-video,
.annotation_top_page.text-annotation #mv .bg-video,
.annotation_top_page.text-annotation.audio-annotation #mv .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  object-fit: cover;
  object-position: center;
  transform: translate(-50.1%, -50%);
  filter: brightness(0.4);
}

.bg_gray {
  background: #f6f6f6;
}

.annotation_solution--service .service_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.annotation_solution--service .service_items .service_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
  background: #f6f6f6;
  padding: 30px;
}

.annotation_solution--service .service_items .service_item .img_area {
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
}

.annotation_solution--service .service_items .service_item .img_area img {
  width: 100px;
}

.annotation_solution--service .service_items .service_item .text_area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  gap: 15px;
}
.annotation_solution--service .service_items .service_item .text_area .ttl {
  font-weight: bold;
}
.annotation_solution--service .service_items .service_item .text_area .main {
  font-size: 24px;
}
.annotation_solution--service .service_items .service_item .text_area .kakko {
  font-size: 20px;
}

.annotation_solution--service .service_items .service_item .text_area .btn a {
  width: 210px;
  font-size: 16px;
  padding: 5px 0;
  min-width: initial;
}
@media screen and (max-width: 740px) {
  .annotation_solution--service .service_items .service_item {
    flex-direction: column;
    gap: 20px;
  }
  .annotation_solution--service .service_items .service_item .text_area {
    width: 100%;
    gap: 10px;
  }
}

/* テキストアノテーション（新規ページ） */
.annotation_top_page.text-annotation #faq dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 30px;
  border: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease,
    border 0.4s ease;
}

.annotation_top_page.text-annotation #faq dl dd.open {
  max-height: 1000px;
  opacity: 1;
  padding: 30px;
  border: 2px solid #4e84c4;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
}

.annotation_top_page.text-annotation #faq dl dt {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.annotation_top_page.text-annotation #faq .toggle-icon {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: #666666;
  user-select: none;
  font-weight: initial;
}
.annotation_top_page.text-annotation #faq dl dt:after {
  display: none;
}
@media screen and (max-width: 740px) {
  .annotation_top_page.text-annotation #faq .toggle-icon {
    right: 0;
  }
}

/*対応サービス */

.annotation_top_page.text-annotation #service {
  background: #fff;
}

.annotation_top_page.text-annotation #service .box_col3 {
  max-width: 950px;
  margin: 0 auto;
}
.annotation_top_page.text-annotation #service .box_col3 li {
  width: 33%;
}
.annotation_top_page.text-annotation #service .box_col3 li .img {
  background: #e6f6fe;
}
@media screen and (max-width: 740px) {
  .annotation_top_page.text-annotation #service .box_col3 li {
    width: 50%;
  }
}

/* お悩み */
.annotation_top_page.text-annotation #concern .concern_items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.annotation_top_page.text-annotation #concern .concern_items li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3 - 20px);
  gap: 30px;
  padding: 50px;
  background-color: #fff;
}
.annotation_top_page.text-annotation
  #concern
  .concern_items
  li:nth-child(3)
  .img_area {
  display: flex;
  justify-content: start;
  align-items: center;
}
.annotation_top_page.text-annotation
  #concern
  .concern_items
  li:nth-child(3)
  .img_area
  img {
  width: 90%;
}

.annotation_top_page.text-annotation #concern .concern_items li .txt_area {
  text-align: center;
}
.annotation_top_page.text-annotation
  #concern
  .concern_items
  li
  .txt_area
  span.bold {
  font-weight: bold;
  font-size: 1.3em;
}
.triangle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.triangle .triange_item {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 14px solid #4e84c4;
}
.annotation_top_page.text-annotation #concern .concern_solution {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  gap: 10px;
}
.annotation_top_page.text-annotation #concern .concern_solution .ttl {
  font-size: 1.2em;
  background: linear-gradient(to right, #2ebac7 1%, #4e84c4 100%);
  color: #fff;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 740px) {
  .annotation_top_page.text-annotation #concern .concern_items {
    flex-direction: column;
    align-items: center;
  }
  .annotation_top_page.text-annotation #concern .concern_items li {
    width: 80%;
    max-width: 560px;
    padding: 20px;
    margin-bottom: 20px;
    min-height: auto;
  }

  .annotation_top_page.text-annotation #concern .concern_solution .ttl {
    width: 100%;
    font-size: 1.1em;
  }
}

/* 特長 */
.annotation_top_page.text-annotation #feature_an_tx {
  background: linear-gradient(to right, #2ebac7 1%, #4e84c4 100%);
}
.annotation_top_page.text-annotation #feature_an_tx .sub_ttl {
  color: #fff;
}
.annotation_top_page.text-annotation #feature_an_tx .en_ttl {
  color: #fff;
}
.annotation_top_page.text-annotation #feature_an_tx .items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.annotation_top_page.text-annotation #feature_an_tx .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 40px;
  background-color: #fff;
}
.annotation_top_page.text-annotation #feature_an_tx .items .item .txt_area {
  display: flex;
  flex-direction: column;
  width: 70%;
  gap: 20px;
}
.annotation_top_page.text-annotation
  #feature_an_tx
  .items
  .item
  .txt_area
  .num {
  color: transparent;
  background: linear-gradient(
      to right,
      rgb(46, 186, 199) 1%,
      rgb(78, 132, 196) 100%
    )
    text;
  font-weight: bold;
}
.annotation_top_page.text-annotation
  #feature_an_tx
  .items
  .item
  .txt_area
  .main_ttl {
  font-size: 24px;
  font-weight: bold;
}
.annotation_top_page.text-annotation
  #feature_an_tx
  .items
  .item
  .txt_area
  .desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}
.annotation_top_page.text-annotation
  #feature_an_tx
  .items
  .item
  .txt_area
  .desc
  .attention {
  font-size: 0.88em;
}
.annotation_top_page.text-annotation #feature_an_tx .cta_area {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 70px;
}
@media screen and (max-width: 740px) {
  .annotation_top_page.text-annotation #feature_an_tx .items .item {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .annotation_top_page.text-annotation
    #feature_an_tx
    .items
    .item
    .txt_area
    .main_ttl {
    font-size: 20px;
  }
  .annotation_top_page.text-annotation #feature_an_tx .items .item .txt_area {
    width: 100%;
  }
  .annotation_top_page.text-annotation
    #feature_an_tx
    .items
    .item
    .txt_area
    .num {
    font-size: 1.5em;
  }
  .annotation_top_page.text-annotation #feature_an_tx .cta_area {
    flex-direction: column;
  }
}
/* 対応分野 */
.annotation_top_page.text-annotation #field .wrapper {
  max-width: 950px;
  width: 100%;
}
.annotation_top_page.text-annotation #field .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  flex-direction: column;
}
.annotation_top_page.text-annotation #field .items .item {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.annotation_top_page.text-annotation #field .items .item .img_area {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f6fe;
  border-radius: 50%;
  width: 170px;
  height: 170px;
}

.annotation_top_page.text-annotation #field .items .item .txt_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 70%;
}

.annotation_top_page.text-annotation #field .items .item .txt_area .main_ttl {
  font-size: 22px;
  font-weight: bold;
}
.annotation_top_page.text-annotation #field .items .item .txt_area .desc {
  font-size: 16px;
}

.annotation_top_page.text-annotation .dl_bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: url(../../asset/img/annotation/bnr_under_anno_dl.png);
  background-repeat: no-repeat;
  color: #fff;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s;
}
.annotation_top_page.text-annotation .dl_bnr:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.annotation_top_page.text-annotation .dl_bnr .txt_area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.annotation_top_page.text-annotation .dl_bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.annotation_top_page.text-annotation .dl_bnr .txt_area .ttl {
  font-size: 24px;
  font-weight: bold;
}
.annotation_top_page.text-annotation .dl_bnr .txt_area .img_area {
  font-size: 16px;
}
.annotation_top_page.text-annotation .dl_bnr .txt_area .cta {
  background-color: #d5022a;
  text-align: center;
  padding: 5px 0;
  width: 65%;
}
@media screen and (max-width: 740px) {
  .annotation_top_page.text-annotation .items .item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .annotation_top_page.text-annotation #field .items .item .txt_area {
    width: 100%;
  }
  .annotation_top_page.text-annotation #field .items .item .txt_area .main_ttl {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
  }
  .annotation_top_page.text-annotation .dl_bnr {
    padding: 30px 10px;
    gap: 0;
  }
  .annotation_top_page.text-annotation .dl_bnr .txt_area .ttl {
    font-size: 18px;
  }
  .annotation_top_page.text-annotation .dl_bnr .txt_area .cta {
    font-size: 0.9em;
  }
  .annotation_top_page.text-annotation .dl_bnr .txt_area {
    width: 100%;
    gap: 0px;
  }
  .annotation_top_page.text-annotation .dl_bnr .img_area {
    width: 60%;
  }
}
/* 価格 */
.annotation_top_page.text-annotation #price {
  text-align: center;
}
.annotation_top_page.text-annotation #price .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.annotation_top_page.text-annotation #price .table_area {
  margin-bottom: 60px;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 20px;
  min-width: 700px;
  table-layout: fixed;
}
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  background-color: #fff;
}

.pricing-table thead th {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.pricing-table .column1 {
  background-color: #2ebac7;
  width: calc(100% / 2 - 10%);
}

.pricing-table .column2 {
  background-color: #4e84c4;
  width: calc(100% / 2 - 10%);
}

.pricing-table thead th:first-child {
  background: transparent;
  color: transparent;
  border: none;
}

.pricing-table span.highlight {
  font-size: 1.3em;
  font-weight: bold;
}

.pricing-table .row-title {
  background-color: #f0f0f0;
  font-weight: bold;
  width: 20%;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .annotation_top_page.text-annotation #price .ttl {
    font-size: 20px;
  }
  .pricing-table {
    width: 100%;
  }

  .table-wrapper {
    overflow-x: auto;
    white-space: nowrap;
  }
  .pricing-table table {
    min-width: 600px;
  }

  .pricing-table th,
  .pricing-table td {
    white-space: normal;
  }
}

/* テキストアノテーションとは */
.annotation_top_page.text-annotation #what_is {
  padding: 0 0 100px 0;
}
.annotation_top_page.text-annotation #what_is .inner {
  display: flex;
  flex-direction: column;
  background-color: #e6f6fe;
  padding: 50px;
  gap: 30px;
}
.annotation_top_page.text-annotation #what_is .ttl {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
.annotation_top_page.text-annotation #what_is .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.annotation_top_page.text-annotation #what_is .box .txt_area {
  width: 55%;
}
@media screen and (max-width: 740px) {
  .annotation_top_page.text-annotation #what_is .inner {
    padding: 30px;
    gap: 15px;
  }
  .annotation_top_page.text-annotation #what_is .ttl {
    font-size: 22px;
  }
  .annotation_top_page.text-annotation #what_is .box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .annotation_top_page.text-annotation #what_is .box .txt_area {
    width: 100%;
  }
}

.annotation__bnr,
.annotation__bnr * {
  box-sizing: border-box;
}
.annotation__bnr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 4rem;
  background-color: #34b1c7;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(46, 186, 199) 0%,
    rgb(78, 132, 196) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(46, 186, 199) 0%,
    rgb(78, 132, 196) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(46, 186, 199) 0%,
    rgb(78, 132, 196) 100%
  );
  color: #fff;
  padding: 20px;
  align-items: center;
  transition: all 0.3s;
}

.annotation__bnr__txt {
  width: 66%;
  text-align: center;
  padding: 0 20px;
}
.annotation__bnr__txt p {
  font-size: 36px;
  font-weight: bold;
}
.annotation__bnr__txt span {
  font-size: 44px;
  font-weight: bold;
}
.annotation__bnr__img {
  width: 34%;
}
.annotation__bnr__btn {
  position: absolute;
  bottom: 16px;
  right: 20px;
  background-color: #edbf24;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(237, 203, 38) 0%,
    rgb(243, 128, 26) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(237, 203, 38) 0%,
    rgb(243, 128, 26) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(237, 203, 38) 0%,
    rgb(243, 128, 26) 100%
  );
  border-radius: 9999px;
  font-size: 14px;
  line-height: 1.215;
  padding: 7px 35px;
  font-weight: bold;
  overflow: hidden;
}
.annotation__bnr__btn::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.2);
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.annotation__bnr__btn::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -4px;
  vertical-align: middle;
  border-color: #fff;
  content: "";
}
.annotation__bnr:hover {
  opacity: 0.9;
}
.annotation__bnr:hover .annotation__bnr__btn::before {
  right: auto;
  left: 0;
  width: 100%;
}

.annotation_cnt .partner {
  background: #ffffff;
  padding: 60px 100px;
  text-align: center;
}

.annotation_cnt .partner h2 {
  font-size: 24px;
}

.annotation_cnt .partner .img {
  max-width: 500px;
  margin: 0 auto;
}

.annotation_cnt .partner .btn a {
  min-width: 320px;
  padding: 20px 0;
}

@media screen and (max-width: 740px) {
  .annotation__bnr {
    padding: 30px 15px;
  }
  .annotation__bnr__txt {
    width: 100%;
    padding: 0;
  }
  .annotation__bnr__img {
    width: 100%;
    padding: 20px 0;
  }
  .annotation__bnr__txt p {
    font-size: 20px;
  }
  .annotation__bnr__txt span {
    font-size: 25px;
  }
  .annotation_cnt .partner {
    padding: 40px 15px;
  }

  .annotation_cnt .partner h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
/* 20250729 グロナビ修正 */
li.loc_menu__single .loc_menu__second-level.loc_menu__second-level_service {
  left: -271px;
}
#annotation
  #gNavi
  ul
  li
  .loc_menu__second-level.loc_menu__second-level_service
  li
  + li {
  margin-left: 0;
}
#annotation
  #gNavi
  ul
  li
  .loc_menu__second-level.loc_menu__second-level_service
  ul {
  align-items: flex-start;
}
#annotation
  #gNavi
  ul
  li
  .loc_menu__second-level.loc_menu__second-level_service
  li {
  height: auto;
  padding-bottom: 10px;
}
/* 20250821 ホバーアクション */
.annotation_link_service {
  transition: 0.3s;
}
.annotation_top_page.text-annotation
  #service
  .box_col3
  li
  .annotation_link_service:hover
  .img.service_link_img {
  background-image: linear-gradient(90deg, #2ebac7, #4e84c4);
}
.annotation_link_service:hover .service_link_img img {
  filter: brightness(0) invert(1);
}
.annotation_top_page div#service li .img.service_link_img img {
  max-width: 100px;
  width: auto;
}
.annotation_top_page.annotation_top_page_text
  div#service
  li
  .annotation_link_service:hover
  .img.service_link_img {
  background-image: linear-gradient(90deg, #2ebac7, #4e84c4);
}
@media screen and (max-width: 740px) {
  .annotation_top_page div#service li .img.service_link_img img {
    width: 50%;
  }
}
