@charset "UTF-8";
/*----------------------------------------------------------

Reset

----------------------------------------------------------*/
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;
}

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;
}

/*----------------------------------------------------------

Margin

----------------------------------------------------------*/
.mt_0 {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .mt_0 {
    margin-top: 0vw !important;
  }
}

.mr_0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .mr_0 {
    margin-right: 0vw !important;
  }
}

.mb_0 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .mb_0 {
    margin-bottom: 0vw !important;
  }
}

.ml_0 {
  margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
  .ml_0 {
    margin-left: 0vw !important;
  }
}

.mt_10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .mt_10 {
    margin-top: 1.5625vw !important;
  }
}

.mr_10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 767px) {
  .mr_10 {
    margin-right: 1.5625vw !important;
  }
}

.mb_10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .mb_10 {
    margin-bottom: 1.5625vw !important;
  }
}

.ml_10 {
  margin-left: 10px !important;
}

@media screen and (max-width: 767px) {
  .ml_10 {
    margin-left: 1.5625vw !important;
  }
}

.mt_20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .mt_20 {
    margin-top: 3.125vw !important;
  }
}

.mr_20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .mr_20 {
    margin-right: 3.125vw !important;
  }
}

.mb_20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .mb_20 {
    margin-bottom: 3.125vw !important;
  }
}

.ml_20 {
  margin-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .ml_20 {
    margin-left: 3.125vw !important;
  }
}

.mt_30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .mt_30 {
    margin-top: 4.6875vw !important;
  }
}

.mr_30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .mr_30 {
    margin-right: 4.6875vw !important;
  }
}

.mb_30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .mb_30 {
    margin-bottom: 4.6875vw !important;
  }
}

.ml_30 {
  margin-left: 30px !important;
}

@media screen and (max-width: 767px) {
  .ml_30 {
    margin-left: 4.6875vw !important;
  }
}

.mt_40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .mt_40 {
    margin-top: 6.25vw !important;
  }
}

.mr_40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .mr_40 {
    margin-right: 6.25vw !important;
  }
}

.mb_40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .mb_40 {
    margin-bottom: 6.25vw !important;
  }
}

.ml_40 {
  margin-left: 40px !important;
}

@media screen and (max-width: 767px) {
  .ml_40 {
    margin-left: 6.25vw !important;
  }
}

.mt_50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .mt_50 {
    margin-top: 7.8125vw !important;
  }
}

.mr_50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .mr_50 {
    margin-right: 7.8125vw !important;
  }
}

.mb_50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .mb_50 {
    margin-bottom: 7.8125vw !important;
  }
}

.ml_50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 767px) {
  .ml_50 {
    margin-left: 7.8125vw !important;
  }
}

.mt_60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .mt_60 {
    margin-top: 9.375vw !important;
  }
}

.mr_60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 767px) {
  .mr_60 {
    margin-right: 9.375vw !important;
  }
}

.mb_60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .mb_60 {
    margin-bottom: 9.375vw !important;
  }
}

.ml_60 {
  margin-left: 60px !important;
}

@media screen and (max-width: 767px) {
  .ml_60 {
    margin-left: 9.375vw !important;
  }
}

.mt_70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 767px) {
  .mt_70 {
    margin-top: 10.9375vw !important;
  }
}

.mr_70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 767px) {
  .mr_70 {
    margin-right: 10.9375vw !important;
  }
}

.mb_70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 767px) {
  .mb_70 {
    margin-bottom: 10.9375vw !important;
  }
}

.ml_70 {
  margin-left: 70px !important;
}

@media screen and (max-width: 767px) {
  .ml_70 {
    margin-left: 10.9375vw !important;
  }
}

.mt_80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mt_80 {
    margin-top: 12.5vw !important;
  }
}

.mr_80 {
  margin-right: 80px !important;
}

@media screen and (max-width: 767px) {
  .mr_80 {
    margin-right: 12.5vw !important;
  }
}

.mb_80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .mb_80 {
    margin-bottom: 12.5vw !important;
  }
}

.ml_80 {
  margin-left: 80px !important;
}

@media screen and (max-width: 767px) {
  .ml_80 {
    margin-left: 12.5vw !important;
  }
}

.mt_90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .mt_90 {
    margin-top: 14.0625vw !important;
  }
}

.mr_90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 767px) {
  .mr_90 {
    margin-right: 14.0625vw !important;
  }
}

.mb_90 {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 767px) {
  .mb_90 {
    margin-bottom: 14.0625vw !important;
  }
}

.ml_90 {
  margin-left: 90px !important;
}

@media screen and (max-width: 767px) {
  .ml_90 {
    margin-left: 14.0625vw !important;
  }
}

.mt_100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mt_100 {
    margin-top: 15.625vw !important;
  }
}

.mr_100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .mr_100 {
    margin-right: 15.625vw !important;
  }
}

.mb_100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mb_100 {
    margin-bottom: 15.625vw !important;
  }
}

.ml_100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .ml_100 {
    margin-left: 15.625vw !important;
  }
}

.mt_110 {
  margin-top: 110px !important;
}

@media screen and (max-width: 767px) {
  .mt_110 {
    margin-top: 17.1875vw !important;
  }
}

.mr_110 {
  margin-right: 110px !important;
}

@media screen and (max-width: 767px) {
  .mr_110 {
    margin-right: 17.1875vw !important;
  }
}

.mb_110 {
  margin-bottom: 110px !important;
}

@media screen and (max-width: 767px) {
  .mb_110 {
    margin-bottom: 17.1875vw !important;
  }
}

.ml_110 {
  margin-left: 110px !important;
}

@media screen and (max-width: 767px) {
  .ml_110 {
    margin-left: 17.1875vw !important;
  }
}

.mt_120 {
  margin-top: 120px !important;
}

@media screen and (max-width: 767px) {
  .mt_120 {
    margin-top: 18.75vw !important;
  }
}

.mr_120 {
  margin-right: 120px !important;
}

@media screen and (max-width: 767px) {
  .mr_120 {
    margin-right: 18.75vw !important;
  }
}

.mb_120 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 767px) {
  .mb_120 {
    margin-bottom: 18.75vw !important;
  }
}

.ml_120 {
  margin-left: 120px !important;
}

@media screen and (max-width: 767px) {
  .ml_120 {
    margin-left: 18.75vw !important;
  }
}

.mt_130 {
  margin-top: 130px !important;
}

@media screen and (max-width: 767px) {
  .mt_130 {
    margin-top: 20.3125vw !important;
  }
}

.mr_130 {
  margin-right: 130px !important;
}

@media screen and (max-width: 767px) {
  .mr_130 {
    margin-right: 20.3125vw !important;
  }
}

.mb_130 {
  margin-bottom: 130px !important;
}

@media screen and (max-width: 767px) {
  .mb_130 {
    margin-bottom: 20.3125vw !important;
  }
}

.ml_130 {
  margin-left: 130px !important;
}

@media screen and (max-width: 767px) {
  .ml_130 {
    margin-left: 20.3125vw !important;
  }
}

.mt_140 {
  margin-top: 140px !important;
}

@media screen and (max-width: 767px) {
  .mt_140 {
    margin-top: 21.875vw !important;
  }
}

.mr_140 {
  margin-right: 140px !important;
}

