/* LESS Document */
header .hgroup h1 {
  margin: 70px auto 0;
}
.lNav ul li a {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .lNav ul li a {
    width: 100%;
  }
}
.ankerNav {
  margin-top: 30px;
}
.ankerNav li {
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  .ankerNav li {
    margin: 0 5px;
  }
}
/* -------------------------------- vision */
section .hgroup {
  padding: 15px 0 15px;
  background: url("/images/moji/hgroup_bg.png") no-repeat #3d7fc1;
  background-size: cover;
}
section .hgroup h2 {
  margin: 0;
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section .hgroup h2 {
    font-size: 5.6vw;
  }
}
section .hgroup p {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section .hgroup p {
    font-size: 3.37vw;
  }
}
section h3 {
  font-size: 2.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section h3 {
    font-size: 4vw;
  }
}
section h3:before {
  content: "\f14a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  section h3:before {
    margin: 0 8px;
  }
}
#section_1 {
  padding-top: 20px;
}
#section_1 h3 {
  color: #fff;
  background-color: #1E93D3;
  padding: 10px;
}
#section_1 h3:before {
  color: #fff;
}
#section_1 .read {
  font-size: 2rem;
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #section_1 .read {
    font-size: 3.5vw;
    margin: 15px 0;
  }
}
#section_1 .chat-area {
  display: flex;
  background-color: rgba(0, 47, 145, 0.1);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 767px) {
  #section_1 .chat-area {
    padding: 10px 5px;
  }
}
#section_1 .chat-area .face {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #section_1 .chat-area .face {
    box-sizing: border-box;
    width: 25%;
  }
}
#section_1 .comment {
  background-color: #fff;
  width: 743px;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_1 .comment {
    box-sizing: border-box;
    border-radius: 10px;
    padding: 6px 10px;
    width: 75%;
    margin-bottom: 10px;
  }
}
#section_1 .comment .store {
  position: absolute;
  top: -30px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  #section_1 .comment .store {
    position: static;
    width: 20%;
    margin: 0 auto;
  }
}
#section_1 .comment p {
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #section_1 .comment p {
    font-size: 3.73vw;
  }
}
#section_1 .chat {
  position: relative;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  #section_1 .chat {
    margin-bottom: 10px;
  }
}
#section_1 .chat:after {
  content: "";
  width: 176px;
  height: 48px;
  display: block;
  background: url("/images/imggazou/icon_arrow.png") no-repeat;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #section_1 .chat:after {
    width: 25%;
    height: 6.81vw;
    transform: translate(0, 0);
    margin: 15px auto 0;
    position: static;
    background-size: 100%;
  }
}
#section_2 {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #section_2 {
    padding-top: 70px;
  }
}
#section_2 h3 {
  color: #fff;
  background-color: #1E93D3;
  padding: 10px;
}
#section_2 h3:before {
  color: #fff;
  margin: 0 20px;
}
#section_2 .chat-area {
  display: flex;
  background-color: rgba(0, 47, 145, 0.1);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 767px) {
  #section_2 .chat-area {
    padding: 10px 5px;
  }
}
#section_2 .chat-area .face {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #section_2 .chat-area .face {
    box-sizing: border-box;
    width: 25%;
  }
}
#section_2 .comment {
  background-color: #fff;
  width: 743px;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_2 .comment {
    box-sizing: border-box;
    border-radius: 10px;
    padding: 6px 10px;
    width: 75%;
    margin-bottom: 10px;
  }
}
#section_2 .comment .store {
  position: absolute;
  top: -30px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  #section_2 .comment .store {
    position: static;
    width: 20%;
    margin: 0 auto;
  }
}
#section_2 .comment p {
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #section_2 .comment p {
    font-size: 3.73vw;
  }
}
#section_2 .chat {
  position: relative;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  #section_2 .chat {
    margin-bottom: 10px;
  }
}
#section_2 .chat:after {
  content: "";
  width: 176px;
  height: 48px;
  display: block;
  background: url("/images/imggazou/icon_arrow.png") no-repeat;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #section_2 .chat:after {
    width: 25%;
    height: 6.81vw;
    transform: translate(0, 0);
    margin: 15px auto 0;
    position: static;
    background-size: 100%;
  }
}
#section_2 .slill .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#section_2 .slill .flex .slill-box {
  width: 40%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #section_2 .slill .flex .slill-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#section_2 .slill .flex .slill-box h4 {
  text-align: center;
  color: #1E93D3;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #section_2 .slill .flex .slill-box h4 {
    font-size: 4vw;
    margin-bottom: 15px;
  }
}
#section_2 .slill .flex .slill-box .bg01 {
  background: url("/images/imggazou/bg_strategy_01.png") no-repeat;
}
#section_2 .slill .flex .slill-box .bg02 {
  background: url("/images/imggazou/bg_strategy_02.png") no-repeat;
}
#section_2 .slill .flex .slill-box .circle {
  width: 310px;
  height: 310px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #section_2 .slill .flex .slill-box .circle {
    width: 80%;
    height: 80vw;
    background-size: 100%;
  }
}
#section_2 .slill .flex .slill-box .circle li {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #section_2 .slill .flex .slill-box .circle li {
    font-size: 3.73vw;
  }
}
#section_2 .read {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section_2 .read {
    font-size: 4vw;
  }
}
#section_3 {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #section_3 {
    padding-top: 70px;
  }
}
#section_3 h3 {
  color: #fff;
  background-color: #1E93D3;
  padding: 10px;
}
#section_3 h3:before {
  color: #fff;
  margin: 0 20px;
}
#section_3 .chat {
  margin-bottom: 30px;
}
#section_3 .chat-area {
  display: flex;
  background-color: rgba(0, 47, 145, 0.1);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  #section_3 .chat-area {
    padding: 10px 5px;
  }
}
#section_3 .chat-area .comment {
  background-color: #fff;
  width: 743px;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #section_3 .chat-area .comment {
    box-sizing: border-box;
    border-radius: 10px;
    padding: 6px 10px;
    width: 75%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #section_3 .chat-area .face {
    box-sizing: border-box;
    width: 25%;
  }
}
#section_3 .chat-area p {
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #section_3 .chat-area p {
    font-size: 3.73vw;
  }
}
#section_3 .chat-area p .fs {
  font-size: 2.4rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #section_3 .chat-area p .fs {
    font-size: 4vw;
  }
}
#section_3 .chat-area p .blue {
  color: #002F91;
  font-weight: bold;
}
#section_3 .task ul {
  display: flex;
  justify-content: space-between;
  background: url("/images/imggazou/bg_strategy_03.png") no-repeat center bottom;
  margin: 0 auto;
  width: 950px;
  height: 470px;
}
@media screen and (max-width: 767px) {
  #section_3 .task ul {
    width: 100%;
  }
}
#section_3 .task ul li {
  background-color: #666;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 207px;
  height: 117px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #section_3 .task ul li {
    font-size: 3.73vw;
    width: 24%;
    height: 20vw;
  }
}
#section_3 .task ul li:first-child {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #section_3 .task ul li:first-child {
    margin-top: 35px;
  }
}
#section_3 .task ul li:last-child {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #section_3 .task ul li:last-child {
    margin-top: 35px;
  }
}
#section_3 .task p {
  text-align: center;
  font-size: 2rem;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #section_3 .task p {
    font-size: 3.73vw;
  }
}
#section_3 .task:after {
  content: "";
  width: 176px;
  height: 48px;
  display: block;
  margin: 0 auto;
  background: url("/images/imggazou/icon_arrow.png") no-repeat;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #section_3 .task:after {
    width: 25%;
    height: 6.81vw;
    transform: translate(0, 0);
    margin: 15px auto 20px;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  #section_4 {
    padding-top: 70px;
  }
}
#section_4 h3 {
  color: #1E93D3;
  text-align: center;
  line-height: 1.6;
}
#section_4 h3:before {
  color: #1E93D3;
  margin-right: 20px;
}
#section_4 .hgroup {
  background-color: #498423;
  margin-bottom: 50px;
}
#section_4 .means {
  width: 930px;
  margin: 0 auto;
  padding: 15px 20px;
  border: #CECECE 2px dashed;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #section_4 .means {
    width: 100%;
    padding: 15px 20px;
  }
}
#section_4 .means p {
  font-size: 2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #section_4 .means p {
    font-size: 3.73vw;
  }
}
#section_4 .means p span {
  font-weight: bold;
  color: #1E93D3;
}
#section_4 .img {
  text-align: center;
  margin-bottom: 30px;
}
#section_4 .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section_4 .flex {
    width: 100%;
  }
}
#section_4 .flex .effect {
  width: 410px;
}
@media screen and (max-width: 767px) {
  #section_4 .flex .effect {
    width: 100%;
    margin-bottom: 40px;
  }
}
#section_4 .flex .effect h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #section_4 .flex .effect h3 {
    margin-bottom: 10px;
  }
}
#section_4 .flex .effect p {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #section_4 .flex .effect p {
    font-size: 3.73vw;
  }
}
#section_4 .flex .effect .aftericon:after {
  content: "";
  display: block;
  width: 32px;
  height: 14px;
  background: url("/images/imggazou/icon_arrow02.png") no-repeat center;
  margin: 20px auto 0;
}
#section_5 {
  background: url("/images/syainngazou/bg_strategy_04.png") no-repeat right;
  border-bottom: solid 4px #000;
  border-top: solid 4px #000;
  padding: 30px 0;
  margin: 150px 0;
}
@media screen and (max-width: 767px) {
  #section_5 {
    background: url("/images/syainngazou/bg_strategy_04_sp.png") no-repeat bottom;
    background-size: contain;
    height: 140vw;
    margin: 35px 0;
  }
}
#section_5 .read {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  line-height: 2.3;
  width: 570px;
}
@media screen and (max-width: 767px) {
  #section_5 .read {
    width: 100%;
    font-size: 4vw;
  }
}
#section_5 p {
  width: 570px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section_5 p {
    width: 100%;
  }
}
#section_5 p .btn {
  background-color: #ff7500;
  color: #fff;
  border: none;
  width: 210px;
}
@media screen and (max-width: 767px) {
  #section_5 p .btn {
    font-size: 4vw;
    width: 60%;
  }
}
#section_5 p .btn:hover {
  opacity: 0.7;
}
