@charset "UTF-8";
@media (min-width: 651px) {
  #footer_menu {
    height: auto;
  }
  #footer_menu ul li {
    display: inline-block;
  }
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

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

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

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (min-width: 651px) {
  .row.pc-v-center {
    align-items: center;
  }
}

@media (max-width: 650px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

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

@media (min-width: 651px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none;
    pointer-events: none;
  }
}

@media (max-width: 650px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.index_free_space .post_content {
  margin: 0;
}

.post_content img {
  vertical-align: middle;
}

.post_content a {
  text-decoration: underline;
}

.post_content a:hover {
  text-decoration: none;
}

.post_content p, .post_content ul, .post_content ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.post_content p:last-child, .post_content ul:last-child, .post_content ol:last-child {
  margin-bottom: 0;
}

.post_content li {
  line-height: 1.8;
}

.post_content .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 650px) {
  .post_content .sec_basic {
    margin-bottom: 50px;
  }
}

.post_content .sec_basic:last-child {
  margin-bottom: 0;
}

.post_content .highlight {
  padding: 25px 25px;
  background-color: rgba(55, 91, 46, 0.1);
}

@media (max-width: 650px) {
  .post_content .highlight {
    padding: 15px;
  }
}

.post_content .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.post_content .table_default {
  width: 100%;
}

@media (max-width: 650px) {
  .post_content .table_default th, .post_content .table_default td {
    display: block;
    width: 100% !important;
  }
}

.post_content .table_menu {
  width: 100%;
}

.post_content .table_menu th, .post_content .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.post_content .table_menu th:last-child, .post_content .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 650px) {
  .post_content .table_menu th, .post_content .table_menu td {
    display: block;
  }
  .post_content .table_menu th:not(:first-child), .post_content .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 651px) {
  .post_content .table_menu th {
    background-color: transparent;
  }
}

.post_content .list_check {
  list-style: none;
  margin-left: 10px;
}

.post_content .list_check li {
  position: relative;
  padding-left: 25px;
}

.post_content .list_check li::before, .post_content .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.post_content .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.post_content .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.post_content .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 650px) {
  .post_content .map_container {
    padding-top: 100%;
  }
}

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

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

#footer_social_link {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

#footer_social_link::after {
  display: none;
}

#footer_social_link li {
  display: block;
  margin: 0;
}

#footer_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#footer_social_link li a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

#footer_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#footer_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

#footer_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

#footer_social_link li.youtube a {
  width: auto;
}

#footer_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#footer_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#footer_social_link li.hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 650px) {
  #footer_social_link {
    gap: 20px;
  }
  #footer_social_link li a::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  #footer_social_link li.hpb a::before {
    width: 120px;
  }
}

/* utility */
.i_block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.flex.center {
  align-items: center !important;
  justify-content: center !important;
}

@media (min-width: 651px) {
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

.mb0 {
  margin-bottom: 0% !important;
}

.mb1 {
  margin-bottom: 1% !important;
}

.mb2 {
  margin-bottom: 2% !important;
}

.mb3 {
  margin-bottom: 3% !important;
}

.mb4 {
  margin-bottom: 4% !important;
}

.mb5 {
  margin-bottom: 5% !important;
}

.mb6 {
  margin-bottom: 6% !important;
}

.mb7 {
  margin-bottom: 7% !important;
}

.mb8 {
  margin-bottom: 8% !important;
}

.mb9 {
  margin-bottom: 9% !important;
}

.mb10 {
  margin-bottom: 10% !important;
}

.mb11 {
  margin-bottom: 11% !important;
}

.mb12 {
  margin-bottom: 12% !important;
}

.mb13 {
  margin-bottom: 13% !important;
}

.mb14 {
  margin-bottom: 14% !important;
}

.mb15 {
  margin-bottom: 15% !important;
}

.mb16 {
  margin-bottom: 16% !important;
}

.mb17 {
  margin-bottom: 17% !important;
}

.mb18 {
  margin-bottom: 18% !important;
}

.mb19 {
  margin-bottom: 19% !important;
}

.mb20 {
  margin-bottom: 20% !important;
}

/* common */
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #222222;
  overflow-x: hidden;
}

a {
  color: #222222;
}

.post_content a {
  text-decoration: none;
}

.table_default th, .table_default td,
.table_menu th,
.table_menu td {
  vertical-align: middle;
}

@media (max-width: 650px) {
  .table_default tr:last-child th {
    border-bottom: none;
  }
  .table_default tr:not(:last-child) th, .table_default tr:not(:last-child) td {
    border-bottom: none;
  }
}

@media (max-width: 650px) {
  .table_menu tr:not(:last-child) td:last-child {
    border-bottom: none;
  }
}

.post_content figure {
  text-align: center;
}

.post_content figure figcaption {
  margin: 0 0 .8em;
}

.post_content figure img + figcaption {
  margin: .8em 0 0;
}

.post_content figure + p {
  margin-top: 1em;
}

.post_content .desc {
  letter-spacing: .05em;
  font-feature-settings: "palt";
  line-height: 2;
}

