@charset "UTF-8";

#aihudousan{
  font-family:
   "Hiragino Kaku Gothic ProN",
   "Hiragino Sans",
   "Meiryo",
   sans-serif,
   "Helvetica Neue",Arial;
}

#aihudousan .bg_grid {
  background: url(../img/share/bg_grid.png) repeat;
}

#aihudousan .bg_zumen {
  background: url(../img/ai_hudousan/bg_zumen.png) repeat;
  background-size:80%;
}

#aihudousan .bg_connect {
  background: linear-gradient(-45deg, #1e78a5cc, #8bd1f1cc),url(../img/ai_hudousan/bg_connect2.png);
  position: relative;
}

#aihudousan .bg_gray{
    background: #f5f4f3;
}

#aihudousan .red {
  color: #D74851;
}

#aihudousan .pen_red{
  position: relative;
}

#aihudousan .pen_red:after {
  position: absolute;
    content: "";
    bottom: -12px;
    height: 11px;
    background: url(../img/ai_hudousan/line-red.png);
    display: block;
    width: 100%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

#aihudousan .bg_gray {
  position: relative;
}

#aihudousan .bg_gray::before {
  content: '';
  position: absolute;
  background: url(../img/ai_hudousan/wave.png) repeat;
  height: 19px;
  width: 100%;
  top: -18px;
}

#aihudousan .bg_gray::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0;
  border: none;
  border-top: 35px solid #f5f4f3;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  z-index: 3;
}




/* sp(320px) */

.sp{
  display: block;
}

.pc{
  display: none;
}

/*-- main title --*/

#aihudousan .title_wrapper {
  position: relative;
  width: 85%;
  display: block;
  margin: auto;
}

#aihudousan .title {
  display: block;
  margin: 30px auto 140px;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 15% 7% 10%;
  text-align: center;
  position: relative;
  border: 4px solid #07252F;
}

#aihudousan .title .fukidashi {
  width: 40vw;
  position: absolute;
  top: -70px;
  left: -9vw;
}

#aihudousan .title_person {
  position: absolute;
  bottom: -205px;
}

#aihudousan .title_person img{
  width: 85%;
  display:block;
  margin: auto;
}

#aihudousan .title h2 {
  font-size: 1.4em;
  position: relative;
  display: block;
  padding-bottom: 10px;
  border-bottom: solid 5px #07252F;
}

#aihudousan .title span {
  font-size: 22px;
  font-weight: 400;
}

#aihudousan .title h2:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

#aihudousan .title h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #07252F;
  z-index: 1;
}

#aihudousan .title .midashi {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}

#aihudousan .title .midashi>div {
  display: block;
  padding: 0;
}

#aihudousan .title .midashi>div .komidashi {
  font-size: 1em;
  font-weight: 600;
  display: block;
}

#aihudousan .title .midashi>div .komidashi img {
  width: 25px;
}

#aihudousan .title .midashi>div .huge {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 17vw;
  font-weight: 900;
  color: #D74851;
  line-height: 110%;
}

#aihudousan .title .midashi>div .and {
  font-size: 6vw;
  font-weight: 800;
  margin-left: 0;
}

#aihudousan .title .midashi>div p {
  margin-bottom: 0;
}

#aihudousan .title h1 {
  margin-top: 1em;
  text-align: center;
  font-size: 1.2em;
}

#aihudousan .title h1 img {
  width: 98%;
  margin-bottom: 0.5em;
}

/*-- movie --*/

#aihudousan .movie {
  display: block;
  width: 90%;
  margin: auto;
  text-align: center;
}

#aihudousan .movie video{
border:solid 7px #07252F;
width: calc(100% - 14px);
margin: 20px auto;
}

#aihudousan .movie_title .sec60{
  display: block;
}

#aihudousan .movie_title .sec60 p {
  font-size: 1.6em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.25em;
  display: inline-block;
  position: relative;
}

#aihudousan .movie_title .sec60 p:before,
#aihudousan .movie_title .sec60 p:after{
  position: absolute;
  content:"";
  width:2px;
  background-color: #ffffff;
  height:35px;
  top:8px;
}

#aihudousan .movie_title .sec60 p:before{
  transform: rotate(-38.5deg);
  left: -15px;
}

#aihudousan .movie_title .sec60 p:after{
  transform: rotate(38.5deg);
  right: -15px;
}

#aihudousan .movie_title img {
  width: 90%;
  display: block;
    margin: auto;
}

#aihudousan .movie_title .time {
  width: 35px;
  display: inline;
}

#aihudousan .message {
  font-size:1.8em;
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

#aihudousan .message span{
  font-size:1.2rem;
}

/*online*/

#aihudousan .online {
  position: relative;
  width: 100%;
}

#aihudousan .online p {
  font-size: 10vw;
  color: #f5f4f3;
  font-weight: 800;
  position: absolute;
  top: 70px;
  line-height: 0;
}

