.ankerNav {
  margin-bottom: 35px;
}

.ankerNav ul {
  display: flex;
  margin: 0 auto;
}

.ankerNav li a::after {
  display: block;
  margin: 0 auto;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #1e93d3;
}

.ankerNav li a {
  text-align: center;
  line-height: 1;
  text-decoration: none;
  font-size: 2rem;
  font-weight: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 767px) {
  .ankerNav li a {
    font-size: 3.73vw;
  }
}

#staff {
  background-color: #E8E8E8;
  padding-top: 0;
}

#staff .hgroup {
  background: url("/images/moji/hgroup_bg.png") no-repeat;
  background-color: #3d7fc1;
  padding: 15px 0 15px;
}

#staff .hgroup h2 {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

#staff .hgroup p {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  background: none;
}

@media screen and (max-width: 767px) {
  #staff .hgroup h2 {
    font-size: 5.6vw;
  }
  #staff .hgroup p {
    font-size: 3.37vw;
    line-height: 1.8;
  }
  #staff .hgroup {
    margin-bottom: 6px;
  }
}

.tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab a {
  width: 175px;
  text-decoration: none;
}

.tab li {
  background-color: #FFFFFF;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  width: 175px;
  margin-bottom: 8px;
}

.empty_item {
  width: 175px;
  background: none!important;
}

.tab li img {
  width: auto;
  height: 178px;
  display: block;
  margin: 0 auto;
}

.tab .bk {
  background-color: #070707;
}

.tab .green {
  background-color: #377C32;
}

.tab .blue {
  background-color: #1284C9;
}

.tab .orange {
  background-color: #FF8F43;
}

.tab .gray {
  background-color: #98859B;
}

.tab span {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  line-height:1.4;
  display: block;
  color: #fff;
  padding:5px 0 3px 0;
}

.text_vw{
 font-size:1.4rem!important;
 padding:2px 0!important;
}

@media screen and (max-width: 767px) {
  .text_vw{
    font-size: 2.7vw!important;
    line-height: 1.6;
    padding:0!important;
  }
}

.tab li.active {
  cursor: auto;
}

.area li {
  display: none;
}

.area .show {
  display: block;
}

@media screen and (max-width: 767px) {
  .tab {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .tab li {
    display: inline-block;
    width: 39vw;
    height: auto;
  }
  .tab li img {
    height: 124px;
  }
  .empty_item {
    display: none!important;
    width: 0%;
  }
  .tab span {
    font-size: 2.7vw;
    line-height: 1.6;
    padding: 3px 0;
  }
}

.inner {
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.flex {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#message {
  margin-bottom: 0px;
}

#message .show {
  background: url("/images/syainngazou/staff_bg.png") no-repeat;
  background-position: top right;
  padding-bottom:50px;
}

@media screen and (max-width: 767px) {
  #message .show {
    padding-bottom:25px;
  }
}


#message .hgroup h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 30px 0;
}

#message .hgroup p {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 80px;
}

#message .text-area {
  background-color: #f7f7f7;
  width: 760px;
  padding: 60px 100px;
}

#message .text-area h4 {
  color: #ff6631;
  font-weight: bold;
  font-size: 2.5rem;
}

#message .text-area p {
  font-size: 2rem;
  margin-bottom: 35px;
}

#message .image-area {
  width: 282px;
}

#message .small-img {
  width: 335px;
}

@media screen and (max-width: 767px) {
  #message {
    padding-top: 0;
  }
  #message .hgroup {
    width: 68%;
    margin-left: 2%
  }
  #message .image-area {
    position: absolute;
    top: -34vw;
    right: 0;
    z-index: 3;
    width: 30%;
  }
  #message .flex {
    position: relative;
  }
  #message .hgroup h3 {
    font-size: 4.26vw;
    margin-bottom: 15px;
    text-align: left;
  }
  #message .hgroup p {
    text-align: left;
    font-size: 3.37vw;
    margin-bottom: 0;
  }
  #message .text-area {
    z-index: 5;
  }
  #message .text-area {
    width: 100%;
    padding: 20px 2%;
  }
  #message .text-area h4 {
    font-size: 4.26vw;
  }
  #message .text-area p {
    font-size: 3.73vw;
    margin-bottom: 15px;
  }
  #message .show {
    height: auto;
    background: none;
    margin-bottom:0px;
  }
}

@media screen and (max-width: 767px) {
  .show li {
    position: relative;
  }
  iframe {
    height: 100vh;
  }
}

.back-btn {
  width: 355px;
  height: 70px;
  margin: 0 auto;
  background: url("/images/syainngazou/staff_icon.png") no-repeat;
  background-color: #437742;
  text-align: center;
  margin-bottom: 80px;
}

.back-btn a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2rem;
  height: 70px;
  padding: 20px 0px 20px 50px;
  margin-top:50px;
}

.back-btn a:after{
  content: "";
  display: block;
}


@media screen and (max-width: 767px) {
  .back-btn {
    width: 80%;
  }
  .back-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.26vw;
    padding: 0;
    margin-left: 40px;
    margin-top:25px;
  }
}