@media (min-width: 651px) {
  .post_content .desc {
    font-size: 16px;
    line-height: 2.5;
  }
}

/* heading */
.post_content .top_title_h2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  padding: 0 0 .5em;
  margin: 0 0 1.2em;
  font-size: 36px;
  position: relative;
}

.post_content .top_title_h2:before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #375b2e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1000px) {
  .post_content .top_title_h2 {
    font-size: 30px;
  }
}

@media (max-width: 650px) {
  .post_content .top_title_h2 {
    font-size: 20px;
  }
  .post_content .top_title_h2:before {
    width: 40px;
    height: 2px;
  }
}

.post_content .top_title_h3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.post_content .top_title_h4 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.post_content .title_h2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-size: 30px;
}

@media (max-width: 650px) {
  .post_content .title_h2 {
    font-size: 20px;
  }
}

.post_content .title_h3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 0;
}

.post_content .title_h4 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

/* button */
.link_button a {
  letter-spacing: .05em;
  font-feature-settings: "palt";
  font-size: 14px;
}

@media (min-width: 951px) {
  .link_button a {
    font-size: 16px;
  }
}

/* header */
.pc #global_menu > ul > li > a {
  letter-spacing: .05em;
  font-feature-settings: "palt";
  padding: 0 15px;
}

/* footer */
#footer_inner {
  position: relative;
  z-index: 1;
}

#footer_inner:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: url(/wp-content/uploads/bg_img001.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#footer_banner .item .title {
  letter-spacing: .1em;
  font-feature-settings: "palt";
  line-height: 1.2;
}

#footer_banner .item .desc {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#footer_information p {
  letter-spacing: .05em;
  font-feature-settings: "palt";
  line-height: 2;
}

@media (min-width: 651px) {
  #footer_information p {
    font-size: 16px;
    line-height: 2.5;
  }
}

@media (min-width: 651px) {
  #footer_information p {
    line-height: 2;
  }
}

@media (min-width: 651px) {
  #footer_menu ul li {
    margin: 0 15px;
  }
}

#return_top a {
  background: #597c50;
}

#return_top a:hover {
  background: #6f9b64;
}

/* under page */
@media (min-width: 651px) {
  #page_header_catch {
    top: 57%;
  }
}

#tab_button_list ul {
  max-width: 100%;
}

/* company page */
#access_info {
  padding-top: 0;
  width: 800px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}

@media (max-width: 650px) {
  #access_info {
    max-width: calc(100% - 40px);
  }
}

#access_info .catch {
  margin-bottom: 1em;
}

#access_data .top_area {
  margin: 0;
}

#access_data .desc {
  text-align: left;
}

/* news archive page */
#widget_area .widget_search {
  display: none;
}

/* top page */
.home .container {
  width: 800px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 1921px) {
  #index_header_content {
    height: auto;
  }
}

@media (min-width: 1921px) {
  #index_slider .item .slice_image {
    height: auto;
    padding-top: 52.083%;
  }
}

.cb_contents.last {
  padding-bottom: 0;
}

.sec_about {
  background: url(/wp-content/uploads/bg_img001.jpg) no-repeat center/cover;
  padding: 120px 0 173px;
}

@media (max-width: 1000px) {
  .sec_about {
    padding: calc(4% + 30px) 0;
  }
}

.sec_about .container {
  width: 1326px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 1001px) {
  .sec_about .row {
    align-items: flex-end;
  }
}

@media (max-width: 1000px) {
  .sec_about .row {
    flex-direction: column;
    max-width: 794px;
    margin-right: auto;
    margin-left: auto;
    gap: 0;
  }
}

@media (min-width: 1001px) {
  .sec_about .img_area {
    width: calc(44.5% - 10px);
  }
  .sec_about .img_area img {
    max-width: none;
  }
}

@media (min-width: 1001px) {
  .sec_about .txt_area {
    width: calc(55.5% - 10px);
    flex: 2;
  }
}

.sec_about .txt_area > div {
  background: #fff;
  padding: 7.9% 10%;
}

@media (min-width: 1001px) {
  .sec_about .txt_area > div {
    max-width: 669px;
    margin-bottom: -43px;
  }
}

@media (max-width: 1300px) {
  .sec_about .txt_area > div {
    padding: 7%;
  }
}

@media (max-width: 650px) {
  .sec_about .txt_area > div {
    padding: 4%;
  }
}

.sec_about .top_title_h2 {
  color: #375b2e;
}

@media (min-width: 1001px) {
  .sec_about .top_title_h2 {
    text-align: left;
    padding: 0 0 0 .8em;
    margin-bottom: .6em;
  }
  .sec_about .top_title_h2:before {
    width: 5px;
    height: 127px;
    left: 0;
    transform: none;
    bottom: .2em;
  }
}

.sec_about .desc {
  text-align: justify;
}

.sec_business {
  background: url(/wp-content/uploads/bg_img002.jpg) no-repeat center/cover;
  color: #fff;
  padding: 130px 0 160px;
}