@media screen and (max-width: 767px) {
  .mr_140 {
    margin-right: 21.875vw !important;
  }
}

.mb_140 {
  margin-bottom: 140px !important;
}

@media screen and (max-width: 767px) {
  .mb_140 {
    margin-bottom: 21.875vw !important;
  }
}

.ml_140 {
  margin-left: 140px !important;
}

@media screen and (max-width: 767px) {
  .ml_140 {
    margin-left: 21.875vw !important;
  }
}

.mt_150 {
  margin-top: 150px !important;
}

@media screen and (max-width: 767px) {
  .mt_150 {
    margin-top: 23.4375vw !important;
  }
}

.mr_150 {
  margin-right: 150px !important;
}

@media screen and (max-width: 767px) {
  .mr_150 {
    margin-right: 23.4375vw !important;
  }
}

.mb_150 {
  margin-bottom: 150px !important;
}

@media screen and (max-width: 767px) {
  .mb_150 {
    margin-bottom: 23.4375vw !important;
  }
}

.ml_150 {
  margin-left: 150px !important;
}

@media screen and (max-width: 767px) {
  .ml_150 {
    margin-left: 23.4375vw !important;
  }
}

.mt_160 {
  margin-top: 160px !important;
}

@media screen and (max-width: 767px) {
  .mt_160 {
    margin-top: 25vw !important;
  }
}

.mr_160 {
  margin-right: 160px !important;
}

@media screen and (max-width: 767px) {
  .mr_160 {
    margin-right: 25vw !important;
  }
}

.mb_160 {
  margin-bottom: 160px !important;
}

@media screen and (max-width: 767px) {
  .mb_160 {
    margin-bottom: 25vw !important;
  }
}

.ml_160 {
  margin-left: 160px !important;
}

@media screen and (max-width: 767px) {
  .ml_160 {
    margin-left: 25vw !important;
  }
}

.mt_170 {
  margin-top: 170px !important;
}

@media screen and (max-width: 767px) {
  .mt_170 {
    margin-top: 26.5625vw !important;
  }
}

.mr_170 {
  margin-right: 170px !important;
}

@media screen and (max-width: 767px) {
  .mr_170 {
    margin-right: 26.5625vw !important;
  }
}

.mb_170 {
  margin-bottom: 170px !important;
}

@media screen and (max-width: 767px) {
  .mb_170 {
    margin-bottom: 26.5625vw !important;
  }
}

.ml_170 {
  margin-left: 170px !important;
}

@media screen and (max-width: 767px) {
  .ml_170 {
    margin-left: 26.5625vw !important;
  }
}

.mt_180 {
  margin-top: 180px !important;
}

@media screen and (max-width: 767px) {
  .mt_180 {
    margin-top: 28.125vw !important;
  }
}

.mr_180 {
  margin-right: 180px !important;
}

@media screen and (max-width: 767px) {
  .mr_180 {
    margin-right: 28.125vw !important;
  }
}

.mb_180 {
  margin-bottom: 180px !important;
}

@media screen and (max-width: 767px) {
  .mb_180 {
    margin-bottom: 28.125vw !important;
  }
}

.ml_180 {
  margin-left: 180px !important;
}

@media screen and (max-width: 767px) {
  .ml_180 {
    margin-left: 28.125vw !important;
  }
}

.mt_190 {
  margin-top: 190px !important;
}

@media screen and (max-width: 767px) {
  .mt_190 {
    margin-top: 29.6875vw !important;
  }
}

.mr_190 {
  margin-right: 190px !important;
}

@media screen and (max-width: 767px) {
  .mr_190 {
    margin-right: 29.6875vw !important;
  }
}

.mb_190 {
  margin-bottom: 190px !important;
}

@media screen and (max-width: 767px) {
  .mb_190 {
    margin-bottom: 29.6875vw !important;
  }
}

.ml_190 {
  margin-left: 190px !important;
}

@media screen and (max-width: 767px) {
  .ml_190 {
    margin-left: 29.6875vw !important;
  }
}

.mt_200 {
  margin-top: 200px !important;
}

@media screen and (max-width: 767px) {
  .mt_200 {
    margin-top: 31.25vw !important;
  }
}

.mr_200 {
  margin-right: 200px !important;
}

@media screen and (max-width: 767px) {
  .mr_200 {
    margin-right: 31.25vw !important;
  }
}

.mb_200 {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .mb_200 {
    margin-bottom: 31.25vw !important;
  }
}

.ml_200 {
  margin-left: 200px !important;
}

@media screen and (max-width: 767px) {
  .ml_200 {
    margin-left: 31.25vw !important;
  }
}

/*----------------------------------------------------------

Padding

----------------------------------------------------------*/
.pt_0 {
  padding-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .pt_0 {
    padding-top: 0vw !important;
  }
}

.pr_0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .pr_0 {
    padding-right: 0vw !important;
  }
}

.pb_0 {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .pb_0 {
    padding-bottom: 0vw !important;
  }
}

.pl_0 {
  padding-left: 0px !important;
}

@media screen and (max-width: 767px) {
  .pl_0 {
    padding-left: 0vw !important;
  }
}

.pt_10 {
  padding-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .pt_10 {
    padding-top: 1.5625vw !important;
  }
}

.pr_10 {
  padding-right: 10px !important;
}

@media screen and (max-width: 767px) {
  .pr_10 {
    padding-right: 1.5625vw !important;
  }
}

.pb_10 {
  padding-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .pb_10 {
    padding-bottom: 1.5625vw !important;
  }
}

.pl_10 {
  padding-left: 10px !important;
}

@media screen and (max-width: 767px) {
  .pl_10 {
    padding-left: 1.5625vw !important;
  }
}

.pt_20 {
  padding-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .pt_20 {
    padding-top: 3.125vw !important;
  }
}

.pr_20 {
  padding-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .pr_20 {
    padding-right: 3.125vw !important;
  }
}

.pb_20 {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .pb_20 {
    padding-bottom: 3.125vw !important;
  }
}

.pl_20 {
  padding-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .pl_20 {
    padding-left: 3.125vw !important;
  }
}

.pt_30 {
  padding-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .pt_30 {
    padding-top: 4.6875vw !important;
  }
}

.pr_30 {
  padding-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .pr_30 {
    padding-right: 4.6875vw !important;
  }
}

.pb_30 {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .pb_30 {
    padding-bottom: 4.6875vw !important;
  }
}

.pl_30 {
  padding-left: 30px !important;
}

@media screen and (max-width: 767px) {
  .pl_30 {
    padding-left: 4.6875vw !important;
  }
}

.pt_40 {
  padding-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .pt_40 {
    padding-top: 6.25vw !important;
  }
}

.pr_40 {
  padding-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .pr_40 {
    padding-right: 6.25vw !important;
  }
}

.pb_40 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .pb_40 {
    padding-bottom: 6.25vw !important;
  }
}

.pl_40 {
  padding-left: 40px !important;
}

@media screen and (max-width: 767px) {
  .pl_40 {
    padding-left: 6.25vw !important;
  }
}

.pt_50 {
  padding-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .pt_50 {
    padding-top: 7.8125vw !important;
  }
}

.pr_50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .pr_50 {
    padding-right: 7.8125vw !important;
  }
}

.pb_50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .pb_50 {
    padding-bottom: 7.8125vw !important;
  }
}

