@charset "UTF-8";
html {
  background-color: #282828;
  color: #282828;
}

* {
  position: relative;
  color: #282828;
  overflow-y: unset;
}

.container {
  width: calc(100% - 48px);
  margin: 0 auto;
}

@media screen and (min-width: 760px) {
  .container {
    width: calc(100% - 96px);
  }
}

@media screen and (min-width: 980px) {
  .container {
    max-width: 1200px;
  }
}

.show_sp {
  display: inherit;
}

@media screen and (min-width: 980px) {
  .show_sp {
    display: none;
  }
}

.show_pc {
  display: none;
}

@media screen and (min-width: 980px) {
  .show_pc {
    display: inherit;
  }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  text-decoration: none;
}

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

body {
  line-height: 1;
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 62.5%;
  overflow: auto;
  background-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  position: relative;
  color: #282828;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP', '游ゴシック', 'YuGothic', '游ゴシック体',　-apple-system, BlinkMacSystemFont, 'Roboto', 'Segoe UI', 'Helvetica Neue', 'HelveticaNeue', 'Verdana', 'Meiryo', sans-serif;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.04em;
}

picture {
  width: 100%;
}

picture source {
  width: 100%;
  height: 100%;
}

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

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

* {
  font-size: 14px;
  font-style: normal;
}

.js-scroll-trigger {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.js-scroll-trigger.is_animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec_title {
  position: relative;
}

.sec_title h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: absolute;
  top: 28px;
  left: 24px;
}

.sec_title h2::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #2E7DCB;
  top: -16px;
  left: 0;
}

@media screen and (min-width: 980px) {
  .sec_title h2 {
    font-size: 40px;
    top: 64px;
    left: 160px;
  }
  .sec_title h2::before {
    width: 40px;
    height: 4px;
    top: -24px;
  }
}

.sec_title svg {
  width: 320px;
  height: 80px;
}

@media screen and (min-width: 980px) {
  .sec_title svg {
    width: 784px;
    height: 144px;
  }
}

/* ローディング画面 */
#main {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#main.loaded {
  opacity: 1;
}

