@charset "utf-8";

.Case_ex_Btn_Content .new dl dt {
  position: relative;
  overflow: hidden;
}

.Case_ex_Btn_Content .new dl dt:after {
  content: "New!";
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: rgba(202, 16, 16, 0.7);
  padding: 3px 16px;
  position: absolute;
  z-index: 2;
  top: 11px;
  right: -26px;
  width: 105px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

@media screen and (max-width: 736px) {
  .Case_ex_Btn_Content .new dl dt:after {
    font-size: 12px;
    top: 7px;
    right: -33px;
  }
}

#Slide-contents {
  max-width: 1480px;
  margin: 0 auto;
}

#Slide-contents iframe {
  width: 100%;
  height: auto;
}

.Case_ex_Btn dl dt img {
  max-width: 100%;
  height: auto;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 calc(100% - 10px));
  clip-path: polygon(100% 100%, 100% 0, 0 0, 0 calc(100% - 10px));
}

@keyframes ticker_news {
  0% {
    opacity: 0;
    display: none;
    top: 30px;
  }

  1% {
    opacity: 0;
    top: 30px;
  }

  2% {
    opacity: 1;
    top: 0;
  }

  15% {
    opacity: 1;
    top: 0;
  }

  16% {
    opacity: 0;
    top: -30px;
    display: none;
  }

  16.1% {
    top: -30px;
    display: none;
  }

  100% {
    top: -30px;
    display: none;
  }
}

@keyframes ticker_news_sp {
  0% {
    opacity: 0;
    display: none;
    top: -50px;
  }

  1% {
    opacity: 0;
    top: 50px;
  }

  2% {
    opacity: 1;
    top: 0;
  }

  15% {
    opacity: 1;
    top: 0;
  }

  16% {
    opacity: 0;
    top: -50px;
    display: none;
  }

  16.1% {
    top: -50px;
    display: none;
  }

  100% {
    top: -50px;
    display: none;
  }
}

#slide ul > li {
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ticker_news;
  animation-name: ticker_news;
  opacity: 0;
  white-space: nowrap;
}

#slide ul > li.new::before {
  content: "NEW";
  color: #fff;
  background-color: rgba(202, 16, 16, 0.8);
  font-size: 0.68em;
  line-height: 1;
  margin-right: 1em;
  padding-left: 0.2em;
  width: 50px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 736px) {
  #slide ul > li {
    -webkit-animation-name: ticker_news_sp;
    animation-name: ticker_news_sp;
  }

  #slide ul > li.new::before {
    width: 40px;
    height: auto;
    position: relative;
    top: -1px;
    padding: 2px 2px 2px 4px;
  }
}

#slide ul > li.new.notice::before {
  content: "\91CD\8981\306A\304A\77E5\3089\305B";
}

/*追記*/
.banner_17 {
  text-align: center;
  margin: 40px auto 30px auto;
}

.banner_17 img {
  width: 530px;
  border: 1px solid #d2d3d7;
}

@media all and (-ms-high-contrast: none) {
  #slide ul > li.new::before {
    padding-top: 0.2em;
    font-family: sans-serif, "MS UI Gothic";
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 737px) {
  .contents_inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .Case_ex {
    display: none;
  }

  .btn_01 {
    color: #fff;
    font-size: 16px;
    background-color: rgb(24, 83, 162);
    padding: 10px 30px 12px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 70%;
    min-width: 340px;
    margin: 0 auto;
    display: inline;
  }

  .btn_01:hover {
    background-color: #ff5c00;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #List_Button {
    background: #0058b0;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 50px 10px 50px 20px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #List_Button:hover {
    background: #ff5c00;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #List_Button::before,
  #List_Button::after {
    content: "▼";
    font-size: 12px;
    margin: 0 12px;
    position: relative;
    top: -2px;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #List_Button:hover::before,
  #List_Button:hover::after {
    position: relative;
    top: 8px;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

#Topics {
  max-width: 1480px;
  margin: 40px auto;
}

.ticker {
  position: relative;
  height: 29px;
  overflow: hidden;
}

.ticker ul::before {
  content: "TOPICS";
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 5px 14px;
  text-align: center;
  background-color: #444;
  z-index: 2;
  overflow: hidden;
}

#slide ul {
  list-style: none;
  overflow: hidden;
  margin-left: 40px;
}