@media (max-width: 1000px) {
  .sec_business {
    padding: calc(4% + 30px) 0;
  }
}

.sec_business .container {
  width: 1270px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 1241px) {
  .sec_business .row {
    gap: 40px;
  }
}

@media (max-width: 650px) {
  .sec_business .row {
    gap: 30px;
  }
}

.sec_business .row:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 650px) {
  .sec_business .row:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sec_business figure {
  position: relative;
  overflow: hidden;
}

.sec_business figure a {
  text-decoration: none;
  display: inline-block;
}

.sec_business figure a:hover img {
  transform: scale(1.05);
}

.sec_business figure img {
  transition: .4s;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 150px;
}

@media (min-width: 651px) {
  .sec_business figure img {
    min-height: 200px;
  }
}

.sec_business figure .caption {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #fff;
  color: #375b2e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 370px;
  max-width: calc(100% - 40px);
  font-size: 32px;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  font-weight: bold;
  margin: 0;
  padding-top: 23px;
}

.sec_business figure .caption .sub {
  display: block;
  background: #375b2e;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0;
  padding: .46em .2em;
  margin: 23px 0 0;
}

@media (max-width: 1240px) {
  .sec_business figure .caption {
    padding-top: 15px;
    font-size: 26px;
  }
  .sec_business figure .caption .sub {
    font-size: 18px;
    padding: .4em .2em;
    margin-top: 15px;
  }
}

@media (max-width: 650px) {
  .sec_business figure .caption {
    font-size: 20px;
  }
  .sec_business figure .caption .sub {
    font-size: 16px;
  }
}

.sec_business .desc {
  margin-top: 1.4em;
}

@media (max-width: 650px) {
  .sec_business .desc {
    margin-top: .8em;
  }
}

.index_content1.num2 {
  position: relative;
}

.index_content1.num2:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: url(/wp-content/uploads/bg_img003.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_content1.num2 .catch {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  padding: 0 0 .5em;
  margin: 0 0 1.2em;
  font-size: 36px;
  position: relative;
  margin-bottom: .8em;
}

.index_content1.num2 .catch:before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #375b2e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1000px) {
  .index_content1.num2 .catch {
    font-size: 30px;
  }
}

@media (max-width: 650px) {
  .index_content1.num2 .catch {
    font-size: 20px;
  }
  .index_content1.num2 .catch:before {
    width: 40px;
    height: 2px;
  }
}

.index_content1.num2 .desc {
  letter-spacing: .05em;
  font-feature-settings: "palt";
  line-height: 2;
}

@media (min-width: 651px) {
  .index_content1.num2 .desc {
    font-size: 16px;
    line-height: 2.5;
  }
}

@media (min-width: 651px) {
  .index_content1.num2 .desc {
    margin-bottom: 40px;
  }
}

@media (min-width: 801px) {
  .index_content1.num2 .desc {
    text-align: center;
  }
}

@media (min-width: 651px) {
  .index_content1.num2 .image_list {
    margin-bottom: 63px;
  }
}

.sec_case_title {
  padding-top: 130px;
}

@media (max-width: 1000px) {
  .sec_case_title {
    padding-top: calc(4% + 30px);
  }
}

.cb_contents.last {
  padding-bottom: 108px;
}

@media (max-width: 1000px) {
  .cb_contents.last {
    padding-bottom: calc(4% + 30px);
  }
}

.index_work_list.last {
  padding-top: 45px;
}

@media (max-width: 1000px) {
  .index_work_list.last {
    padding-top: calc(4% + 30px);
  }
}

.index_parallax .caption {
  padding: 0;
  max-width: calc(100% - 40px);
}

@media (min-width: 651px) {
  .index_parallax .caption {
    width: 850px;
  }
}

.index_parallax .catch {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  padding: 0 0 .5em;
  margin: 0 0 1.2em;
  font-size: 36px;
  position: relative;
  padding: 0;
  margin-bottom: .8em;
}

.index_parallax .catch:before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #375b2e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1000px) {
  .index_parallax .catch {
    font-size: 30px;
  }
}

@media (max-width: 650px) {
  .index_parallax .catch {
    font-size: 20px;
  }
  .index_parallax .catch:before {
    width: 40px;
    height: 2px;
  }
}

.index_parallax .catch:before {
  content: none;
}

.index_parallax .catch:after {
  content: '様々な現場で臨機応変な対応が可能';
  display: block;
  font-size: 20px;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}

@media (min-width: 651px) {
  .index_parallax .catch:after {
    line-height: 1.2;
  }
}

@media (max-width: 650px) {
  .index_parallax .catch:after {
    font-size: 14px;
  }
}

.index_parallax .desc {
  letter-spacing: .05em;
  font-feature-settings: "palt";
  line-height: 2;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media (min-width: 651px) {
  .index_parallax .desc {
    font-size: 16px;
    line-height: 2.5;
  }
}

@media (max-width: 1000px) {
  .index_parallax .desc {
    text-align: left;
  }
}

/*# sourceMappingURL=custom.css.map */
