/* mixin var
-----------------------------------------------------*/
/* reset
-----------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* html
-----------------------------------------------------*/
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font: 1.4rem/1.8 "Helvetica Neue", Arial, YuGothic, "Yu Gothic Medium", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, sans-serif;
  overflow: hidden;
}

@media (min-width: 640px) {
  body {
    font-size: 1.6rem;
  }
}

/* link
-----------------------------------------------------*/
a {
  color: #256fae;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover, a:active, a:focus {
  color: #87bae5;
}

a:active {
  padding: 0;
  margin: 0;
}

/*utility
-----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

ol {
  padding-left: 1em;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.en {
  font-family: 'Roboto', sans-serif;
}

.mincho {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

em {
  font-style: normal;
  font-weight: bold;
}

.line {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #fffa73)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #fffa73 0%) repeat scroll 0 0;
}

.indent-list {
  text-indent: -1em;
  padding-left: 1em;
}

.disc-list {
  list-style: disc;
  padding-left: 1.5em;
}

.disc-list01 {
  padding-left: 1.2em;
}

.disc-list01 li {
  position: relative;
}

.disc-list01 li::before {
  position: absolute;
  content: '';
  top: 6px;
  left: -1.2em;
  width: 12px;
  height: 12px;
  background: #256fae;
  border-radius: 50%;
}

@media (min-width: 640px) {
  .disc-list01 li::before {
    top: 8px;
  }
}

.font-m .disc-list01 li::before {
  top: 8px;
}

@media (min-width: 640px) {
  .font-m .disc-list01 li::before {
    top: 10px;
  }
}

.main-color {
  color: #256fae !important;
}

.act-color {
  color: #ffed56 !important;
}

.caution {
  color: #A52929 !important;
}

.bold {
  font-weight: bold;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.pos-r {
  position: relative;
}

.box-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.font-s {
  font-size: 1rem;
}

@media (min-width: 640px) {
  .font-s {
    font-size: 1.2rem;
  }
}

.font-m {
  font-size: 1.6rem;
}

@media (min-width: 640px) {
  .font-m {
    font-size: 1.8rem;
  }
}

.bg-light-blue01 {
  background: #e8f3f7;
}

.bg-light-gray01 {
  background: #f3f3f3;
}

.bg-light-green01 {
  background: #e6f4e1;
}

.sm-block,
.md-block,
.lg-block,
.xl-block {
  display: none;
}

@media (min-width: 640px) {
  .sm-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .md-block {
    display: block;
  }
}

@media (min-width: 1024px) {
  .lg-block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .xl-block {
    display: block;
  }
}

@media (min-width: 640px) {
  .sm-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .md-none {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg-none {
    display: none;
  }
}

@media (min-width: 1200px) {
  .xl-none {
    display: none;
  }
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

/*
https://gist.github.com/jacurtis/30da4bf9a6c9b9b5cc0aebac512ca7c9
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:

.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.

.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels

The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.

     m-[tblr]-[5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 75, 100]
     p-[tblr]-[5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 75, 100]

*/
.s-m-t-5 {
  margin-top: 5px !important;
}

.s-p-t-5 {
  padding-top: 5px !important;
}

.s-m-b-5 {
  margin-bottom: 5px !important;
}

.s-p-b-5 {
  padding-bottom: 5px !important;
}

.s-m-l-5 {
  margin-left: 5px !important;
}

.s-p-l-5 {
  padding-left: 5px !important;
}

.s-m-r-5 {
  margin-right: 5px !important;
}

.s-p-r-5 {
  padding-right: 5px !important;
}

.s-m-t-10 {
  margin-top: 10px !important;
}

.s-p-t-10 {
  padding-top: 10px !important;
}

.s-m-b-10 {
  margin-bottom: 10px !important;
}

.s-p-b-10 {
  padding-bottom: 10px !important;
}

.s-m-l-10 {
  margin-left: 10px !important;
}

.s-p-l-10 {
  padding-left: 10px !important;
}

.s-m-r-10 {
  margin-right: 10px !important;
}

.s-p-r-10 {
  padding-right: 10px !important;
}

.s-m-t-15 {
  margin-top: 15px !important;
}

.s-p-t-15 {
  padding-top: 15px !important;
}

.s-m-b-15 {
  margin-bottom: 15px !important;
}

.s-p-b-15 {
  padding-bottom: 15px !important;
}

.s-m-l-15 {
  margin-left: 15px !important;
}

.s-p-l-15 {
  padding-left: 15px !important;
}

.s-m-r-15 {
  margin-right: 15px !important;
}

.s-p-r-15 {
  padding-right: 15px !important;
}

.s-m-t-20 {
  margin-top: 20px !important;
}

.s-p-t-20 {
  padding-top: 20px !important;
}

.s-m-b-20 {
  margin-bottom: 20px !important;
}

