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

Reset

----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
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;
}

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

Width

----------------------------------------------------------*/
.width_0 {
  width: 0% !important;
}

.width_10 {
  width: 10% !important;
}

.width_20 {
  width: 20% !important;
}

.width_30 {
  width: 30% !important;
}

.width_40 {
  width: 40% !important;
}

.width_50 {
  width: 50% !important;
}

.width_60 {
  width: 60% !important;
}

.width_70 {
  width: 70% !important;
}

.width_80 {
  width: 80% !important;
}

.width_90 {
  width: 90% !important;
}

.width_100 {
  width: 100% !important;
}

@media screen and (max-width: 1023px) {
  .width_md_0 {
    width: 0% !important;
  }
  .width_md_10 {
    width: 10% !important;
  }
  .width_md_20 {
    width: 20% !important;
  }
  .width_md_30 {
    width: 30% !important;
  }
  .width_md_40 {
    width: 40% !important;
  }
  .width_md_50 {
    width: 50% !important;
  }
  .width_md_60 {
    width: 60% !important;
  }
  .width_md_70 {
    width: 70% !important;
  }
  .width_md_80 {
    width: 80% !important;
  }
  .width_md_90 {
    width: 90% !important;
  }
  .width_md_100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .width_sm_0 {
    width: 0% !important;
  }
  .width_sm_10 {
    width: 10% !important;
  }
  .width_sm_20 {
    width: 20% !important;
  }
  .width_sm_30 {
    width: 30% !important;
  }
  .width_sm_40 {
    width: 40% !important;
  }
  .width_sm_50 {
    width: 50% !important;
  }
  .width_sm_60 {
    width: 60% !important;
  }
  .width_sm_70 {
    width: 70% !important;
  }
  .width_sm_80 {
    width: 80% !important;
  }
  .width_sm_90 {
    width: 90% !important;
  }
  .width_sm_100 {
    width: 100% !important;
  }
}

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

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

.m_auto {
  margin: auto;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

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

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

/* text-decoration */
.td_none {
  text-decoration: none !important;
}

.td_line {
  text-decoration: line-through !important;
}

.td_overline {
  text-decoration: overline !important;
}

.td_underline {
  text-decoration: underline !important;
}

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

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

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

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

Column

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

.row.ai_start {
  align-items: flex-start;
}

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

.row.ai_end {
  align-items: flex-end;
}

.row.fd_column {
  flex-direction: column;
}

.row.fd_column_reverse {
  flex-direction: column-reverse;
}

.row.fd_row {
  flex-direction: row;
}

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

.row.jc_start {
  justify-content: flex-start;
}

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

.row.jc_end {
  justify-content: flex-end;
}

.row.jc_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;
  }
}

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

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

Clearfix

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

.clear {
  clear: both;
}

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

フォント

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

全体

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

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.09em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

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: #000;
  text-decoration: underline;
  transition: .5s;
}

a:hover {
  opacity: .7;
}

table {
  width: 100%;
}

button,
input,
select,
textarea {
  max-width: 100%;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  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 #CCC;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  padding: 10px;
  border: 1px solid #CCC;
  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;
}

:disabled {
  opacity: 0.2;
  cursor: default;
}

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

.wrapper {
  max-width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.container_cms {
  position: relative;
  max-width: 1300px;
  margin: auto;
  padding: 0 50px;
}

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

.container_cms .text{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container_cms .text{
    font-size: 10px;
  }
}

.container_cms .text02{
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .container_cms .text02{
    font-size: 12px;
  }
}

.container_cms .text03{
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .container_cms .text03{
    font-size: 14px;
  }
}


.text_title01, .text_blog_title01 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .text_title01, .text_blog_title01 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.text_red01 {
  color: #E04F39;
}

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

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

.button_link01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  padding: 10px 24px;
  color: #000;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  background: #ECE81A;
}

