<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------------------------

Reset

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

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

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

img.aligncenter {
  display: inline;
}

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

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: 500 !important;
}

.fw_exbold {
  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 #f6f3f1;
  border-radius: 0px;
  background: #f6f3f1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

:disabled {
  opacity: 0.25;
}

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

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: 1260px) {
  .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;
}

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

フォント

----------------------------------------------------------*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

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

全体

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

html {
  font-size: 62.5%;
}

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

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

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

a:hover {
  opacity: .7;
}

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

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

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

.container.is_small {
  max-width: 1060px;
}

.text_title01 {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

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

.text_title01:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 48px;
  margin-right: 15px;
  vertical-align: middle;
  background: url("../images/bg_title01.svg") no-repeat 50% 50%/cover;
}

@media screen and (max-width: 767px) {
  .text_title01:before {
    width: 18px;
    height: 40px;
  }
}

.text_title01.is_white:before {
  background: url("../images/bg_title02.svg") no-repeat 50% 50%/cover;
}

.text_title02 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

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

.text_title02.is_small {
  font-size: 20px;
  font-size: 2rem;
}

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

.text_title02 a {
  position: relative;
  display: block;
  padding-right: 1em;
  color: #333;
  text-decoration: none;
}

.text_title02 a:after {
  content: "→";
  position: absolute;
  bottom: 0;
  right: 0;
  color: #a38a77;
  transition: 0.5s ease;
}

.text_title02 a:hover:after {
  transform: translateX(10px);
}

.text_title02 .label {
  display: inline-block;
  width: 120px;
  margin-right: 15px;
  padding: 3px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  background: #eb7a99;
}

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

.text_title03 {
  padding-left: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  border-left: 4px solid #eb7a99;
}

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

.text_title04 {
  position: relative;
  padding-bottom: 5px;
  color: #eb7a99;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}

.text_title04:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 80px;
  height: 2px;
  background: #eb7a99;
}

.text_title05 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

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

.text_note01 {
  color: #a38a77;
  font-size: 13px;
  font-size: 1.3rem;
}

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

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

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

.button_link01 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 240px;
  padding: 12px 40px 12px 20px;
  color: #a38a77;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  border: 1px solid #a38a77;
}

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

.button_link01:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 100%;
  background: #f6f3f1;
  transition: 0.15s ease;
}

.button_link01:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  transform: translate(0, -50%);
  transition: 0.5s ease;
}

.button_link01:hover {
  opacity: 1;
}

.button_link01:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

.button_link01:hover:after {
  transform: translate(5px, -50%);
}

.button_link01.ta_center {
  padding-left: 40px;
}

.button_link01.is_black {
  color: #333;
  border-color: #333;
}

.button_link01.is_black:before {
  display: none;
}

.button_pdf01 {
  display: inline-block;
  min-width: 360px;
  padding: 15px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

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

.button_pdf01:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  background: url("../images/icn_pdf01.png") no-repeat 50% 50%/cover;
}

.button_pdf01 .size {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}