.pl_50 {
  padding-left: 50px !important;
}

@media screen and (max-width: 767px) {
  .pl_50 {
    padding-left: 7.8125vw !important;
  }
}

.pt_60 {
  padding-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .pt_60 {
    padding-top: 9.375vw !important;
  }
}

.pr_60 {
  padding-right: 60px !important;
}

@media screen and (max-width: 767px) {
  .pr_60 {
    padding-right: 9.375vw !important;
  }
}

.pb_60 {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .pb_60 {
    padding-bottom: 9.375vw !important;
  }
}

.pl_60 {
  padding-left: 60px !important;
}

@media screen and (max-width: 767px) {
  .pl_60 {
    padding-left: 9.375vw !important;
  }
}

.pt_70 {
  padding-top: 70px !important;
}

@media screen and (max-width: 767px) {
  .pt_70 {
    padding-top: 10.9375vw !important;
  }
}

.pr_70 {
  padding-right: 70px !important;
}

@media screen and (max-width: 767px) {
  .pr_70 {
    padding-right: 10.9375vw !important;
  }
}

.pb_70 {
  padding-bottom: 70px !important;
}

@media screen and (max-width: 767px) {
  .pb_70 {
    padding-bottom: 10.9375vw !important;
  }
}

.pl_70 {
  padding-left: 70px !important;
}

@media screen and (max-width: 767px) {
  .pl_70 {
    padding-left: 10.9375vw !important;
  }
}

.pt_80 {
  padding-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .pt_80 {
    padding-top: 12.5vw !important;
  }
}

.pr_80 {
  padding-right: 80px !important;
}

@media screen and (max-width: 767px) {
  .pr_80 {
    padding-right: 12.5vw !important;
  }
}

.pb_80 {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .pb_80 {
    padding-bottom: 12.5vw !important;
  }
}

.pl_80 {
  padding-left: 80px !important;
}

@media screen and (max-width: 767px) {
  .pl_80 {
    padding-left: 12.5vw !important;
  }
}

.pt_90 {
  padding-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .pt_90 {
    padding-top: 14.0625vw !important;
  }
}

.pr_90 {
  padding-right: 90px !important;
}

@media screen and (max-width: 767px) {
  .pr_90 {
    padding-right: 14.0625vw !important;
  }
}

.pb_90 {
  padding-bottom: 90px !important;
}

@media screen and (max-width: 767px) {
  .pb_90 {
    padding-bottom: 14.0625vw !important;
  }
}

.pl_90 {
  padding-left: 90px !important;
}

@media screen and (max-width: 767px) {
  .pl_90 {
    padding-left: 14.0625vw !important;
  }
}

.pt_100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .pt_100 {
    padding-top: 15.625vw !important;
  }
}

.pr_100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .pr_100 {
    padding-right: 15.625vw !important;
  }
}

.pb_100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .pb_100 {
    padding-bottom: 15.625vw !important;
  }
}

.pl_100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .pl_100 {
    padding-left: 15.625vw !important;
  }
}

/*----------------------------------------------------------

Float

----------------------------------------------------------*/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0px auto;
  clear: both;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.alignright {
  margin: 0 0 1em 1em;
}

/*----------------------------------------------------------

Font

----------------------------------------------------------*/
/* font-size */
.fs_10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.fs_11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.fs_12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs_13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.fs_14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs_15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.fs_16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs_17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.fs_18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs_19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.fs_20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs_21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.fs_22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.fs_23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.fs_24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.fs_25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.fs_26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.fs_27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.fs_28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.fs_29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.fs_30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.fs_31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.fs_32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.fs_33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.fs_34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.fs_35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.fs_36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.fs_37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.fs_38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.fs_39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.fs_40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

/* font-weight */
.fw_bold {
  font-weight: bold !important;
}

.fw_normal {
  font-weight: normal !important;
}

/* line-height */
.lh_10 {
  line-height: 1 !important;
}

.lh_11 {
  line-height: 1.1 !important;
}

.lh_12 {
  line-height: 1.2 !important;
}

.lh_13 {
  line-height: 1.3 !important;
}

.lh_14 {
  line-height: 1.4 !important;
}

.lh_15 {
  line-height: 1.5 !important;
}

.lh_16 {
  line-height: 1.6 !important;
}

.lh_17 {
  line-height: 1.7 !important;
}

.lh_18 {
  line-height: 1.8 !important;
}

.lh_19 {
  line-height: 1.9 !important;
}

.lh_20 {
  line-height: 2 !important;
}

.lh_21 {
  line-height: 2.1 !important;
}

.lh_22 {
  line-height: 2.2 !important;
}

.lh_23 {
  line-height: 2.3 !important;
}

.lh_24 {
  line-height: 2.4 !important;
}

.lh_25 {
  line-height: 2.5 !important;
}

.lh_26 {
  line-height: 2.6 !important;
}

.lh_27 {
  line-height: 2.7 !important;
}

.lh_28 {
  line-height: 2.8 !important;
}

.lh_29 {
  line-height: 2.9 !important;
}

.lh_30 {
  line-height: 3 !important;
}

/* text-align */
.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right !important;
}

.ta_center {
  text-align: center !important;
}

/* vertical-align */
.va_top {
  vertical-align: top !important;
}

.va_bottom {
  vertical-align: bottom !important;
}

.va_middle {
  vertical-align: middle !important;
}

/*----------------------------------------------------------

Form

----------------------------------------------------------*/
button,
input,
select,
textarea {
  max-width: 100%;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
}

/* テキスト・テキストエリア */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 10px;
  border: 1px solid #333;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  padding: 10px;
  border: 1px solid #333;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  border-radius: 0px;
  cursor: pointer;
}