#slide ul > li {
  position: absolute;
  top: 150%;
  left: 0;
  margin-left: 150px;
}

#slide ul > li a::before {
  content: " ";
}

#slide ul > li:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#slide ul > li:nth-child(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

#slide ul > li:nth-child(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

#slide ul > li:nth-child(4) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

#slide ul > li:nth-child(5) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

#slide ul > li:nth-child(6) {
  -webkit-animation-delay: 25s;
  animation-delay: 25s;
}

#slide ul > li:nth-child(7) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

@media screen and (max-width: 1239px) and (min-width: 737px) {
  #Topics {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }

  .ticker {
    position: relative;
    overflow: hidden;
  }

  .ticker ul::before {
    content: "TOPICS";
    font-size: 14px;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    background-color: #444;
    z-index: 2;
  }

  #slide ul {
    list-style: none;
    overflow: hidden;
    margin-left: 20px;
  }

  #slide ul > li {
    position: absolute;
    top: 150%;
    left: 0;
    margin-left: 140px;
  }
}

/*----- スマートフォン -----*/
@media screen and (max-width: 736px) {
  #Topics {
    width: 100%;
    background: #f5f5f5;
    padding: 26px 6vw 68px;
    margin: 0 auto 2.4em;
    overflow: hidden;
  }

  .ticker {
    position: relative;
  }

  .ticker ul {
    overflow: hidden;
    text-align: center;
  }

  .ticker ul::before {
    content: "TOPICS";
    font-size: 12px;
    line-height: 1;
    position: absolute;
    background: #777;
    color: #fff;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: inline;
    padding: 4px 5vw;
  }

  #slide ul > li {
    position: absolute;
    width: 100%;
    top: 53px;
    right: 50%;
    transform: translateX(50%);
    font-size: 14px;
    line-height: 1.7;
  }

  #slide ul > li a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #slide ul > li a::before {
    cursor: default;
    pointer-events: none;
  }

  .contents_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }

  .Case_ex {
    display: none;
  }

  .btn_01 {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    background-color: #1853a2;
    padding: 12px 16px;
    width: 100%;
    margin: 0 auto;
  }

  .btn_01:hover {
    background-color: #ff5c00;
  }

  #List_Button {
    background: #0058b0;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 12px;
    margin: 1em auto 0;
    cursor: pointer;
  }
}

#List {
  max-width: 1480px;
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
  scroll-snap-type: x mandatory;
}

/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
  width: 30px;
  height: 8px;
}
/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #666;
}

#Customers .cp_arrows {
  font-size: 14px;
  text-align: center;
  font-weight: 100;
  color: #555;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp_arrows .cp_arrow {
  position: relative;
  display: inline-block;
}

.cp_arrows .cp_arrow::before {
  content: "<";
  position: absolute;
  top: 0;
  left: 0;
  animation: arrow-moveleft 2s ease-in-out infinite;
}

.cp_arrows .cp_arrow::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  animation: arrow-moveright 2s ease-in-out infinite;
}

@keyframes arrow-moveleft {
  0% {
    left: -10px;
    opacity: 0.1;
  }

  60% {
    left: -30px;
    opacity: 1;
  }

  100% {
    left: -50px;
    opacity: 0.2;
  }
}

@keyframes arrow-moveright {
  0% {
    right: -10px;
    opacity: 0.1;
  }

  60% {
    right: -30px;
    opacity: 1;
  }

  100% {
    right: -50px;
    opacity: 0.2;
  }
}

/*----- Case_ex_Btn_Content -----*/
.Case_ex_Btn_Content {
  display: -webkit-box;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.3s;
}

.Case_ex_Btn {
  position: relative;
  background-color: rgba(1, 1, 1, 0.04);
  border-bottom: 2px solid rgba(24, 83, 162, 0.7);
  width: 26%;
  min-width: 380px;
  margin: 20px 20px 12px 0;
  scroll-snap-align: start;
}

.Case_ex_Btn:last-child {
  margin-right: 0;
}

.Case_ex_Btn a {
  display: block;
  overflow: hidden;
}

.Case_ex_Btn:hover img,
.Case_ex_Btn.case-active img {
  filter: brightness(1.1) opacity(0.6);
  transition: filter 0.3s cubic-bezier(0, 2.5, 0.2, 2.5);
}

.Case_ex_Btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #ff5c00;
  transform: scale(0, 1);
  transition: 0.5s;
}