.button_submit01 {
  display: inline-block;
  min-width: 400px;
  padding: 20px;
  color: #a38a77;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #a38a77;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 767px) {
  .button_submit01 {
    min-width: inherit;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table_basic01 th,
.table_basic01 td {
  padding: 15px 0;
}

.table_basic01 th {
  width: 300px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .table_basic01 th {
    width: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .table_basic01.sp_block th {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .table_basic01.sp_block td {
    padding-top: 0;
  }
}

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

.table_border01 tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table_border01 th,
.table_border01 td {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .table_border01 th,
  .table_border01 td {
    padding: 15px;
  }
}

.table_border01 th {
  width: 360px;
  vertical-align: top;
  background: #f6f3f1;
}

@media screen and (max-width: 767px) {
  .table_border01 th {
    width: auto;
    white-space: nowrap;
  }
}

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

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

@media screen and (max-width: 767px) {
  table.sp_block tr {
    margin-bottom: -1px;
  }
}

.box_shadow20 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.border_radius100 {
  border-radius: 100%;
}

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

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

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

ヘッダー

----------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 0 320px;
  background: #fff;
  transition: 0.5s ease;
}

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

@media screen and (max-width: 767px) {
  .header {
    display: block;
    height: 50px;
    padding: 0;
  }
}

.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 160px;
}

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

@media screen and (max-width: 767px) {
  .header_navi {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 80px 5vw;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
}

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

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

@media screen and (max-width: 767px) {
  .header_navi_item {
    border-bottom: 1px dashed #ccc;
  }
}

.header_navi_item a {
  position: relative;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .header_navi_item a {
    display: block;
    padding: 15px 0;
  }
}

.header_navi_item a:hover {
  color: #a38a77;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .header_navi_item a:after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 10px;
    color: #a38a77 !important;
    transform: translateY(-50%);
  }
}

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

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

.header_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
}

.header_button_list {
  display: flex;
}

.header_button_contact {
  display: block;
  width: 160px;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
  background: #a38a77;
}

@media screen and (max-width: 767px) {
  .header_button_contact {
    width: 100%;
    line-height: 60px;
  }
}

.header_button_recruit {
  display: block;
  width: 160px;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
  background: #eb7a99;
}

@media screen and (max-width: 767px) {
  .header_button_recruit {
    width: 100%;
    line-height: 60px;
  }
}

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

@media screen and (max-width: 767px) {
  .header_trigger {
    top: 5px;
    right: 10px;
    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: #a38a77;
}

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

.header_trigger a:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #a38a77;
  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);
}

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

コンテンツ

----------------------------------------------------------*/
.contents {
  padding-top: 100px;
}

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

.contents_column {
  display: flex;
  flex-direction: row-reverse;
}

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

.contents_column .main {
  flex: 1;
}

.contents_column .sidebar {
  width: 260px;
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .contents_column .sidebar {
    width: 100%;
    margin-top: 18.75vw;
    margin-right: 0;
  }
}

.mainvisual {
  background: #f6f3f1;
}

/*.mainvisual {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25vw;
	color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	
	@media screen and (max-width: 767px) {
		height: 50vw;
	}
}*/
.mainvisual_title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

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

.text_mainvisual_title01 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}

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

.text_mainvisual_title01 .jp {
  padding: 5px;
  background: #fff;
}

.text_mainvisual_title01 .en {
  margin-top: 10px;
  padding: 5px;
  color: #fff;
  font-size: 50%;
  background: #eb7a99;
}

.list_contents_lnavi {
  display: flex;
  padding: 0 20px;
  border-bottom: 1px solid #eb7a99;
}

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

.list_contents_lnavi li {
  flex: 1;
  padding: 0 10px;
}

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

.list_contents_lnavi li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: #eb7a99;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #eb7a99;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 767px) {
  .list_contents_lnavi li a {
    padding: 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list_contents_lnavi li a:hover, .list_contents_lnavi li a.is_active {
  color: #fff;
  background: #eb7a99;
  opacity: 1;
}

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

フッター

----------------------------------------------------------*/
.footer {
  position: relative;
  padding: 80px 0 40px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  background: #a38a77;
}

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

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
  opacity: 1;
}

.footer hr {
  margin: 30px 0;
  border-color: #fff;
}

.footer hr.hr_dot01 {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.footer_pagetop {
  position: absolute;
  top: 0;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .footer_pagetop {
    position: static;
    text-align: center;
  }
}

.footer_pagetop a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid #fff;
}

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

.footer_pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

.text_footer_navi_parent {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.text_footer_navi_parent:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  margin-left: 0.5em;
  border-bottom: 1px dashed #fff;
}

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

.list_footer_navi_child {
  display: inline-flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .list_footer_navi_child {
    display: block;
    margin-left: 1em;
  }
}

.list_footer_navi_child.has_margin {
  margin-top: 0.5em;
}

.list_footer_navi_child li {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .list_footer_navi_child li {
    position: relative;
    margin-right: 0;
    padding-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .list_footer_navi_child li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
  }
}

.list_footer_navi_child li:after {
  content: "｜";
  margin: 0 0.5em;
}

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

