@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Roboto:wght@900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  padding-top: 120px;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 65px;
    font-size: 15px;
  }
}

a {
  color: #008BD5;
}
a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img,
input[type=image] {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
  -webkit-backface-visibility: hidden;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
select,
textarea {
  padding: 8px 10px;
  border-radius: 5px;
  background: #FFF;
  border: #CCC 1px solid;
  color: #333;
  width: 100%;
}

/* ===========================================
調整用
=========================================== */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.fb {
  font-weight: 600;
}

.f14 {
  font-size: 14px;
  line-height: 1.4;
}

.f26 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 20px;
  }
}

.f40 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .f40 {
    font-size: 26px;
  }
}

.l-header {
  background: linear-gradient(180deg, #ECF4F9 0%, #ECF4F9 20px, #FFF 20px, #FFF 100%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  top: 0;
  z-index: 1000;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .l-header {
    background: linear-gradient(180deg, #ECF4F9 0%, #ECF4F9 7px, #FFF 7px, #FFF 100%);
  }
}
.l-header__logo {
  margin-left: 4%;
  nav-right: auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    margin: 1% 0 0 3%;
    width: 200px;
  }
}
.l-header__button {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__button__tel {
  margin-top: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-header__button__tel {
    margin-top: 0;
    margin-right: 0;
    width: 48px;
    height: 50px;
    background: #63BBEB url(../img/icon_tel.svg) no-repeat center center/contain;
    background-size: 30px auto;
    text-indent: -999em;
  }
}
.l-header__button__mail, .l-header__button__menu {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__button__mail, .l-header__button__menu {
    width: 48px;
    height: 50px;
  }
}
.l-header__button__mail {
  background: #63BBEB;
}
@media screen and (max-width: 768px) {
  .l-header__button__mail {
    display: none;
  }
}
.l-header__button__menu {
  background: #008BD5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  cursor: pointer;
  z-index: 50;
}
.l-header__button__menu span {
  width: 26px;
  height: 2px;
  background: #FFF;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-header__button__menu span:nth-of-type(1) {
  top: calc(50% - 10px);
}
.l-header__button__menu span:nth-of-type(3) {
  top: calc(50% + 10px);
}
@media screen and (max-width: 768px) {
  .l-header__button__menu span {
    width: 18px;
    height: 1px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .l-header__button__menu span:nth-of-type(1) {
    top: calc(50% - 7px);
  }
  .l-header__button__menu span:nth-of-type(3) {
    top: calc(50% + 7px);
  }
}
.l-header__button__menu.--active span:nth-of-type(1) {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.l-header__button__menu.--active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__button__menu.--active span:nth-of-type(3) {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.l-header__global {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__global.--active {
  display: block;
}
.l-header__global__nav {
  background: #008BD5;
  counter-reset: number 0;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0 15px;
}
.l-header__global__nav li:last-of-type a {
  border-radius: 0 0 0 15px;
}
.l-header__global__nav a {
  padding: 15px 50px 15px 30px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.l-header__global__nav a:hover {
  background: #63BBEB;
  text-decoration: none;
}
.l-header__global__nav a::before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  margin-right: 5px;
  font-size: 26px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  color: #FFF;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .l-header__global {
    top: 50px;
  }
  .l-header__global__nav {
    background: #008BD5;
    counter-reset: number 0;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  }
  .l-header__global__nav a {
    padding: 8px 30px 8px 20px;
    font-size: 14px;
  }
  .l-header__global__nav a::before {
    font-size: 20px;
  }
}

.l-hero {
  padding: 0 4%;
  background: linear-gradient(0deg, #ECF4F9 0%, #ECF4F9 80px, #FFF 80px, #FFF 100%);
}
.l-hero__img {
  padding: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
}
.l-hero__img::after {
  content: "";
  background: #008BD5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.l-hero__img img {
  width: 100%;
  height: 495px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-hero__img {
    padding: 0 7px 7px 0;
  }
  .l-hero__img::after {
    top: 7px;
    left: 7px;
  }
  .l-hero__img img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 65% bottom;
       object-position: 65% bottom;
  }
}
.l-hero__headline {
  padding-bottom: 50px;
  padding: 40px 0;
  background: -webkit-gradient(linear, left top, right top, from(#008BD5), to(#63BBEB));
  background: linear-gradient(90deg, #008BD5 0%, #63BBEB 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}

.l-footer {
  margin-top: 150px;
  padding-top: 80px;
  padding-bottom: 25px;
  background: #FFF;
}
.l-footer__info {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__info:not(:first-child) {
  margin-top: 55px;
}
.l-footer__info__list li {
  margin-left: 1em;
  text-indent: -1em;
}
.l-footer__info__list li::before {
  content: "●";
}
.l-footer__headline {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
}
.l-footer__headline::before, .l-footer__headline::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 250px;
  height: 3px;
  background-color: currentColor;
}
.l-footer__headline::before {
  left: 60px;
}
.l-footer__headline::after {
  right: 60px;
}
.l-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__row__box {
  width: 48%;
}
.l-footer__data__label {
  font-weight: 700;
  font-size: 1.8rem;
}
.l-footer__data__label::before {
  content: "●";
}
.l-footer__tel {
  background-color: #ECF4F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding: 13px 10px 7px 0;
}
.l-footer__tel__label {
  background-color: #008BD5;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  padding: 6px 28px 4px 28px;
  margin-left: -5px;
  position: relative;
}
.l-footer__tel__label::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #008BD5;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-footer__tel__value {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}
.l-footer__tel__number {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
}
.l-footer__tel__time {
  font-size: 1.8rem;
  margin-left: 5px;
}
.l-footer__navi {
  border-top: 1px solid #C5B59F;
  border-bottom: 1px solid #C5B59F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-top: 55px;
  line-height: 1.2;
  padding: 15px;
  font-size: 1.4rem;
}
.l-footer__navi__item:not(:first-child) {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid currentColor;
}
.l-footer__navi__link {
  text-decoration: none;
}
.l-footer__navi__link:hover, .l-footer__navi__link:focus {
  text-decoration: underline;
}
.l-footer__bottom {
  margin-top: 20px;
  text-align: center;
  font-size: 1.2rem;
}
.l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  gap: 0 10px;
}

/* ===========================================
見出し
=========================================== */
.headline1 {
  padding-top: 120px;
  padding-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.headline1 span {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 43px;
  font-weight: 900;
  color: #008BD5;
  display: block;
}
.headline1.--w span {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .headline1 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .headline1 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .headline1 span {
    font-size: 30px;
  }
}

.headline2 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 26px;
  color: #008BD5;
}
.headline2.--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .headline2 {
    font-size: 18px;
  }
}

/* ===========================================
button style
=========================================== */
.button1 {
  padding: 20px 50px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#008BD5), to(#63BBEB));
  background: linear-gradient(90deg, #008BD5 0%, #63BBEB 100%);
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  border-radius: 999em;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button1:hover {
  -webkit-transform: scale(108%);
          transform: scale(108%);
  text-decoration: none;
}
.button1__wrap {
  margin: 40px auto 0;
  text-align: center;
}

/* ===========================================
wrap style
=========================================== */
.wrap {
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}

/* ===========================================
list style
=========================================== */
.table1 {
  border: #008BD5 solid;
  border-width: 3px 0;
}
.table1 tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table1 tr:nth-of-type(odd) {
  background: #f3f3f3;
}
.table1 tr th, .table1 tr td {
  padding: 15px;
  border-bottom: #ccc 1px dotted;
  width: 75%;
}
.table1 tr th:last-of-type, .table1 tr td:last-of-type {
  border-bottom: none;
}
.table1 tr th {
  width: 24%;
  color: #008BD5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
}
.table1 tr th::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat 0 0/contain;
  width: 8px;
  height: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .table1 {
    border-width: 2px 0;
  }
  .table1 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table1 tr th {
    width: 100%;
    padding: 15px 15px 0;
    border-bottom: none;
  }
  .table1 tr th::after {
    display: none;
  }
  .table1 tr td {
    width: 100%;
    padding: 0 15px 15px;
  }
}

.ol-num {
  margin: 0 0 20px 1em;
}
.ol-num:last-of-type {
  margin-bottom: 0;
}
.ol-num li {
  list-style: decimal;
}

.mission {
  padding: 180px 0 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECF4F9), color-stop(97%, #ECF4F9), color-stop(97%, #FFF), to(#FFF));
  background: linear-gradient(180deg, #ECF4F9 0%, #ECF4F9 97%, #FFF 97%, #FFF 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mission {
    padding: 15% 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mission::after {
  content: "Mission";
  font-family: "Roboto", Arial, sans-serif;
  font-size: 200px;
  font-weight: 900;
  color: #008BD5;
  position: absolute;
  line-height: 0.7;
  opacity: 0.1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 95.5%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mission::after {
    font-size: 80px;
    display: none;
  }
}
.mission__ttl {
  margin-right: 80px;
  padding-right: 80px;
  padding-left: 100px;
  width: 1em;
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold;
  color: #008BD5;
  position: relative;
}
.mission__ttl::after {
  content: "";
  background: url(../img/icon_mission.svg) no-repeat 0 0/contain;
  width: 11px;
  height: 66px;
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mission__ttl {
    margin: 0 auto 8%;
    padding: 0 0 4%;
    width: 80%;
    text-align: center;
    font-size: 20px;
  }
  .mission__ttl::after {
    width: 8px;
    height: 50px;
    right: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.mission__text {
  width: 500px;
}
.mission__text p {
  margin-bottom: 30px;
}
.mission__text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mission__text {
    margin: 0 auto;
    width: 92%;
  }
  .mission__text p {
    margin-bottom: 20px;
  }
  .mission__text p:last-of-type {
    margin-bottom: 0;
  }
}
.mission__img {
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 5;
}
.mission__img:nth-of-type(1) {
  top: -45px;
  left: calc(50% - 460px);
}
@media screen and (max-width: 768px) {
  .mission__img:nth-of-type(1) {
    width: 60px;
    top: auto;
    bottom: 12%;
    left: 3%;
    z-index: 10;
    border-radius: 20px;
  }
}
.mission__img:nth-of-type(2) {
  top: -10px;
  left: calc(50% + 350px);
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .mission__img:nth-of-type(2) {
    width: 70px;
    top: auto;
    bottom: 18%;
    left: calc(97% - 70px);
    z-index: 10;
    border-radius: 20px;
  }
}
.mission__img:nth-of-type(3) {
  bottom: 55px;
  left: calc(50% - 597px);
}
@media screen and (max-width: 768px) {
  .mission__img:nth-of-type(3) {
    width: 85px;
    top: auto;
    bottom: -70px;
    left: calc(94% - 85px);
    z-index: 10;
    border-radius: 20px;
  }
}
.mission__img:nth-of-type(4) {
  bottom: -55px;
  left: calc(50% + 40px);
}
@media screen and (max-width: 768px) {
  .mission__img:nth-of-type(4) {
    margin: 7% auto 0;
    width: 80%;
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.feature {
  margin: 0 auto;
  width: 92%;
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding-top: 10%;
  }
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature__list__item {
  margin-bottom: 10px;
  padding: 30px;
  width: calc(50% - 5px);
  background: #008BD5;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .feature__list__item {
    margin-bottom: 0;
    padding: 8%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    line-height: 1.4;
  }
}
.feature__list__item__img {
  position: relative;
}
.feature__list__item__img::after {
  content: "";
  background: #63BBEB;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.feature__list__item__img img {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .feature__list__item__img {
    width: 30%;
  }
}
.feature__list__item:nth-of-type(1), .feature__list__item:nth-of-type(4) {
  background: #63BBEB;
}
.feature__list__item:nth-of-type(1) .feature__list__item__img::after, .feature__list__item:nth-of-type(4) .feature__list__item__img::after {
  background: #008BD5;
}
@media screen and (max-width: 768px) {
  .feature__list__item:nth-of-type(4) {
    background: #008BD5;
  }
  .feature__list__item:nth-of-type(4) .feature__list__item__img::after {
    background: #63BBEB;
  }
  .feature__list__item:nth-of-type(3) {
    background: #63BBEB;
  }
  .feature__list__item:nth-of-type(3) .feature__list__item__img::after {
    background: #008BD5;
  }
}
.feature__contents {
  margin-left: 20px;
  width: 80%;
}
.feature__contents__head {
  font-size: 30px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
}
.feature__contents__body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .feature__contents {
    margin-left: 0;
    width: 100%;
  }
  .feature__contents__head {
    padding: 3% 0;
    font-size: 24px;
    text-align: center;
  }
  .feature__contents__body {
    font-size: 14px;
  }
}

.service {
  margin: 120px auto 0;
  padding-bottom: 120px;
  width: 92%;
  background: url(../img/service_bg.png) no-repeat 0 0/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service {
    margin: 60px auto 0;
    padding-bottom: 40px;
  }
}
.service::after {
  content: "Service";
  font-family: "Roboto", Arial, sans-serif;
  font-size: 200px;
  font-weight: 900;
  color: #008BD5;
  position: absolute;
  line-height: 0.7;
  opacity: 0.1;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  bottom: 95.5%;
  right: 0;
  right: -5%;
  bottom: 83%;
}
@media screen and (max-width: 768px) {
  .service::after {
    font-size: 80px;
    display: none;
  }
}
.service__sttl {
  margin-top: 30px;
}
.service__list {
  counter-reset: number 0;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.service__list__item {
  margin-bottom: 10px;
  padding: 20px 30px;
  background: #FFF;
  border-radius: 10px;
}
.service__list__item:last-of-type {
  margin-bottom: 0;
}
.service__list__item::before {
  margin-right: 10px;
  counter-increment: number 1;
  content: counter(number) " ";
  background: #008BD5;
  width: 30px;
  height: 30px;
  color: #FFF;
  font-size: 20px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  line-height: 30px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__list__item {
    margin-bottom: 10px;
    text-indent: -29px;
    padding: 15px 20px 15px 46px;
  }
  .service__list__item:last-of-type {
    margin-bottom: 0;
  }
  .service__list__item::before {
    margin-right: 5px;
    text-indent: 0;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

.work {
  margin-bottom: 120px;
}
.work__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .work {
    margin-bottom: 60px;
  }
}

.faq {
  margin: 0 auto;
  padding-bottom: 120px;
  background: #ECF4F9;
  width: 94%;
  counter-reset: number 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-bottom: 60px;
  }
}
.faq::after {
  content: "FAQ";
  font-family: "Roboto", Arial, sans-serif;
  font-size: 200px;
  font-weight: 900;
  color: #008BD5;
  position: absolute;
  line-height: 0.7;
  opacity: 0.1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 95.5%;
  left: 0;
  left: -5%;
  bottom: 39%;
}
@media screen and (max-width: 768px) {
  .faq::after {
    font-size: 80px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .faq::after {
    display: none;
  }
}
.faq__list__q {
  font-size: 24px;
  font-weight: bold;
}
.faq__list__q::before {
  counter-increment: number 1;
  content: "Q" counter(number) ".";
  margin-right: 5px;
  font-size: 34px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  color: #008BD5;
}
.faq__list__a {
  margin: 5px 0 30px;
  padding: 30px 50px;
  border-radius: 10px;
  background: #FFF;
}
.faq__list__a:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq__list__q {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    color: #008BD5;
    line-height: 1.5;
  }
  .faq__list__q::before {
    margin-right: 5px;
    font-size: 20px;
    white-space: nowrap;
  }
  .faq__list__a {
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
  }
}

.corporate {
  margin-bottom: 120px;
}
.corporate__list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .corporate {
    margin-bottom: 60px;
  }
  .corporate__list {
    margin-top: 0;
  }
}

.access {
  margin: 0 auto;
  padding: 0 5% 40px;
  width: 92%;
  background: #ECF4F9;
  position: relative;
}
.access::after {
  content: "Access Map";
  font-family: "Roboto", Arial, sans-serif;
  font-size: 200px;
  font-weight: 900;
  color: #008BD5;
  position: absolute;
  line-height: 0.7;
  opacity: 0.1;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  bottom: 95.5%;
  right: 0;
  font-size: 180px;
  right: -5%;
  bottom: 100%;
}
@media screen and (max-width: 768px) {
  .access::after {
    font-size: 80px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .access::after {
    display: none;
  }
}
.access iframe {
  margin: 0 auto 30px;
  width: 100%;
  height: 600px;
  border: #FFF 3px solid;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .access iframe {
    height: 200px;
  }
}
.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.access__list__haed {
  margin-right: 10px;
  padding: 5px 20px;
  background: #FFF;
  border-radius: 999em;
  color: #008BD5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.access__list__body {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .access__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .access__list__haed {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
    padding: 3px 0 1px;
    font-size: 16px;
    font-weight: bold;
  }
  .access__list__body {
    margin-bottom: 20px;
  }
  .access__list__body:last-of-type {
    margin-bottom: 0;
  }
}

.contact {
  margin: 120px auto 30px;
  background: #63BBEB;
  width: 92%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    margin: 60px auto 0;
    width: 100%;
  }
}
.contact::after {
  content: "Contact Us";
  font-family: "Roboto", Arial, sans-serif;
  font-size: 200px;
  font-weight: 900;
  color: #008BD5;
  position: absolute;
  line-height: 0.7;
  opacity: 0.1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 95.5%;
  left: 0;
  left: -5%;
  bottom: 54%;
}
@media screen and (max-width: 768px) {
  .contact::after {
    font-size: 80px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact::after {
    display: none;
  }
}
.contact__sttl {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact__sttl {
    font-size: 16px;
  }
}
.contact__link {
  margin: 0 auto -50px;
  width: 88%;
  max-width: 900px;
  position: relative;
}
.contact__link::after {
  content: "";
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(#008BD5), to(#63BBEB));
  background: linear-gradient(90deg, #008BD5 0%, #63BBEB 100%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: block;
  border-radius: 999em;
  position: absolute;
  top: 5px;
  left: -2px;
  opacity: 0.3;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: 3;
}
.contact__tel {
  padding: 20px 30px;
  width: 100%;
  background: #ECF4F9;
  border: 2px solid #FFF;
  border-radius: 999em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
.contact__tel__text {
  font-weight: bold;
}
.contact__tel__text::after {
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat 0 0/contain;
  width: 8px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .contact__tel {
    padding: 5%;
    margin: 0 auto;
    width: 94%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
  }
  .contact__tel__text {
    font-weight: bold;
    line-height: 1.4;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__tel__text::after {
    margin: 4px 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.contact__wrap {
  padding: 100px 120px;
  background: #FFF;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .contact__wrap {
    padding: 28% 5% 10%;
    border-radius: 20px;
  }
}
.contact__form {
  margin-top: 30px;
  padding-top: 17px;
  border-top: 1px #CCC dotted;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact__form dt {
  margin-bottom: 17px;
  padding: 5px 10px 17px 0;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px #CCC dotted;
}
.contact__form dt span {
  margin-left: 3%;
  padding: 2px 5px;
  font-size: 14px;
  background: #63BBEB;
  color: #FFF;
  border-radius: 5px;
}
.contact__form dt span.any {
  background: #CCC;
}
.contact__form dd {
  margin-bottom: 17px;
  padding-bottom: 17px;
  width: 60%;
  border-bottom: 1px #CCC dotted;
}
.contact__form input[type=text],
.contact__form input[type=tel],
.contact__form input[type=email],
.contact__form input[type=number],
.contact__form select,
.contact__form textarea {
  padding: 8px 10px;
  border-radius: 3px;
  background: #f3f3f3;
  border: none;
  color: #333;
  width: 100%;
}
.contact__form input[type=text]::-webkit-input-placeholder, .contact__form input[type=tel]::-webkit-input-placeholder, .contact__form input[type=email]::-webkit-input-placeholder, .contact__form input[type=number]::-webkit-input-placeholder, .contact__form select::-webkit-input-placeholder, .contact__form textarea::-webkit-input-placeholder {
  color: #bbb;
}
.contact__form input[type=text]::-moz-placeholder, .contact__form input[type=tel]::-moz-placeholder, .contact__form input[type=email]::-moz-placeholder, .contact__form input[type=number]::-moz-placeholder, .contact__form select::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: #bbb;
}
.contact__form input[type=text]:-ms-input-placeholder, .contact__form input[type=tel]:-ms-input-placeholder, .contact__form input[type=email]:-ms-input-placeholder, .contact__form input[type=number]:-ms-input-placeholder, .contact__form select:-ms-input-placeholder, .contact__form textarea:-ms-input-placeholder {
  color: #bbb;
}
.contact__form input[type=text]::-ms-input-placeholder, .contact__form input[type=tel]::-ms-input-placeholder, .contact__form input[type=email]::-ms-input-placeholder, .contact__form input[type=number]::-ms-input-placeholder, .contact__form select::-ms-input-placeholder, .contact__form textarea::-ms-input-placeholder {
  color: #bbb;
}
.contact__form input[type=text]::placeholder,
.contact__form input[type=tel]::placeholder,
.contact__form input[type=email]::placeholder,
.contact__form input[type=number]::placeholder,
.contact__form select::placeholder,
.contact__form textarea::placeholder {
  color: #bbb;
}
@media screen and (max-width: 768px) {
  .contact__form {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px #CCC dotted;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__form dt {
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: none;
  }
  .contact__form dt span {
    padding: 2px 5px 1px;
    font-size: 12px;
  }
  .contact__form dd {
    width: 100%;
  }
}
.contact__privacy {
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__privacy {
    margin: 10px auto 20px;
  }
}
.contact__send {
  margin: 0 auto;
  width: 88%;
  max-width: 340px;
  position: relative;
}
.contact__send::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#008BD5), to(#63BBEB));
  background: linear-gradient(90deg, #008BD5 0%, #63BBEB 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 999em;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.4;
  z-index: 1;
}
.contact__send__btn {
  padding: 25px 0;
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#008BD5), to(#63BBEB));
  background: linear-gradient(90deg, #008BD5 0%, #63BBEB 100%);
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  border-radius: 999em;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact__send__btn:hover {
  -webkit-transform: scale(108%);
          transform: scale(108%);
}
@media screen and (max-width: 768px) {
  .contact__send__btn {
    padding: 18px 0;
    font-size: 18px;
  }
}

small {
  padding: 40px 0;
  text-align: center;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  small {
    padding: 20px 5%;
    font-size: 12px;
    line-height: 1.4;
  }
}

.privacy {
  counter-reset: number 0;
}
.privacy__head {
  font-size: 20px;
  font-weight: bold;
  color: #008BD5;
}
.privacy__head::before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 5px;
  font-size: 22px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  color: #008BD5;
}
.privacy__body {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #CCC;
}
@media screen and (max-width: 768px) {
  .privacy__head {
    font-size: 18px;
  }
  .privacy__head::before {
    font-size: 20px;
  }
}