.btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  cursor: pointer;
}

.btn a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

#internship {
  padding: 100px 0 0;
  width: 100%;
  position: relative;
}
#internship .is_menu {
  background-color: #583C6F;
  width: 152px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 20px;
}
#internship .is_menu p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: left;
  position: relative;
  z-index: 1;
}
#internship .is_menu p:after {
  content: "";
  background-image: url(../img/intern/btn_arrow_up.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#internship ul li {
  list-style: none;
}
#internship .btn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 100px;
}
#internship .btn_flex .btn_flex__item {
  flex-basis: calc(50% - 10px);
  border: 1px solid #583C6F;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
#internship .btn_flex .btn_flex__item h6 {
  font-size: 20px;
  font-weight: 500;
  color: #583C6F;
  line-height: 1.2;
  text-align: center;
}
#internship .btn_flex .btn_flex__item h6 span {
  font-size: 24px;
  font-weight: 700;
  color: #583C6F;
  line-height: 1;
  text-align: center;
  display: block;
}
#internship .btn_flex .btn_flex__item:before {
  content: "";
  background-image: url(../img/intern/btn_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 22px;
  height: 27px;
}
#internship .btn_flex .btn_flex__item:hover {
  opacity: 0.7;
  transition: all 0.9s;
}
#internship .section {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  scroll-margin-top: 120px;
}
#internship .section .section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#internship .section .section_inner .section_num {
  flex-basis: 100px;
}
#internship .section .section_inner .section_num img {
  max-width: 73px;
}
#internship .section .section_inner .section_ttl {
  font-size: 30px;
  font-weight: 700;
  color: #191919;
  line-height: 1.2;
  text-align: left;
  flex-grow: 1;
}
#internship .section .section_inner .tag {
  flex-basis: auto;
  text-align: right;
}
#internship .section .section_inner .tag.blue {
  background-color: #3463AD;
  color: #fff;
  padding: 8px 40px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#internship .section .section_inner .tag.orange {
  background-color: #ED6D59;
  color: #fff;
  padding: 8px 40px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#internship .section .section_inner02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
#internship .section .section_inner02 .section_num {
  flex-basis: 100px;
}
#internship .section .section_inner02 .section_num img {
  max-width: 73px;
}
#internship .section .section_inner02 .section_ttl {
  font-size: 30px;
  font-weight: 700;
  color: #191919;
  line-height: 1.2;
  text-align: left;
  flex-grow: 1;
}
#internship .section .section_inner02 .tag {
  flex-basis: auto;
  text-align: right;
}
#internship .section .section_inner02 .tag.blue {
  background-color: #3463AD;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#internship .section .section_inner02 .tag.orange {
  background-color: #ED6D59;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#internship .section .gray_base {
  background-color: #F9F9F9;
  padding: 70px 20px 20px;
  margin: -20px auto 0;
}
#internship .section .gray_base h3 {
  font-size: 22px;
  font-weight: 700;
  color: #583C6F;
  line-height: 1.4;
  text-align: left;
  padding-top: 10px;
  margin: 40px auto 30px;
}
#internship .section .gray_base .gray_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
#internship .section .gray_base .gray_flex .gray_flex__item {
  flex-basis: 100%;
  text-align: center;
}
#internship .section .gray_base .gray_flex .gray_flex__item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #563B6C;
  line-height: 1.9;
  text-align: center;
  margin: 0 auto 20px;
}
#internship .section .gray_base .gray_flex .gray_flex__item_img {
  flex-basis: 100%;
}
#internship .section .gray_base .gray_flex .gray_flex__item_img .entry_btn {
  background-color: #583C6F;
  height: 90px;
  width: 100%;
  max-width: 396px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#internship .section .gray_base .gray_flex .gray_flex__item_img .entry_btn p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