.s-p-b-20 {
  padding-bottom: 20px !important;
}

.s-m-l-20 {
  margin-left: 20px !important;
}

.s-p-l-20 {
  padding-left: 20px !important;
}

.s-m-r-20 {
  margin-right: 20px !important;
}

.s-p-r-20 {
  padding-right: 20px !important;
}

.s-m-t-25 {
  margin-top: 25px !important;
}

.s-p-t-25 {
  padding-top: 25px !important;
}

.s-m-b-25 {
  margin-bottom: 25px !important;
}

.s-p-b-25 {
  padding-bottom: 25px !important;
}

.s-m-l-25 {
  margin-left: 25px !important;
}

.s-p-l-25 {
  padding-left: 25px !important;
}

.s-m-r-25 {
  margin-right: 25px !important;
}

.s-p-r-25 {
  padding-right: 25px !important;
}

.s-m-t-30 {
  margin-top: 30px !important;
}

.s-p-t-30 {
  padding-top: 30px !important;
}

.s-m-b-30 {
  margin-bottom: 30px !important;
}

.s-p-b-30 {
  padding-bottom: 30px !important;
}

.s-m-l-30 {
  margin-left: 30px !important;
}

.s-p-l-30 {
  padding-left: 30px !important;
}

.s-m-r-30 {
  margin-right: 30px !important;
}

.s-p-r-30 {
  padding-right: 30px !important;
}

.s-m-t-35 {
  margin-top: 35px !important;
}

.s-p-t-35 {
  padding-top: 35px !important;
}

.s-m-b-35 {
  margin-bottom: 35px !important;
}

.s-p-b-35 {
  padding-bottom: 35px !important;
}

.s-m-l-35 {
  margin-left: 35px !important;
}

.s-p-l-35 {
  padding-left: 35px !important;
}

.s-m-r-35 {
  margin-right: 35px !important;
}

.s-p-r-35 {
  padding-right: 35px !important;
}

.s-m-t-40 {
  margin-top: 40px !important;
}

.s-p-t-40 {
  padding-top: 40px !important;
}

.s-m-b-40 {
  margin-bottom: 40px !important;
}

.s-p-b-40 {
  padding-bottom: 40px !important;
}

.s-m-l-40 {
  margin-left: 40px !important;
}

.s-p-l-40 {
  padding-left: 40px !important;
}

.s-m-r-40 {
  margin-right: 40px !important;
}

.s-p-r-40 {
  padding-right: 40px !important;
}

.s-m-t-45 {
  margin-top: 45px !important;
}

.s-p-t-45 {
  padding-top: 45px !important;
}

.s-m-b-45 {
  margin-bottom: 45px !important;
}

.s-p-b-45 {
  padding-bottom: 45px !important;
}

.s-m-l-45 {
  margin-left: 45px !important;
}

.s-p-l-45 {
  padding-left: 45px !important;
}

.s-m-r-45 {
  margin-right: 45px !important;
}

.s-p-r-45 {
  padding-right: 45px !important;
}

.s-m-t-50 {
  margin-top: 50px !important;
}

.s-p-t-50 {
  padding-top: 50px !important;
}

.s-m-b-50 {
  margin-bottom: 50px !important;
}

.s-p-b-50 {
  padding-bottom: 50px !important;
}

.s-m-l-50 {
  margin-left: 50px !important;
}

.s-p-l-50 {
  padding-left: 50px !important;
}

.s-m-r-50 {
  margin-right: 50px !important;
}

.s-p-r-50 {
  padding-right: 50px !important;
}

.s-m-t-60 {
  margin-top: 60px !important;
}

.s-p-t-60 {
  padding-top: 60px !important;
}

.s-m-b-60 {
  margin-bottom: 60px !important;
}

.s-p-b-60 {
  padding-bottom: 60px !important;
}

.s-m-l-60 {
  margin-left: 60px !important;
}

.s-p-l-60 {
  padding-left: 60px !important;
}

.s-m-r-60 {
  margin-right: 60px !important;
}

.s-p-r-60 {
  padding-right: 60px !important;
}

.s-m-t-70 {
  margin-top: 70px !important;
}

.s-p-t-70 {
  padding-top: 70px !important;
}

.s-m-b-70 {
  margin-bottom: 70px !important;
}

.s-p-b-70 {
  padding-bottom: 70px !important;
}

.s-m-l-70 {
  margin-left: 70px !important;
}

.s-p-l-70 {
  padding-left: 70px !important;
}

.s-m-r-70 {
  margin-right: 70px !important;
}

.s-p-r-70 {
  padding-right: 70px !important;
}

.s-m-t-80 {
  margin-top: 80px !important;
}

.s-p-t-80 {
  padding-top: 80px !important;
}

.s-m-b-80 {
  margin-bottom: 80px !important;
}

.s-p-b-80 {
  padding-bottom: 80px !important;
}