.firstview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(90vh + 200px);
  padding-bottom: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 250, 255, 0)), to(#F5FAFF));
  background: linear-gradient(180deg, rgba(245, 250, 255, 0) 0%, #F5FAFF 100%);
}

@media screen and (min-width: 980px) {
  .firstview {
    min-height: 100vh;
    padding-bottom: 0;
  }
}

.firstview h1 {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: calc(50% - 100px);
}

.firstview h1 svg {
  width: 200px;
}

@media screen and (min-width: 980px) {
  .firstview h1 {
    top: 60px;
    left: 160px;
  }
  .firstview h1 svg {
    width: 291px;
  }
}

.firstview h1 a {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.firstview h1 a:hover {
  opacity: .7;
}

.firstview_txt {
  z-index: 4;
}

.firstview_txt h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 980px) {
  .firstview_txt h2 {
    font-size: 52px;
    margin-bottom: 64px;
  }
}

.firstview_txt h2 img {
  width: 94px;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (min-width: 980px) {
  .firstview_txt h2 img {
    width: 203px;
  }
}

.firstview_txt h2.show_pc {
  display: none;
}

@media screen and (min-width: 980px) {
  .firstview_txt h2.show_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.firstview_txt h2.show_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

@media screen and (min-width: 980px) {
  .firstview_txt h2.show_sp {
    display: none;
    margin-bottom: 0;
  }
}

.firstview_txt h2.show_sp.mb24 {
  margin-bottom: 24px;
}

@media screen and (min-width: 980px) {
  .firstview_txt h2.show_sp.mb24 {
    margin-bottom: 0;
  }
}

.firstview_txt h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 2px;
  margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
  .firstview_txt h3 {
    font-size: 28px;
    margin-bottom: 16px;
    padding-left: 0;
  }
}

.firstview_img {
  z-index: 3;
  position: absolute;
  top: calc(50% - 84px);
  right: -40px;
}

@media screen and (min-width: 980px) {
  .firstview_img {
    top: calc(50% - 360px);
    right: 0;
  }
}

.firstview_img picture, .firstview_img source, .firstview_img img {
  z-index: 3;
  width: 375px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  position: relative;
}

@media screen and (min-width: 980px) {
  .firstview_img picture, .firstview_img source, .firstview_img img {
    width: 800px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}

.firstview_img picture::before, .firstview_img source::before, .firstview_img img::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 95px;
  height: 95px;
  border-radius: 50%;
  left: -80px;
  top: -160px;
  background: radial-gradient(152.89% 152.89% at 86.84% 124.21%, #5FC9E0 0%, #2E7CCA 100%);
}

@media screen and (min-width: 980px) {
  .firstview_img picture::before, .firstview_img source::before, .firstview_img img::before {
    width: 190px;
    height: 190px;
    left: -112px;
    top: -72px;
  }
}

.firstview_img::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 340px;
  border-radius: 50%;
  right: -130px;
  bottom: 180px;
  background: radial-gradient(46.96% 46.96% at 38.7% 63.91%, #FFE454 0%, #2F93CB 95.31%);
}

@media screen and (min-width: 980px) {
  .firstview_img::before {
    width: 575px;
    height: 575px;
    right: -120px;
    bottom: 296px;
  }
}

.firstview_img::after {
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  border-radius: 50%;
  left: -130px;
  bottom: -142px;
  background: radial-gradient(59.62% 59.62% at 81.01% 85.57%, #5FD8E0 0%, #2D7CCA 100%);
}

@media screen and (min-width: 980px) {
  .firstview_img::after {
    width: 395px;
    height: 395px;
    left: -210px;
    bottom: -170px;
  }
}

.firstsection {
  text-align: center;
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5FAFF), to(rgba(245, 250, 255, 0)));
  background: linear-gradient(180deg, #F5FAFF 0%, rgba(245, 250, 255, 0) 100%);
}

.firstsection_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 26px;
}

.firstsection_catch svg {
  width: 21px;
}

@media screen and (min-width: 980px) {
  .firstsection_catch {
    margin-bottom: 44px;
  }
  .firstsection_catch svg {
    width: 36px;
  }
}

.firstsection_catch h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin: 0 5px;
}

@media screen and (min-width: 980px) {
  .firstsection_catch h2 {
    font-size: 52px;
    margin: 0 10px;
  }
}

.firstsection_desc p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}

@media screen and (min-width: 980px) {
  .firstsection_desc p {
    font-size: 20px;
    line-height: 2;
  }
}

.feature {
  padding: 200px 0 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 250, 255, 0)), to(#F5FAFF));
  background: linear-gradient(180deg, rgba(245, 250, 255, 0) 0%, #F5FAFF 100%);
}

.feature .sec_title svg {
  width: 313px;
  height: 57px;
}

@media screen and (min-width: 980px) {
  .feature .sec_title svg {
    width: 783px;
    height: 144px;
  }
}

.feature_num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}

@media screen and (min-width: 980px) {
  .feature_num {
    margin-bottom: 40px;
  }
}

.feature_num svg {
  height: 47px;
  width: auto;
}

@media screen and (min-width: 980px) {
  .feature_num svg {
    width: auto;
    height: 95px;
  }
}

.feature_01 {
  position: relative;
  margin: 40px auto 320px;
}

@media screen and (min-width: 980px) {
  .feature_01 {
    margin: 80px auto 120px;
  }
}

.feature_01 .container {
  width: 100%;
}

.feature_01_inner {
  position: relative;
}

.feature_01_inner_img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}

@media screen and (min-width: 980px) {
  .feature_01_inner_img {
    width: 600px;
    height: 440px;
    border-radius: 40px;
  }
  .feature_01_inner_img picture, .feature_01_inner_img source, .feature_01_inner_img img {
    border-radius: 40px;
  }
}

.feature_01_inner_txt {
  position: absolute;
  width: calc(100% - 48px);
  top: 61vw;
  left: 24px;
}