/*---------------------------データ*/

#data {
  background-color: #e8e8e8;
  padding-top: 0;
  padding-bottom: 30px;
  margin-bottom: 90px;
}

#data .hgroup {
  background: url("/images/moji/hgroup_bg.png") no-repeat;
  background-color: #498423;
  background-size: cover;
  padding: 15px 0 15px;
}

#data .hgroup h2 {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #data .hgroup h2 {
    font-size: 5.6vw;
  }
}

#data .text-area {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 30px 0;
}

#data .text-area p {
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #data .text-area p {
    font-size: 3.73vw;
  }
}

#data .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.col1 {
  background-color: #FFF;
  width: 360px;
  margin-bottom: 10px
}

.col2 {
  background-color: #FFF;
  width: 730px;
  margin-bottom: 10px;
}

.col3 {
  background-color: #FFF;
  width: 1100px;
  margin-bottom: 10px;
}

#data h4 {
  text-align: center;
  font-size: 2.5rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

#data .data {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

#data .data img {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

#data .comment {
  text-align: center;
  margin-bottom: 20px;
}

#basic-data .title {
  background-color: #679fd6;
}

#basic-data .title h3 {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 4rem;
  text-align: center;
}

#basic-data .title h3:before {
  content: '\f15c';
  font-family: 'Font Awesome 5 Free';
  font-size: 10rem;
  font-weight: 900;
  display: block;
  margin: 50px auto 30px;
}

.q01 {
  text-align: left!important;
  margin: 20px 0px 0px 70px!important;
  vertical-align: top;
}

.q01:after {
  content: "";
  display: inline-block;
  width: 360px;
  height: 44px;
  background: url("/images/syainngazou/deta_icon01.png") no-repeat;
  background-size:contain;
  background-position: bottom;
  margin-left: 60px;
}

.before_bg:before{
 content: "";
 display: block;
 width:122px;
 height:40px;
 background:url("/images/imggazou/data_icon07.png") no-repeat center center;
 margin:0 auto;
 margin-bottom:50px;
 
}

#interesting-data .col1 {
  order: 3;
}

#interesting-data .col2 {
  order: 3;
}

#interesting-data .col3 {
  background-color: #FFFFFF;
  /*width:1100px;*/
  margin-bottom: 10px;
  order: 3;
}

#interesting-data .title {
  background-color: #FC8A59;
  order: 2;
}

#interesting-data .q2 {
  order: 1;
}

#interesting-data .q2 div {
  display: flex;
  align-items: center;
}

.wi40 {
  width: 40%;
}

.wi60 {
  width: 60%;
}

#interesting-data .title h3 {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 4rem;
  text-align: center;
}

#interesting-data .title h3:before {
  content: '\f15c';
  font-family: 'Font Awesome 5 Free';
  font-size: 10rem;
  font-weight: 900;
  display: block;
  margin: 50px auto 30px;
}

#interesting-data .col2-box {
  width: 730px;
  order: 3;
}

#interesting-data .q2 h4 {
  position: absolute;
  margin-left: 50px;
}

#interesting-data .q2 .data {
  margin-top: 20px;
  margin-bottom: 20px;
}

#interesting-data .col3 .comment {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 30px 0 30px;
}

#interesting-data .q4 .data {
  font-size: 2rem;
  font-weight: bold;
  width: 230px;
  margin: 0 auto;
}

.ave {
  font-size: 2.3rem;
}

.number {
  font-size: 5rem;
  color: #FF6B43;
  margin: 0 10px;
}

.caution {
  font-weight: 500;
  color: #5B5B5B;
  text-align: right;
  margin-right: 30px;
  font-size: 1.8rem;
  padding-bottom: 20px;
}

#interesting-data .text-data {
  font-size: 2rem;
  width: 635px;
  line-height: 2.3;
  margin: 0 auto;
}

#interesting-data .q5 {
  height: 273px;
}

#interesting-data .q5 h4 {
  padding-top: 30px;
  margin-top: 0;
}

#interesting-data .q6 {
  height: 397px;
  padding-bottom: 20px;
}

#interesting-data .q6 .data {
  width: 50%;
}

#interesting-data .q6 div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#interesting-data .q6 h4 {
  padding-top: 30px;
  margin-top: 0;
}

#interesting-data .q7 {
  height: 680px;
}

#interesting-data .q7 h4 {
  margin-bottom: 50px;
}

#interesting-data .col3 .flex {
  justify-content: center;
}

.man01 {
  font-weight: bold;
  font-size: 1.8rem;
}