label {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

/*----------------------------------------------------------

Column

----------------------------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
}

.row.ai_center {
  align-items: center;
}

.row.jc_center {
  justify-content: center;
}

.row.row_reverse {
  flex-direction: row-reverse;
}

.row.space_between {
  justify-content: space-between;
}

.col_1 {
  width: 8.33333%;
}

.col_2 {
  width: 16.666666%;
}

.col_3 {
  width: 24.99999%;
}

.col_4 {
  width: 33.33333%;
}

.col_5 {
  width: 41.66666%;
}

.col_6 {
  width: 49.99999%;
}

.col_7 {
  width: 58.33333%;
}

.col_8 {
  width: 66.66666%;
}

.col_9 {
  width: 74.99999%;
}

.col_10 {
  width: 83.33333%;
}

.col_11 {
  width: 91.66666%;
}

.col_12 {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .col_md_1 {
    width: 8.33333%;
  }
  .col_md_2 {
    width: 16.666666%;
  }
  .col_md_3 {
    width: 24.99999%;
  }
  .col_md_4 {
    width: 33.33333%;
  }
  .col_md_5 {
    width: 41.66666%;
  }
  .col_md_6 {
    width: 49.99999%;
  }
  .col_md_7 {
    width: 58.33333%;
  }
  .col_md_8 {
    width: 66.66666%;
  }
  .col_md_9 {
    width: 74.99999%;
  }
  .col_md_10 {
    width: 83.33333%;
  }
  .col_md_11 {
    width: 91.66666%;
  }
  .col_md_12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col_sm_1 {
    width: 8.33333%;
  }
  .col_sm_2 {
    width: 16.666666%;
  }
  .col_sm_3 {
    width: 24.99999%;
  }
  .col_sm_4 {
    width: 33.33333%;
  }
  .col_sm_5 {
    width: 41.66666%;
  }
  .col_sm_6 {
    width: 49.99999%;
  }
  .col_sm_7 {
    width: 58.33333%;
  }
  .col_sm_8 {
    width: 66.66666%;
  }
  .col_sm_9 {
    width: 74.99999%;
  }
  .col_sm_10 {
    width: 83.33333%;
  }
  .col_sm_11 {
    width: 91.66666%;
  }
  .col_sm_12 {
    width: 100%;
  }
}

.row_space_0 {
  margin-top: 0px;
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .row_space_0 {
    margin-top: 0vw;
    margin-left: 0vw;
  }
}

.row_space_10 {
  margin-top: -10px;
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .row_space_10 {
    margin-top: -1.5625vw;
    margin-left: -1.5625vw;
  }
}

.row_space_20 {
  margin-top: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .row_space_20 {
    margin-top: -3.125vw;
    margin-left: -3.125vw;
  }
}

.row_space_30 {
  margin-top: -30px;
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  .row_space_30 {
    margin-top: -4.6875vw;
    margin-left: -4.6875vw;
  }
}

.row_space_40 {
  margin-top: -40px;
  margin-left: -40px;
}

@media screen and (max-width: 767px) {
  .row_space_40 {
    margin-top: -6.25vw;
    margin-left: -6.25vw;
  }
}

.row_space_50 {
  margin-top: -50px;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .row_space_50 {
    margin-top: -7.8125vw;
    margin-left: -7.8125vw;
  }
}

.row_space_60 {
  margin-top: -60px;
  margin-left: -60px;
}

@media screen and (max-width: 767px) {
  .row_space_60 {
    margin-top: -9.375vw;
    margin-left: -9.375vw;
  }
}

.row_space_70 {
  margin-top: -70px;
  margin-left: -70px;
}

@media screen and (max-width: 767px) {
  .row_space_70 {
    margin-top: -10.9375vw;
    margin-left: -10.9375vw;
  }
}

.row_space_80 {
  margin-top: -80px;
  margin-left: -80px;
}

@media screen and (max-width: 767px) {
  .row_space_80 {
    margin-top: -12.5vw;
    margin-left: -12.5vw;
  }
}

.row_space_90 {
  margin-top: -90px;
  margin-left: -90px;
}

@media screen and (max-width: 767px) {
  .row_space_90 {
    margin-top: -14.0625vw;
    margin-left: -14.0625vw;
  }
}

.row_space_100 {
  margin-top: -100px;
  margin-left: -100px;
}

@media screen and (max-width: 767px) {
  .row_space_100 {
    margin-top: -15.625vw;
    margin-left: -15.625vw;
  }
}

.col_space_0 {
  padding-top: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .col_space_0 {
    padding-top: 0vw;
    padding-left: 0vw;
  }
}

.col_space_10 {
  padding-top: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .col_space_10 {
    padding-top: 1.5625vw;
    padding-left: 1.5625vw;
  }
}

.col_space_20 {
  padding-top: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .col_space_20 {
    padding-top: 3.125vw;
    padding-left: 3.125vw;
  }
}

.col_space_30 {
  padding-top: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .col_space_30 {
    padding-top: 4.6875vw;
    padding-left: 4.6875vw;
  }
}

.col_space_40 {
  padding-top: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .col_space_40 {
    padding-top: 6.25vw;
    padding-left: 6.25vw;
  }
}

.col_space_50 {
  padding-top: 50px;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .col_space_50 {
    padding-top: 7.8125vw;
    padding-left: 7.8125vw;
  }
}

.col_space_60 {
  padding-top: 60px;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .col_space_60 {
    padding-top: 9.375vw;
    padding-left: 9.375vw;
  }
}

.col_space_70 {
  padding-top: 70px;
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .col_space_70 {
    padding-top: 10.9375vw;
    padding-left: 10.9375vw;
  }
}

.col_space_80 {
  padding-top: 80px;
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .col_space_80 {
    padding-top: 12.5vw;
    padding-left: 12.5vw;
  }
}

.col_space_90 {
  padding-top: 90px;
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .col_space_90 {
    padding-top: 14.0625vw;
    padding-left: 14.0625vw;
  }
}

.col_space_100 {
  padding-top: 100px;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .col_space_100 {
    padding-top: 15.625vw;
    padding-left: 15.625vw;
  }
}

/*----------------------------------------------------------

Clearfix

----------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clear {
  clear: both;
}

/*----------------------------------------------------------

フォント

----------------------------------------------------------*/
@font-face {
  font-family: 'webfont';
  src: url("../fonts/webfont695f.eot?lem89x");
  src: url("../fonts/webfont695f.eot?lem89x#iefix") format("embedded-opentype"), url("../fonts/webfont695f.ttf?lem89x") format("truetype"), url("../fonts/webfont695f.woff?lem89x") format("woff"), url("../fonts/webfont695f.svg?lem89x#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_tel:before {
  content: "\e905";
}

.icon_facebook:before {
  content: "\ea90";
}

.icon_instagram:before {
  content: "\ea92";
}

.icon_twitter:before {
  content: "\ea96";
}

.icon_youtube:before {
  content: "\ea9d";
}

/*----------------------------------------------------------

全体

----------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
  line-height: 1.8;
  background: #fffff1;
}

@media screen and (max-width: 767px) {
  body {
    word-break: break-all;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
}

a {
  color: #ff9800;
  text-decoration: underline;
  transition: .5s;
}

a:hover {
  opacity: .7;
}

section {
  position: relative;
}

table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp_scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767px) {
  .sp_scroll img {
    max-width: inherit;
  }
}

.container {
  position: relative;
  width: 1060px;
  margin: auto;
  padding: 0 50px;
}

@media screen and (max-width: 1023px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

.container_inner {
  max-width: 880px;
  margin: auto;
}

.container_inner.is_medium {
  max-width: 800px;
}

.container_inner.is_small {
  max-width: 700px;
}

.text_title01 {
  color: #ff9800;
  font-family: '游明朝', 'YuMincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: .1em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .text_title01 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.text_title02 {
  color: #ff9800;
  font-family: '游明朝', 'YuMincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .1em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .text_title02 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.text_title02 .small {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 57.14285%;
  letter-spacing: .05em;
}

.text_title02 .sub {
  font-size: 71.42857%;
}

.text_title03 {
  color: #ff9800;
  font-family: '游明朝', 'YuMincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .1em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .text_title03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.text_title04 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .text_title04 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.text_title04 .small {
  font-size: 72.72727%;
}

.text_title05 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .text_title05 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.text_title05 .small {
  font-size: 70%;
}

.text_lead01 {
  color: #ff9800;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .text_lead01 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.text_orange {
  color: #ff9800;
}

.text_pink {
  color: #ff8699;
}

.text_pink02 {
  color: #e9537d;
}

.text_bluegreen {
  color: #00ada9;
}

.text_green {
  color: #6eba44;
}

.text_redorange {
  color: #f08437;
}

.text_olive {
  color: #7a6a56;
}

.text_black {
  color: #333;
}

.button_link01 {
  display: inline-block;
  min-width: 400px;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #ff9800;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 767px) {
  .button_link01 {
    min-width: 240px;
  }
}

.button_link01.is_small {
  min-width: inherit;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.button_back01 {
  display: inline-block;
  min-width: 400px;
  padding: 20px;
  color: #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 767px) {
  .button_back01 {
    min-width: 240px;
  }
}

.button_back01.is_small {
  min-width: inherit;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.list_disc01 {
  margin-left: 1.5em;
  list-style-type: disc;
}

.list_square01 li {
  position: relative;
  padding-left: 1.5em;
}

.list_square01 li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #ff9800;
}

.list_decimal01 {
  margin-left: 1.5em;
  list-style-type: decimal;
}

.list_tag01 {
  display: flex;
  justify-content: center;
}

.list_tag01 li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 34px;
  margin: 5px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  background: url("../images/bg_tag01.png") no-repeat 50% 50%/cover;
}

.table_background01 {
  text-align: center;
  border-collapse: separate;
  border-spacing: 3px;
}

.table_background01 th,
.table_background01 td {
  padding: 15px;
  vertical-align: middle;
}

.table_background01 th {
  background: rgba(255, 152, 0, 0.3);
}

.table_background01 td {
  padding: 15px;
  background: rgba(255, 152, 0, 0.1);
}

.box_white01 {
  position: relative;
  z-index: 1;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  .box_white01 {
    padding: 6.25vw;
  }
}

.box_white01.has_border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 180px;
  height: 3px;
  background: #ff9800;
}

.box_white01.is_left_over {
  margin-left: -80px;
}

@media screen and (max-width: 767px) {
  .box_white01.is_left_over {
    margin-left: 0;
  }
}

.box_white01.is_left_over.has_border:before {
  left: auto;
  right: 0;
}

.box_white01.is_right_over {
  margin-right: -80px;
}

@media screen and (max-width: 767px) {
  .box_white01.is_right_over {
    margin-right: 0;
  }
}

.box_cream01 {
  padding: 15px;
  background: rgba(255, 152, 0, 0.2);
}

.box_orange01 {
  padding: 40px 20px;
  color: #fff;
  border-radius: 10px;
  background: #ff9800;
}

.box_border01 {
  padding: 15px;
  border: 1px solid #ff9800;
  border-radius: 10px;
}

.box_youtube01 {
  position: relative;
  padding-top: 56.25%;
}

.box_youtube01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_image01 {
  padding: 60px 0;
  background: url("../images/bg_contents02.jpg") repeat-y 50% 50%/100% auto;
}

@media screen and (max-width: 767px) {
  .bg_image01 {
    padding: 12.5vw 0;
  }
}

.bg_orange01 {
  padding: 60px 0;
  background: #fff4d8;
}

@media screen and (max-width: 767px) {
  .bg_orange01 {
    padding: 12.5vw 0;
  }
}

.bg_pink01 {
  padding: 60px 0;
  background: #f8cbce;
}

@media screen and (max-width: 767px) {
  .bg_pink01 {
    padding: 12.5vw 0;
  }
}

.has_wave {
  position: relative;
}

.has_wave:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background: url("../images/img_wave01.svg") repeat-x 50% 50%/auto 100%;
}

.section_border {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 960px;
  transform: translateX(-50%);
}

.section_border:before {
  content: "";
  display: block;
  width: 180px;
  height: 3px;
  margin-left: auto;
  background: #ff9800;
}

@media screen and (max-width: 767px) {
  .section_border:before {
    width: 43.75vw;
  }
}

.section_border.is_pink:before {
  background: #ff8699;
}

.width100 {
  width: 100%;
}

.inline_block {
  display: inline-block;
}

.border_radius10 {
  border-radius: 10px;
}

/*----------------------------------------------------------

ヘッダー

----------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .header {
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.header .container {
  width: 1220px;
}

@media screen and (max-width: 767px) {
  .header .container {
    width: 90%;
  }
}

.header_logo {
  display: none;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header_logo {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header_logo img {
    width: 42px;
  }
}

.header_navi {
  padding: 20px 0;
  color: #ff9800;
}

@media screen and (max-width: 767px) {
  .header_navi {
    display: none;
    margin: 0 -5vw;
    padding: 0;
  }
}

.header_navi ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .header_navi ul {
    display: block;
  }
}

.header_navi ul li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .header_navi ul li {
    border-top: 1px solid #ff9800;
  }
}

.header_navi ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .header_navi ul li a {
    position: relative;
    display: block;
    padding: 15px 5vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .header_navi ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5vw;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ff9800;
    border-right: 2px solid #ff9800;
    transform: translateY(-50%) rotate(45deg);
  }
}

.header_navi ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 2em;
  z-index: 1;
  display: none;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .header_navi ul li ul.sub-menu {
    position: static;
    display: block;
    padding-top: 0;
  }
}

.header_navi ul li ul.sub-menu li {
  background: #fffff1;
}

.header_navi ul li ul.sub-menu li:before {
  display: none;
}

.header_navi ul li ul.sub-menu li a {
  position: relative;
  display: block;
  padding: 15px 45px 15px 15px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  background: #ff9800;
}

@media screen and (max-width: 767px) {
  .header_navi ul li ul.sub-menu li a {
    padding: 15px 45px 15px 30px;
    color: #ff9800;
    background: #fffff1;
  }
}

.header_navi ul li ul.sub-menu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .header_navi ul li ul.sub-menu li a:before {
    right: 5vw;
    border-color: #ff9800;
  }
}

.header_navi ul li + li:before {
  content: "｜";
  margin: 0 1em;
}

@media screen and (max-width: 767px) {
  .header_navi ul li + li:before {
    display: none;
  }
}

.header_navi ul li.header_navi05:before,
.header_navi ul li.header_navi_logo:before,
.header_navi ul li.header_navi_ec:before {
  display: none;
}

.header_navi ul li.header_navi_logo {
  margin: 0 40px;
}

@media screen and (max-width: 767px) {
  .header_navi ul li.header_navi_logo {
    display: none;
  }
}

.header_navi .header_navi_ec {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .header_navi ul li.header_navi_ec {
    margin-left: 0;
    padding: 5vw 5vw 20vw;
  }
}

.header_navi .header_navi_ec a {
  display: block;
  padding: 10px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #ff9800;
}

@media screen and (max-width: 767px) {
  .header_navi .header_navi_ec a {
    padding: 15px;
  }
}

.header_trigger {
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 300;
  display: none;
}

@media screen and (max-width: 767px) {
  .header_trigger {
    display: block;
  }
}

.header_trigger a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.header_trigger a:hover {
  opacity: 1;
}

.header_trigger a span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: #ff9800;
}

.header_trigger a:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #ff9800;
  transition: all .4s;
}

.header_trigger a:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #ff9800;
  transition: all .4s;
}

.header_trigger a:hover {
  opacity: 1;
}

.header_trigger a.is_active {
  opacity: 1;
}

.header_trigger a.is_active span {
  opacity: 0;
}

.header_trigger a.is_active:before {
  transform: translateY(7px) rotate(-45deg);
}

.header_trigger a.is_active:after {
  transform: translateY(-7px) rotate(45deg);
}

/*----------------------------------------------------------

メイン

----------------------------------------------------------*/
.main {
  display: block;
}

.mainvisual {
  padding-top: 95px;
  background: url("../images/bg_contents01.jpg") repeat-y 50% 0/100% auto;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual .container {
    width: 100%;
  }
}

.text_mainvisual_title {
  display: flex;
  align-items: center;
  height: 200px;
  margin-left: -10px;
  padding: 30px 0 0 120px;
  font-family: 'fgutsukushiweb',"游明朝", YuMincho,"メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,serif;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: .1em;
  line-height: 1.4;
  background: url("../images/img_mainvisual_title01.svg") no-repeat 0 50%/auto 102%;
}

@media screen and (max-width: 767px) {
  .text_mainvisual_title {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 140px;
    padding: 10px 0 0 18.75vw;
    font-size: 20px;
    font-size: 2rem;
  }
}

.text_mainvisual_title .small {
  display: inline-block;
  padding: 0 10px;
  font-size: 50%;
  vertical-align: middle;
  border: 1px solid #333;
}

.breadcrumb {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 4.6875vw 0;
    overflow-x: auto;
    font-size: 12px;
    font-size: 1.2rem;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.breadcrumb a {
  color: #333;
  text-decoration: none;
}

/*----------------------------------------------------------

フッター

----------------------------------------------------------*/
.footer {
  border-top: 1px solid #ff9800;
}

.footer_navi {
  padding: 50px 0;
  color: #ff9800;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .footer_navi {
    padding: 0;
  }
}

.footer_navi ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer_navi ul {
    display: block;
  }
}

.footer_navi ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer_navi ul li a {
    position: relative;
    display: block;
    padding: 15px 5vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_navi ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5vw;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ff9800;
    border-right: 2px solid #ff9800;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .footer_navi ul li + li {
    border-top: 1px solid #ff9800;
  }
}