#aihudousan .seminar {
  display: flex;
  width: 100%;
  margin: 80px auto 40px;
  flex-wrap: wrap;
  align-items: center;
}

#aihudousan .seminar>div {
  width: 85%;
  position: relative;
  display: block;
  margin: auto;
}

#aihudousan .seminar>div img {
  width: 90%;
  border-radius: 10px;
  border: 5px solid #07252F;
  display: block;
  margin:auto;
}

#aihudousan .seminar>div .name {
  position: absolute;
  bottom: 0px;
  left: 30px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}

#aihudousan .seminar>div h3 {
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 20px;
  margin: 30px auto 20px;
  position: relative;
  display: block;
}

#aihudousan .seminar>div h3:after{
  position: absolute;
  content:"";
  background:url(../img/ai_hudousan/line_navy.png) ;
  height: 20px;
  width: 100%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -5px;
}


#aihudousan .seminar .free {
  color: #ffffff;
  background-color: #D74851;
  font-size: 0.7em;
  padding: 5px;
  vertical-align: middle;
}

#aihudousan .seminar>div.button_wrap{
	width:100%;
	text-align: center;
}

#aihudousan .button {
  background-color: #D74851;
color: #ffffff;
font-size: 1.2em;
font-weight: 600;
padding: 10px 60px 10px 30px;
display: inline-block;
margin: 1em 5%;
text-decoration: none;
border-radius: 50px;
position: relative;
filter: drop-shadow(2px 4px 2px #d4d4d4);
transition: 0.3s;
}
#aihudousan .button.org {
background-color:#e95e14;
}
#aihudousan .button.grn {
background-color:#369223;
}
#aihudousan .button.blu {
background-color:#255893;
}

#aihudousan .button:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}

#aihudousan .button:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 33px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #D74851;
  border-right: 3px solid #D74851;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
#aihudousan .button.org:after {
  content: "";
  border-top: 3px solid #e95e14;
  border-right: 3px solid #e95e14;
}
#aihudousan .button.grn:after {
  content: "";
  border-top: 3px solid #369223;
  border-right: 3px solid #369223;
}
#aihudousan .button.blu:after {
  content: "";
  border-top: 3px solid #255893;
  border-right: 3px solid #255893;
}

#aihudousan .button:hover {
  background-color: #07252F;
  transition: 0.3s;
}

#aihudousan .button:hover:before {
  right: 22px;
  transition: 0.3s;
}

#aihudousan .button:hover:after {
  right: 30px;
  transition: 0.3s;
  border-top: 3px solid #07252F;
  border-right: 3px solid #07252F;
}

/*-- onayami --*/

#aihudousan .onayami {
  width: 90%;
  display: block;
  margin: auto;
  text-align: center;
}

#aihudousan .onayami h3 {
  font-size: 1.6em;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 5px #07252F;
}

#aihudousan .onayami h3:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f5f4f3;
  z-index: 2;
}

#aihudousan .onayami h3:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #07252F;
  z-index: 1;
}

#aihudousan .onayami .check {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column-reverse;
  margin: auto;
}

#aihudousan .onayami .check>div {
  width: 85%;
  display: block;
  margin: 1.5em auto 1.5em 1em;
}

#aihudousan .onayami .check>div:first-child {
  width: 50%;
  margin:-5% auto;
}

#aihudousan .onayami .check>div:nth-child(even) {
  padding-left: 30px;
}

#aihudousan .onayami .check>div p {
  display: block;
  position: relative;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
}

#aihudousan .onayami .check>div p:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/ai_hudousan/check.png);
  background-size: contain;
  margin-right: 10px;
  top: 2px;
  left: -40px;
  background-repeat: no-repeat;
}

#aihudousan .onayami .onayami_text {
  background-color: #ffffff;
  padding: 7%;
  filter: drop-shadow(2px 4px 2px #d4d4d4);
  border-radius: 15px;
  text-align: left;
  font-size: 1em;
}

#aihudousan .onayami .onayami_text .reason {
  width: 100%;
  border-radius: 30px;
  background-color: #07252F;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  margin-top: 1em;
}

#aihudousan .onayami .onayami_text .solution {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
}

#aihudousan .bg_gray {
  position: relative;
  padding-bottom: 60px;
}

#aihudousan .bg_gray::after {
  content: '';
  position: absolute;
  bottom: -9.9vh;
  left: 0px;
  width: 0;
  height: 0;
  border: none;
  border-top: 10vh solid #f5f4f3;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
}

/*-- intro --*/

#aihudousan .intro {
  width: 90%;
  display: block;
  margin: auto;
  text-align: center;
}

#aihudousan .intro .message {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  margin-top: 60px;
}

#aihudousan .intro .message>div {
  width: 80%;
  display: block;
  margin: auto;
}

#aihudousan .intro .message>div:first-child {
  width: 100%;
}

