@charset "UTF-8";
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
リセット
/***********************/
html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a,
a:hover {
  text-decoration: none;
}

a > img,
nav > img,
li > img,
div > img {
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

button {
     -moz-appearance: none;
          appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

#slider_area,
#slider_area *,
#posts_contents,
#posts_contents *,
#tab_modal,
#tab_modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
.noto {
  font-family: NotoSansJP, sans-serif;
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

p,
div,
span {
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

img,
a img {
  border: none;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

html,
body {
  min-width: 320px;
}

.seach_logo.-pc img {
  width: 74px;
}

.top_h3 {
  width: 100%;
}

#wrapper {
  position: relative;
  min-width: 320px;
}

@media screen and (min-width: 769px) {
  #wrapper {
    min-width: 1170px;
  }
}
#footer {
  position: relative;
}

@media screen and (max-width: 768px) {
  #header {
    z-index: 1;
  }
}
.mean-container .mean-bar {
  z-index: 1;
}

#Head_Area h1 a img {
  width: 140px;
}

.footer_inner .ft-logo img {
  width: 178px;
}

@media screen and (max-width: 768px) {
  #MV_wrap {
    border-top: none;
  }
  #MV_wrap #MV_inner_sp {
    margin-top: 0;
  }
}
.main_wrap {
  /*padding-top: 64px;*/
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.main_wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1c1c1c;
}

.main_wrap img {
  display: block;
}

@media screen and (min-width: 769px) {
  .main_wrap {
    padding-top: 0;
  }
}
#head_block {
  position: relative;
  width: 100%;
}

#head_block .part1 {
  background-color: #c6edff;
}

#head_block .part1 .inner {
  position: relative;
  width: 100%;
  height: 118.93vw;
  background-image: url(../images/head_block_pic1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 10.4vw;
}

#head_block .part1 .inner h1 {
  width: 75.73vw;
  position: relative;
  margin: 0 auto 4.5%;
  line-height: 1;
}

#head_block .part1 .inner .text {
  line-height: 1.875;
  width: 77.6%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #head_block .part1 .inner {
    background-image: url(../images/head_block_pic1_pc.png);
    background-size: 1170px 331px;
    height: 331px;
    width: 1170px;
    padding-top: 61px;
    margin: 0 auto;
  }
  #head_block .part1 .inner h1 {
    width: 398px;
    margin: 0 0 30px;
    left: 102px;
  }
  #head_block .part1 .inner .text {
    position: relative;
    width: 382px;
    left: 106px;
    margin: 0;
  }
}
#data_block {
  position: relative;
  width: 100%;
}

#data_block .part2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 11% 6% 16%;
  border-top: #e5e5e5 2.8vw solid;
}

#data_block .part2 .title {
  position: relative;
  width: 100%;
  margin: 0 auto 6vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: block;
}

#data_block .part2 .title div {
  display: inline-block;
  width: auto;
  background-color: #e5e5e5;
  padding: 1.5% 2.5%;
  font-size: 4.26vw;
  border-radius: 3vw;
  line-height: 1;
}

#data_block .part2 table.table1 {
  margin-bottom: 9vw;
}

#data_block .part2 table th,
#data_block .part2 table td {
  font-size: 4.25vw;
  line-height: 1.875;
  vertical-align: top;
}

#data_block .part2 table th {
  white-space: nowrap;
}

#data_block .part2 table td {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  #data_block .part2 {
    padding: 70px 0 85px;
    border-width: 21px;
  }
  #data_block .part2 .title {
    margin-bottom: 50px;
  }
  #data_block .part2 .title div {
    width: 120px;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 14px;
  }
  #data_block .part2 .text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }
  #data_block .part2 .text div {
    line-height: 1;
    margin-bottom: 24px;
  }
  #data_block .part2 .text div:last-child {
    margin-bottom: 0;
  }
  #data_block .part2 .text.text1 {
    margin-bottom: 50px;
  }
}
.block {
  width: 100%;
  position: relative;
  border-top: #e5e5e5 2.8vw solid;
}