.footer_navi ul li + li:before {
  content: "｜";
  margin: 0 1em;
}

@media screen and (max-width: 767px) {
  .footer_navi ul li + li:before {
    display: none;
  }
}

.footer_copy {
  padding: 40px 0 160px;
  text-align: center;
  text-decoration: none;
  background: url("../images/bg_contents01.jpg") repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .footer_copy {
    padding: 6.25vw 0 25vw;
    font-size: 10px;
    font-size: 1rem;
  }
}

/*----------------------------------------------------------

アニメーション

----------------------------------------------------------*/
.js_fade {
  opacity: 0;
  transition: 1s ease;
}

.js_fade.is_active {
  opacity: 1;
}

.js_fade_up {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s ease;
}

.js_fade_up.is_active {
  opacity: 1;
  transform: translateY(0px);
}

.js_fade_down {
  opacity: 0;
  transform: translateY(-20px);
  transition: 1s ease;
}

.js_fade_down.is_active {
  opacity: 1;
  transform: translateY(0px);
}

.js_scale_up {
  opacity: 0;
  transform: scale(0.5);
}

.js_scale_up.is_active {
  -webkit-animation: scaleup .5s ease forwards;
          animation: scaleup .5s ease forwards;
}

@-webkit-keyframes scaleup {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleup {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*----------------------------------------------------------

トップ

----------------------------------------------------------*/
body.home .header {
  transform: translateY(-100%);
  transition: .5s ease;
}

body.home .header.is_scroll {
  transform: translateY(0);
}

.top_mainvisual {
  background: url("../images/bg_contents01.jpg") no-repeat 50% 50%/cover;
}

.top_mainvisual_navi {
  color: #ff9800;
}

.top_mainvisual_navi .container {
  width: 1220px;
}

@media screen and (max-width: 767px) {
  .top_mainvisual_navi .container {
    width: 90%;
  }
}

.top_mainvisual_navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_mainvisual_navi ul {
    justify-content: center;
  }
}

.top_mainvisual_navi ul li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_mainvisual_navi ul li {
    display: none;
  }
}