.s-m-l-80 {
  margin-left: 80px !important;
}

.s-p-l-80 {
  padding-left: 80px !important;
}

.s-m-r-80 {
  margin-right: 80px !important;
}

.s-p-r-80 {
  padding-right: 80px !important;
}

.s-m-t-100 {
  margin-top: 100px !important;
}

.s-p-t-100 {
  padding-top: 100px !important;
}

.s-m-b-100 {
  margin-bottom: 100px !important;
}

.s-p-b-100 {
  padding-bottom: 100px !important;
}

.s-m-l-100 {
  margin-left: 100px !important;
}

.s-p-l-100 {
  padding-left: 100px !important;
}

.s-m-r-100 {
  margin-right: 100px !important;
}

.s-p-r-100 {
  padding-right: 100px !important;
}

@media (min-width: 768px) {
  .m-t-5 {
    margin-top: 5px !important;
  }
  .p-t-5 {
    padding-top: 5px !important;
  }
  .m-b-5 {
    margin-bottom: 5px !important;
  }
  .p-b-5 {
    padding-bottom: 5px !important;
  }
  .m-l-5 {
    margin-left: 5px !important;
  }
  .p-l-5 {
    padding-left: 5px !important;
  }
  .m-r-5 {
    margin-right: 5px !important;
  }
  .p-r-5 {
    padding-right: 5px !important;
  }
  .m-t-10 {
    margin-top: 10px !important;
  }
  .p-t-10 {
    padding-top: 10px !important;
  }
  .m-b-10 {
    margin-bottom: 10px !important;
  }
  .p-b-10 {
    padding-bottom: 10px !important;
  }
  .m-l-10 {
    margin-left: 10px !important;
  }
  .p-l-10 {
    padding-left: 10px !important;
  }
  .m-r-10 {
    margin-right: 10px !important;
  }
  .p-r-10 {
    padding-right: 10px !important;
  }
  .m-t-15 {
    margin-top: 15px !important;
  }
  .p-t-15 {
    padding-top: 15px !important;
  }
  .m-b-15 {
    margin-bottom: 15px !important;
  }
  .p-b-15 {
    padding-bottom: 15px !important;
  }
  .m-l-15 {
    margin-left: 15px !important;
  }
  .p-l-15 {
    padding-left: 15px !important;
  }
  .m-r-15 {
    margin-right: 15px !important;
  }
  .p-r-15 {
    padding-right: 15px !important;
  }
  .m-t-20 {
    margin-top: 20px !important;
  }
  .p-t-20 {
    padding-top: 20px !important;
  }
  .m-b-20 {
    margin-bottom: 20px !important;
  }
  .p-b-20 {
    padding-bottom: 20px !important;
  }
  .m-l-20 {
    margin-left: 20px !important;
  }
  .p-l-20 {
    padding-left: 20px !important;
  }
  .m-r-20 {
    margin-right: 20px !important;
  }
  .p-r-20 {
    padding-right: 20px !important;
  }
  .m-t-25 {
    margin-top: 25px !important;
  }
  .p-t-25 {
    padding-top: 25px !important;
  }
  .m-b-25 {
    margin-bottom: 25px !important;
  }
  .p-b-25 {
    padding-bottom: 25px !important;
  }
  .m-l-25 {
    margin-left: 25px !important;
  }
  .p-l-25 {
    padding-left: 25px !important;
  }
  .m-r-25 {
    margin-right: 25px !important;
  }
  .p-r-25 {
    padding-right: 25px !important;
  }
  .m-t-30 {
    margin-top: 30px !important;
  }
  .p-t-30 {
    padding-top: 30px !important;
  }
  .m-b-30 {
    margin-bottom: 30px !important;
  }
  .p-b-30 {
    padding-bottom: 30px !important;
  }
  .m-l-30 {
    margin-left: 30px !important;
  }
  .p-l-30 {
    padding-left: 30px !important;
  }
  .m-r-30 {
    margin-right: 30px !important;
  }
  .p-r-30 {
    padding-right: 30px !important;
  }
  .m-t-35 {
    margin-top: 35px !important;
  }
  .p-t-35 {
    padding-top: 35px !important;
  }
  .m-b-35 {
    margin-bottom: 35px !important;
  }
  .p-b-35 {
    padding-bottom: 35px !important;
  }
  .m-l-35 {
    margin-left: 35px !important;
  }
  .p-l-35 {
    padding-left: 35px !important;
  }
  .m-r-35 {
    margin-right: 35px !important;
  }
  .p-r-35 {
    padding-right: 35px !important;
  }
  .m-t-40 {
    margin-top: 40px !important;
  }
  .p-t-40 {
    padding-top: 40px !important;
  }
  .m-b-40 {
    margin-bottom: 40px !important;
  }
  .p-b-40 {
    padding-bottom: 40px !important;
  }
  .m-l-40 {
    margin-left: 40px !important;
  }
  .p-l-40 {
    padding-left: 40px !important;
  }
  .m-r-40 {
    margin-right: 40px !important;
  }
  .p-r-40 {
    padding-right: 40px !important;
  }
  .m-t-45 {
    margin-top: 45px !important;
  }
  .p-t-45 {
    padding-top: 45px !important;
  }
  .m-b-45 {
    margin-bottom: 45px !important;
  }
  .p-b-45 {
    padding-bottom: 45px !important;
  }
  .m-l-45 {
    margin-left: 45px !important;
  }
  .p-l-45 {
    padding-left: 45px !important;
  }
  .m-r-45 {
    margin-right: 45px !important;
  }
  .p-r-45 {
    padding-right: 45px !important;
  }
  .m-t-50 {
    margin-top: 50px !important;
  }
  .p-t-50 {
    padding-top: 50px !important;
  }
  .m-b-50 {
    margin-bottom: 50px !important;
  }
  .p-b-50 {
    padding-bottom: 50px !important;
  }
  .m-l-50 {
    margin-left: 50px !important;
  }
  .p-l-50 {
    padding-left: 50px !important;
  }
  .m-r-50 {
    margin-right: 50px !important;
  }
  .p-r-50 {
    padding-right: 50px !important;
  }
  .m-t-60 {
    margin-top: 60px !important;
  }
  .p-t-60 {
    padding-top: 60px !important;
  }
  .m-b-60 {
    margin-bottom: 60px !important;
  }
  .p-b-60 {
    padding-bottom: 60px !important;
  }
  .m-l-60 {
    margin-left: 60px !important;
  }
  .p-l-60 {
    padding-left: 60px !important;
  }
  .m-r-60 {
    margin-right: 60px !important;
  }
  .p-r-60 {
    padding-right: 60px !important;
  }
  .m-t-70 {
    margin-top: 70px !important;
  }
  .p-t-70 {
    padding-top: 70px !important;
  }
  .m-b-70 {
    margin-bottom: 70px !important;
  }
  .p-b-70 {
    padding-bottom: 70px !important;
  }
  .m-l-70 {
    margin-left: 70px !important;
  }
  .p-l-70 {
    padding-left: 70px !important;
  }
  .m-r-70 {
    margin-right: 70px !important;
  }
  .p-r-70 {
    padding-right: 70px !important;
  }
  .m-t-80 {
    margin-top: 80px !important;
  }
  .p-t-80 {
    padding-top: 80px !important;
  }
  .m-b-80 {
    margin-bottom: 80px !important;
  }
  .p-b-80 {
    padding-bottom: 80px !important;
  }
  .m-l-80 {
    margin-left: 80px !important;
  }
  .p-l-80 {
    padding-left: 80px !important;
  }
  .m-r-80 {
    margin-right: 80px !important;
  }
  .p-r-80 {
    padding-right: 80px !important;
  }
  .m-t-100 {
    margin-top: 100px !important;
  }
  .p-t-100 {
    padding-top: 100px !important;
  }
  .m-b-100 {
    margin-bottom: 100px !important;
  }
  .p-b-100 {
    padding-bottom: 100px !important;
  }
  .m-l-100 {
    margin-left: 100px !important;
  }
  .p-l-100 {
    padding-left: 100px !important;
  }
  .m-r-100 {
    margin-right: 100px !important;
  }
  .p-r-100 {
    padding-right: 100px !important;
  }
}