@media screen and (min-width: 769px) {
  .block {
    border-width: 21px;
  }
}
.block .block_num {
  position: absolute;
  top: -6.26vw;
  width: 19.73%;
  left: 50%;
  margin-left: -9.86%;
}

@media screen and (min-width: 769px) {
  .block .block_num {
    top: -41px;
    width: 111px;
    margin-left: -55px;
  }
}
.block .block_num .icon_new {
  position: absolute;
  width: 47.3%;
  left: 74.3%;
  top: 0;
  margin-top: -19.6%;
}

@media screen and (min-width: 769px) {
  .block .block_num .icon_new {
    width: 47.7%;
    left: 84px;
    top: -17px;
    margin-top: 0;
  }
}
.block .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 15%;
  padding-bottom: 19%;
}

@media screen and (min-width: 769px) {
  .block .inner {
    padding-left: 106px;
    width: 1170px;
    margin: 0 auto;
  }
}
.block .inner h2 {
  line-height: 1;
  margin: 0 auto 4%;
  position: relative;
  font-family: Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 6.93vw;
  font-weight: 700;
  line-height: 1.34;
  text-align: center;
  /*font-feature-settings: 'palt';*/
  white-space: nowrap;
  overflow: hidden;
}

.block .inner h2 * {
  font-family: Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 6.93vw;
  line-height: 1.34;
}

.block .inner h2 .tsume {
  letter-spacing: -.4em;
}

.block .inner h2 .tsume.tsume02 {
  letter-spacing: -.2em;
}

.block .inner h2 .tsume.tsume01 {
  letter-spacing: -.1em;
}

.block .inner h2 .tsume.tsume08 {
  letter-spacing: -.5em;
}

@media screen and (min-width: 769px) {
  .block .inner h2 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 60px;
    text-align: left;
  }
  .block .inner h2 * {
    font-size: 42px;
    line-height: 60px;
  }
  .block .inner h2 .indent {
    text-indent: -.5em;
    display: inline-block;
  }
}
.block .inner .title {
  position: relative;
  width: 100%;
  margin: 0 auto 5%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: block;
}

.block .inner .title div {
  display: inline-block;
  width: 61.6%;
  background-color: #e5e5e5;
  padding: 1.5% 2.5%;
  font-size: 4.26vw;
  border-radius: 3vw;
  line-height: 1;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.block .inner .title.double div {
  line-height: 1.31;
}

@media screen and (min-width: 769px) {
  .block .inner .title {
    margin-bottom: 60px;
    text-align: left;
    left: -5px;
  }
  .block .inner .title div {
    width: auto;
    padding: 9px 18px;
    font-size: 18px;
    border-radius: 18px;
  }
}
.block .inner .pic_area {
  position: relative;
  width: 100%;
  line-height: 1;
}

.block .inner .pic_area img {
  display: block;
  position: relative;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .block .inner .pic_area {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .block .inner .pic_area img {
    position: absolute;
  }
}
.block .inner .text {
  font-size: 4.26vw;
  line-height: 1.875;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 82.7%;
  margin: 0 auto 3%;
}

@media screen and (min-width: 769px) {
  .block .inner .text {
    font-size: 16px;
    line-height: 40px;
    width: auto;
    margin-bottom: 0;
  }
}
#block1 .inner .pic_area {
  margin-bottom: 6%;
}

#block1 .inner .pic_area .pic1 {
  width: 86%;
  left: 6.4%;
}

@media screen and (min-width: 769px) {
  #block1 .inner {
    padding-top: 160px;
    padding-bottom: 165px;
  }
  #block1 .inner .pic_area {
    margin-bottom: 0;
  }
  #block1 .inner .pic_area .pic1 {
    width: 412px;
    left: 636px;
    top: 74px;
  }
}
@media screen and (max-width: 768px) {
  #block2 .inner .title {
    margin-bottom: 10%;
  }
}
#block2 .inner .pic_area {
  margin-bottom: 10.66%;
}

#block2 .inner .pic_area .pic1 {
  width: 80.66%;
  margin: 0 auto 11.86%;
}