.button_link02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5em 1.5em;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 4px solid #ECE81A;
  border-radius: 9999px;
  background: #fff;
}

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

.button_link02 i {
  width: 22px;
  margin-right: .5em;
}

.youtube_wrap {
  position: relative;
  padding-top: 56.25%;
  background: #333;
}

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

.border_radius24 {
  border-radius: 24px;
}

@media screen and (max-width: 767px) {
  .border_radius24 {
    border-radius: 12px;
  }
}

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

ヘッダー

----------------------------------------------------------*/
.header_trigger {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 200;
  display: none;
}

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

.header_trigger a {
  position: relative;
  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: 20px;
  height: 2px;
  margin: 4px 0;
  background: #000;
}

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

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

.header_trigger a:hover {
  opacity: 1;
}

.header_trigger a.is_active {
  background: transparent;
  opacity: 1;
}

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

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

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

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

コンテンツ

----------------------------------------------------------*/
.main {
  zoom: 87.5%;
}

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

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

フッター

----------------------------------------------------------*/
.footer {
  /*
  border-bottom: 1px solid #eee;
   */
}

.footer_info {
  padding: 80px 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

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

.text_footer_info01 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

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

.list_footer_info01 li {
  display: inline-block;
  margin: 10px;
}

.list_footer_info01 li a,
.list_footer_info01 li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5em 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  border: 4px solid #ECE81A;
  border-radius: 9999px;
}