@media screen and (min-width: 980px) {
  .feature_01_inner_txt {
    position: absolute;
    width: 648px;
    top: 72px;
    left: auto;
    right: 0;
  }
}

.feature_01_inner_txt h3 {
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.666;
  margin-bottom: 20px;
  margin: 0 -4px 20px;
}

@media screen and (min-width: 980px) {
  .feature_01_inner_txt h3 {
    font-size: 24px;
    padding-left: 8px;
    margin: 0 0 20px;
  }
}

.feature_01_inner_txt p {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.777;
}

@media screen and (min-width: 980px) {
  .feature_01_inner_txt p {
    font-size: 18px;
    padding-left: 8px;
  }
}

.feature_01::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  right: -150px;
  top: 552px;
  background: radial-gradient(59.62% 59.62% at 81.01% 85.57%, #5FD8E0 0%, #2D7CCA 100%);
  opacity: 0.4;
  mix-blend-mode: multiply;
  -webkit-filter: blur(200px);
          filter: blur(200px);
}

@media screen and (min-width: 980px) {
  .feature_01::before {
    width: 600px;
    height: 600px;
    left: calc(50% - 600px/2 + 756px);
    right: auto;
    top: -180px;
    opacity: 0.4;
    -webkit-filter: blur(400px);
            filter: blur(400px);
  }
}

.feature_02 {
  position: relative;
  margin: 0 auto 120px;
}

.feature_02_inner_desc {
  text-align: left;
  margin-bottom: 24px;
}

.feature_02_inner_desc h3 {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.feature_02_inner_desc p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.777;
}

@media screen and (min-width: 980px) {
  .feature_02_inner_desc {
    text-align: center;
    margin-bottom: 40px;
  }
  .feature_02_inner_desc h3 {
    font-size: 24px;
    padding-left: 8px;
  }
  .feature_02_inner_desc p {
    font-size: 18px;
  }
}

.feature_02_inner_graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 980px) {
  .feature_02_inner_graph {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.feature_02_inner_graph_item {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
  border: solid 1px #EEEEEE;
  margin-bottom: 24px;
}

.feature_02_inner_graph_item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  .feature_02_inner_graph_item {
    width: 586px;
    padding: 40px 78px;
    border-radius: 20px;
    margin-bottom: 0;
  }
}

.feature_02_inner_graph_item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.feature_02_inner_graph_item svg {
  margin: 0 auto 30px;
}

.feature_02_inner_graph_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}