/*
  RUN GULP to generate the classes. Now you can use these helpers to customize spacing on HTML elements.
*/
/*header
-----------------------------------------------------*/
#header {
  position: relative;
  background: linear-gradient(0deg, hsla(208, 64%, 85%, 1) 0%, rgb(254, 254, 254) 100%);
  margin-bottom: 60px;
}

#header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: ellipse(80% 50% at 50% 0%);
          clip-path: ellipse(80% 50% at 50% 0%);
}

@media (min-width: 640px) {
  #header::before {
    -webkit-clip-path: ellipse(70% 50% at 50% 0%);
            clip-path: ellipse(70% 50% at 50% 0%);
  }
}

#header .header__ph {
  position: relative;
}

/*page-common
-----------------------------------------------------*/
.container-sm {
  max-width: 720px;
  padding: 0 5%;
  margin: 0 auto;
}

.container-md {
  max-width: 800px;
  padding: 0 5%;
  margin: 0 auto;
}

.container-lg {
  max-width: 960px;
  padding: 0 5%;
  margin: 0 auto;
}

.container-xl {
  max-width: 1200px;
  padding: 0 5%;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding: 0 5rem;
  }
}

/* page-sec */
.page-sec {
  padding: 6rem 0;
}

@media (min-width: 640px) {
  .page-sec {
    padding: 10rem 0;
  }
}