.mt_5 {
  margin-top: 0.5em;
}

.text_footer_navi_facility {
  margin-top: 10px;
}

.text_footer_navi_child {
  position: relative;
  margin-top: 10px;
  margin-left: 1em;
  padding-left: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}

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

.text_footer_navi_child:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.list_footer_subnavi {
  display: flex;
}

@media screen and (max-width: 767px) {
  .list_footer_subnavi {
    justify-content: center;
    font-size: 10px;
    font-size: 1rem;
  }
}

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

.text_footer_copy {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .text_footer_copy {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
}

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

アニメーション

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

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

トップページ

----------------------------------------------------------*/
.top_mainvisual {
  position: relative;
  display: flex;
  align-items: center;
}

.top_mainvisual_image {
  width: calc(100% - 320px);
}

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

.top_mainvisual_slide_item {
  height: calc(100vh - 100px) !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .top_mainvisual_slide_item {
    height: calc(80vh - 60px) !important;
  }
}

.top_mainvisual_slide_item.slide01 {
  background-image: url("../images/img_top_mv01.jpg");
}

.top_mainvisual_slide_item.slide02 {
  background-image: url("../images/img_top_mv02.jpg");
}

.top_mainvisual_slide_item.slide03 {
  background-image: url("../images/img_top_mv03.jpg");
}

.top_mainvisual_catch {
  width: 320px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_mainvisual_catch {
    position: absolute;
    top: 15vw;
    left: 10vw;
    width: auto;
  }
}

.text_top_mainvisual_catch01 {
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .text_top_mainvisual_catch01 {
    font-size: 6.25vw;
  }
}

.top_facility_wrap {
  position: relative;
  z-index: 1;
  padding: 100px 100px 0;
}

@media screen and (max-width: 1260px) {
  .top_facility_wrap {
    padding: 100px 50px 0;
  }
}

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

.top_facility_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: calc(100% - 260px);
  height: 88%;
  background: #f6f3f1;
}

@media screen and (max-width: 767px) {
  .top_facility_wrap:before {
    width: calc(100% - 10vw);
  }
}

.top_facility_wrap.is_no_bg:before {
  display: none;
}

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

.top_facility_content {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 800px;
  margin-top: -120px;
  margin-left: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .top_facility_content {
    width: calc(100% - 5vw);
    margin-top: -10vw;
    padding: 5vw;
  }
}

.top_facility_content.is_small {
  max-width: 560px;
  margin-top: -75px;
}

@media screen and (max-width: 767px) {
  .top_facility_content.is_small {
    margin-top: -10vw;
  }
}

.list_top_facelity01 {
  display: flex;
  flex-wrap: wrap;
}

.list_top_facelity01 li {
  width: 50%;
  margin: -1px 0 0 -1px;
}

@media screen and (max-width: 767px) {
  .list_top_facelity01 li {
    width: 100%;
    margin: -1px 0 0 0;
  }
}

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

.top_recruit {
  display: flex;
  align-items: center;
}

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

.top_recruit_content {
  flex: 1;
  padding: 5vw 0 5vw 5vw;
}

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

.top_recruit_image {
  width: 60.81081%;
  background: url("../images/img_top_recruit01.jpg") no-repeat 50% 50%/cover;
}

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

.top_recruit_image:before {
  content: "";
  display: block;
  padding-top: 53.33333%;
}

.top_event_wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  overflow: hidden;
}

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

.top_event_wrap:before {
  content: "";
  position: absolute;
  top: 180px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #f6f3f1;
}

@media screen and (max-width: 767px) {
  .top_event_wrap:before {
    top: 31.25vw;
  }
}

.top_event_link {
  position: relative;
  display: flex;
  padding: 20px;
  color: #333;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

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

.top_event_link:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  color: #a38a77;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  transform: translate(0, -50%);
  transition: 0.5s ease;
}

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

.top_event_link:hover:after {
  transform: translate(10px, -50%);
}

.top_event_image {
  width: 160px;
}

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

.top_event_content {
  flex: 1;
  padding: 20px;
}

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

