@charset "UTF-8";
/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc {
  display: block; }
  .pc.inline {
    display: inline; }
  .pc.flex {
    display: flex; }

.sp {
  display: none; }
  .sp.inline {
    display: none; }
  .sp.flex {
    display: none; }

br.pc {
  display: inline; }

br.tab {
  display: none; }

br.sp {
  display: none; }

span.pc {
  display: inline; }

span.tab {
  display: none; }

span.sp {
  display: none; }

@media (max-width: 1023px) {
  br.tab {
    display: inline; }

  span.pc {
    display: none; }

  span.tab {
    display: inline; } }
@media (max-width: 750px) {
  .pc {
    display: none; }
    .pc.inline {
      display: none; }
    .pc.flex {
      display: none; }

  .sp {
    display: block; }
    .sp.inline {
      display: inline; }
    .sp.flex {
      display: flex; }

  br.pc {
    display: none; }

  br.tab {
    display: none; }

  br.sp {
    display: inline; }

  span.sp {
    display: inline; } }
/*==================================================*/
/* アニメーション用css */
/*==================================================*/
/*==================================================*/
/*==============================================================*/
/* アニメーション */
/*==============================================================*/
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes scroll {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }
@keyframes scroll {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }
html, body, div, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  scroll-behavior: smooth; }

body {
  line-height: 1; }

a {
  text-decoration-skip-ink: auto; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

button {
  outline: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

q {
  display: inline;
  font-style: italic; }

q:before {
  content: '"';
  font-style: normal; }

q:after {
  content: '"';
  font-style: normal; }

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  padding: 2px; }

big {
  font-size: 120%; }

small, sup, sub {
  font-size: 80%; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

dd {
  margin-left: 20px; }

kbd, tt {
  font-family: courier;
  font-size: 12px; }

ins {
  text-decoration: underline; }

del, strike, s {
  text-decoration: line-through; }

dt {
  font-weight: bold; }

address, cite, var {
  font-style: italic; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal; }

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline; }

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto; }

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

html, body, div, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  width: 100%;
  vertical-align: bottom; }
  @media (max-width: 750px) {
    img {
      width: 100%; } }

/*==================================================*/
/* 共通 */
/*==================================================*/
body {
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  min-width: 1200px;
  position: relative; }
  @media (max-width: 750px) {
    body {
      min-width: inherit; } }

.font-min {
  font-family: 'NotoSerif'; }

.font-century {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal; }

#wrapper {
  position: relative;
  overflow: hidden; }

a {
  color: #333333;
  text-decoration: none;
  transition: opacity .3s; }
  a:hover {
    opacity: .7; }
    @media (max-width: 750px) {
      a:hover {
        opacity: 1; } }

p {
  line-height: calc(30 / 16); }

.cont_w {
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 750px) {
    .cont_w {
      width: 86.6666666667vw; } }

.giji, .qa::before, .qa .taisaku-text01::after, .qa .kikai-box .list_check li::before, .step-list li::after {
  display: block;
  position: absolute;
  content: ""; }

.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.img-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

#fixed_btn {
  position: fixed;
  right: 0;
  top: 50%;
  width: 100px;
  height: 280px;
  transform: translateY(-50%);
  z-index: 999; }
  @media (max-width: 750px) {
    #fixed_btn {
      width: 50px;
      height: 140px;
      top: 80%; } }

.l_kaitou {
  padding: 35px 0 45px;
  background: url("../img/kaitou-bg.png") no-repeat 50% 50%/cover; }
  .l_kaitou-text01 {
    width: 713px;
    margin: 0 auto; }
  .l_kaitou-btn {
    width: 828px;
    margin: 20px auto; }
  .l_kaitou-text02 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 500; }
  @media (max-width: 750px) {
    .l_kaitou {
      padding: 30px 0; }
      .l_kaitou-text01 {
        width: 85%; }
      .l_kaitou-btn {
        width: 90%; }
      .l_kaitou-text02 {
        width: 90%;
        margin: 0 auto;
        font-size: 20px;
        line-height: 1.5; } }

.top {
  background: url("../img/top-bg.png") no-repeat 50% 50%/cover;
  padding: 40px 0 0 0; }
  .top h1 {
    width: 1000px;
    margin: 0 auto; }
  @media (max-width: 750px) {
    .top h1 {
      width: 90%; } }