#aihudousan .blue {
  padding: 10px 15px;
  background: #07252F;
  color: #ffffff;
  font-size: 1.3em;
  display: inline-block;
  margin-bottom: 0.5em;
}

#aihudousan .intro .message>div p img {
  width: 85%;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
}

#aihudousan .intro .message .big {
  font-size: 1.6em;
}

#aihudousan .intro .point {
  display: block;
  margin: auto;
  text-align: center;
  padding: 10%;
  position: relative;
  border: solid 5px #07252F;
  background: #f7f7f6;
  border-radius: 15px;
  margin-top:-10px;
}

#aihudousan .intro .point .pochi1,
#aihudousan .intro .point .pochi2,
#aihudousan .intro .point .pochi3,
#aihudousan .intro .point .pochi4 {
  position: absolute;
  content: "";
  background-color: #07252F;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

#aihudousan .intro .point .pochi1 {
  top: 15px;
  left: 15px;
}

#aihudousan .intro .point .pochi2 {
  top: 15px;
  right: 15px;
}

#aihudousan .intro .point .pochi3 {
  bottom: 15px;
  left: 15px;
}

#aihudousan .intro .point .pochi4 {
  bottom: 15px;
  right: 15px;
}

#aihudousan .intro .point h3 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 5px solid #07252F;
  display: inline-block;
}

#aihudousan .intro .point table {
  width: 100%;
  font-size: 1.3em;
  font-weight: 600;
  text-align: left;
  display: block;
  margin: auto;
}

#aihudousan .intro .point table tr td {
  vertical-align: top;
}

#aihudousan .intro .point p {
  margin-bottom: 0;
}

#aihudousan .intro .point .num {
  background: #07252F;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}

/*-- voice --*/

#aihudousan .voice {
  width: 100%;
  margin: 4em auto 2em;
  text-align:center;
}

#aihudousan .voice .voice_title {
  position: relative;
  text-align: center;
  width: 100%;
}

#aihudousan .voice .voice_title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  border-top: 5px dotted #07252F;
  top: 50%;
  left: 0;
}

#aihudousan .voice .voice_title .ribbon {
  display: inline-block;
  position: relative;
  height: 50px;
  /*リボンの高さ*/
  line-height: 50px;
  /*リボンの高さ*/
  text-align: center;
  padding: 0 30px;
  /*横の大きさ*/
  font-size: 1.3em;
  background: #07252F;
  color: #FFF;
  /*文字色*/
  box-sizing: border-box;
}

#aihudousan .voice .voice_title .ribbon:before,
#aihudousan .voice .voice_title .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#aihudousan .voice .voice_title .ribbon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#aihudousan .voice .voice_title .ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#aihudousan .voice_wrapper {
  display: flex;
  width: 90%;
  margin: 120px auto 0px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

#aihudousan .voice_wrapper>div {
  width: auto;
  border: 5px solid #07252F;
  border-radius: 15px;
  padding: 40px 20px 20px;
  position: relative;
  background-color: #ffffff;
  font-size: 1em;
  text-align: left;
  margin-bottom: 6em;
}

#aihudousan .voice_wrapper>div:last-child{
  margin-bottom:1em;
}

#aihudousan .voice_wrapper>div img {
  position: absolute;
  top: -10%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
}

#aihudousan .voice_wrapper>div .name {
  font-size: 1.1em;
  text-align: center;
  font-weight: 600;
}

#aihudousan .voice .message {
  font-size: 1.3em;
    text-align: left;
    font-weight: 600;
    margin: 1em 5%;
    width: 90%;
}

/*-- arrow --*/

#aihudousan .arrow_wrapper{
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

#aihudousan .arrow {
  display: block;
  margin: 20px auto 50px;
  height: 50px;
  width: 150px;
  background-color: #07252F;
  position: relative;
  top: 70px;
}

#aihudousan .arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 120px solid transparent;
  border-top: 70px solid #07252F;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

#aihudousan .arrow:after {
  position: absolute;
  content: "詳しくは";
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;;
}

@media handheld, print, screen and (max-width: 374px) {}

@media handheld, print, screen and (min-width: 374px) {
  /* iphone6 */
  /* end of media query(iphone6) */
}

@media handheld, print, screen and (min-width: 413px) {
  /*  iPhone6 Plus */
  /* end of media query(iPhone6 Plus) */
}

@media handheld, print, screen and (min-width: 481px) {
  /* tablet */
  /* end of media query(tablet) */
}