#internship .section .gray_base .gray_flex .gray_flex__item_img .entry_btn p:before {
  content: "";
  background-image: url(../img/intern/btn_newwin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#internship .section .gray_base .full_width {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#internship .section .gray_base .full_width .txt {
  flex-basis: 100%;
}
#internship .section .gray_base .full_width .txt .intern_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#internship .section .gray_base .full_width .txt .intern_info .sum_ttl {
  font-size: 16px;
  font-weight: 700;
  color: #191919;
  line-height: 1;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #191919;
  flex-basis: 100%;
}
#internship .section .gray_base .full_width .txt .intern_info .summary {
  font-size: 15px;
  font-weight: 400;
  color: #191919;
  line-height: 2;
  text-align: left;
  margin-bottom: 30px;
  flex-basis: 100%;
}
#internship .section .gray_base ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#internship .section .gray_base ul .txt {
  flex-basis: 510px;
}
#internship .section .gray_base ul .txt .intern_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#internship .section .gray_base ul .txt .intern_info .sum_ttl {
  font-size: 16px;
  font-weight: 700;
  color: #191919;
  line-height: 1;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #191919;
  flex-basis: 100%;
}
#internship .section .gray_base ul .txt .intern_info .summary {
  font-size: 15px;
  font-weight: 400;
  color: #191919;
  line-height: 2;
  text-align: left;
  margin-bottom: 30px;
  flex-basis: 100%;
}
#internship .section .gray_base ul .photo {
  flex-basis: 396px;
}
#internship .section .gray_base ul .photo .intern_img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#internship .section .gray_base ul .photo .entry_btn {
  background-color: #583C6F;
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#internship .section .gray_base ul .photo .entry_btn p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
#internship .section .gray_base ul .photo .entry_btn p:before {
  content: "";
  background-image: url(../img/intern/btn_newwin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#internship .section .green_base {
  margin: 0 auto;
  width: 100%;
  background-color: #F5FDF0;
  padding: 50px 20px 20px;
}
#internship .section .green_base .voice_ttl {
  text-align: center;
}
#internship .section .green_base .voice_ttl h3 {
  font-size: 20px;
  font-weight: 700;
  color: #191919;
  line-height: 1;
  text-align: center;
  margin: 0 auto 50px;
  display: inline-block;
  position: relative;
}
#internship .section .green_base .voice_ttl h3:before {
  content: "";
  background-image: url(../img/intern/voice_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
}
#internship .section .green_base .voice {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 680px;
  margin: 0 auto;
}
#internship .section .green_base .voice .voice_text {
  border: 1px solid #191919;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  flex-basis: calc(100% - 190px);
  margin-bottom: 40px;
}
#internship .section .green_base .voice .voice_text p {
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  line-height: 2;
  text-align: left;
}
#internship .section .green_base .voice .icon {
  flex-basis: 160px;
  position: relative;
}
#internship .section .green_base .voice .icon img {
  max-width: 87px;
}
#internship .section .green_base .voice .icon:before {
  content: "";
  background-image: url(../img/intern/voice_fuki_r.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 25px;
  position: absolute;
  top: 20px;
  left: -40px;
}
#internship .section .green_base .voice .voice_text_r {
  border: 1px solid #191919;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  flex-basis: calc(100% - 190px);
  margin-bottom: 40px;
}
#internship .section .green_base .voice .voice_text_r p {
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  line-height: 2;
  text-align: left;
}
#internship .section .green_base .voice .icon_r {
  flex-basis: 160px;
  position: relative;
  text-align: right;
}
#internship .section .green_base .voice .icon_r img {
  max-width: 87px;
}
#internship .section .green_base .voice .icon_r:before {
  content: "";
  background-image: url(../img/intern/voice_fuki_l.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: -40px;
}