.Case_ex_Btn:hover::after {
  transform: scale(1);
}

.Case_ex_Btn dl {
  position: relative;
}

.Case_ex_Btn dl dd:nth-child(2) {
  font-size: 1.14em;
  padding: 5px 12px;
  background-color: rgba(0, 0, 0, 0.85);
  line-height: 1;
  display: inline;
  position: absolute;
  top: 20px;
  color: #fff;
}

.Case_ex_Btn dl dd:nth-child(2):before {
  content: "CASE";
  font-size: 0.6em;
  margin-right: 10px;
}

.Case_ex_Btn dl dd:nth-child(3) {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 8px 20px 0;
  font-weight: bold;
  letter-spacing: 0.07em;
  filter: drop-shadow(3px 2px 2px rgba(14, 15, 23, 0.1));
}

.Case_ex_Btn dl dd:nth-child(3) span {
  font-size: 0.94rem;
}

.Case_ex_Btn dl dd:nth-child(3)::after {
  content: "様";
  margin-left: 2px;
  font-size: 0.8em;
}
.Case_ex_Btn dl dd:nth-child(3).l2 {
  line-height: 1.15;
  padding-top: 4px;
  & + .year {
    padding-bottom: 6px;
  }
}

.Case_ex_Btn dl dd:nth-child(3) span {
  margin-left: 2px;
  font-size: 0.8em;
}
.Case_ex_Btn dl dd:nth-child(3).notitle::after {
  content: "";
  margin-left: 0;
}
.Case_ex_Btn dl dd:nth-child(4) {
  font-size: 1.12em;
  padding: 0 20px 12px;
}

.Case_ex_Btn dl dd:nth-child(4)::before {
  content: "\65BD\5DE5\65E5\FF1A";
  font-size: 14px;
  margin: 0 3px 0 0;
}

@media screen and (max-width: 736px) {
  .Case_ex_Btn {
    width: 28%;
    margin-right: 2%;
    min-width: 290px;
  }

  .Case_ex_Btn dl dd:nth-child(2) {
    padding: 4px 10px;
    top: 12px;
  }

  .Case_ex_Btn dl dd:nth-child(2):before {
    content: "CASE";
    font-size: 0.6em;
    margin-right: 10px;
  }

  .Case_ex_Btn dl dd:nth-child(3) {
    padding: 5px 0 0 15px;
  }

  .Case_ex_Btn dl dd:nth-child(4) {
    padding: 0 15px 12px;
  }

  .Case_ex_Btn dl dd:nth-child(4)::before {
    font-size: 0.8em;
  }
}

/*----- Information -----*/
#Information {
  margin: 0 auto;
}

#Information a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

@media screen and (max-width: 736px) {
  #Information .mooving {
    height: 40vh;
    background: url("/common/image/moving_sp.jpg");
    background-size: cover;
    background-position: right 0 bottom 50%;
    background-repeat: no-repeat;
  }

  #Information .mooving_inner {
    max-width: 88vw;
    text-align: center;
    margin: -50px auto 0;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
  }

  #Information .mooving_inner a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 35px 6vw 30px;
  }

  #Information .mooving_inner p {
    font-size: 1em;
    margin: 0 auto;
  }
}

#Information .info_banner {
  padding: 70px 30px 100px;
  max-width: 1420px;
  margin: auto;
}

@media screen and (max-width: 736px) {
  #Information .info_banner {
    padding: 20px 6vw 50px;
  }
}

#Information .info_banner ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#Information .info_banner ul li {
  width: 48%;
}

#Information .info_banner p {
  padding: 1.2em 0 0 1em;
  margin-left: 0.73em;
  text-indent: -0.73em;
}

@media screen and (max-width: 736px) {
  #Information .info_banner ul {
    margin: 0 auto;
    display: block;
  }

  #Information .info_banner ul li {
    width: 100%;
    margin: 0 auto;
  }

  #Information .info_banner ul li:last-child {
    margin-top: 30px;
  }

  #Information .info_banner p {
    padding: 1em 0 0 7px;
    margin-left: 0.8em;
    text-indent: -0.8em;
  }
}

@media all and (-ms-high-contrast: none) {
  .ticker ul::before,
  .ticker ul::before,
  #slide ul > li.new::before,
  .btn_01,
  .web_info,
  .new,
  .Case_ex_Btn dl dd:nth-child(2),
  .pager ul li a {
    font-family: sans-serif, "MS UI Gothic";
    letter-spacing: 1px;
  }
}