@media handheld, print, screen and (min-width: 621px) {
  /* iPad */

  .sp{
    display: none;
  }

  .pc{
    display: block;
  }

  #aihudousan .bg_zumen {
    background: url(../img/ai_hudousan/bg_zumen.png) repeat;
    background-size:auto;
  }


    /*-- main title --*/

    #aihudousan .title_wrapper {
      position: relative;
      width: 563px;
      display: block;
      margin: auto;
    }

    #aihudousan .title {
      display: block;
      margin: 40px auto 0;
      /*border: 6px solid #07252F;*/
      border-radius: 15px;
      background-color: #ffffff;
      padding: 60px;
      text-align: center;
      border: 6px solid #07252F;
    }

    #aihudousan .title_person {
      position: absolute;
      bottom: -80px;
      right: -150px;
    }

    #aihudousan .title h2 {
      font-size: 30px;
      position: relative;
      display: block;
      padding-bottom: 10px;
      border-bottom: solid 5px #07252F;
    }

    #aihudousan .title .fukidashi {
      width: 200px;
      position: absolute;
      top: -60px;
      left: -70px;
    }

    #aihudousan .title span {
      font-size: 22px;
      font-weight: 400;
    }

    #aihudousan .title h2:before {
      content: "";
      position: absolute;
      bottom: -22px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #FFF;
      z-index: 2;
    }

    #aihudousan .title h2:after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #07252F;
      z-index: 1;
    }

    #aihudousan .title .midashi {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: 20px;
    }

    #aihudousan .title .midashi>div {
      display: block;
      padding: 0 5px;
    }

    #aihudousan .title .midashi>div .komidashi {
      font-size: 24px;
      font-weight: 600;
      display: block;
    }

    #aihudousan .title .midashi>div .komidashi img {
      width: 40px;
    }

    #aihudousan .title .midashi>div .huge {
      font-size: 100px;
      line-height: 110%;
    }

    #aihudousan .title .midashi>div .and {
      font-size: 28px;
      font-weight: 800;
      margin-left: -15px;
    }

    #aihudousan .title .midashi>div p {
      margin-bottom: 0;
    }

    #aihudousan .title h1 {
      margin-top: 30px;
      text-align: center;
      font-size: 28px;
    }

    #aihudousan .title h1 img {
      width: 98%;
      margin-bottom: 15px;
    }



  /*-- movie --*/

  #aihudousan .movie {
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
  }

  #aihudousan .movie video{
  border:solid 7px #07252F;
  }

  #aihudousan .movie_title .sec60{
    display: block;
  }

  #aihudousan .movie_title .sec60 p {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.25em;
    display: inline-block;
    position: relative;
  }

  #aihudousan .movie_title .sec60 p:before,
  #aihudousan .movie_title .sec60 p:after{
    position: absolute;
    content:"";
    width:2px;
    background-color: #ffffff;
    height:50px;
    top:8px;
  }

  #aihudousan .movie_title .sec60 p:before{
    transform: rotate(-38.5deg);
    left: -15px;
  }

  #aihudousan .movie_title .sec60 p:after{
    transform: rotate(38.5deg);
    right: -15px;
  }

  #aihudousan .movie_title img {
    width: 380px;
    display: block;
      margin: auto;
  }

  #aihudousan .movie_title .time {
    width: 50px;
    display: inline;
  }

#aihudousan .message {
  font-size:2.4em;
}