.page-sec p + p {
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .page-sec p + p {
    margin-top: 3rem;
  }
}

/* btn */
.btn a {
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  min-width: 220px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.5rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .btn a {
    font-size: 1.5rem;
    padding: 1.8rem 4rem;
    background: #256fae;
  }
  .btn a:hover, .btn a:active, .btn a:focus {
    background: #87bae5;
  }
}

.btn.clinic-contact__btn a {
  background: #92d050;
}

.btn.clinic-contact__btn a:hover, .btn.clinic-contact__btn a:active, .btn.clinic-contact__btn a:focus {
  background: #ddf0c9;
}

@media (min-width: 768px) {
  .btn.clinic-contact__btn a {
    min-width: 317px;
  }
}

h2.h2-title01 {
  color: #256fae;
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  h2.h2-title01 {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}

h2.h2-title01.title--green {
  color: #42b576;
}

h3.h3-title01 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  color: #256fae;
}

@media (min-width: 640px) {
  h3.h3-title01 {
    font-size: 2.6rem;
    margin-bottom: 3.5rem;
  }
}

h3.h3-title01 .en {
  display: inline-block;
  color: #256fae;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  position: relative;
  font-size: 1.1rem;
}

h3.h3-title01 .en::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -25px;
  width: 20px;
  border-top: 1px solid #256fae;
}

h3.h3-title01 .num {
  font-size: 1.6rem;
  margin-left: 0.5rem;
}

@media (min-width: 640px) {
  h3.h3-title01 .num {
    font-size: 2rem;
  }
}

h3.h3-title02 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  color: #256fae;
}

@media (min-width: 640px) {
  h3.h3-title02 {
    font-size: 2.6rem;
    margin-bottom: 3.5rem;
  }
}

h3.h3-title02 .en {
  color: #fff;
  font-size: 1.1rem;
  background: #256fae;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
}

h3.h3-title02 .ja {
  display: block;
  margin-top: 0.5rem;
}

h3.h3-title03 {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  h3.h3-title03 {
    font-size: 2.4rem;
  }
}

h3.h3-title03 span {
  display: block;
  font-size: 1.2rem;
}

@media (min-width: 640px) {
  h3.h3-title03 span {
    display: inline;
    font-size: 1.6rem;
  }
}

h3.h3-title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: #42b576;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 640px) {
  h3.h3-title04 {
    font-size: 2.4rem;
  }
}

h3.h3-title04 .en {
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  h3.h3-title04 .en {
    font-size: 1rem;
  }
}

h3.h3-title04 .en span {
  display: block;
  line-height: 1;
  font-size: 2.6rem;
}

@media (min-width: 640px) {
  h3.h3-title04 .en span {
    font-size: 3rem;
  }
}

h3.h3-title04 .ja {
  border-left: 1px solid #42b576;
  padding-left: 1rem;
  margin-left: 1rem;
}

@media (min-width: 640px) {
  h3.h3-title04 .ja {
    padding-left: 2rem;
    margin-left: 2rem;
  }
}

h4.h4-title01 {
  font-size: 1.8rem;
  line-height: 1.4;
  padding-bottom: 1rem;
  margin: 3rem 0 2rem;
  position: relative;
}

@media (min-width: 640px) {
  h4.h4-title01 {
    margin: 4rem 0 2rem;
    font-size: 2.2rem;
  }
}

h4.h4-title01::before, h4.h4-title01::after {
  position: absolute;
  content: "";
  bottom: 0;
}

h4.h4-title01::before {
  width: 60px;
  left: 0;
  border-bottom: 2px solid #256fae;
}

h4.h4-title01::after {
  width: calc( 100% - 65px);
  left: 65px;
  border-bottom: 2px solid #dfdfdf;
}

h1 + h2,
h2 + h3,
h3 + h4 {
  margin-top: 0 !important;
}

/* box */
.cmn-box {
  padding: 2rem;
  background: #e8f3f7;
}

@media (min-width: 640px) {
  .cmn-box {
    padding: 3rem 4rem;
  }
}

.cmn-box.bg--white {
  background: #fff;
}

.graph-box {
  background: #fff;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 640px) {
  .graph-box {
    padding: 5rem 2rem;
  }
}

.graph-box.graph--border {
  padding: 2rem 0;
  border: 5px solid #f3f3f3;
}

@media (min-width: 640px) {
  .graph-box.graph--border {
    padding: 5rem 0;
  }
}

.graph-box figcaption {
  font-size: 1rem;
  margin-top: 2rem;
}

/*top
-----------------------------------------------------*/
.sec01 {
  max-width: 1440px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec01 {
    background: url(../images/sec01_bg_l.png) no-repeat 10px 135px, url(../images/sec01_bg_r.png) no-repeat right 10px top 135px;
    background-size: calc(160 / 1440 *100%) auto, calc(160 / 1440 *100%) auto;
  }
}