.text_top_event01 {
  color: #a38a77;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

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

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

.list_top_event01 dt {
  float: left;
  clear: both;
  color: #b4b4b5;
}

.list_top_event01 dd {
  margin-left: 4em;
}

.list_top_blog li {
  width: 300px;
  padding: 0 20px;
}

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

.list_top_blog .slick-prev,
.list_top_blog .slick-next {
  top: 25%;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #fff !important;
  transform: translate(0, 0);
}

.list_top_blog .slick-prev:before,
.list_top_blog .slick-next:before {
  color: #a38a77;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.list_top_blog .slick-prev {
  left: 0;
}

.list_top_blog .slick-prev:before {
  content: "←";
}

.list_top_blog .slick-next {
  right: 0;
}

.list_top_blog .slick-next:before {
  content: "→";
}

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

.top_blog_image {
  position: relative;
  padding-top: 62.36842%;
  overflow: hidden;
}

.top_blog_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}

.top_blog_image .label {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  min-width: 100px;
  padding: 3px 9px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  background: #eb7a99;
}

.top_blog_image .label.category_ba-company {
  background: #a38b77;
}

.top_blog_image .label.category_bb-community-support {
  background: #f7c9dd;
}

.top_blog_image .label.category_bc-support-system {
  background: #f7c9dd;
}

.top_blog_image .label.category_bd-higashi {
  background: #bad675;
}

.top_blog_image .label.category_be-nishi {
  background: #bad675;
}

.top_blog_image .label.category_bf-care-house {
  background: #f8c08a;
}

.top_blog_image .label.category_bg-echizen {
  background: #8dd2f4;
}

.top_blog_image .label.category_bh-maki {
  background: #8dd2f4;
}

.top_blog_image .label.category_bi-happy {
  background: #f6d54f;
}

.top_blog_image .label.category_bj-piece {
  background: #a493bf;
}

.top_blog_image .label.category_bk-day-service {
  background: #f6d54f;
}

.list_top_blog li a:hover {
  opacity: 1;
}

.list_top_blog li a:hover .top_blog_image img {
  transform: translate(-50%, -50%) scale(1.1);
}

.top_blog_content {
  margin-top: 20px;
}

.text_top_blog_date {
  color: #b4b4b5;
  font-size: 12px;
  font-size: 1.2rem;
}

.list_top_news li {
  border-bottom: 1px dashed #ccc;
}

.list_top_news li a {
  display: flex;
  padding: 20px 0;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .list_top_news li a {
    flex-direction: column;
    padding: 10px 0;
  }
}

.list_top_news li a .date {
  width: 140px;
  color: #a38a77;
}

.list_top_news li a .title {
  flex: 1;
}

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

まき福祉会について

----------------------------------------------------------*/
.text_about_message01 {
  font-family: '游明朝', 'YuMincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
}

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

.about_policy_wrap {
  padding: 100px 0;
  color: #fff;
  background: #999;
}

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

.text_about_policy01 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
}

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

.text_about_policy02 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.about_policy_item {
  padding: 20px;
  border: 1px solid #fff;
}

.about_lnavi_wrap {
  padding: 0 100px;
}

@media screen and (max-width: 1260px) {
  .about_lnavi_wrap {
    padding: 0 50px;
  }
}

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

.about_lnavi_link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .about_lnavi_link {
    height: 37.5vw;
  }
}

.about_lnavi_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s ease;
}

.about_lnavi_link.is_about:before {
  background-image: url("../images/bg_about_top01.jpg");
}

.about_lnavi_link.is_support:before {
  background-image: url("../images/bg_about_support01.jpg");
}

.about_lnavi_link.is_magazine:before {
  background-image: url("../images/bg_about_magazine01.jpg");
}

.about_lnavi_link:hover {
  opacity: 1;
}

.about_lnavi_link:hover:before {
  transform: scale(1.1);
}

.about_lnavi_link span {
  display: block;
  width: 300px;
  max-width: 100%;
  padding: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  border: 1px solid #fff;
}

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

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

事業所のご案内

----------------------------------------------------------*/
body.facilities .top_facility_wrap:before {
  background: transparent;
}