@media screen and (min-width: 980px) {
  .feature_02_inner_graph_item_list {
    min-height: 84px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.feature_02_inner_graph_item_list li {
  text-align: left;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  width: 112px;
  margin: 0 12px 12px;
}

@media screen and (min-width: 980px) {
  .feature_02_inner_graph_item_list li {
    width: auto;
    margin: 0;
  }
}

.feature_02_inner_graph_item_list li::before {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.feature_02_inner_graph_item_list li.col1::before {
  background-color: #2E7DCB;
}

.feature_02_inner_graph_item_list li.col2::before {
  background-color: #5897D5;
}

.feature_02_inner_graph_item_list li.col3::before {
  background-color: #82B1E0;
}

.feature_02_inner_graph_item_list li.col4::before {
  background-color: #ABCBEA;
}

.feature_02_inner_graph_item_list li.col5::before {
  background-color: #D5E5F5;
}

.feature_02_inner_graph_item_list li.col6::before {
  background-color: #FFB44E;
}

.feature_02_inner_graph_item_list li.col7::before {
  background-color: #FFC371;
}

.feature_02_inner_graph_item_list li.col8::before {
  background-color: #FFD295;
}

.feature_02_inner_graph_item_list li.col9::before {
  background-color: #FFE1B8;
}

.feature_02_inner_graph_item_list li.col10::before {
  background-color: #FFF0DC;
}

.feature_02_inner_graph_item_list li.col11::before {
  background-color: #6DA4DB;
}

.feature_02_inner_graph_item.item02 {
  padding: 24px 12px;
}

@media screen and (min-width: 980px) {
  .feature_02_inner_graph_item.item02 {
    padding: 40px 42px;
  }
}

.feature_02_inner_graph_item.item02 svg {
  margin-left: -32px;
}

.feature_02_inner_graph_item.item02 .feature_02_inner_graph_item {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.feature_02_inner_graph_item.item02 .feature_02_inner_graph_item_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature_02_inner_graph_item.item02 li {
  font-size: 10px;
  width: 148px;
  margin: 0 0 12px;
}

@media screen and (min-width: 980px) {
  .feature_02_inner_graph_item.item02 li {
    font-size: 12px;
    width: 134px;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  .feature_02_inner_graph_item.item02 li:nth-child(3n-2) {
    width: 172px;
  }
  .feature_02_inner_graph_item.item02 li:nth-child(3n) {
    width: 172px;
    margin-right: 0;
  }
  .feature_02_inner_graph_item.item02 li:last-child {
    margin-bottom: 0;
  }
}

.feature_02::before {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  left: -150px;
  bottom: -400px;
  background: radial-gradient(59.62% 59.62% at 81.01% 85.57%, #5FD8E0 0%, #2D7CCA 100%);
  opacity: 0.4;
  mix-blend-mode: multiply;
  -webkit-filter: blur(200px);
          filter: blur(200px);
}

@media screen and (min-width: 980px) {
  .feature_02::before {
    width: 800px;
    height: 800px;
    left: calc(50% - 800px/2 - 656px);
    top: -76px;
    bottom: auto;
    opacity: 0.2;
    -webkit-filter: blur(400px);
            filter: blur(400px);
  }
}

.feature_03 {
  position: relative;
  margin: 0 auto;
}

.feature_03_inner_desc {
  text-align: left;
  margin-bottom: 20px;
}

.feature_03_inner_desc h3 {
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.feature_03_inner_desc p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

@media screen and (min-width: 980px) {
  .feature_03_inner_desc {
    text-align: center;
    margin-bottom: 40px;
  }
  .feature_03_inner_desc h3 {
    font-size: 24px;
    padding-left: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .feature_03_inner_desc p {
    font-size: 18px;
  }
}

.feature_03_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 980px) {
  .feature_03_inner_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 40px;
  }
}

.feature_03_inner_list li {
  width: 100%;
  margin-bottom: 20px;
}

.feature_03_inner_list li picture, .feature_03_inner_list li source, .feature_03_inner_list li img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media screen and (min-width: 980px) {
  .feature_03_inner_list li {
    width: 402px;
    height: 162px;
    margin-bottom: 0;
  }
  .feature_03_inner_list li picture, .feature_03_inner_list li source, .feature_03_inner_list li img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .feature_03_inner_list li:last-child {
    width: 332px;
    height: 162px;
  }
}

.feature_03_inner_bottom {
  text-align: left;
}

.feature_03_inner_bottom p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.666;
}

@media screen and (min-width: 980px) {
  .feature_03_inner_bottom {
    text-align: center;
  }
  .feature_03_inner_bottom p {
    line-height: 1;
  }
}

.voice {
  padding: 80px 0 80px;
  background: #F5FAFF;
}

@media screen and (min-width: 980px) {
  .voice {
    padding: 200px 0 200px;
  }
}

.voice .sec_title svg {
  width: 230px;
  height: 62px;
}

@media screen and (min-width: 980px) {
  .voice .sec_title svg {
    width: 573px;
    height: 156px;
  }
}

.voice_inner {
  margin-top: 40px;
}

@media screen and (min-width: 980px) {
  .voice_inner {
    margin-top: 100px;
  }
}

.voice_inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 980px) {
  .voice_inner .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.voice_inner_item {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 980px) {
  .voice_inner_item {
    width: 364px;
    margin-bottom: 0;
  }
}

.voice_inner_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  margin-bottom: 137px;
}

@media screen and (min-width: 980px) {
  .voice_inner_item_title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 134px;
  }
}

.voice_inner_item_title svg {
  width: 16px;
  margin-top: 0;
}

@media screen and (min-width: 980px) {
  .voice_inner_item_title svg {
    width: 26px;
  }
}

.voice_inner_item_title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  vertical-align: middle;
  margin: 0 8px;
}

@media screen and (min-width: 980px) {
  .voice_inner_item_title h3 {
    font-size: 20px;
    width: 290px;
    height: 96px;
    margin: 0;
  }
}

.voice_inner_item_desc {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 71px 24px 24px;
}

@media screen and (min-width: 980px) {
  .voice_inner_item_desc {
    padding: 60px 34px 50px;
    min-height: 362px;
  }
}

.voice_inner_item_desc picture {
  position: absolute;
  width: 160px;
  height: 160px;
  top: -112px;
  left: calc(50% - 80px);
}

.voice_inner_item_desc p {
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (min-width: 980px) {
  .voice_inner_item_desc p {
    font-size: 16px;
  }
}

.message {
  padding: 80px 0 104px;
}

.message .sec_title svg {
  width: 372px;
  height: 73px;
}

@media screen and (min-width: 980px) {
  .message .sec_title svg {
    width: 928px;
    height: 183px;
  }
}

@media screen and (min-width: 980px) {
  .message {
    padding: 200px 0;
  }
}

.message .container {
  padding-top: 40px;
  max-width: 872px;
}

@media screen and (min-width: 980px) {
  .message .container {
    padding-top: 100px;
  }
}

.message .container h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.625;
  margin: 40px 0 24px;
}

@media screen and (min-width: 980px) {
  .message .container h3 {
    font-size: 32px;
    margin: 40px 0;
  }
}

.message .container p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .message .container p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.message .container .name {
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  .message .container .name {
    font-size: 14px;
  }
}

.contact_area {
  position: relative;
  background: radial-gradient(59.62% 59.62% at 81.01% 85.57%, #5FD8E0 0%, #2D7CCA 100%);
  opacity: 0.8;
  border-radius: 20px;
  padding: 50px 24px 40px;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .contact_area {
    border-radius: 40px;
    padding: 70px 50px;
  }
}

.contact_area h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.777;
  margin-bottom: 12px;
}

@media screen and (min-width: 980px) {
  .contact_area h3 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1;
  }
}

.contact_area a {
  opacity: 1;
  background: #FFB44E;
  -webkit-box-shadow: inset -2px -2px 8px #A54A0C;
          box-shadow: inset -2px -2px 8px #A54A0C;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 50px;
  margin: 0 auto 30px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (min-width: 980px) {
  .contact_area a {
    padding: 34px 116px;
    margin: 0 auto 30px;
  }
}

.contact_area a p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.contact_area a p span {
  display: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .contact_area a p {
    font-size: 32px;
  }
  .contact_area a p span {
    display: inline;
    font-size: 32px;
  }
}

.contact_area a:hover {
  -webkit-box-shadow: inset 0 0 0 #a54a0c;
          box-shadow: inset 0 0 0 #a54a0c;
}

.contact_area p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (min-width: 980px) {
  .contact_area p {
    text-align: center;
    font-size: 14px;
  }
}

.contact_baloon {
  position: absolute;
  background-color: #F5FAFF;
  text-align: center;
  padding: 16px 20px;
  top: -24px;
  left: calc(50% - 83px);
}

@media screen and (min-width: 980px) {
  .contact_baloon {
    padding: 20px 40px;
    top: -42px;
    left: calc(50% - 124px);
  }
}

.contact_baloon p {
  color: #2E7DCB;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 980px) {
  .contact_baloon p {
    font-size: 24px;
  }
}

.contact_baloon svg {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 5px);
}

.copyright .container {
  padding: 60px 0 40px;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .copyright .container {
    padding: 120px 0 80px;
  }
}

.copyright svg {
  margin: 0 auto;
  width: 195px;
}

@media screen and (min-width: 980px) {
  .copyright svg {
    width: 259px;
  }
}
/*# sourceMappingURL=style.css.map */