.man01:before {
  content: "";
  display: block;
  width: 77px;
  margin: 0 auto;
  height: 100px;
  background: url("/images/imggazou/data_icon02.png") no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.man02 {
  font-weight: bold;
  font-size: 1.8rem;
}

.man02:before {
  content: "";
  display: block;
  width: 77px;
  margin: 0 auto;
  height: 100px;
  background: url("/images/imggazou/data_icon03.png") no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.man03 {
  font-weight: bold;
  font-size: 1.8rem;
}

.man03:before {
  content: "";
  display: block;
  width: 77px;
  margin: 0 auto;
  height: 100px;
  background: url("/images/imggazou/data_icon04.png") no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.man04 {
  font-weight: bold;
  font-size: 1.8rem;
}

.man04:before {
  content: "";
  display: block;
  width: 77px;
  margin: 0 auto;
  height: 100px;
  background: url("/images/imggazou/data_icon05.png") no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.man05 {
  font-weight: bold;
  font-size: 1.8rem;
}

.man05:before {
  content: "";
  display: block;
  width: 77px;
  margin: 0 auto;
  height: 100px;
  background: url("/images/imggazou/data_icon06.png") no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.man-box {
  width: 17%;
  text-align: center;
}

#interesting-data .col3 ul {
  margin-bottom: 50px;
}

#interesting-data .col3 ul li {
  font-size: 2rem;
}

#thanks .title {
  display: flex;
  align-items: center;
  background-color: #E55589;
  height: 340px;
}

#thanks .title h3 {
  width: 280px;
  letter-spacing: 0.1em;
  margin: auto;
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.8rem;
  text-align: left;
  line-height: 1.7;
}

#thanks ul {
  width: 600px;
  margin: 0 auto;
  list-style: disc;
  margin-top: 30px;
  margin-bottom: 60px;
}

#thanks li {
  font-size: 2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .col1 {
    width: 100%;
  }
  .col2 {
    width: 100%;
  }
  .col3 {
    width: 100%;
  }
  .q01 {
    text-align: center!important;
    margin: 20px 0 0 0!important;
  }
  .q01:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 44px;
    background-position: bottom;
    margin: 0 auto;
  }
  .col2 .sp_scroll {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .col2 .sp_scroll .data {
    width: 760px;
  }
  .col3 .sp_scroll {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .col3 .sp_scroll .data {
    width: 760px;
  }
  #thanks ul {
    width: 100%;
  }
  #data h4 {
    text-align: center;
    font-size: 4.26vw;
  }
  #data .comment {
    font-size: 3.37vw;
  }
  
  #data .hgroup{
   margin-bottom:10px;
  }
  
  #data .text-area {
    width:100%;
    padding:3%;
    margin-bottom:10px;
  }
  
  #basic-data .title {
    background-color: #679fd6;
    padding: 30px 0!important;
  }
  #basic-data .title h3 {
    font-size: 6vw;
    margin: 0!important;
  }
  #basic-data .title h3:before {
    font-size: 10vw;
    margin: 0 0 20px 0!important;
  }
  #interesting-data .title {
    order: 1;
  }
  #interesting-data .q2 {
    order: 2;
  }
  #interesting-data .title {
    background-color: #FC8A59;
    padding: 30px 0!important;
  }
  #interesting-data .title h3 {
    font-size: 6vw;
    margin: 0!important;
  }
  #interesting-data .title h3:before {
    font-size: 10vw;
    margin: 0 0 20px 0!important;
  }
  #interesting-data .q2 h4 {
    position: static;
    margin-left: 0;
    text-align: center;
  }

  #interesting-data .col3 .comment {
    font-size: 4.26vw;
    margin: 30px 0 30px;
  }
  #interesting-data .q4 .data {
    font-size: 3.73vw;
    width: 100%;
    margin: 0 auto;
  }
  .ave {
    font-size: 4vw;
  }
  .number {
    font-size: 9.32vw;
  }
  .caution {
    font-size: 3vw;
    padding-bottom: 30px;
  }
  #interesting-data .text-data {
    width: 90%;
    font-size: 3.73vw;
    padding-bottom: 30px;
  }
  #interesting-data .q5 {
    height: auto;
  }
  #interesting-data .q5 h4 {
    padding-top: 30px;
    margin-top: 0;
  }
  #interesting-data .q6 {
    height: auto;
    padding-bottom: 20px;
  }
  #interesting-data .q6 div {
    display: block;
  }
  #interesting-data .q6 .data {
    width: 80%;
  }
  #interesting-data .q7 {
    height: auto;
  }
  .man-box {
    width: 40%;
  }
  .man01 {
    font-size: 3.73vw;
  }
  
  .man02 {
    font-weight: bold;
    font-size: 3.73vw;
  }

  .man03 {
    font-size: 3.73vw;
  }
  
  .man04 {
    font-size: 3.73vw;
  }

  .man05 {
    font-size: 3.73vw;
  }
  
  #interesting-data .col3 ul {
    margin-bottom: 50px;
  }
  #interesting-data .col3 ul li {
    font-size: 3.73vw;
  }
  #thanks .title {
    height: auto;
    padding: 30px 0;
  }
  #thanks .title h3 {
    width: 100%;
    letter-spacing: 0.1em;
    margin: auto;
    font-size: 8vw;
    text-align: center;
    line-height: 1.7;
  }
  #thanks ul {
    width: 80%;
  }
  #thanks li {
    font-size: 3.73vw;
  }
}

@media screen and (min-width: 767px) {
.wi80{
 width:80%;
 margin:0 auto;
}
}


@media screen and (max-width: 767px) {
.q01:after {
  width: 80%;
  background:contain;
  
}
}