.facility_name {
  width: 140px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .facility_name {
    width: 80px;
    margin-right: 5vw;
  }
}

.text_facility_name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  color: #a38a77;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 100%;
  background: #f6f3f1;
}

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

.facility_content {
  flex: 1;
}

.facility_map {
  position: relative;
  height: 480px;
}

@media screen and (max-width: 767px) {
  .facility_map {
    height: 75vw;
  }
}

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

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

イベント情報

----------------------------------------------------------*/
.event_single .table_border01 th {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .event_single .table_border01 th {
    width: auto;
  }
}

.event_single + .event_single {
  margin-top: 80px;
}

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

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

ブログ

----------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .blog_archive {
    border-bottom: 1px dashed #ddd;
  }
}

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

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

.blog_archive_link {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

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

.blog_archive_image {
  width: 47.5%;
}

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

.blog_archive_image &gt; div {
  position: relative;
  padding-top: 62.36842%;
  overflow: hidden;
}

.blog_archive_image &gt; div img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}

.blog_archive_link:hover {
  opacity: 1;
}

.blog_archive_link:hover .blog_archive_image img {
  transform: translate(-50%, -50%) scale(1.1);
}

.blog_archive_content {
  width: 47.5%;
}

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

.text_blog_archive_meta .label {
  display: inline-block;
  min-width: 100px;
  padding: 3px 9px;
  margin-right: 10px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  background: #eb7a99;
}

.text_blog_archive_meta .label.category_ba-company {
  background: #a38b77;
}

.text_blog_archive_meta .label.category_bb-community-support {
  background: #f7c9dd;
}

.text_blog_archive_meta .label.category_bc-support-system {
  background: #f7c9dd;
}

.text_blog_archive_meta .label.category_bd-higashi {
  background: #bad675;
}

.text_blog_archive_meta .label.category_be-nishi {
  background: #bad675;
}

.text_blog_archive_meta .label.category_bf-care-house {
  background: #f8c08a;
}

.text_blog_archive_meta .label.category_bg-echizen {
  background: #8dd2f4;
}

.text_blog_archive_meta .label.category_bh-maki {
  background: #8dd2f4;
}

.text_blog_archive_meta .label.category_bi-happy {
  background: #f6d54f;
}

.text_blog_archive_meta .label.category_bj-piece {
  background: #a493bf;
}

.text_blog_archive_meta .label.category_bk-day-service {
  background: #f6d54f;
}