.top_mainvisual_navi ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.top_mainvisual_navi ul li ul.sub-menu{
  position: absolute;
  top: 100%;
  left: 2em;
  z-index: 1;
  display: none;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .top_mainvisual_navi ul li ul.sub-menu {
    position: static;
    display: block;
    padding-top: 0;
  }
}

.top_mainvisual_navi ul li ul.sub-menu li {
  background: #fffff1;
}

.top_mainvisual_navi ul li ul.sub-menu li:before {
  display: none;
}

.top_mainvisual_navi ul li ul.sub-menu li a {
  position: relative;
  display: block;
  padding: 15px 45px 15px 15px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  background: #ff9800;
}

@media screen and (max-width: 767px) {
  .top_mainvisual_navi ul li ul.sub-menu li a {
    padding: 15px 45px 15px 30px;
    color: #ff9800;
    background: #fffff1;
  }
}

.top_mainvisual_navi ul li ul.sub-menu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .top_mainvisual_navi ul li ul.sub-menu li a:before {
    right: 5vw;
    border-color: #ff9800;
  }
}

.top_mainvisual_navi ul li + li:before {
  content: "｜";
  margin: 0 1em;
}

.top_mainvisual_navi ul li.top_mainvisual_navi05:before,
.top_mainvisual_navi ul li.top_mainvisual_navi_logo:before,
.top_mainvisual_navi ul li.top_mainvisual_navi_ec:before {
  display: none;
}

.top_mainvisual_navi ul li.top_mainvisual_navi_logo {
  margin: 0 40px;
}

@media screen and (max-width: 767px) {
  .top_mainvisual_navi ul li.top_mainvisual_navi_logo {
    display: block;
    width: 120px;
    margin: 0;
  }
}

.top_mainvisual_navi ul li.top_mainvisual_navi_ec {
  margin-left: 40px;
}

.top_mainvisual_navi ul li.top_mainvisual_navi_ec a {
  display: block;
  padding: 10px;
  color: #fff;
  line-height: 1;
  background: #ff9800;
}

.top_mainvisual_image {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .top_mainvisual_image {
    padding: 9.375vw 0 18.75vw;
  }
}

.top_concept_image {
  margin-left: -120px;
}

@media screen and (max-width: 767px) {
  .top_concept_image {
    margin: 0 -5vw;
  }
}

.top_concept_content01 {
  padding: 0 30px 0 60px;
}

@media screen and (max-width: 767px) {
  .top_concept_content01 {
    margin-top: 9.375vw;
    padding: 0;
  }
}

.top_concept_content02 {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .top_concept_content02 {
    margin-top: 9.375vw;
    padding: 0;
  }
}

.top_concept_service ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top_concept_service ul {
    margin: 0 -5vw;
  }
}

.top_concept_service ul li {
  width: 20%;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .top_concept_service ul li {
    width: 50%;
    padding: 0 5vw;
    margin-top: 9.375vw;
  }
}

@media screen and (max-width: 767px) {
  .top_point_image {
    margin: 0 -5vw;
  }
}

.text_top_point01 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .text_top_point01 {
    margin-top: 6.25vw;
  }
}

.text_top_point01 span + span {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .text_top_point01 img {
    width: 64px;
  }
}