#block2 .inner .pic_area .pic2 {
  width: 81.86%;
  left: 9.6%;
}

@media screen and (min-width: 769px) {
  #block2 .inner {
    padding-top: 114px;
    padding-bottom: 116px;
  }
  #block2 .inner .pic_area {
    margin-bottom: 0;
  }
  #block2 .inner .pic_area .pic1 {
    width: 414px;
    left: 623px;
    top: 81px;
  }
  #block2 .inner .pic_area .pic2 {
    width: 425px;
    left: 623px;
    top: 342px;
  }
}
@media screen and (max-width: 768px) {
  #block3 .inner .title {
    margin-bottom: 6.53%;
  }
}
#block3 .inner .pic_area {
  margin-bottom: 11.06%;
}

#block3 .inner .pic_area .pic1 {
  width: 80%;
  left: 10%;
}

#block3 .inner .pic_area .note {
  line-height: 1;
  font-size: 3.2vw;
  color: #555;
  position: relative;
  margin-top: 6%;
  text-align: right;
  display: block;
  width: 84.66%;
  left: 8.66%;
}

@media screen and (min-width: 769px) {
  #block3 .inner {
    padding-top: 122px;
    padding-bottom: 117px;
  }
  #block3 .inner h2 {
    text-indent: -.07em;
  }
  #block3 .inner .pic_area {
    margin-bottom: 0;
  }
  #block3 .inner .pic_area .pic1 {
    width: 500px;
    left: 560px;
    top: 77px;
  }
  #block3 .inner .pic_area .note {
    font-size: 13px;
    position: absolute;
    top: 550px;
    width: 476px;
    left: 590px;
    margin-top: 40px;
  }
}
#block4 .inner {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #block4 .inner .title {
    margin-bottom: 8.53%;
  }
}
#block4 .inner .pic_area {
  margin-bottom: 10%;
}

#block4 .inner .pic_area .pic1 {
  width: 85.73%;
  left: 8%;
}

#block4 .inner .pic2 {
  width: 70.8%;
  display: block;
  position: relative;
  line-height: 1;
  left: 14.13%;
}

#block4 .inner .text .note {
  font-size: 3.2vw;
  color: #555;
}

@media screen and (min-width: 769px) {
  #block4 .inner {
    padding-top: 103px;
    padding-bottom: 74px;
  }
  #block4 .inner .pic_area {
    margin-bottom: 0;
  }
  #block4 .inner .pic_area .pic1 {
    width: 454px;
    left: 617px;
    top: 120px;
  }
  #block4 .inner .pic2 {
    position: absolute;
    width: 338px;
    left: auto;
    right: 98px;
    bottom: 0;
  }
  #block4 .inner .text .note {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #block5 .inner .title {
    margin-bottom: 6%;
  }
}
#block5 .inner .pic_area {
  margin-bottom: 10.66%;
}

#block5 .inner .pic_area .pic1 {
  width: 86.7%;
  margin: 0 auto 10%;
}

@media screen and (min-width: 769px) {
  #block5 .inner {
    padding-top: 114px;
    padding-bottom: 116px;
  }
  #block5 .inner .pic_area {
    margin-bottom: 0;
  }
  #block5 .inner .pic_area .pic1 {
    width: 456px;
    left: 623px;
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #block6 .inner .title {
    margin-bottom: 10.13%;
  }
}
#block6 .inner .title div {
  width: auto;
}

@media screen and (min-width: 769px) {
  #block6 .inner .text {
    margin-left: 0;
    width: 356px;
  }
}
#block6 .inner .pic_area {
  margin-bottom: 8.6%;
}

#block6 .inner .pic_area .pic1 {
  width: 82.13%;
  left: 5.47%;
}

#block6 .inner .pic_area .note {
  line-height: 1;
  font-size: 3.2vw;
  color: #555;
  position: relative;
  margin-top: 6%;
  text-align: right;
  display: block;
  width: 84.66%;
  left: 8.66%;
}