.main_wrapper {
  position: relative;
  overflow: hidden;
  height: 500px;
}

#Top.main {
  width: 100%;
  z-index: -1;
  height: 500px;
  background: #000;
}

#Top.main ul.ph,
#Top.main ul.ph li {
  height: 500px;
  z-index: 0;
}

#Top.main .bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  animation: bgrote 25s infinite;
}

#Top.main .ph1 {
  background: url(/common/image/top_slide01.jpg) no-repeat center center;
  background-size: cover;
}

#Top.main .ph2 {
  background: url(/common/image/top_slide02.jpg) no-repeat center center;
  background-size: cover;
  animation-delay: 5s;
}

#Top.main .ph3 {
  background: url(/common/image/top_slide03.jpg) no-repeat center center;
  background-size: cover;
  animation-delay: 10s;
}

#Top.main .ph4 {
  background: url(/common/image/top_slide04.jpg) no-repeat center center;
  background-size: cover;
  animation-delay: 15s;
}

#Top.main .ph5 {
  background: url(/common/image/top_slide05.webp) no-repeat center center;
  background-size: cover;
  animation-delay: 20s;
}

@keyframes bgrote {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }

  2.5% {
    opacity: 0.8;
  }

  20% {
    animation-timing-function: ease-out;
    opacity: 0.9;
  }

  26% {
    transform: scale(1.05);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#Top .main_wrapper {
  width: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.8) 1px, transparent 1px);
  background-size: 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes fadeout_logo {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#Top .main_wrapper ul li:nth-child(1) {
  width: 100%;
  max-width: 1016px;
  margin: 15px auto 0;
  animation: fadeout_logo 2s ease 5s 1 forwards;
}

#Top .main_wrapper ul li:nth-child(1) img {
  width: 100vw;
  padding: 0 20px;
}

#Top .main_wrapper ul li:nth-child(2) {
  display: none;
}

#Top .main_wrapper ul li:nth-child(2) h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  padding: 0.3em 2em;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 736px) {
  .main_wrapper {
    height: auto;
  }

  #Top .main_wrapper,
  #Top.main,
  #Top.main ul.ph,
  #Top.main ul.ph li {
    height: 42vh;
    min-height: 240px;
    max-height: 400px;
  }

  #Top .main_wrapper ul li:nth-child(1) {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }

  #Top .main_wrapper ul li:nth-child(1) img {
    width: 100vw;
    padding: 0 6vw;
  }

  #Top .main_wrapper ul li:nth-child(2) {
    margin: 35px auto 0;
    padding: 0 6vw;
  }

  #Top .main_wrapper ul li:nth-child(2) h2 {
    display: block;
    font-size: calc(0.90625rem + ((1vw - 3px) * 2.867));
    padding: 0.3em;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes fadein_logo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#Top.main .fadein_logo {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  width: calc(100% - 50px);
  top: 20px;
  left: 25px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  animation: fadein_logo 2s ease 5s 1 forwards;
  z-index: 5;
}

#Top.main .fadein_logo img {
  margin-bottom: 3px;
  width: 150px;
}

#Top.main .fadein_logo .fadein_logo_right a {
  display: inline-flex;
  align-items: center;
  transition: 0.3s all;
}

#Top.main .fadein_logo .fadein_logo_right a:hover {
  color: #ff5c00;
  transform: scale(1.1);
}

#Top.main .fadein_logo .fadein_logo_right a p {
  line-height: 1;
}

#Top.main em.material-icons {
  font-family: "Material Icons";
  font-size: 2em;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 736px) {
  #Top.main .fadein_logo {
    width: 93%;
    font-size: 12px;
    top: 15px;
    left: 15px;
  }

  #Top.main .fadein_logo img {
    width: 110px;
    margin-bottom: 2px;
  }
}

.gnav_warp {
  margin: -24px auto 0;
  z-index: 2;
  text-align: center;
}

.gnav {
  display: inline-flex;
  width: 100%;
  max-width: 980px;
}

.gnav li {
  width: 20%;
}

.gnav li a {
  display: block;
  padding: 8px 28px 10px 28px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  background: rgba(17, 18, 20, 0.97);
  border: 1px solid #555;
  text-align: center;
  text-decoration: none !important;
}