.top_case_link {
  display: block;
  padding: 50px;
  color: #fff;
  font-family: '游明朝', 'YuMincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  background: url("../images/img_top_case01.jpg") no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .top_case_link {
    padding: 5vw;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.top_case_link span {
  display: block;
  padding: 120px;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .top_case_link span {
    padding: 10vw;
  }
}

.info_list li a {
  display: flex;
  padding: 15px 60px;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .info_list li a {
    flex-direction: column;
    padding: 5vw;
  }
}

.info_list li:nth-child(odd) a {
  background: rgba(255, 152, 0, 0.2);
}

.info_list_date {
  margin-right: 2em;
}

.blog_list {
  display: block;
  color: #333;
  text-decoration: none;
}

.text_blog_date01 {
  font-size: 12px;
  font-size: 1.2rem;
}

/*----------------------------------------------------------

事業内容

----------------------------------------------------------*/
.service_tech_image img {
  width: 100%;
}

.service_tech_content {
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .service_tech_content {
    margin-top: 9.375vw;
    padding: 0 5vw;
  }
}

.service_tech_content.is_right {
  margin-left: auto;
}

.service_tech_link {
  padding: 30px 20px;
}

.service_tech_link .button_link01 {
  width: 160px;
}

/*----------------------------------------------------------

製品案内

----------------------------------------------------------*/
.products_item_image {
  width: 62.5%;
}

@media screen and (max-width: 767px) {
  .products_item_image {
    width: 100%;
  }
}

.products_item_content {
  flex: 1;
}

.products_item_content .box_white01 {
  min-height: 220px;
}

@media screen and (max-width: 767px) {
  .products_item_content .box_white01 {
    min-height: inherit;
  }
}

.products_item_content .is_left_over {
  margin-left: -140px;
}

@media screen and (max-width: 767px) {
  .products_item_content .is_left_over {
    margin-left: 0;
  }
}

.products_item_content .is_right_over {
  margin-right: -140px;
}

@media screen and (max-width: 767px) {
  .products_item_content .is_right_over {
    margin-right: 0;
  }
}

.products_item_content .text_title03 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .products_item_content .text_title03 {
    text-align: left;
  }
}

.products_mainvisual {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.products_mainvisual_image {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .products_mainvisual_image {
    width: 100%;
  }
}

.products_mainvisual_content {
  position: absolute;
  top: 180px;
  right: 0;
  width: 50%;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .products_mainvisual_content {
    position: static;
    width: auto;
    margin: 0 5vw;
    padding: 10px;
  }
}

.products_mainvisual_content.is_spa {
  top: 150px;
}

.bath_type_lead {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .bath_type_lead {
    width: 100%;
  }
}

.bath_type_spec {
  width: 51.42857%;
}

@media screen and (max-width: 767px) {
  .bath_type_spec {
    width: 100%;
    margin-top: 6.25vw;
  }
}

.list_bath_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .list_bath_type {
    justify-content: flex-start;
  }
}

.list_bath_type li {
  width: 16.66666%;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .list_bath_type li {
    width: 50%;
  }
}

.list_bath_type_name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.list_bath_type_color {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: auto;
  font-weight: bold;
  border-radius: 100%;
}

.list_bath_type_color.has_nigori:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: block;
  width: 41px;
  height: 38px;
  background: url("../images/img_nigori01.png") no-repeat 50% 50%/cover;
}

.list_bath_type_color.is_mushoku {
  border: 1px solid #ccc;
}

.list_bath_type_color.is_wakaba {
  background: #d7e8af;
}

.list_bath_type_color.is_anzu {
  background: #fde0a5;
}

.list_bath_type_color.is_fuji {
  background: #ddd9ec;
}

.list_bath_type_color.is_nyuhaku {
  background: #fff;
}

.list_bath_type_color.is_asagi {
  background: #c8e7e9;
}

.list_bath_type_color.is_aotake {
  background: #97cfac;
}

.list_bath_type_color.is_nyusei {
  background: #c7e8fa;
}

.list_bath_type_color.is_kasshoku {
  background: #c9bc9c;
}

.list_bath_type_color.is_wakamidori {
  background: #b3d9ad;
}

.list_bath_type_color.is_wakaba {
  background: #d7e8af;
}

.list_bath_type_color.is_nyuou {
  background: #faeaab;
}

.list_bath_type_color.is_nyuryoku {
  background: #97cea2;
}

.list_bath_type_color.is_kihada {
  background: #f7f8da;
}

.list_bath_type_color.is_kuchinashi {
  background: #faf2cd;
}

.list_bath_type_color.is_kohaku {
  background: #fcd475;
}

.list_bath_type_color.is_akakohaku {
  background: #f8b62d;
}

.text_bath_title01 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
}

.text_bath_title01:before {
  content: "";
  flex: 1;
  display: block;
  height: 1px;
  margin-right: 1em;
  background: #333;
}

.text_bath_title01.is_pink:before {
  background: #ff8699;
}

.text_bath_title01.is_bluegreen:before {
  background: #00ada9;
}

.text_bath_title01.is_green:before {
  background: #6eba44;
}

.text_bath_title01.is_redorange:before {
  background: #f08437;
}

.text_bath_title01.is_olive:before {
  background: #7a6a56;
}

.bath_case_list {
  margin: -60px 0 0 -100px;
}

@media screen and (max-width: 767px) {
  .bath_case_list {
    margin: -12.5vw 0 0 -6.25vw;
  }
}

.bath_case_item {
  padding: 60px 0 0 100px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .bath_case_item {
    padding: 12.5vw 0 0 6.25vw;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.brand_item_image {
  box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.3);
  transform: rotate(-10deg);
}

.list_pb_series {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list_pb_series {
    display: block;
    margin: 0;
  }
}

.list_pb_series li {
  margin: 30px 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .list_pb_series li {
    padding: 0;
  }
}

.box_pb_exsample {
  padding: 0 30px 30px;
  border: 1px solid #ff9800;
  border-radius: 10px;
}

.icon_pb_exsample {
  position: relative;
  z-index: 1;
  margin-top: -33px;
}

.list_pb_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list_pb_type {
    display: block;
  }
}

.list_pb_type li {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .list_pb_type li {
    width: auto !important;
  }
}

.list_pb_type li.type01 {
  width: 46.45833%;
}

.list_pb_type li.type02 {
  width: 20.83333%;
}

.list_pb_type li.type03 {
  width: 24.16666%;
}

.list_pb_type li.type04 {
  width: 50%;
}

.list_pb_type li.type05 {
  width: 50%;
}

.list_pb_cosme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list_pb_cosme {
    display: block;
  }
}

.list_pb_cosme li {
  margin: 10px 0;
  padding: 10px 0 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  .list_pb_cosme li {
    width: auto !important;
    padding: 20px;
  }
}

.list_pb_cosme li.cosme01 {
  width: 43.72093%;
}

.list_pb_cosme li.cosme02 {
  width: 17.44186%;
}

.list_pb_cosme li.cosme03 {
  width: 17.44186%;
}

.list_pb_cosme li.cosme04 {
  width: 17.44186%;
}

.list_pb_cosme li.cosme05 {
  width: 58.72093%;
}

.list_pb_cosme li.cosme06 {
  width: 40%;
}

.pb_cosme_image {
  display: flex;
  align-items: flex-end;
}

.pb_cosme_image span {
  width: 100%;
}

.pb_cosme_point {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pb_cosme_point {
    display: block;
  }
}

.pb_cosme_point_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
  border-left: 3px solid #e9537d;
}

.pb_cosme_point_item + .pb_cosme_point_item {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .pb_cosme_point_item + .pb_cosme_point_item {
    margin: 6.25vw 0 0 0;
  }
}