@media (min-width: 1200px) {
  .sec01 {
    background: url(../images/sec01_bg_l.png) no-repeat 50px 135px, url(../images/sec01_bg_r.png) no-repeat right 50px top 135px;
    background-size: 160px 514px,160px 514px;
  }
}

.sec-main-ph {
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .sec-main-ph {
    margin-bottom: 4rem;
  }
}

.sec04 {
  background: url(../images/sec04_bg01_sp.jpg) no-repeat center top #f8f8f8;
  background-size: 100% auto;
}

@media (min-width: 640px) {
  .sec04 {
    background: url(../images/sec04_bg01.jpg) no-repeat center top #f8f8f8;
    background-size: 100% auto;
  }
}

@media (min-width: 640px) {
  .feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.feature-box .feature-item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 2rem;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
  .feature-box .feature-item {
    width: calc(460 / 960 *100%);
    padding: 3rem 4rem 4rem;
  }
}

.feature-box .feature-item:nth-of-type(n+2) {
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .feature-box .feature-item:nth-of-type(n+2) {
    margin-top: 0;
  }
}

@media (min-width: 640px) {
  .feature-box .feature-item.full {
    width: 100%;
    margin-top: 4rem;
  }
}

.feature-box .feature-item .feature-item__num {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
  color: #256fae;
  background: #d6f3fc;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  padding-top: 0.2rem;
  margin: 0 auto 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.feature-box .feature-item .feature-item__num span {
  display: block;
  font-size: 3rem;
  margin-top: 0.1rem;
}

.feature-box .feature-item .feature-item__title {
  text-align: center;
  font-size: 2rem;
  color: #256fae;
  margin-bottom: 2rem;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .feature-box .feature-item .feature-item__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.feature-box .feature-item .feature-item__title .sub {
  display: block;
  font-size: 1.2rem;
}

@media (min-width: 640px) {
  .feature-box .feature-item .feature-item__title .sub {
    font-size: 1.6rem;
  }
}

.feature-box .feature-item .feature-item__illust {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .feature-box .feature-item .feature-item__illust {
    margin-bottom: 3rem;
  }
}

.feature-box .feature-item .feature-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: -2rem;
}

@media (min-width: 768px) {
  .feature-box .feature-item .feature-item__list {
    margin-bottom: -3rem;
  }
}

.feature-box .feature-item .feature-item__list dl {
  width: 100%;
  /* background: #e8f3f7; */
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .feature-box .feature-item .feature-item__list dl {
    width: calc(425 / 880 *100%);
    margin-bottom: 3rem;
  }
}

.feature-box .feature-item .feature-item__list dl dt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  background: #256fae;
  padding: 1rem 2rem;
}

@media (min-width: 640px) {
  .feature-box .feature-item .feature-item__list dl dt {
    font-size: 2rem;
  }
}

.feature-box .feature-item .feature-item__list dl dd {
  padding: 2rem;
  font-size: 1.6rem;
}

@media (min-width: 640px) {
  .feature-box .feature-item .feature-item__list dl dd {
    padding: 3rem;
    font-size: 1.8rem;
  }
}

.feature-box .feature-item .feature-item__list .list--blue dt {
  background: #256fae;
}

.feature-box .feature-item .feature-item__list .list--blue dd, dl.list--blue {
  background: #e8f3f7;
}

.feature-box .feature-item .feature-item__list .list--yellow dt {
  background: #c2c400;
}

.feature-box .feature-item .feature-item__list .list--yellow dd, dl.list--yellow {
  background: #f2f4e1;
}

.feature-box .feature-item .feature-item__list .list--yellow .disc-list01 li::before {
  background: #c2c400;
}

.feature-box .feature-item .feature-item__list .list--green dt {
  background: #42b576;
}

.feature-box .feature-item .feature-item__list .list--green dd, dl.list--green {
  background: #e6f4e1;
}

.feature-box .feature-item .feature-item__list .list--green .disc-list01 li::before {
  background: #42b576;
}

.feature-box .feature-item .feature-item__list .list--orange dt {
  background: #d28e2d;
}

.feature-box .feature-item .feature-item__list .list--orange dd, dl.list--orange {
  background: #fbefde;
}

.feature-box .feature-item .feature-item__list .list--orange .disc-list01 li::before {
  background: #d28e2d;
}

.achievement-box .achievement-item {
  background: #fff;
  padding: 2rem;
}

@media (min-width: 640px) {
  .achievement-box .achievement-item {
    padding: 4rem;
  }
}

.achievement-box .achievement-item:nth-of-type(n+2) {
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .achievement-box .achievement-item:nth-of-type(n+2) {
    margin-top: 4rem;
  }
}

.case-box .case-item {
  background: #fff;
  padding: 2rem;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
  .case-box .case-item {
    padding: 4rem;
  }
}