.qa {
  position: relative; }
  .qa::before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 234px;
    background: url("../img/qa-head-bg.png") repeat; }
  .qa-head01 {
    width: 659px;
    margin: 0 auto; }
  .qa-head02 {
    width: 870px;
    margin: -30px auto 0; }
  .qa-text {
    width: 659px;
    margin: 40px auto 30px; }
  .qa-point {
    width: 698px;
    margin: 0 auto 60px; }
  @media (max-width: 750px) {
    .qa-head01 {
      width: 90%;
      margin: 0 auto; }
    .qa-head02 {
      width: 90%;
      margin: -20px auto 0; }
    .qa-text {
      width: 90%;
      margin: 10px auto 15px; }
    .qa-point {
      width: 90%;
      margin: 0 auto 60px; } }
  .qa .taisaku {
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto;
    padding-top: 290px;
    background: #D4ECEA;
    border-radius: 15px; }
    .qa .taisaku-head {
      position: absolute;
      left: 0;
      top: -105px;
      width: 100%;
      height: 361px; }
    .qa .taisaku-list {
      display: flex;
      justify-content: space-between;
      width: 900px;
      margin: 0 auto; }
      .qa .taisaku-list li {
        width: 202px; }
        .qa .taisaku-list li h4 {
          font-weight: 700;
          font-size: 36px;
          text-align: center;
          margin: 15px 0; }
        .qa .taisaku-list li p {
          font-size: 20px;
          line-height: calc(32 / 20); }
          .qa .taisaku-list li p strong {
            color: #28648C;
            font-weight: 700; }
    .qa .taisaku-sikasi {
      width: 159px;
      margin: 45px auto 10px; }
    .qa .taisaku-text01 {
      position: relative;
      padding: 20px 0;
      background: #FFF06E; }
      .qa .taisaku-text01::after {
        left: 50%;
        bottom: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 13px 0 13px;
        border-color: #fff16e transparent transparent transparent;
        transform: translateX(-50%); }
      .qa .taisaku-text01 img {
        width: 827px;
        margin: 0 auto; }
    .qa .taisaku-inr {
      padding: 40px 0 60px;
      background: #28648C;
      border-radius: 0 0 15px 15px; }
    .qa .taisaku-text02 {
      width: 730px;
      margin: 0 auto; }
    .qa .taisaku-text03 {
      text-align: center;
      color: #fff;
      font-size: 24px;
      font-weight: 700; }
    @media (max-width: 750px) {
      .qa .taisaku {
        width: 100%;
        padding-top: 190px;
        border-radius: 0; }
        .qa .taisaku-head {
          top: 0;
          width: 100%;
          height: auto; }
        .qa .taisaku-list {
          display: block;
          width: 80%; }
          .qa .taisaku-list li {
            width: 100%; }
            .qa .taisaku-list li + li {
              margin-top: 25px; }
            .qa .taisaku-list li figure {
              width: 50%;
              margin: 0 auto; }
            .qa .taisaku-list li h4 {
              margin: 15px 0 10px;
              font-size: 24px; }
            .qa .taisaku-list li p {
              text-align: center;
              font-size: 16px; }
        .qa .taisaku-sikasi {
          width: 120px;
          margin: 45px auto 10px; }
        .qa .taisaku-text01 img {
          width: 90%;
          margin: 0 auto; }
        .qa .taisaku-inr {
          padding: 40px 0;
          border-radius: 0; }
        .qa .taisaku-text02 {
          width: 90%;
          margin: 0 auto; }
        .qa .taisaku-text03 {
          width: 90%;
          margin: 20px auto 0;
          font-size: 16px; } }
  .qa .kikai {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 18.75vw;
    margin-top: -15vw;
    background: url("../img/taisaku-bg-bottom.png") no-repeat 50% 50%/cover; }
    .qa .kikai-head {
      width: 856px;
      margin: 0 auto 45px; }
    .qa .kikai-box {
      position: relative;
      width: 900px;
      margin: 0 auto;
      padding: 65px 0 230px;
      border-radius: 20px 20px 0 0;
      background: url("../img/qa-head-bg.png") repeat; }
      .qa .kikai-box .list_check {
        width: 780px;
        margin: 0 auto; }
        .qa .kikai-box .list_check li {
          position: relative;
          padding: 20px 0 10px 40px;
          font-size: 22px; }
          .qa .kikai-box .list_check li strong {
            color: #28648C;
            font-weight: 700; }
          .qa .kikai-box .list_check li::before {
            top: 20px;
            left: 0;
            width: 28px;
            height: 21px;
            background: url("../img/ico-check.png") no-repeat 0 0/contain; }
          .qa .kikai-box .list_check li + li {
            border-top: 2px #383838 dotted; }
    .qa .kikai-text {
      width: 724px;
      margin: 35px auto 0; }
    .qa .kikai-obj {
      width: 1000px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    @media (max-width: 750px) {
      .qa .kikai {
        padding-top: 26.6666666667vw;
        margin-top: -10.6666666667vw;
        background: url("../img/taisaku-bg-bottom.png") no-repeat 50% 50%/cover; }
        .qa .kikai-head {
          width: 80%;
          margin: 0 auto 30px; }
        .qa .kikai-box {
          width: 90%;
          padding: 10px 0 100px;
          border-radius: 20px 20px 0 0; }
          .qa .kikai-box .list_check {
            width: 90%;
            margin: 0 auto; }
            .qa .kikai-box .list_check li {
              padding: 15px 0 15px 40px;
              font-size: 20px;
              line-height: 1.5; }
              .qa .kikai-box .list_check li::before {
                top: calc(20px + .2em); }
        .qa .kikai-text {
          width: 90%;
          margin: 20px auto 0; }
        .qa .kikai-obj {
          width: 100%; } }

.about {
  padding: 90px 0 130px;
  background: #F2F2F2; }
  .about-head span {
    display: block;
    margin: 0 auto; }
    .about-head span.en {
      width: 110px;
      margin-bottom: 30px; }
    .about-head span.jp {
      width: 365px; }
  .about-lead {
    margin: 35px 0 55px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: calc(45 / 24); }
  .about-box {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto; }
    .about-box figure {
      width: 480px; }
    .about-box div {
      width: 468px;
      margin-top: 40px; }
      .about-box div p {
        margin-top: 35px;
        line-height: calc(38 / 22);
        font-size: 22px; }
    .about-box + .about-box {
      margin-top: 60px; }
  .about-text01 {
    width: 419px; }
    .about-text01 + p {
      width: 419px; }
  .about-text02 {
    width: 431px;
    margin-left: auto; }
    .about-text02 + p {
      width: 431px;
      margin-left: auto; }
  @media (max-width: 750px) {
    .about {
      padding: 45px 0 70px; }
      .about-head span.en {
        width: 80px;
        margin-bottom: 25px; }
      .about-head span.jp {
        width: 50%; }
      .about-lead {
        width: 90%;
        margin: 40px auto 40px;
        font-size: 18px; }
      .about-box {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 90%;
        margin: 0 auto; }
        .about-box figure {
          order: 1;
          width: 100%; }
        .about-box div {
          order: 2;
          width: 100%;
          margin-top: 25px; }
          .about-box div p {
            margin-top: 25px;
            font-size: 18px; }
        .about-box + .about-box {
          margin-top: 40px; }
      .about-text01 {
        width: 100%; }
        .about-text01 + p {
          width: 100%; }
      .about-text02 {
        width: 100%;
        margin-left: auto; }
        .about-text02 + p {
          width: 100%;
          margin-left: auto; } }

.point {
  padding: 90px 0 130px; }
  .point-head span {
    display: block;
    margin: 0 auto; }
    .point-head span.en {
      width: 92px;
      margin-bottom: 25px; }
    .point-head span.jp {
      width: 641px; }
  .point-inr {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 50px auto 70px; }
  .point-box {
    width: 470px; }
    .point-box figure {
      margin-bottom: 35px; }
    .point-box h3 {
      margin-bottom: 30px; }
    .point-box p {
      font-size: 22px;
      font-weight: 500;
      line-height: calc(38 / 22); }
      .point-box p strong {
        color: #28648C;
        font-weight: 900; }
    .point-box .caution {
      margin-top: 30px;
      font-size: 18px;
      line-height: calc(28 / 18); }
  .point-kikai {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 3px;
    border-radius: 15px;
    background: #8FCFD5; }
    .point-kikai .fukidashi {
      position: absolute;
      top: -24px;
      left: 50%;
      width: 682px;
      transform: translateX(-50%); }
    .point-kikai-head {
      width: 869px;
      margin: 0 auto;
      padding: 55px 0 50px; }
    .point-kikai-inr {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px 0 0;
      background: #fff;
      border-radius: 0  0 12px 12px; }
      .point-kikai-inr p {
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        line-height: calc(38 / 22); }
      .point-kikai-inr .obj01 {
        width: 170px;
        margin-right: 35px; }
      .point-kikai-inr .obj02 {
        width: 227px;
        margin-left: -35px; }
    .point-kikai-vaccine {
      position: absolute;
      top: -18px;
      left: 50%;
      width: 758px;
      transform: translateX(-50%); }
  @media (max-width: 750px) {
    .point {
      padding: 45px 0 70px; }
      .point-head span.en {
        width: 70px; }
      .point-head span.jp {
        width: 80%; }
      .point-inr {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 90%;
        margin: 50px auto 70px; }
      .point-box {
        width: 100%; }
        .point-box + .point-box {
          margin-top: 40px; }
        .point-box figure {
          margin-bottom: 20px; }
        .point-box h3 {
          margin-bottom: 15px; }
        .point-box p {
          font-size: 18px; }
        .point-box .caution {
          margin-top: 20px;
          font-size: 15px; }
      .point-kikai {
        width: 90%; }
        .point-kikai .fukidashi {
          top: -24px;
          width: 95%;
          transform: translateX(-50%); }
        .point-kikai-head {
          width: 90%;
          margin: 0 auto;
          padding: 55px 0 50px; }
        .point-kikai-inr {
          position: relative;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          padding: 60px 0 0;
          background: #fff;
          border-radius: 0  0 12px 12px; }
          .point-kikai-inr p {
            width: 95%;
            margin: 0 auto 10px;
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            line-height: calc(38 / 22); }
          .point-kikai-inr .obj01 {
            order: 2;
            width: 30%;
            margin-right: 0; }
          .point-kikai-inr .obj02 {
            order: 3;
            width: 40%;
            margin-left: 5%; }
        .point-kikai-vaccine {
          position: absolute;
          top: -25px;
          left: 50%;
          width: 90%;
          transform: translateX(-50%); } }

.merit {
  padding: 90px 0 0;
  background: #D4ECEA; }
  .merit-head span {
    display: block;
    margin: 0 auto; }
    .merit-head span.en {
      width: 100px;
      margin-bottom: 25px; }
    .merit-head span.jp {
      width: 742px; }
  .merit-cont {
    width: 710px;
    margin: 40px auto 0; }
  .merit-bottom {
    width: 982px;
    margin: 30px auto 0; }
  @media (max-width: 750px) {
    .merit {
      padding: 45px 0 0; }
      .merit-head span.en {
        width: 80px; }
      .merit-head span.jp {
        width: 90%; }
      .merit-cont {
        width: 90%;
        margin: 40px auto 0; }
      .merit-bottom {
        width: 90%;
        margin: 30px auto 0; } }

.step {
  padding: 90px 0 130px;
  background: url("../img/qa-head-bg.png") repeat; }
  .step-head span {
    display: block;
    margin: 0 auto; }
    .step-head span.en {
      width: 92px;
      margin-bottom: 25px; }
    .step-head span.jp {
      width: 641px; }
  .step-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    margin: 65px auto 0; }
    .step-list li {
      position: relative;
      width: 480px; }
      .step-list li .inr {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 50px 0 40px;
        background: #fff;
        border: solid #50B4BE 3px;
        border-radius: 20px; }
      .step-list li::after {
        z-index: 0;
        width: 530px;
        height: 1px;
        border-top: 4px dotted #50B4BE; }
      .step-list li .inr > img {
        position: absolute;
        z-index: 0;
        right: 22px;
        bottom: 22px; }
      .step-list li:nth-child(1) .inr > img {
        width: 80px; }
      .step-list li:nth-child(1)::after {
        top: 50%;
        left: 50%; }
      .step-list li:nth-child(2) .inr > img {
        width: 95px; }
      .step-list li:nth-child(2)::after {
        top: 100%;
        left: -50%;
        transform: rotate(-30deg); }
      .step-list li:nth-child(3) {
        margin-top: 60px; }
        .step-list li:nth-child(3) .inr > img {
          width: 83px; }
        .step-list li:nth-child(3)::after {
          top: 50%;
          left: 50%; }
      .step-list li:nth-child(4) {
        margin-top: 60px; }
        .step-list li:nth-child(4) .inr > img {
          width: 106px; }
        .step-list li:nth-child(4)::after {
          display: none; }
      .step-list li .num {
        position: absolute;
        width: 53px;
        height: 53px;
        top: -25px;
        left: 50%;
        transform: translateX(-50%); }
        .step-list li .num img {
          width: 100%; }
      .step-list li h3 {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 75px;
        margin-bottom: 15px;
        font-size: 28px;
        font-weight: 700;
        line-height: calc(37 / 28);
        text-align: center; }
      .step-list li p {
        position: relative;
        z-index: 1;
        font-size: 22px;
        font-weight: 500;
        line-height: calc(38 / 22);
        text-align: center; }
  @media (max-width: 750px) {
    .step {
      padding: 45px 0 70px; }
      .step-head span.en {
        width: 70px; }
      .step-head span.jp {
        width: 85%; }
      .step-lead {
        width: 90%;
        margin: 35px auto 40px;
        font-size: 18px; }
      .step-list {
        display: block;
        width: 90%;
        margin: 65px auto 0; }
        .step-list li {
          position: relative;
          width: 100%; }
          .step-list li .inr {
            position: relative;
            z-index: 1;
            width: 100%;
            padding: 30px 10px 20px;
            background: #fff;
            border: solid #50B4BE 3px;
            border-radius: 20px; }
          .step-list li::after {
            z-index: 0;
            width: 1px;
            height: 150px;
            border-top: none;
            border-right: 4px dotted #50B4BE; }
          .step-list li .inr > img {
            right: 12px;
            bottom: 12px; }
          .step-list li:nth-child(1) .inr > img {
            width: 80px; }
          .step-list li:nth-child(1)::after {
            top: 50%;
            left: calc(50% - 4px);
            transform: none; }
          .step-list li:nth-child(2) {
            margin-top: 40px; }
            .step-list li:nth-child(2) .inr > img {
              width: 95px; }
            .step-list li:nth-child(2)::after {
              top: 50%;
              left: calc(50% - 4px);
              transform: none; }
          .step-list li:nth-child(3) {
            margin-top: 40px; }
            .step-list li:nth-child(3) .inr > img {
              width: 83px; }
            .step-list li:nth-child(3)::after {
              top: 50%;
              left: calc(50% - 4px);
              transform: none; }
          .step-list li:nth-child(4) {
            margin-top: 40px; }
            .step-list li:nth-child(4) .inr > img {
              width: 106px; }
            .step-list li:nth-child(4)::after {
              display: none; }
          .step-list li .num {
            width: 40px;
            height: 40px;
            top: -20px;
            left: 50%;
            transform: translateX(-50%); }
            .step-list li .num img {
              width: 100%; }
          .step-list li h3 {
            display: flex;
            align-items: center;
            justify-content: center;
            height: auto;
            margin-bottom: 15px;
            font-size: 22px;
            font-weight: 700;
            line-height: 1.5;
            text-align: center; }
          .step-list li p {
            font-size: 18px;
            font-weight: 500;
            line-height: calc(38 / 22);
            text-align: center; } }

.footer {
  width: 750px;
  padding: 40px 0 30px;
  margin: 0 auto; }
  .footer-logo {
    width: 266px;
    margin: 0 auto 20px; }
  .footer-address {
    text-align: center;
    font-size: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: solid 1px #333; }
  .footer-iso {
    width: 441px;
    margin: 0 auto; }
  @media (max-width: 750px) {
    .footer {
      width: 90%;
      padding: 40px 0 30px;
      margin: 0 auto; }
      .footer-logo {
        width: 200px;
        margin: 0 auto 20px; }
      .footer-address {
        line-height: 1.5;
        font-size: 12px; }
      .footer-iso {
        width: 80%;
        margin: 0 auto; } }

/*# sourceMappingURL=style.css.map */