.text_blog_archive_meta .date {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.text_blog_archive_title {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .text_blog_archive_title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.text_blog_archive_excerpt {
  color: #999;
  word-wrap: break-word;
}

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

.blog_single_content {
  overflow: hidden;
}

.blog_single_content ul {
  margin: 1.8em 0 0 1.5em;
  list-style-type: disc;
}

.blog_single_content ol {
  margin: 1.8em 0 0 1.5em;
  list-style-type: decimal;
}

.prevnext {
  display: flex;
}

.prevnext a {
  color: #a38a77;
  text-decoration: none;
}

.prevnext .prev {
  width: 50%;
  height: 1px;
}

.prevnext .next {
  width: 50%;
  height: 1px;
  text-align: right;
}

.sidebar_widget + .sidebar_widget {
  margin-top: 60px;
}

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

.text_sidebar_title01 {
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.text_sidebar_title01 .material-icons {
  margin-right: 5px;
  color: #eb7a99;
  vertical-align: middle;
}

.list_post_category {
  font-size: 13px;
  font-size: 1.3rem;
}

.list_post_category li {
  margin-top: -1px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}

.list_post_category li a {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #666;
  text-decoration: none;
}

.list_post_category li a:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.list_post_recent {
  font-size: 13px;
  font-size: 1.3rem;
}

.list_post_recent li {
  margin-top: -1px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}

.list_post_recent li a {
  display: block;
  padding: 15px 0;
  color: #666;
  text-decoration: none;
}

.list_post_recent li a .label {
  display: inline-block;
  min-width: 100px;
  padding: 3px 9px;
  margin-right: 10px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  background: #eb7a99;
}

.list_post_recent li a .label.category_ba-company {
  background: #a38b77;
}

.list_post_recent li a .label.category_bb-community-support {
  background: #f7c9dd;
}

.list_post_recent li a .label.category_bc-support-system {
  background: #f7c9dd;
}

.list_post_recent li a .label.category_bd-higashi {
  background: #bad675;
}

.list_post_recent li a .label.category_be-nishi {
  background: #bad675;
}

.list_post_recent li a .label.category_bf-care-house {
  background: #f8c08a;
}

.list_post_recent li a .label.category_bg-echizen {
  background: #8dd2f4;
}

.list_post_recent li a .label.category_bh-maki {
  background: #8dd2f4;
}

.list_post_recent li a .label.category_bi-happy {
  background: #f6d54f;
}

.list_post_recent li a .label.category_bj-piece {
  background: #a493bf;
}

.list_post_recent li a .label.category_bk-day-service {
  background: #f6d54f;
}

.list_post_recent li a .date {
  color: #b4b4b5;
  font-size: 12px;
  font-size: 1.2rem;
}

.list_post_archive select {
  width: 100%;
  height: 50px;
}

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

お問い合わせ

----------------------------------------------------------*/
.text_contact_required01 {
  display: inline-block;
  width: 60px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 2px;
  background: #f15a4b;
}

@media screen and (max-width: 767px) {
  .text_contact_required01 {
    font-size: 10px;
    font-size: 1rem;
  }
}

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

採用情報

----------------------------------------------------------*/
body.page-template-tmp-recruit .footer {
  margin-top: 0 !important;
}

.recruit_image_wrap {
  padding: 100px 0 200px;
  line-height: 2;
  text-align: center;
  background: #f7f9fc url("../images/bg_recruit_image01.png") no-repeat 50% bottom/100% auto;
}

@media screen and (max-width: 767px) {
  .recruit_image_wrap {
    padding: 10vw 0 20vw;
    text-align: left;
    background: #f7f9fc url("../images/bg_recruit_image01.png") no-repeat 50% bottom/150% auto;
  }
}

.text_recruit_image01 {
  font-family: '游明朝', 'YuMincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 40px;
  font-size: 4rem;
}

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

.list_recruit_image01 {
  font-weight: 500;
}

.list_recruit_image01 li {
  margin-top: 0.5em;
  padding: 0.5em 1em;
  border: 1px dashed #333;
}

.recruit_appli_wrap {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: #f6f3f1;
}

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

.recruit_appli {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

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

.text_recruit_profile01 {
  background: #fce7ef;
}

.recruit_talk_image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.recruit_talk_image.image01_01 {
  background-image: url("../images/bg_recruit_talk01_01.jpg");
}

.recruit_talk_image.image01_02 {
  background-image: url("../images/bg_recruit_talk01_02.jpg");
}

.recruit_talk_image.image01_03 {
  background-image: url("../images/bg_recruit_talk01_03.jpg");
}

.recruit_talk_image_inner {
  display: flex;
  align-items: flex-end;
  height: 38.09523vw;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .recruit_talk_image_inner {
    height: 56.25vw;
    padding-bottom: 5vw;
  }
}

.recruit_talk_image_inner.is_right {
  justify-content: flex-end;
}

.text_recruit_talk_image01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
}

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

.text_recruit_talk_image01 .bg {
  padding: 0 10px;
  background: #fff;
}

.box_recruit_model01 {
  padding: 30px;
  border-radius: 10px;
  background: #f6f3f1;
}

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

.table_recruit_model01 {
  line-height: 2;
}

.table_recruit_model01 tr:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.table_recruit_model01 th,
.table_recruit_model01 td {
  width: 50%;
  padding: 0;
}

.table_recruit_model01 th {
  text-align: left;
}

.table_recruit_model01 td {
  font-weight: bold;
  text-align: right;
}

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

404

----------------------------------------------------------*/
.text_404_title01 {
  padding: 120px 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .text_404_title01 {
    padding: 20vw 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
</pre></body></html>