@media screen and (min-width: 769px) {
  #block6 .inner {
    padding-top: 135px;
    padding-bottom: 220px;
  }
  #block6 .inner .pic_area {
    margin-bottom: 0;
  }
  #block6 .inner .pic_area .pic1 {
    width: 378px;
    left: 560px;
    top: 228px;
  }
}
#block7 {
  margin-bottom: 13%;
}

@media screen and (min-width: 769px) {
  #block7 {
    margin-bottom: 80px;
  }
}
#block7 .inner {
  padding-bottom: 0;
}

#block7 .inner .title {
  margin-bottom: 12%;
}

@media screen and (min-width: 769px) {
  #block7 .inner {
    padding-top: 86px;
    padding-bottom: 0;
  }
  #block7 .inner .title {
    margin-bottom: 69px;
  }
}
#block7 .inner .voice_set {
  position: relative;
  width: 84.93%;
  margin: 0 auto 20%;
}

#block7 .inner .voice_set .voice_wrap {
  margin-bottom: 9.42%;
}

#block7 .inner .voice_set .voice_wrap:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  #block7 .inner .voice_set {
    width: 958px;
    margin: 0;
    margin-bottom: 70px;
  }
  #block7 .inner .voice_set .voice_wrap {
    display: -webkit-box;
    display:     -ms-box;
    display: -webkit-flexbox;
    display:    -moz-flexbox;
    display:     -ms-flexbox;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:         flex;
    -webkit-box-lines: multiple;
       -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-justify-content: space-between;
        -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
#block7 .inner .voice_set:last-child {
  margin-bottom: 0;
}

#block7 .inner .voice_set .voice_title {
  line-height: 1;
  position: relative;
  width: 100%;
  margin-bottom: 10.99%;
  text-align: center;
}

#block7 .inner .voice_set .voice_title div {
  font-size: 4.8vw;
  display: inline-block;
  width: auto;
  padding-bottom: .66vw;
  border-bottom: #e75198 .8vw solid;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #block7 .inner .voice_set .voice_title {
    margin-bottom: 37px;
    text-align: left;
  }
  #block7 .inner .voice_set .voice_title div {
    font-size: 22px;
    border-width: 3px;
    padding-bottom: 4px;
  }
}
#block7 .inner .voice_set .voice {
  position: relative;
  width: 100%;
  margin-bottom: 9.42%;
  border: #fff .27vw solid;
  border-bottom: none;
  border-radius: 0 0 1.4% 1.4%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: -.27vw bottom;
  background-size: calc(100% + .54vw) auto;
  padding-bottom: 40%;
}

#block7 .inner .voice_set .voice:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  #block7 .inner .voice_set .voice {
    width: 458px;
    margin: 0;
    border-width: 2px;
    background-position: -2px bottom;
    background-size: 458px auto;
    padding-bottom: 72px;
  }
}
#block7 .inner .voice_set .voice .voice_text {
  width: 100%;
  margin: 0 auto 1%;
  font-size: 4.26vw;
  line-height: 1.875;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 8% 5.49% 0;
}

#block7 .inner .voice_set .voice .voice_text .color_text {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #block7 .inner .voice_set .voice .voice_text {
    width: 404px;
    font-size: 16px;
    line-height: 28px;
    padding: 26px 0 48px;
  }
}
#block7 .inner .voice_set .voice .voice_name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 0 6.59% 54.63%;
}

#block7 .inner .voice_set .voice .voice_name div {
  font-size: 4.26vw;
  line-height: 1.375;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #block7 .inner .voice_set .voice .voice_name {
    padding: 0 0 20px 273px;
  }
  #block7 .inner .voice_set .voice .voice_name div {
    font-size: 16px;
    line-height: 22px;
  }
}
#block7 .inner .set1 .voice_title div {
  color: #e75198;
  border-color: #e75198;
}

#block7 .inner .set1 .voice {
  border-color: #e75198;
}

#block7 .inner .set1 .voice .voice_text .color_text {
  color: #e75198;
}

#block7 .inner .set1 .voice.voice1 {
  background-image: url(../images/block7_pic1.png);
}