.gnav li:nth-child(n + 2) a {
  border-left: none;
}

@media print, screen and (min-width: 737px) {
  .gnav li a {
    transition: 0.3s all;
    position: relative;
  }

  .gnav li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #ff5c00;
    transform: scale(0, 1);
    transition: 0.5s all;
  }

  .gnav li a:hover::before {
    transform: scale(1);
    transition: 0.7s all;
  }

  .gnav li a:hover {
    color: #111;
    background: rgba(255, 255, 255, 0.97);
  }
}

@media screen and (max-width: 736px) {
  .gnav_warp {
    margin: 0 auto;
    width: 100%;
  }

  .gnav {
    width: 100%;
    flex-wrap: wrap;
  }

  .gnav li {
    width: 33%;
    width: calc(100% / 3);
  }

  .gnav li:nth-child(-n + 2) {
    width: 50%;
  }

  .gnav li a {
    padding: 11px 16px 12px 16px;
    font-size: 14px;
    border-bottom: none;
  }

  .gnav li:nth-child(1) a,
  .gnav li:nth-child(n + 2) a {
    border-left: none;
  }

  .gnav li:nth-child(2) a,
  .gnav li:last-child a {
    border-right: none;
  }
}

#Copy {
  width: 100%;
  margin: 70px auto 40px;
  text-align: center;
}

#Copy p {
  font-size: 1.7em;
  line-height: 1.8;
}

@media screen and (max-width: 736px) {
  #Copy {
    width: 100%;
    margin: 35px 0 15px;
  }

  #Copy p {
    font-size: 1.14em;
    font-weight: 700;
    line-height: 1.7;
  }
}

#Advantages {
  background: #eee;
  margin-top: 120px;
  width: 100%;
  padding: 70px 0 120px;
}

#Service {
  margin-top: 35px;
  max-width: 980px;
  padding: 0 40px;
  margin: 0 auto;
}

#Advantages h5 {
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: solid 2px #aaa;
  padding: 0 0 0.1em;
  position: relative;
  display: inline-block;
}

#Advantages h5::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #111;
  bottom: -2px;
  width: 25%;
}

.advantages_copy,
.advantages_gra {
  max-width: 980px;
  text-align: center;
  margin: 80px auto 0;
}

@media screen and (max-width: 736px) {
  #Advantages {
    background: #eee;
    margin-top: 50px;
    padding: 20px 0 50px;
    line-height: 1.86;
  }

  #Service {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    padding: 0 4vw;
  }

  #Advantages h5 {
    font-size: 1.24em;
  }

  .advantages_copy,
  .advantages_gra {
    margin-top: 50px;
    padding: 0 6vw;
  }
}

.advantages_copy .man {
  font-size: 1.2em;
  margin-top: 2em;
  font-weight: bold;
}

.advantages_copy .man span {
  display: inline;
  padding: 0 2px 3px;
}

.advantages_copy .man span:nth-child(1) {
  background: linear-gradient(transparent 60%, rgba(221, 98, 133, 0.8) 0%);
}

.advantages_copy .man span:nth-child(2) {
  background: linear-gradient(transparent 60%, rgba(103, 187, 187, 0.8) 0%);
}

.advantages_copy .man span strong {
  font-size: 2em;
}

.advantages_copy p:last-child {
  font-size: 1.2em;
  margin-top: 15px;
  font-weight: bold;
}

.advantages_gra ul {
  margin: 50px auto 30px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}

.advantages_gra ul li {
  width: 48%;
}

.advantages_gra ul li img {
  border: #ddd 1px solid;
}

.advantages_gra p {
  font-size: 1.14em;
  font-weight: 700;
}

@media screen and (max-width: 736px) {
  .advantages_copy .man {
    font-size: 1.14em;
    margin-top: 20px;
  }

  .advantages_copy .man span strong {
    font-size: 1.7em;
  }

  .advantages_copy p:last-child {
    font-size: 1em;
    margin-top: 12px;
  }

  .advantages_gra ul {
    margin: 20px auto 15px;
    padding: 0;
  }

  .advantages_gra ul li {
    width: 48%;
  }

  .advantages_gra ul li img {
    border: #ddd 1px solid;
  }

  .advantages_gra p {
    font-size: 1em;
    text-align: left;
  }
}

@media screen and (max-width: 736px) {
}

@media screen and (max-width: 736px) {
}