.case-box .case-item:nth-of-type(n+2) {
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .case-box .case-item:nth-of-type(n+2) {
    margin-top: 4rem;
  }
}

@media (min-width: 640px) {
  .case-box .case-item .case-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.case-box .case-item .case-item__header .avatar {
  width: 200px;
  margin: 0 auto 2rem;
}

@media (min-width: 640px) {
  .case-box .case-item .case-item__header .avatar {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 640px) {
  .case-box .case-item .case-item__header .prof {
    margin-left: 4rem;
  }
}

.case-box .case-item .case-item__header .prof dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.case-box .case-item .case-item__header .prof dl:nth-of-type(n+2) {
  margin-top: 1rem;
}

.case-box .case-item .case-item__header .prof dl dt {
  font-size: 1.3rem;
  font-weight: bold;
  background: #f3f3f3;
  border-radius: 12px;
  min-width: 57px;
  text-align: center;
}

.case-box .case-item .case-item__header .prof dl dd {
  font-size: 1.4rem;
  margin-left: 1.5rem;
}

.case-box .case-item .point-box {
  margin-top: 4rem;
  padding: 3rem 2rem 2rem;
  background: #e8f3f7;
  position: relative;
}

@media (min-width: 640px) {
  .case-box .case-item .point-box {
    margin-top: 5rem;
    padding: 3rem;
  }
}

.case-box .case-item .point-box .en {
  color: #256fae;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: -4.8rem;
}

@media (min-width: 640px) {
  .case-box .case-item .point-box .en {
    margin-top: -5.2rem;
    font-size: 2.6rem;
  }
}

.sec07 {
  position: relative;
}

.sec07::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6f4e1;
  -webkit-clip-path: ellipse(98% 16% at 50% 0%);
          clip-path: ellipse(98% 16% at 50% 0%);
  z-index: -1;
}

@media (min-width: 640px) {
  .sec07::before {
    -webkit-clip-path: ellipse(70% 16% at 50% 0%);
            clip-path: ellipse(70% 16% at 50% 0%);
  }
}

.clinic-box {
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .clinic-box {
    margin-top: 4rem;
  }
}

.clinic-box .clinic-item:nth-of-type(n+2) {
  margin-top: 5rem;
}

@media (min-width: 640px) {
  .clinic-box .clinic-item:nth-of-type(n+2) {
    margin-top: 8rem;
  }
}

.clinic-box .clinic-item .clinic-item__ph {
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .clinic-box .clinic-item .clinic-item__ph {
    margin-bottom: 4rem;
  }
}

.clinic-box .clinic-item__box {
  background: #f3f3f3;
  margin-top: 3rem;
  padding: 2rem;
}

@media (min-width: 640px) {
  .clinic-box .clinic-item__box {
    margin-top: 4rem;
    padding: 3rem 4rem;
  }
}

.clinic-box .clinic-item__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .clinic-box .clinic-item__access {
    margin-top: 4rem;
  }
}

.clinic-box .clinic-item__access .clinic-item__icon {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 2rem;
  min-width: 50px;
  height: 100%;
}

@media (min-width: 640px) {
  .clinic-box .clinic-item__access .clinic-item__icon {
    font-size: 1.6rem;
    padding: 0 3rem;
    min-width: initial;
    border-right: 1px solid #dfdfdf;
  }
}

.clinic-box .clinic-item__access .clinic-item__icon img {
  display: block;
  width: 20px;
  margin: 0 auto 1rem;
}

@media (min-width: 640px) {
  .clinic-box .clinic-item__access .clinic-item__icon img {
    width: 27px;
  }
}

.clinic-box .clinic-item__access .clinic-item__info {
  padding-left: 2rem;
  border-left: 1px solid #dfdfdf;
}

@media (min-width: 640px) {
  .clinic-box .clinic-item__access .clinic-item__info {
    padding-left: 3rem;
    border-left: none;
  }
}

.clinic-box .clinic-contact {
  border-top: 5px solid #f3f3f3;
  border-bottom: 5px solid #f3f3f3;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .clinic-box .clinic-contact {
    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: 4rem;
  }
}

.clinic-box .clinic-contact .clinic-contact__tel {
  width: 100%;
  text-align: center;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dfdfdf;
}

@media (min-width: 768px) {
  .clinic-box .clinic-contact .clinic-contact__tel {
    width: 50%;
    padding: 4rem 0;
    border-bottom: none;
    border-right: 1px solid #dfdfdf;
  }
}

.clinic-box .clinic-contact .clinic-contact__tel dl {
  font-weight: bold;
}

.clinic-box .clinic-contact .clinic-contact__tel dl dt {
  font-size: 1.6rem;
}

@media (min-width: 640px) {
  .clinic-box .clinic-contact .clinic-contact__tel dl dt {
    font-size: 1.8rem;
  }
}