.text_pb_cosme_point01 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.text_pb_cosme_point02 {
  color: #e9537d;
  font-family: '游明朝', 'YuMincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.box_pb_flow {
  padding: 0 30px 30px;
  border: 1px solid #81cde4;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .box_pb_flow {
    padding: 0 6.25vw 6.25vw;
  }
}

.text_pb_flow_title01 {
  position: relative;
  z-index: 1;
  margin-top: -0.5em;
  color: #81cde4;
  line-height: 1;
}

.text_pb_flow_title01 span {
  display: inline-block;
  padding: 0 1em;
  background: #fffff1;
}

.list_pb_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
  color: #81cde4;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .list_pb_flow {
    display: block;
    margin: 0;
  }
}

.list_pb_flow li {
  width: 150px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .list_pb_flow li {
    width: auto;
    margin-top: 40px;
    padding: 0;
  }
}

.list_pb_flow li:nth-child(1) .list_pb_flow_item:before {
  display: none;
}

.list_pb_flow_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  border: 6px solid #c8e8f2;
  border-radius: 100%;
  background: #81cde4;
}

@media screen and (max-width: 767px) {
  .list_pb_flow_item {
    margin: auto;
  }
}

.list_pb_flow_item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #00adcc;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .list_pb_flow_item:before {
    top: -30px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #00adcc transparent transparent transparent;
    transform: translate(-50%, 0);
  }
}

/*----------------------------------------------------------

会社概要

----------------------------------------------------------*/
.list_company_outline {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .list_company_outline {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list_company_outline dt {
  float: left;
  clear: both;
}

.list_company_outline dd {
  margin-left: 8em;
}

.list_company_history {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .list_company_history {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list_company_history dt {
  float: left;
  clear: both;
}

@media screen and (max-width: 767px) {
  .list_company_history dt {
    float: none;
    margin-top: 1em;
    font-weight: bold;
  }
}

.list_company_history dd {
  margin-left: 12em;
}

@media screen and (max-width: 767px) {
  .list_company_history dd {
    margin-left: 0;
  }
}

/*----------------------------------------------------------

成功事例

----------------------------------------------------------*/
.case_mainvisual {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .case_mainvisual {
    display: block;
  }
}

.case_mainvisual_image {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .case_mainvisual_image {
    width: auto;
    margin: 0 -5vw;
  }
}

.case_mainvisual_image > div {
  margin-left: -120px;
}

@media screen and (max-width: 767px) {
  .case_mainvisual_image > div {
    margin-left: 0;
  }
}

.case_mainvisual_title {
  position: relative;
  z-index: 1;
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .case_mainvisual_title {
    width: auto;
    margin-top: 6.25vw;
    padding: 15px 0 0 15px;
  }
}

.img_case_mainvisual_title01 {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .img_case_mainvisual_title01 {
    top: 0;
    right: auto;
    left: 0;
    width: 68px;
  }
}

.text_case_mainvisual_title01 {
  display: inline-block;
  font-family: '游明朝', 'YuMincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .text_case_mainvisual_title01 {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.case_type {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .case_type {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.case_type [class^="case_type_"], .case_type [class*="case_type_"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  padding: 10px 0;
  line-height: 1.2;
}

.case_type span + span {
  margin-left: 10px;
}

.case_type_blue {
  color: #fff;
  background: #6699ff;
}

.case_type_darkred {
  color: #fff;
  background: #660000;
}

.case_type_green {
  color: #fff;
  background: #66cc66;
}

.case_type_orange {
  color: #fff;
  background: #ff9800;
}

.case_data {
  position: relative;
  bottom: -100px;
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  padding: 30px 120px 50px;
  background: rgba(255, 152, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .case_data {
    bottom: -15.625vw;
    padding: 30px 30px 30px 70px;
  }
}

.case_data:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 120px;
  background: #ff9800;
}

.case_data_title {
  position: absolute;
  top: 0;
  left: 20px;
  color: #ff9800;
  font-family: '游明朝', 'YuMincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin: left bottom;
}

/*----------------------------------------------------------

ブログ

----------------------------------------------------------*/
.blog_archive + .blog_archive {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .blog_archive + .blog_archive {
    margin-top: 12.5vw;
  }
}

.blog_archive_item {
  align-items: center;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .blog_archive_item {
    align-items: flex-start;
  }
}

.blog_archive_content {
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .blog_archive_content {
    padding-left: 3.125vw;
  }
}

.text_blog_title01 {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .text_blog_title01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .text_blog_excerpt01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.blog_single_content h1, .blog_single_content h2, .blog_single_content h3, .blog_single_content h4, .blog_single_content h5, .blog_single_content h6 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .blog_single_content h1, .blog_single_content h2, .blog_single_content h3, .blog_single_content h4, .blog_single_content h5, .blog_single_content h6 {
    margin-top: 12.5vw;
  }
}

.blog_single_content h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .blog_single_content h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.blog_single_content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .blog_single_content h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.blog_single_content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.blog_single_content h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.blog_single_content h6 {
  font-weight: bold;
}

.blog_single_content p, .blog_single_content ul, .blog_single_content ol, .blog_single_content dl, .blog_single_content blockquote, .blog_single_content iframe {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .blog_single_content p, .blog_single_content ul, .blog_single_content ol, .blog_single_content dl, .blog_single_content blockquote, .blog_single_content iframe {
    margin-top: 6.25vw;
  }
}

.blog_single_content h1 + *, .blog_single_content h2 + *, .blog_single_content h3 + *, .blog_single_content h4 + *, .blog_single_content h5 + *, .blog_single_content h6 + * {
  margin-top: 10px;
}

.prevnext ul {
  display: flex;
  justify-content: center;
}

.prevnext ul li {
  margin: 0 5px;
  min-height: 1px;
}

.prevnext ul li a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #ff9800;
}

.prevnext ul .prev,
.prevnext ul .next {
  min-width: 82px;
}

/*----------------------------------------------------------

資料請求・お問合せ

----------------------------------------------------------*/
.text_contact_tel {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .text_contact_tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.text_contact_fax {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .text_contact_fax {
    font-size: 20px;
    font-size: 2rem;
  }
}

.text_contact_time {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .text_contact_time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table_contact_form {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .table_contact_form {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .table_contact_form thead,
  .table_contact_form tbody,
  .table_contact_form tr,
  .table_contact_form th,
  .table_contact_form td {
    display: block;
  }
}

.table_contact_form th,
.table_contact_form td {
  padding: 20px;
  vertical-align: top;
}

.table_contact_form th {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .table_contact_form th {
    padding: 0 0 3.125vw 0;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .table_contact_form td {
    padding: 0 0 9.375vw 0;
  }
}

.table_contact_form .mwform-radio-field.horizontal-item {
  display: inline-block;
  width: 32%;
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .table_contact_form .mwform-radio-field.horizontal-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table_contact_form .mwform-radio-field.horizontal-item label {
    display: block;
    padding: 5px 0;
  }
}

.text_contact_form01 {
  color: #cb0000;
  font-size: 75%;
}

.mw_wp_form_confirm .button_link01,
.mw_wp_form_confirm .button_back01 {
  min-width: inherit;
  width: 30%;
  margin: 0 1%;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .button_link01,
  .mw_wp_form_confirm .button_back01 {
    width: 45%;
  }
}