#aihudousan .message span{
  font-size:1.6rem;
}
  /*online*/

  #aihudousan .online {
    position: relative;
    width: 100%;
  }

  #aihudousan .online p {
    font-size: 10vw;
    color: #f5f4f3;
    font-weight: 800;
    position: absolute;
    top: 50px;
    line-height: 0;
  }

  #aihudousan .seminar {
    display: flex;
    width: 90%;
    margin: 10px auto;
    flex-wrap: wrap;
    align-items: center;
  }

  #aihudousan .seminar>div {
    width: 45%;
    position: relative;
  }

  #aihudousan .seminar>div img {
    width: 90%;
    border-radius: 10px;
    border: 5px solid #07252F;
  }

  #aihudousan .seminar>div .name {
    position: absolute;
    bottom: 0px;
    left: 25px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
  }

  #aihudousan .seminar>div h3 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  #aihudousan .seminar>div h3:after{
    position: absolute;
    content:"";
    background:url(../img/ai_hudousan/line_navy.png) ;
    height: 20px;
    width: 100%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -5px;
  }

  #aihudousan .seminar .free {
    color: #ffffff;
    background-color: #D74851;
    font-size: 16px;
  padding: 8px 10px;
    vertical-align: middle;
  }

  #aihudousan .seminar>div.button_wrap{
	width:100%;
	text-align: center;
  }
	
  #aihudousan .button {
    background-color: #D74851;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    /*padding: 10px 60px;*/
    display: inline-block;
    margin: 60px auto 0;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    filter: drop-shadow(2px 4px 2px #d4d4d4);
    transition: 0.3s;
  }
  #aihudousan .button.org {
  background-color:#e95e14;
  }
  #aihudousan .button.grn {
  background-color:#369223;
  }
  #aihudousan .button.blu {
  background-color:#255893;
  }
  #aihudousan .button.grn,#aihudousan .button.blu{
	margin: 30px auto 0;
  }

  #aihudousan .button:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s;
  }

  #aihudousan .button:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 33px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #D74851;
    border-right: 3px solid #D74851;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
  }
  #aihudousan .button.org:after {
    content: "";
    border-top: 3px solid #e95e14;
    border-right: 3px solid #e95e14;
  }
  #aihudousan .button.grn:after {
    content: "";
    border-top: 3px solid #369223;
    border-right: 3px solid #369223;
  }
  #aihudousan .button.blu:after {
    content: "";
    border-top: 3px solid #255893;
    border-right: 3px solid #255893;
  }

  #aihudousan .button:hover {
    background-color: #07252F;
    transition: 0.3s;
  }

  #aihudousan .button:hover:before {
    right: 22px;
    transition: 0.3s;
  }

  #aihudousan .button:hover:after {
    right: 30px;
    transition: 0.3s;
    border-top: 3px solid #07252F;
    border-right: 3px solid #07252F;
  }

  /*-- onayami --*/

  #aihudousan .onayami {
    width: 90%;
    display: block;
    margin: auto;
    text-align: center;
  }

  #aihudousan .onayami h3 {
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: solid 5px #07252F;
  }

  #aihudousan .onayami h3:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #f5f4f3;
    z-index: 2;
  }

  #aihudousan .onayami h3:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #07252F;
    z-index: 1;
  }

  #aihudousan .onayami .check {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    margin-top: 2.5em;
  }

  #aihudousan .onayami .check>div {
    width: calc(100% - 260px);
    margin:auto;
  }

  #aihudousan .onayami .check>div:first-child {
    width: 230px;
  }

  #aihudousan .onayami .check>div:nth-child(even) {
    padding-left: 30px;
    margin:auto;
  }

  #aihudousan .onayami .check>div p {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
  }

  #aihudousan .onayami .check>div p:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/ai_hudousan/check.png);
    background-size: contain;
    margin-right: 10px;
    top: 2px;
    left: -40px;
    background-repeat: no-repeat;
  }

  #aihudousan .onayami .onayami_text {
    background-color: #ffffff;
    padding: 40px;
    filter: drop-shadow(2px 4px 2px #d4d4d4);
    border-radius: 15px;
    text-align: left;
    font-size: 18px;
  }

  #aihudousan .onayami .onayami_text .reason {
    width: 100%;
    border-radius: 30px;
    background-color: #07252F;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
  }

  #aihudousan .onayami .onayami_text .solution {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
  }

  #aihudousan .bg_gray {
    position: relative;
    padding-bottom: 60px;
  }

  #aihudousan .bg_gray::after {
    content: '';
    position: absolute;
    bottom: -10vh;
    left: 0px;
    width: 0;
    height: 0;
    border: none;
    border-top: 10vh solid #f5f4f3;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
  }

  /*-- intro --*/

  #aihudousan .intro {
    width: 80%;
    display: block;
    margin: auto;
    text-align: center;
  }

  #aihudousan .intro .message {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    margin-top: 60px;
  }

  #aihudousan .intro .message>div {
    width: 261px;
    margin-bottom: 0;
  }

  #aihudousan .intro .message>div:first-child {
    width: calc(100% - 261px);
  }

  #aihudousan .blue {
    padding: 10px 15px;
    background: #07252F;
    color: #ffffff;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 0.5em;
  }

  #aihudousan .intro .message>div p img {
    width: 280px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
  }

  #aihudousan .intro .message .big {
    font-size: 35px;
  }

  #aihudousan .intro .point {
    display: block;
    margin: auto;
    text-align: center;
    padding: 60px;
    position: relative;
    border: solid 5px #07252F;
    background: #f7f7f6;
    border-radius: 15px;
    margin-top:-10px;
    margin-bottom:1em;
  }

  #aihudousan .intro .point .pochi1,
  #aihudousan .intro .point .pochi2,
  #aihudousan .intro .point .pochi3,
  #aihudousan .intro .point .pochi4 {
    position: absolute;
    content: "";
    background-color: #07252F;
    width: 12px;
    height: 12px;
    border-radius: 100%;
  }

  #aihudousan .intro .point .pochi1 {
    top: 20px;
    left: 20px;
  }

  #aihudousan .intro .point .pochi2 {
    top: 20px;
    right: 20px;
  }

  #aihudousan .intro .point .pochi3 {
    bottom: 20px;
    left: 20px;
  }

  #aihudousan .intro .point .pochi4 {
    bottom: 20px;
    right: 20px;
  }

  #aihudousan .intro .point h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #07252F;
    display: inline-block;
  }

  #aihudousan .intro .point table {
    width: 480px;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: auto;
  }

  #aihudousan .intro .point table tr td {
    vertical-align: middle;
  }

  #aihudousan .intro .point p {
    margin-bottom: 0;
  }

  #aihudousan .intro .point .num {
    background: #07252F;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
  }

  /*-- voice --*/

  #aihudousan .voice {
    width: 90%;
    margin: 80px auto;
    text-align:center;
  }

  #aihudousan .voice .voice_title {
    position: relative;
    text-align: center;
    width: 100%;
  }

  #aihudousan .voice .voice_title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    border-top: 5px dotted #07252F;
    top: 50%;
    left: 0;
  }

  #aihudousan .voice .voice_title .ribbon {
    display: inline-block;
    position: relative;
    height: 50px;
    /*リボンの高さ*/
    line-height: 50px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 30px;
    /*横の大きさ*/
    font-size: 24px;
    background: #07252F;
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
  }

  #aihudousan .voice .voice_title .ribbon:before,
  #aihudousan .voice .voice_title .ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  #aihudousan .voice .voice_title .ribbon:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  #aihudousan .voice .voice_title .ribbon:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

  #aihudousan .voice_wrapper {
    display: flex;
    width: 90%;
    margin: 120px auto 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }

  #aihudousan .voice_wrapper>div {
    width: 230px;
    border: 5px solid #07252F;
    border-radius: 15px;
    padding: 40px 20px 20px;
    position: relative;
    background-color: #ffffff;
    font-size: 16px;
    text-align: left;
    margin-bottom:6em;
  }

  #aihudousan .voice_wrapper>div:last-child{
    margin-bottom:0em;
  }

  #aihudousan .voice_wrapper>div img {
    position: absolute;
    top: -10%;
    left: 50%;
    width: 100px;
    transform: translate(-50%, -50%);
  }

  #aihudousan .voice_wrapper>div .name {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
  }

  #aihudousan .voice .message {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
  }

  /*-- arrow --*/

  #aihudousan .arrow_wrapper{
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }

  #aihudousan .arrow {
    display: block;
    margin: 20px auto 50px;
    height: 60px;
    width: 180px;
    background-color: #07252F;
    position: relative;
    top: 40px;
  }

  #aihudousan .arrow:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 120px solid transparent;
    border-top: 70px solid #07252F;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  #aihudousan .arrow:after {
    position: absolute;
    content: "詳しくは";
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }

  /*-- arrow --*/

  #aihudousan .arrow_wrapper{
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }

  #aihudousan .arrow {
    display: block;
    margin: 20px auto 50px;
    height: 60px;
    width: 180px;
    background-color: #07252F;
    position: relative;
    top: 40px;
  }

  #aihudousan .arrow:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 120px solid transparent;
    border-top: 70px solid #07252F;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  #aihudousan .arrow:after {
    position: absolute;
    content: "詳しくは";
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }


  /* end of media query(iPad) */
}