.clinic-box .clinic-contact .clinic-contact__tel dl dd a {
  text-decoration: none;
  color: #92d050;
  font-size: 3rem;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .clinic-box .clinic-contact .clinic-contact__tel dl dd a {
    font-size: 4rem;
  }
}

@media (min-width: 1024px) {
  .clinic-box .clinic-contact .clinic-contact__tel dl dd a {
    pointer-events: none;
  }
}

.clinic-box .clinic-contact .clinic-contact__btn {
  width: 100%;
  text-align: center;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .clinic-box .clinic-contact .clinic-contact__btn {
    padding: 4rem 0;
  }
}

@media (min-width: 768px) {
  .clinic-box .clinic-contact .clinic-contact__tel + .clinic-contact__btn {
    width: 50%;
  }
}

.choose-box {
  margin: 3rem 0;
}

@media (min-width: 640px) {
  .choose-box {
    margin: 4rem 0;
  }
}

.choose-box .choose-item {
  background: #fff;
  padding: 2rem;
}

@media (min-width: 640px) {
  .choose-box .choose-item {
    padding: 4rem;
  }
}

.choose-box .choose-item:nth-of-type(n+2) {
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .choose-box .choose-item:nth-of-type(n+2) {
    margin-top: 4rem;
  }
}

@media (min-width: 640px) {
  .choose-box .choose-item .case-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.choose-box .choose-item .case-item__header .avatar {
  width: 200px;
  margin: 0 auto 2rem;
}

@media (min-width: 640px) {
  .choose-box .choose-item .case-item__header .avatar {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 640px) {
  .choose-box .choose-item .case-item__header .prof {
    margin-left: 4rem;
  }
}

.choose-box .choose-item .case-item__header .prof dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.choose-box .choose-item .case-item__header .prof dl:nth-of-type(n+2) {
  margin-top: 1rem;
}

.choose-box .choose-item .case-item__header .prof dl dt {
  font-size: 1.3rem;
  font-weight: bold;
  background: #f3f3f3;
  border-radius: 12px;
  min-width: 57px;
  text-align: center;
}

.choose-box .choose-item .case-item__header .prof dl dd {
  font-size: 1.4rem;
  margin-left: 1.5rem;
}

.choose-box .choose-item .point-box {
  margin-top: 4rem;
  padding: 3rem 2rem 2rem;
  background: #e8f3f7;
  position: relative;
}

@media (min-width: 640px) {
  .choose-box .choose-item .point-box {
    margin-top: 5rem;
    padding: 3rem;
  }
}

.choose-box .choose-item .point-box .en {
  color: #256fae;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: -4.8rem;
}

@media (min-width: 640px) {
  .choose-box .choose-item .point-box .en {
    margin-top: -5.2rem;
    font-size: 2.6rem;
  }
}

/*footer
-----------------------------------------------------*/
#pup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 45px;
  width: 100%;
  height: 45px;
  background: #256fae;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translatez(0);
          transform: translatez(0);
}

@media (min-width: 768px) {
  #pup {
    position: fixed;
    right: 10px;
    bottom: 55px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: #256fae;
  }
  #pup:hover, #pup:active, #pup:focus {
    background: #87bae5;
  }
}

#pup::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

#pup.show {
  visibility: visible;
  opacity: 1;
}

#footer {
  background: #fff;
  text-align: center;
  padding: 2rem;
  font-size: 1rem;
}

@media (min-width: 640px) {
  #footer {
    padding: 3rem;
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */

/* header */
.header__title {
  position: absolute;
  bottom:0;
  left:0;
  z-index:1;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.90) 60%);
}

.header__title h1{
  position: absolute;
  color: #212121;
  text-align: center;
  right: 5%;
  font-size: 20px;
  bottom: -40px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
@media (max-width: 340px) {
  .header__title h1 {
    font-size: 16px;
  }
}
@media (min-width: 420px) {
  .header__title h1 {
    font-size: 24px;
  }
}
@media (min-width: 520px) {
  .header__title {
    height: 180px;
  }
  .header__title h1 {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  .header__title {
    height: 240px;
  }
  .header__title h1 {
    font-size: 48px;
  }
}

.fab {
  background-color: #256fae;
  color: #fff;
  border: 1px solid #256fae;
  border-radius: 25px/25px;
  width: 80%;
  max-width: 480px;
  height: 60px;
  line-height: 60px;
  z-index: 10;
  position: fixed;
  bottom  : 10px;
  text-align: center;
  text-decoration: none;
  left:50%;
  transform: translateX(-50%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

@media (min-width: 960px) {
  .fab {
    width: 240px;
    left: 30px;
    bottom: 30px;
    transform: none;
  }
}

mark {
  background-color: rgba(255, 234, 0, 0.5);
  padding: 3px 4px 2px 8px;
}