@media (max-width: 765px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  #internship {
    padding: 20vw 0 0;
  }
  #internship .is_menu {
    background-color: rgba(84, 57, 105, 0.9);
    width: 100%;
    height: 14vw;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 2vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #internship .is_menu p {
    font-size: 3.137254902vw;
    font-weight: 400;
    width: 100%;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #internship .is_menu p:after {
    content: "";
    background-image: url(../img/intern/btn_arrow_up.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 5.7516339869vw;
    height: 7.0588235294vw;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
  }
  #internship ul li {
    list-style: none;
  }
  #internship .btn_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15vw;
    max-width: 90vw;
    margin: 0 auto 5vw;
  }
  #internship .btn_flex .btn_flex__item {
    flex-basis: 90vw;
    border: 1px solid #583C6F;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
  }
  #internship .btn_flex .btn_flex__item h6 {
    font-size: 3.9215686275vw;
    font-weight: 700;
    color: #583C6F;
    line-height: 1;
    text-align: center;
  }
  #internship .btn_flex .btn_flex__item h6 span {
    font-size: 5.2287581699vw;
    font-weight: 700;
    color: #583C6F;
    line-height: 1;
    text-align: center;
    display: block;
    margin-bottom: 1vw;
  }
  #internship .btn_flex .btn_flex__item:before {
    content: "";
    background-image: url(../img/intern/btn_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 5.7516339869vw;
    height: 7.0588235294vw;
  }
  #internship .btn_flex .btn_flex__item:hover {
    opacity: 0.7;
    transition: all 0.9s;
  }
  #internship .section {
    margin: 0 auto;
    padding: 15vw 0 0;
    width: 100%;
    scroll-margin-top: 20vw;
  }
  #internship .section .section_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  #internship .section .section_inner .section_num {
    flex-basis: 15.6862745098vw;
  }
  #internship .section .section_inner .section_num img {
    max-width: 15.1633986928vw;
    margin: 0 auto 3vw;
  }
  #internship .section .section_inner .section_ttl {
    font-size: 5.2287581699vw;
    font-weight: 700;
    color: #191919;
    line-height: 1.2;
    text-align: center;
    flex-grow: 1;
    order: 3;
  }
  #internship .section .section_inner .tag {
    flex-basis: auto;
    text-align: center;
    order: 2;
  }
  #internship .section .section_inner .tag.blue {
    background-color: #3463AD;
    color: #fff;
    padding: 1vw 4vw;
    font-size: 3.3986928105vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 auto 3vw;
  }
  #internship .section .section_inner .tag.orange {
    color: #fff;
    padding: 1vw 4vw;
    font-size: 3.3986928105vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 auto 3vw;
  }
  #internship .section .section_inner02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 6vw;
  }
  #internship .section .section_inner02 .section_num {
    flex-basis: 15.6862745098vw;
  }
  #internship .section .section_inner02 .section_num img {
    max-width: 15.1633986928vw;
    margin: 0 auto 3vw;
  }
  #internship .section .section_inner02 .section_ttl {
    font-size: 5.2287581699vw;
    font-weight: 700;
    color: #191919;
    line-height: 1.2;
    text-align: center;
    flex-grow: 1;
    order: 3;
  }
  #internship .section .section_inner02 .tag {
    flex-basis: auto;
    text-align: center;
    order: 2;
  }
  #internship .section .section_inner02 .tag.blue {
    background-color: #3463AD;
    color: #fff;
    padding: 1vw 2vw;
    font-size: 2.8758169935vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 auto 3vw;
  }
  #internship .section .section_inner02 .tag.orange {
    color: #fff;
    padding: 1vw 2vw;
    font-size: 2.8758169935vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 auto 3vw;
  }
  #internship .section#sec03 .gray_base {
    display: flex;
    flex-direction: column;
  }
  #internship .section#sec03 .gray_base .gray_flex {
    order: 99;
    margin: 10vw auto 0;
  }
  #internship .section .gray_base {
    background-color: #F9F9F9;
    padding: 8vw 5vw;
    margin: 3vw auto 0;
    max-width: 100vw;
  }
  #internship .section .gray_base h3 {
    font-size: 4.7058823529vw;
    font-weight: 700;
    color: #583C6F;
    line-height: 1.4;
    text-align: left;
    padding-top: 2vw;
    margin: 0 0 5vw;
  }
  #internship .section .gray_base .gray_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 10vw;
    width: 90vw;
  }
  #internship .section .gray_base .gray_flex .gray_flex__item {
    flex-basis: 100%;
    text-align: center;
  }
  #internship .section .gray_base .gray_flex .gray_flex__item h4 {
    font-size: 3.660130719vw;
    font-weight: 700;
    color: #563B6C;
    line-height: 1.9;
    text-align: center;
    margin: 0vw auto 3vw;
  }
  #internship .section .gray_base .gray_flex .gray_flex__item_img {
    flex-basis: 100%;
  }
  #internship .section .gray_base .gray_flex .gray_flex__item_img .intern_img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2vw;
  }
  #internship .section .gray_base .gray_flex .gray_flex__item_img .entry_btn {
    background-color: #583C6F;
    height: 20vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #internship .section .gray_base .gray_flex .gray_flex__item_img .entry_btn p {
    font-size: 3.660130719vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #internship .section .gray_base .gray_flex .gray_flex__item_img .entry_btn p:before {
    content: "";
    background-image: url(../img/intern/btn_newwin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 5vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
  }
  #internship .section .gray_base .full_width {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #internship .section .gray_base .full_width .txt {
    flex-basis: 100%;
  }
  #internship .section .gray_base .full_width .txt .intern_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #internship .section .gray_base .full_width .txt .intern_info .sum_ttl {
    font-size: 3.660130719vw;
    font-weight: 700;
    color: #191919;
    line-height: 1;
    text-align: left;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    border-bottom: 1px dotted #191919;
    flex-basis: 100%;
  }
  #internship .section .gray_base .full_width .txt .intern_info .summary {
    font-size: 3.3986928105vw;
    font-weight: 400;
    color: #191919;
    line-height: 2;
    text-align: left;
    margin-bottom: 10vw;
    flex-basis: 100%;
  }
  #internship .section .gray_base ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 90vw;
    margin: 0 auto;
  }
  #internship .section .gray_base ul .txt {
    flex-basis: 100%;
  }
  #internship .section .gray_base ul .txt .intern_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #internship .section .gray_base ul .txt .intern_info .sum_ttl {
    font-size: 3.660130719vw;
    font-weight: 700;
    color: #191919;
    line-height: 1;
    text-align: left;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    border-bottom: 1px dotted #191919;
    flex-basis: 100%;
  }
  #internship .section .gray_base ul .txt .intern_info .summary {
    font-size: 3.3986928105vw;
    font-weight: 400;
    color: #191919;
    line-height: 2;
    text-align: left;
    margin-bottom: 10vw;
    flex-basis: 100%;
  }
  #internship .section .gray_base ul .photo {
    flex-basis: 100%;
  }
  #internship .section .gray_base ul .photo .intern_img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2vw;
  }
  #internship .section .gray_base ul .photo .entry_btn {
    background-color: #583C6F;
    height: 20vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #internship .section .gray_base ul .photo .entry_btn p {
    font-size: 3.660130719vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #internship .section .gray_base ul .photo .entry_btn p:before {
    content: "";
    background-image: url(../img/intern/btn_newwin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 5vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
  }
  #internship .section .green_base {
    margin: 0 auto;
    width: 100%;
    background-color: #F5FDF0;
    padding: 20vw 5vw 5vw;
  }
  #internship .section .green_base .voice_ttl {
    text-align: center;
  }
  #internship .section .green_base .voice_ttl h3 {
    font-size: 3.9215686275vw;
    font-weight: 700;
    color: #191919;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 5vw;
    display: inline-block;
    position: relative;
  }
  #internship .section .green_base .voice_ttl h3:before {
    content: "";
    background-image: url(../img/intern/voice_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: -15vw;
    transform: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #internship .section .green_base .voice {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 90vw;
    margin: 0 auto;
  }
  #internship .section .green_base .voice .voice_text {
    border: 1px solid #191919;
    border-radius: 10px;
    background-color: #fff;
    padding: 3vw;
    flex-basis: 70vw;
    margin-bottom: 10vw;
  }
  #internship .section .green_base .voice .voice_text p {
    font-size: 3.137254902vw;
    font-weight: 400;
    color: #191919;
    line-height: 2;
    text-align: left;
  }
  #internship .section .green_base .voice .icon {
    flex-basis: 20vw;
    position: relative;
    text-align: right;
  }
  #internship .section .green_base .voice .icon img {
    max-width: 18vw;
  }
  #internship .section .green_base .voice .icon:before {
    content: "";
    background-image: url(../img/intern/voice_fuki_r.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 6vw;
    height: 5vw;
    position: absolute;
    top: 6vw;
    left: -2vw;
  }
  #internship .section .green_base .voice .voice_text_r {
    border: 1px solid #191919;
    border-radius: 10px;
    background-color: #fff;
    padding: 3vw;
    flex-basis: 70vw;
    margin-bottom: 10vw;
  }
  #internship .section .green_base .voice .voice_text_r p {
    font-size: 3.137254902vw;
    font-weight: 400;
    color: #191919;
    line-height: 2;
    text-align: left;
  }
  #internship .section .green_base .voice .icon_r {
    flex-basis: 20vw;
    position: relative;
    text-align: left;
  }
  #internship .section .green_base .voice .icon_r img {
    max-width: 18vw;
  }
  #internship .section .green_base .voice .icon_r:before {
    content: "";
    background-image: url(../img/intern/voice_fuki_l.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 6vw;
    height: 5vw;
    position: absolute;
    top: 6vw;
    right: -2vw;
  }
}/*# sourceMappingURL=internship.css.map */