@media handheld, print, screen and (min-width: 801px) {
  /* pc */

  .sp{
    display: none;
  }

  .pc{
    display: block;
  }

  #aihudousan .bg_zumen {
    background: url(../img/ai_hudousan/bg_zumen.png) repeat;
    background-size:auto;
  }


  /*-- main title --*/

  #aihudousan .title_wrapper {
    position: relative;
    width: 563px;
    display: block;
    margin: auto;
  }

  #aihudousan .title {
    display: block;
    margin: 40px auto 40px;
    /*border: 6px solid #07252F;*/
    border-radius: 15px;
    background-color: #ffffff;
    padding: 60px;
    text-align: center;
    border: 6px solid #07252F;
  }

  #aihudousan .title_person {
    position: absolute;
    bottom: -120px;
    right: -170px;
  }

  #aihudousan .title_person img{
    width: 100%;
  }

  #aihudousan .title h2 {
    font-size: 30px;
    position: relative;
    display: block;
    padding-bottom: 10px;
    border-bottom: solid 5px #07252F;
  }

  #aihudousan .title .fukidashi {
    width: 200px;
    position: absolute;
    top: -60px;
    left: -80px;
  }

  #aihudousan .title span {
    font-size: 22px;
    font-weight: 400;
  }

  #aihudousan .title h2:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }

  #aihudousan .title h2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #07252F;
    z-index: 1;
  }

  #aihudousan .title .midashi {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px;
  }

  #aihudousan .title .midashi>div {
    display: block;
    padding: 0 5px;
  }

  #aihudousan .title .midashi>div .komidashi {
    font-size: 24px;
    font-weight: 600;
    display: block;
  }

  #aihudousan .title .midashi>div .komidashi img {
    width: 40px;
  }

  #aihudousan .title .midashi>div .huge {
    font-size: 100px;
    line-height: 110%;
  }

  #aihudousan .title .midashi>div .and {
    font-size: 28px;
    font-weight: 800;
    margin-left: -15px;
  }

  #aihudousan .title .midashi>div p {
    margin-bottom: 0;
  }

  #aihudousan .title h1 {
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
  }

  #aihudousan .title h1 img {
    width: 98%;
    margin-bottom: 15px;
  }


  /*-- movie --*/

  #aihudousan .movie {
    display: block;
    width: 880px;
    margin: auto;
    text-align: center;
  }

  #aihudousan .movie video{
  border:solid 7px #07252F;
  }

  #aihudousan .movie_title .sec60{
    display: block;
  }

  #aihudousan .movie_title .sec60 p {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.25em;
    display: inline-block;
    position: relative;
  }

  #aihudousan .movie_title .sec60 p:before,
  #aihudousan .movie_title .sec60 p:after{
    position: absolute;
    content:"";
    width:2px;
    background-color: #ffffff;
    height:50px;
    top:8px;
  }

  #aihudousan .movie_title .sec60 p:before{
    transform: rotate(-38.5deg);
    left: -15px;
  }

  #aihudousan .movie_title .sec60 p:after{
    transform: rotate(38.5deg);
    right: -15px;
  }

  #aihudousan .movie_title img {
    width: 450px;
    display: block;
      margin: auto;
  }

  #aihudousan .movie_title .time {
    width: 50px;
    display: inline;
  }