@media screen and (max-width: 767px) {
  .list_footer_info01 li a,
  .list_footer_info01 li span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list_footer_info01 li a i,
.list_footer_info01 li span i {
  width: 22px;
  margin-right: .5em;
}

.footer_copy {
  padding: 20px 0;
  color: #fff;
  background: #E04F39;
}

.text_footer_copy {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .text_footer_copy {
    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(40px);
  transition: 1s ease;
}

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

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

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

.js_fade_left {
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s ease;
}

.js_fade_left.is_active {
  opacity: 1;
  transform: translateX(0px);
}

.js_fade_right {
  opacity: 0;
  transform: translateX(40px);
  transition: 1s ease;
}

.js_fade_right.is_active {
  opacity: 1;
  transform: translateX(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);
  }
}

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

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

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

トップページ

----------------------------------------------------------*/
.top_mv_wrap {
  position: relative;
}

/*.top_mv_logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 100;
  
  @media screen and (max-width: 767px) {
    top: 5vw;
    left: 5vw;
  }
  
  img {
    
    @media screen and (max-width: 767px) {
      width: 50vw;
    }
  }
}*/
.top_mv_logo {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .top_mv_logo {
    bottom: 5vw;
    right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .top_mv_logo img {
    width: 50vw;
  }
}

.top_mv_movie {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top_mv_movie.is_ver01:before {
  content: "";
  display: block;
  padding-top: 100vh;
}

.top_mv_movie.is_ver02:before {
  content: "";
  display: block;
  padding-top: 44.25925%;
}

@media screen and (max-width: 767px) {
  .top_mv_movie.is_ver02:before {
    padding-top: 100vh;
  }
}

.top_mv_movie .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_mv_list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.top_mv_item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100vh !important;
  padding: 10vw 10vw 15vw;
}

@media screen and (max-width: 1023px) {
  .top_mv_item img {
    width: 80%;
  }
}

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

.text_about_title01 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
}

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

.top_about_concept {
  width: 51.66666%;
  padding: 70px 70px 40px 40px;
  border-radius: 24px;
  background: #FFF8E8;
}

@media screen and (max-width: 1023px) {
  .top_about_concept {
    width: 100%;
    padding: 100px 50px;
  }
}

@media screen and (max-width: 767px) {
  .top_about_concept {
    padding: 10vw 5vw 15vw;
    border-radius: 12px;
  }
}

.top_about_feature {
  position: relative;
  flex: 1;
  margin: 100px 0 0 -40px;
  padding: 60px;
  color: #fff;
  border-radius: 24px;
  background: #E04F39;
}

@media screen and (max-width: 1023px) {
  .top_about_feature {
    width: 100%;
    margin: -50px -50px 0 50px;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top_about_feature {
    margin: -5vw -5vw 0 5vw;
    padding: 10vw 5vw 5vw;
    border-radius: 12px;
  }
}

.list_top_about01 li {
  display: flex;
  align-items: center;
  margin-top: 8px;
  padding: 5px 3em;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-radius: 8px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .list_top_about01 li {
    padding: 5px 1em;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 4px;
  }
}

.list_top_about01 li:before {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  margin-right: 0.5em;
  background: url("../images/img_about_tag01.svg") no-repeat 50% 50%/cover;
}

.top_about_feature_text {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 245px;
}

@media screen and (max-width: 767px) {
  .top_about_feature_text {
    top: -8vw;
    right: 5vw;
    width: 200px;
  }
}

.text_contents_label01 {
  display: inline-block;
  padding: 80px 20px 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-radius: 0px 0px 8px 8px;
  background: #E04F39;
}

@media screen and (max-width: 767px) {
  .text_contents_label01 {
    padding: 40px 20px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 0px 0px 4px 4px;
  }
}

.text_contents_title01 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1023px) {
  .text_contents_title01 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

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

.top_contents01_wrap > .container_cms {
  z-index: 1;
  padding-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .top_contents01_wrap > .container_cms {
    padding-bottom: 50px;
  }
}

.top_contents01_wrap > .container_cms:before {
  content: "";
  position: absolute;
  top: 0;
  right: 180px;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  border-radius: 24px;
  background: #FFF8E8;
}

@media screen and (max-width: 1023px) {
  .top_contents01_wrap > .container_cms:before {
    right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .top_contents01_wrap > .container_cms:before {
    right: 10vw;
    border-radius: 12px;
  }
}

.top_contents01_image {
  width: 61.66666%;
  margin-top: -100px;
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  .top_contents01_image {
    width: 100%;
    margin-top: 40px;
  }
}

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

.top_contents01_content {
  flex: 1;
  margin-top: -50px;
  padding: 40px;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 1023px) {
  .top_contents01_content {
    flex: auto;
    width: 100%;
    margin-left: -50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top_contents01_content {
    margin-top: -5vw;
    margin-left: -5vw;
    margin-right: 5vw;
    padding: 10vw 5vw;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 12px;
  }
}

.top_contents01_trigger {
  width: 270px;
  margin-left: 40px;
}

@media screen and (max-width: 1023px) {
  .top_contents01_trigger {
    margin-left: auto;
    margin-top: 30px;
  }
}

.top_contents01_point {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px;
  border-radius: 24px;
  background: #ECE81A;
}

@media screen and (max-width: 767px) {
  .top_contents01_point {
    padding: 5vw;
    border-radius: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .top_contents_ponint_title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top_contents_ponint_title {
    margin-bottom: 2.5vw;
  }
}

.top_contents_ponint_title img {
  width: 264px;
}

@media screen and (max-width: 1023px) {
  .top_contents_ponint_title img {
    width: 184px;
  }
}

.top_contents_point_item {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_contents_point_item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 2.5vw;
    text-align: right;
  }
}

.top_contents_point_icon {
  padding-left: 30%;
}

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

.top_contents_point_icon img {
  width: 92px;
}

@media screen and (max-width: 1023px) {
  .top_contents_point_icon img {
    width: 74px;
  }
}

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

@media screen and (max-width: 767px) {
  .top_contents_point_text {
    flex: 1;
  }
}

.text_point_item01 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
}

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

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

.text_point_item01 .large {
  color: #E04F39;
  font-size: 154.54545%;
}

@media screen and (max-width: 1023px) {
  .text_point_item01 .large {
    font-size: 125%;
  }
}

.top_contents_point_inner {
  padding: 40px;
  background: #fff;
}

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

.text_top_contents_point_sample01 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .text_top_contents_point_sample01 {
    flex-direction: column;
    line-height: 1.75;
  }
}

.text_top_contents_point_sample01 .small {
  color: #E04F39;
  font-weight: bold;
}

.text_top_contents_point_sample01 .image {
  margin: 0 1em;
}

.text_top_contents_point_sample01 .large {
  font-size: 162.5%;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ECE81A 70%);
}

.top_contents02_wrap > .container_cms {
  z-index: 1;
  padding-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .top_contents02_wrap > .container_cms {
    padding-bottom: 50px;
  }
}

.top_contents02_wrap > .container_cms:before {
  content: "";
  position: absolute;
  top: 0;
  left: 180px;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  border-radius: 24px;
  background: #FFF8E8;
}

@media screen and (max-width: 1023px) {
  .top_contents02_wrap > .container_cms:before {
    left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .top_contents02_wrap > .container_cms:before {
    left: 10vw;
    border-radius: 12px;
  }
}

.top_contents02_title h2 {
  display: inline-block;
  text-align: left;
}

.top_contents02_image {
  width: 61.66666%;
  margin-top: -100px;
}

@media screen and (max-width: 1023px) {
  .top_contents02_image {
    width: 100%;
    margin-top: 40px;
  }
}

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

.top_contents02_content {
  flex: 1;
  margin-top: -50px;
  padding: 40px;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 1023px) {
  .top_contents02_content {
    flex: auto;
    width: 100%;
    margin-left: 50px;
    margin-right: -50px;
  }
}

@media screen and (max-width: 767px) {
  .top_contents02_content {
    margin-top: -5vw;
    margin-left: 5vw;
    margin-right: -5vw;
    padding: 10vw 5vw;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 12px;
  }
}

.top_contents02_trigger {
  width: 270px;
  margin-right: 40px;
}

@media screen and (max-width: 1023px) {
  .top_contents02_trigger {
    margin-right: auto;
    margin-top: 30px;
  }
}

.button_contents_trigger {
  display: flex;
  justify-content: space-between;
  padding: 10px 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 9999px;
  background: #ECE81A;
}

.button_contents_trigger:before {
  content: "詳しく見る";
}

.button_contents_trigger:after {
  content: "＋";
}

.button_contents_trigger.is_active:before {
  content: "閉じる";
}

.button_contents_trigger.is_active:after {
  content: "ー";
}

.top_contents02_point {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px;
  border-radius: 24px;
  background: #ECE81A;
}

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

.top_contents02_point .top_contents_point_inner {
  padding: 10px 40px;
}

@media screen and (max-width: 767px) {
  .top_contents02_point .top_contents_point_inner {
    padding: 5vw;
  }
}

.button_contents_trigger {
  display: flex;
  justify-content: space-between;
  padding: 10px 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 9999px;
  background: #ECE81A;
}

.button_contents_trigger:before {
  content: "詳しく見る";
}

.button_contents_trigger:after {
  content: "＋";
}

.button_contents_trigger.is_active:before {
  content: "閉じる";
}

.button_contents_trigger.is_active:after {
  content: "ー";
}

.top_voice {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 640px;
  padding-bottom: 120px;
  background: url("../images/bg_voice01.png") no-repeat 50% 50%/auto 100%;
}

@media screen and (max-width: 1023px) {
  .top_voice {
    height: 560px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .top_voice {
    height: 400px;
    padding-bottom: 80px;
  }
}

.top_voice_list {
  width: 100%;
}

.top_voice_list .slick-list {
  overflow: visible !important;
}

.top_voice_item {
  display: flex !important;
  width: 370px;
  margin: 0 20px;
  padding: 30px;
  background: #FFF8E8;
  box-shadow: 24px 24px 16px rgba(0, 0, 0, 0.1);
}

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

.top_voice_item:nth-child(even) {
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
  .top_voice_item:nth-child(even) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top_voice_item:nth-child(even) {
    margin-top: 20px;
  }
}

.top_voice_content {
  flex: 1;
  margin-right: 20px;
  @incllude fontsize(18);
  line-height: 1.75;
}

@media screen and (max-width: 1023px) {
  .top_voice_content {
    @incllude fontsize(14);
  }
}

.top_voice_image {
  width: 80px;
}

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

.top_voice_image img {
  border-radius: 100%;
}

.manage_wrap {
  padding: 100px 0;
  background: #FFF8E8;
}

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

.manage_row {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.manage_image {
  width: 33.33333%;
}

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

.manage_content {
  flex: 1;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .manage_content {
    flex: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 5vw;
  }
}

.top_blog_wrap {
  padding: 100px 0 60px;
  color: #fff;
  background: #de4f39;
}

@media screen and (max-width: 767px) {
  .top_blog_wrap {
    padding: 2.66667vw 0 8vw;
  }
}

.text_blog_title01 span {
  position: relative;
  display: inline-block;
  padding: 0 190px;
}

@media screen and (max-width: 767px) {
  .text_blog_title01 span {
    display: block;
    padding: 80px 0 0 0;
  }
}

.text_blog_title01 span img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 180px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .text_blog_title01 span img {
    top: 0;
    width: 140px;
    transform: translateY(0) rotate(-10deg);
  }
}

.top_blog_link {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .top_blog_link {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .top_blog_image {
    width: 45%;
    margin-right: 5%;
  }
}

.top_blog_image img {
  width: 100%;
  border-radius: 24px;
}

@media screen and (max-width: 767px) {
  .top_blog_image img {
    border-radius: 12px;
  }
}

.top_blog_content {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top_blog_content {
    flex: 1;
    margin: 0;
  }
}

.text_top_blog_date {
  margin-top: 10px;
}

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

.top_partner_wrap {
  padding: 60px 0 80px;
  background: #f6f2c0;
}

@media screen and (max-width: 767px) {
  .top_partner_wrap {
    padding: 8vw 0 10.66667vw;
  }
}

.top_partner_box {
  align-items: center;
  padding: 60px 80px;
  border-radius: 24px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top_partner_box {
    display: block;
    padding: 10vw 5vw;
    border-radius: 12px;
  }
}

.top_partner_image {
  width: 20%;
  margin: 0 auto;
  padding-bottom: 10px;
}

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

.top_partner_content {
  flex: 1;
}


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

/*
CMSのWidget上書き
 */
.container-instance {
  margin-bottom: 10px;
}
.container-cards .container-title {
  display: none;
}
.container-cards picture img {
  width: 100%;
  border-radius: 24px;
}
.container-cards .container-card-title  {
  margin-top: 20px;
  font-size: 1.4rem;
}
.container-cards .container-card-title a{
  color: #fff !important;
}
.container-cards .container-card-subtitle{
  text-align: left;
}
@media screen and (max-width: 767px) {
  .container-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .container-cards .container-card-img {
    width: 45%;
  }
  .container-cards picture img {
    border-radius: 12px;
  }
  .container-cards .container-card-content {
    width: 50%;
    margin: 0 !important;
  }
  .container-cards .container-card-title  {
    margin-top: 0;
  }
}

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

フォーム

----------------------------------------------------------*/
.of_form{
  margin: 0 auto;
  display: block;
  width: 900px;
  height: 1630px;
}

@media screen and (max-width: 767px) {
.of_form{
  margin: 0 auto;
  display: block;
  width: 90%;
  height: 1810px;
  }
}

.button_go_form {
  justify-content: space-between;
  padding: 10px 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 9999px;
  background: #E04F39;
  text-align: center;
  margin: 20px 10px;
  display: block;
  color: #fff;
}


.top_form_wrap {
    padding: 60px 0 80px;
    background: #f2e8e6;
}