#block7 .inner .set1 .voice.voice2 {
  background-image: url(../images/block7_pic2.png);
}

#block7 .inner .set1 .voice.voice3 {
  background-image: url(../images/block7_pic3.png);
}

#block7 .inner .set1 .voice.voice4 {
  background-image: url(../images/block7_pic4.png);
}

@media screen and (min-width: 769px) {
  #block7 .inner .set1 .voice.voice1 {
    background-image: url(../images/block7_pic1_pc.png);
  }
  #block7 .inner .set1 .voice.voice2 {
    background-image: url(../images/block7_pic2_pc.png);
  }
  #block7 .inner .set1 .voice.voice3 {
    background-image: url(../images/block7_pic3_pc.png);
  }
  #block7 .inner .set1 .voice.voice4 {
    background-image: url(../images/block7_pic4_pc.png);
  }
}
#block7 .inner .set2 .voice_title div {
  color: #969df1;
  border-color: #969df1;
}

#block7 .inner .set2 .voice {
  border-color: #969df1;
}

#block7 .inner .set2 .voice .voice_text .color_text {
  color: #969df1;
}

#block7 .inner .set2 .voice.voice1 {
  background-image: url(../images/block7_pic5.png);
}

#block7 .inner .set2 .voice.voice2 {
  background-image: url(../images/block7_pic6.png);
}

#block7 .inner .set2 .voice.voice3 {
  background-image: url(../images/block7_pic7.png);
}

#block7 .inner .set2 .voice.voice4 {
  background-image: url(../images/block7_pic8.png);
}

@media screen and (min-width: 769px) {
  #block7 .inner .set2 .voice.voice1 {
    background-image: url(../images/block7_pic5_pc.png);
  }
  #block7 .inner .set2 .voice.voice2 {
    background-image: url(../images/block7_pic6_pc.png);
  }
  #block7 .inner .set2 .voice.voice3 {
    background-image: url(../images/block7_pic7_pc.png);
  }
  #block7 .inner .set2 .voice.voice4 {
    background-image: url(../images/block7_pic8_pc.png);
  }
}
#block7 .inner .set3 .voice_title div {
  color: #55c66d;
  border-color: #55c66d;
}

#block7 .inner .set3 .voice {
  border-color: #55c66d;
}

#block7 .inner .set3 .voice .voice_text .color_text {
  color: #55c66d;
}

#block7 .inner .set3 .voice.voice1 {
  background-image: url(../images/block7_pic9.png);
}

#block7 .inner .set3 .voice.voice2 {
  background-image: url(../images/block7_pic10.png);
}

@media screen and (min-width: 769px) {
  #block7 .inner .set3 .voice.voice1 {
    background-image: url(../images/block7_pic9_pc.png);
  }
  #block7 .inner .set3 .voice.voice2 {
    background-image: url(../images/block7_pic10_pc.png);
  }
}
.bottom_block {
  position: relative;
  width: 100%;
  padding-top: 8.93%;
  background-color: #c6edff;
  line-height: 1;
}

.bottom_block .link {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-bottom: 8.26%;
}

.bottom_block .link a {
  font-size: 4.8vw;
  line-height: 1;
  display: inline-block;
  padding-bottom: 1.2%;
  padding-right: 4.66%;
  border-bottom: #000 .27vw solid;
  color: #000;
  background-image: url(../images/bottom_block_arrow.svg);
  background-repeat: no-repeat;
  background-position: 99% 35%;
  background-size: 1.8% auto;
}

@media screen and (min-width: 769px) {
  .bottom_block {
    padding-top: 44px;
  }
  .bottom_block .inner {
    width: 1170px;
    position: relative;
    margin: 0 auto;
  }
  .bottom_block .link {
    margin-bottom: 51px;
  }
  .bottom_block .link a {
    font-size: 18px;
    padding-bottom: 7px;
    padding-right: 17px;
    border-width: 2px;
    background-size: 4px 7px;
  }
  .bottom_block img {
    width: 413px;
    position: relative;
    left: 372px;
  }
}