#aihudousan .message {
  font-size:2.5em;
}

  /*online*/

  #aihudousan .online {
    position: relative;
    width: 100%;
  }

  #aihudousan .online p {
    font-size: 10vw;
    color: #f5f4f3;
    font-weight: 800;
    position: absolute;
    top: 50px;
    line-height: 0;
  }

  #aihudousan .seminar {
    display: flex;
    width: 880px;
    margin: 60px auto 0;
    flex-wrap: wrap;
    align-items: center;
  }

  #aihudousan .seminar>div {
    width: 50%;
    position: relative;
  }

  #aihudousan .seminar>div img {
    width: 85%;
    border-radius: 10px;
    border: 5px solid #07252F;
  }

  #aihudousan .seminar>div .name {
    position: absolute;
    bottom: 0px;
    left: 50px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
  }

  #aihudousan .seminar>div h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  #aihudousan .seminar>div h3:after{
    position: absolute;
    content:"";
    background:url(../img/ai_hudousan/line_navy.png) ;
    height: 20px;
    width: 440px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -5px;
  }

  #aihudousan .seminar .free {
    color: #ffffff;
    background-color: #D74851;
    font-size: 16px;
    padding: 8px 10px;
    vertical-align: middle;
  }

  #aihudousan .seminar>div.button_wrap{
	width:100%;
	text-align: center;
  }
  #aihudousan .button {
    background-color: #D74851;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    /*padding: 10px 60px;*/
    display: inline-block;
    margin: 60px auto 0;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    filter: drop-shadow(2px 4px 2px #d4d4d4);
    transition: 0.3s;
  }
  #aihudousan .button.org {
  background-color:#e95e14;
  }
  #aihudousan .button.grn {
  background-color:#369223;
  }
  #aihudousan .button.blu {
  background-color:#255893;
  }
  #aihudousan .button.grn,#aihudousan .button.blu{
	margin: 30px auto 0;
  }

  #aihudousan .button:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s;
  }

  #aihudousan .button:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 33px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #D74851;
    border-right: 3px solid #D74851;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
  }
  #aihudousan .button.org:after {
    content: "";
    border-top: 3px solid #e95e14;
    border-right: 3px solid #e95e14;
  }
  #aihudousan .button.grn:after {
    content: "";
    border-top: 3px solid #369223;
    border-right: 3px solid #369223;
  }
  #aihudousan .button.blu:after {
    content: "";
    border-top: 3px solid #255893;
    border-right: 3px solid #255893;
  }

  #aihudousan .button:hover {
    background-color: #07252F;
    transition: 0.3s;
  }

  #aihudousan .button:hover:before {
    right: 22px;
    transition: 0.3s;
  }

  #aihudousan .button:hover:after {
    right: 30px;
    transition: 0.3s;
    border-top: 3px solid #07252F;
    border-right: 3px solid #07252F;
  }

  #aihudousan .onayami {
    width: 790px;
    display: block;
    margin: auto;
    text-align: center;
  }

  /*-- onayami --*/

  #aihudousan .onayami {
    width: 790px;
    display: block;
    margin: auto;
    text-align: center;
  }

  #aihudousan .onayami h3 {
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: solid 5px #07252F;
  }

  #aihudousan .onayami h3:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #f5f4f3;
    z-index: 2;
  }

  #aihudousan .onayami h3:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #07252F;
    z-index: 1;
  }

  #aihudousan .onayami .check {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }

  #aihudousan .onayami .check>div {
    width: calc(100% - 260px);
  }

  #aihudousan .onayami .check>div:first-child {
    width: 230px;
    margin: auto;
  }

  #aihudousan .onayami .check>div:nth-child(even) {
    padding-left: 30px;
    margin: auto;
  }

  #aihudousan .onayami .check>div p {
    display: block;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
  }

  #aihudousan .onayami .check>div p:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/ai_hudousan/check.png);
    background-size: contain;
    margin-right: 10px;
    top: 2px;
    left: -40px;
    background-repeat: no-repeat;
  }

  #aihudousan .onayami .onayami_text {
    background-color: #ffffff;
    padding: 40px;
    filter: drop-shadow(2px 4px 2px #d4d4d4);
    border-radius: 15px;
    text-align: left;
    font-size: 18px;
  }

  #aihudousan .onayami .onayami_text .reason {
    width: 100%;
    border-radius: 30px;
    background-color: #07252F;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
  }

  #aihudousan .onayami .onayami_text .solution {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
  }

  #aihudousan .bg_gray {
    position: relative;
    padding-bottom: 40px;
  }

  #aihudousan .bg_gray::after {
    content: '';
    position: absolute;
    bottom: -15vh;
    left: 0px;
    width: 0;
    height: 0;
    border: none;
    border-top: 15vh solid #f5f4f3;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
  }

  /*-- intro --*/

  #aihudousan .intro {
    width: 790px;
    display: block;
    margin: auto;
    text-align: center;
  }

  #aihudousan .intro .message {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    margin-top: 60px;
  }

  #aihudousan .intro .message>div {
    width: 361px;
  }

  #aihudousan .intro .message>div:first-child {
    width: calc(100% - 361px);
  }

  #aihudousan .blue {
    padding: 10px 15px;
    background: #07252F;
    color: #ffffff;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 0.5em;
  }

  #aihudousan .intro .message>div p img {
    width: 350px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
  }

  #aihudousan .intro .message .big {
    font-size: 45px;
  }

  #aihudousan .intro .point {
    display: block;
    margin: auto;
    text-align: center;
    padding: 60px;
    position: relative;
    border: solid 5px #07252F;
    background: #f7f7f6;
    border-radius: 15px;
    margin-top:-10px;
  }

  #aihudousan .intro .point .pochi1,
  #aihudousan .intro .point .pochi2,
  #aihudousan .intro .point .pochi3,
  #aihudousan .intro .point .pochi4 {
    position: absolute;
    content: "";
    background-color: #07252F;
    width: 12px;
    height: 12px;
    border-radius: 100%;
  }

  #aihudousan .intro .point .pochi1 {
    top: 20px;
    left: 20px;
  }

  #aihudousan .intro .point .pochi2 {
    top: 20px;
    right: 20px;
  }

  #aihudousan .intro .point .pochi3 {
    bottom: 20px;
    left: 20px;
  }

  #aihudousan .intro .point .pochi4 {
    bottom: 20px;
    right: 20px;
  }

  #aihudousan .intro .point h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #07252F;
    display: inline-block;
  }

  #aihudousan .intro .point table {
    width: 480px;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: auto;
  }

  #aihudousan .intro .point table tr td {
    vertical-align: middle;
  }

  #aihudousan .intro .point p {
    margin-bottom: 0;
  }

  #aihudousan .intro .point .num {
    background: #07252F;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
  }

  /*-- voice --*/

  #aihudousan .voice {
    width: 880px;
    margin: 80px auto;
    text-align:center;
  }

  #aihudousan .voice .voice_title {
    position: relative;
    text-align: center;
    width: 100%;
  }

  #aihudousan .voice .voice_title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    border-top: 5px dotted #07252F;
    top: 50%;
    left: 0;
  }

  #aihudousan .voice .voice_title .ribbon {
    display: inline-block;
    position: relative;
    height: 50px;
    /*リボンの高さ*/
    line-height: 50px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 30px;
    /*横の大きさ*/
    font-size: 24px;
    background: #07252F;
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
  }

  #aihudousan .voice .voice_title .ribbon:before,
  #aihudousan .voice .voice_title .ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  #aihudousan .voice .voice_title .ribbon:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  #aihudousan .voice .voice_title .ribbon:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

  #aihudousan .voice_wrapper {
    display: flex;
    width: 880px;
    margin: 120px auto 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }

  #aihudousan .voice_wrapper>div {
    width: 230px;
    border: 5px solid #07252F;
    border-radius: 15px;
    padding: 40px 20px 20px;
    position: relative;
    background-color: #ffffff;
    font-size: 16px;
    text-align: left;
    margin-bottom:0;
  }

  #aihudousan .voice_wrapper>div:last-child{
    margin-bottom:0em;
  }


  #aihudousan .voice_wrapper>div img {
    position: absolute;
    top: -10%;
    left: 50%;
    width: 100px;
    transform: translate(-50%, -50%);
  }

  #aihudousan .voice_wrapper>div .name {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
  }

  #aihudousan .voice .message {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
  }

  /*-- arrow --*/

  #aihudousan .arrow_wrapper{
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }

  #aihudousan .arrow {
    display: block;
    margin: 20px auto 50px;
    height: 60px;
    width: 180px;
    background-color: #07252F;
    position: relative;
    top: 40px;
  }

  #aihudousan .arrow:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 120px solid transparent;
    border-top: 70px solid #07252F;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  #aihudousan .arrow:after {
    position: absolute;
    content: "詳しくは";
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }

  /* end of media query(pc) */
}
